From f50ab4b30aa64b03893275edbb0f5d705a989c0b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 6 Jul 2016 11:52:29 -0500 Subject: modified to change the cluster count for rabbitmq and relation. Change-Id: I6c23b7f5c6387b94cda505284612018dddd9e245 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/harelations.yaml | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'ci/bundle_tpl/harelations.yaml') diff --git a/ci/bundle_tpl/harelations.yaml b/ci/bundle_tpl/harelations.yaml index e9405621..d82bb285 100644 --- a/ci/bundle_tpl/harelations.yaml +++ b/ci/bundle_tpl/harelations.yaml @@ -1,26 +1,15 @@ {% if os.ha.mode == 'ha' %} - - - mysql:ha - - hacluster-mysql:ha - - - cinder:ha - - hacluster-cinder:ha - - - heat:ha - - hacluster-heat:ha - - - glance:ha - - hacluster-glance:ha - - - keystone:ha - - hacluster-keystone:ha - - - neutron-api:ha - - hacluster-neutron:ha - - - nova-cloud-controller:ha - - hacluster-nova:ha - - - openstack-dashboard:ha - - hacluster-horizon:ha - - - heat:ha - - hacluster-heat:ha - - - ceilometer:ha - - hacluster-ceilometer:ha + - [ 'mysql:ha', 'hacluster-mysql:ha' ] + - [ 'cinder:ha', 'hacluster-cinder:ha' ] + - [ 'heat:ha', 'hacluster-heat:ha' ] + - [ 'glance:ha', 'hacluster-glance:ha' ] + - [ 'keystone:ha', 'hacluster-keystone:ha' ] + - [ 'neutron-api:ha', 'hacluster-neutron:ha' ] + - [ 'nova-cloud-controller:ha', 'hacluster-nova:ha' ] + - [ 'openstack-dashboard:ha', 'hacluster-horizon:ha' ] + - [ 'heat:ha', 'hacluster-heat:ha' ] + - [ 'ceilometer:ha', 'hacluster-ceilometer:ha' ] {% if os.beta.hacluster_ceph_radosgw %} - - - ceph-radosgw:ha - - hacluster-ceph-radosgw:ha + - [ 'ceph-radosgw:ha', 'hacluster-ceph-radosgw:ha' ] {% endif %} {% endif %} -- cgit 1.2.3-korg