-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ext_pillar data independent of salt/pillar environment #48493
Comments
I'm not aware of an environment in pillars that will run every time if using a different pillar environment. ping @saltstack/team-core are you aware of anything? or just this could be a feature request? |
I am not aware of anything in this but @terminalmage would be the one to know for certain. |
There is a new feature in 2018.3.0 called all_saltenvs, unfortunately it only seems to be available for states and not for pillars. I'm also in need of a way to have pillars available in every salt environment. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Commenting to indicate this isn't stale and is still a needed feature 👍. |
Thank you for updating this issue. It is no longer marked as stale. |
@scallister Also look at I think that all of those are in 2019.2.1+ (not sure). |
@sathieu thank you, I'll take a look at those! :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
yes, this does look like a |
Thank you for updating this issue. It is no longer marked as stale. |
@scallister Following up on this one, based on the comment above from @sathieu mentioning various PRs going into 2019.2.1, has the feature you've requested been implemented into Salt? Thanks! |
@garethgreenaway those look like it should fix the issue. I've since switched employers and don't readily have a Salt setup, particularly one using this feature so I can't test it easily. From my perspective I think we're good to close this out for now. Thanks for following up ❤️. cc'ing @BenjaminSchiborr in case this still needs to stay open 👍. |
Description of Issue/Question
We have a setup where we store very static customer information in a git pillar. This information should be available to all salt/pillar environments. This is especially important during development when we use dynamic pillar/salt environments (e.g. equal to ticket numbers).
Question: In the setup below, how can we make sure that the information from the master branch of git repository "cc:/v1/repos/customer_pillar" is available for all salt/pillar environments?
Setup
Example snippet from a master config:
Example top.sls in customer_pillar repo:
Steps to Reproduce Issue
Versions Report
The text was updated successfully, but these errors were encountered: