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
When ceph-salt-formula is installed, a pillar.example file is created, but this example is outdated/incomplete so it needs to be updated:
ceph-salt-formula
pillar.example
master:~ # cat /usr/share/salt-formulas/metadata/ceph-salt/pillar.example ceph-salt: minions: - <minion_id_1> - <minion_id_1> # ... bootstrap_minion: <bootstrap_minion_id> ssh: private_key: | <key_data_line1> <key_data_line2> # ... public_key: <key_data> time_server: enabled: True host_server: <minion id of admin node> external_time_servers: - <server1> - <server2> # ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
ceph-salt-formula
is installed, apillar.example
file is created, but this example is outdated/incomplete so it needs to be updated:The text was updated successfully, but these errors were encountered: