Skip to content
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

Update ceph-salt pillar example #434

Open
ricardoasmarques opened this issue Oct 13, 2020 · 0 comments
Open

Update ceph-salt pillar example #434

ricardoasmarques opened this issue Oct 13, 2020 · 0 comments
Labels
low-hanging-fruit Simple tasks to get started

Comments

@ricardoasmarques
Copy link
Contributor

When ceph-salt-formula is installed, a pillar.example file is created, but this example is outdated/incomplete so it needs to be updated:

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>
      # ...
@ricardoasmarques ricardoasmarques added the low-hanging-fruit Simple tasks to get started label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-hanging-fruit Simple tasks to get started
Projects
None yet
Development

No branches or pull requests

1 participant