Multiple ceph clusters. #193
Unanswered
TafkaMax
asked this question in
Show and tell
Replies: 2 comments
-
|
I have created an example branch here: https://github.com/TafkaMax/ansible-collection-cephadm/tree/add-custom-ceph-group-names This seems to work for my usecase. I have defined the following variables: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi! Thanks for your interest! I doubt the multiple clusters scenario was ever intended for this collection. I think you could map multiple clusters against multiple Ansible inventories and possibly share common variables in an auxiliary file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to use this role to setup multiple ceph clusters. The overal logic is good, but I am hitting a little bit of an issue.
ansible-collection-cephadm/roles/cephadm/templates/cluster.yml.j2
Line 1 in 7da4bd4
This defines to loop over all of the ceph hosts. Could this role be suited to take some variable
cephadm_ansible_groupcephadm_ansible_mon_groupcephadm_ansible_osd_groupcephadm_ansible_rgw_groupYou could define your own groups like so in vars.
Beta Was this translation helpful? Give feedback.
All reactions