e5274ed81e2a5e5432098e8234c76a6c2d380bcc
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / harelations.yaml
1 {% if os.ha.mode == 'ha' %}
2 {% if os.network.controller != 'ocl' %}
3     - [ 'ceilometer:ha', 'hacluster-ceilometer:ha' ]
4 {% endif %}
5     - [ 'heat:ha', 'hacluster-heat:ha' ]
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     - [ 'ceph-radosgw:ha', 'hacluster-ceph-radosgw:ha' ]
14 {% endif %}