We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Relying on the pillar is more secure because only the master node can set it)
For ceph-salt minions targetting, we can use pillar:
salt -I ceph-salt:minions state.apply <state>
instead of grain:
salt -G ceph-salt:member state.apply <state>
So, apart from ceph-salt:execution grains that are set during execution for orchestration, do we really need any other ceph-salt grains?
ceph-salt:execution
ceph-salt
(AFAIK, Suse Manager doesn't support grains)
The text was updated successfully, but these errors were encountered:
I think we still need grains when we want to target minion by role, for instance:
salt -G ceph-salt:roles:admin test.ping
Sorry, something went wrong.
No branches or pull requests
(Relying on the pillar is more secure because only the master node can set it)
For ceph-salt minions targetting, we can use pillar:
instead of grain:
So, apart from
ceph-salt:execution
grains that are set during execution for orchestration, do we really need any otherceph-salt
grains?(AFAIK, Suse Manager doesn't support grains)
The text was updated successfully, but these errors were encountered: