e7bac9a27c83837370bd013b96926f4f15cf488e
[joid.git] / ci / bundle_tpl / harelations.yaml
1 {% if os.ha.mode == 'ha' %}
2     - [ 'mysql:ha', 'hacluster-mysql:ha' ]
3     - [ 'cinder:ha', 'hacluster-cinder:ha' ]
4     - [ 'heat:ha', 'hacluster-heat:ha' ]
5     - [ 'glance:ha', 'hacluster-glance:ha' ]
6     - [ 'keystone:ha', 'hacluster-keystone:ha' ]
7     - [ 'neutron-api:ha', 'hacluster-neutron:ha' ]
8     - [ 'nova-cloud-controller:ha', 'hacluster-nova:ha' ]
9     - [ 'openstack-dashboard:ha', 'hacluster-horizon:ha' ]
10     - [ 'ceilometer:ha', 'hacluster-ceilometer:ha' ]
11 {% if os.beta.hacluster_ceph_radosgw %}
12     - [ 'ceph-radosgw:ha', 'hacluster-ceph-radosgw:ha' ]
13 {% endif %}
14 {% endif %}