From e1e8a5bac52cc16718d1709852df542a856c195e Mon Sep 17 00:00:00 2001 From: Steve Noyes Date: Fri, 16 Sep 2016 15:07:41 +0200 Subject: [PATCH] align ceph with other svc patterns in inventory files The pattern is: [service:children] group ... [service-subservice:children] parent (or override) TrivialFix Change-Id: Iac91cf83f1d3df8a76460f51c3f2883e8c59df24 --- ansible/inventory/all-in-one | 18 +++++++++++------- ansible/inventory/multinode | 18 +++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one index 85661e5891..f402925a6c 100644 --- a/ansible/inventory/all-in-one +++ b/ansible/inventory/all-in-one @@ -83,15 +83,9 @@ control [murano:children] control -[ceph-mon:children] +[ceph:children] control -[ceph-rgw:children] -control - -[ceph-osd:children] -storage - [ironic:children] control @@ -193,6 +187,16 @@ neutron [neutron-vpnaas-agent:children] neutron +# Ceph +[ceph-mon:children] +ceph + +[ceph-rgw:children] +ceph + +[ceph-osd:children] +storage + # Cinder [cinder-api:children] cinder diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode index 2868128188..594906ca0d 100644 --- a/ansible/inventory/multinode +++ b/ansible/inventory/multinode @@ -107,15 +107,9 @@ control [ironic:children] control -[ceph-mon:children] +[ceph:children] control -[ceph-rgw:children] -control - -[ceph-osd:children] -storage - [magnum:children] control @@ -211,6 +205,16 @@ neutron [neutron-vpnaas-agent:children] neutron +# Ceph +[ceph-mon:children] +ceph + +[ceph-rgw:children] +ceph + +[ceph-osd:children] +storage + # Cinder [cinder-api:children] cinder