4e6fe7a6da
Kolla-Ansible Ceph deployment mechanism has been deprecated in Train [1]. This change removes the Ansible code and associated CI jobs. [1]: https://review.opendev.org/669214 Change-Id: Ie2167f02ad2f525d3b0f553e2c047516acf55bc2
15 lines
301 B
Django/Jinja
15 lines
301 B
Django/Jinja
[storage]
|
|
{% for host in hostvars %}
|
|
{{ host }} ansible_host={{ hostvars[host]['ansible_host'] }} ansible_user=kolla ansible_ssh_private_key_file={{ ansible_env.HOME ~ '/.ssh/id_rsa_kolla' }}
|
|
{% endfor %}
|
|
|
|
# Ceph-Ansible hosts
|
|
[mons:children]
|
|
storage
|
|
|
|
[mgrs:children]
|
|
storage
|
|
|
|
[osds:children]
|
|
storage
|