added ssl support based on default.
[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     - [ 'aodh:ha', 'hacluster-aodh:ha' ]
15     - [ 'gnocchi:ha', 'hacluster-gnocchi:ha' ]
16     - [ 'designate:ha', 'hacluster-designate:ha' ]
17 {% endif %}