Skip to content
Snippets Groups Projects
Commit a7a61b94 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Add Ceph groups back to inventory"

parents 0a0e6058 cdae86a7
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,12 @@ control ...@@ -187,6 +187,12 @@ control
[solum:children] [solum:children]
control control
{# TODO(mnasiadka): Remove in Victoria #}
{% if scenario == 'ceph-ansible' and is_previous_release and previous_release == 'train' %}
[ceph:children]
control
{% endif %}
[ironic:children] [ironic:children]
control control
...@@ -344,6 +350,29 @@ neutron ...@@ -344,6 +350,29 @@ neutron
[ironic-neutron-agent:children] [ironic-neutron-agent:children]
neutron neutron
{# TODO(mnasiadka): Remove in Victoria #}
{% if scenario == 'ceph-ansible' and is_previous_release and previous_release == 'train' %}
# Ceph
[ceph-mds:children]
ceph
[ceph-mgr:children]
ceph
[ceph-nfs:children]
ceph
[ceph-mon:children]
ceph
[ceph-rgw:children]
ceph
[ceph-osd:children]
storage
{% endif %}
# Cinder # Cinder
[cinder-api:children] [cinder-api:children]
cinder cinder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment