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