Bug #37205
openSalt ENC button missing and documentation lacking
Description
I should have a Salt ENC button on my hosts page. However, I do not see this option anywhere. I am trying to get a host parameter to show up in the pillar data, but it does not.
I have added a test parameter on a host:
I have ran salt '*' saltutil.refresh_pillar
but alas the parameter does not show up when running salt <minion> pillar.items
.
How can I get the Salt ENC button to appear, and why am I not seeing the parameters as pillar data for a minion?
Files
Updated by Jeff S 12 months ago
I should note, when running /usr/bin/foreman-node <minion>
I do indeed see the parameter. I am just not sure how I actually use it within Salt as the docs are severely lacking.
While calling salt <minion> pillar.items
I see in the salt master logs: 2024-02-23 15:18:11,445 [salt.loaded.int.pillar.puppet:27 ][CRITICAL][1169831] YAML data from /usr/bin/foreman-node failed to parse
Updated by Jeff S 4 months ago
- Tracker changed from Support to Bug
- Priority changed from High to Normal
This is now a bug, not support. This is part of https://projects.theforeman.org/issues/37892
Its the root cause of this bug. When you go to edit a host, it removes the saltmaster on save, so the Salt ENC button goes missing.