summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/harelations.yaml
blob: 60652fe60333ae362d2ccce69e796c8c1e0f8574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% if os.ha.mode == 'ha' %}
{% if os.network.controller != 'ocl' %}
    - [ 'ceilometer:ha', 'hacluster-ceilometer:ha' ]
{% endif %}
    - [ 'heat:ha', 'hacluster-heat:ha' ]
    - [ 'mysql:ha', 'hacluster-mysql:ha' ]
    - [ 'cinder:ha', 'hacluster-cinder: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' ]
    - [ 'ceph-radosgw:ha', 'hacluster-ceph-radosgw:ha' ]
    - [ 'aodh:ha', 'hacluster-aodh:ha' ]
    - [ 'gnocchi:ha', 'hacluster-gnocchi:ha' ]
    - [ 'designate:ha', 'hacluster-designate:ha' ]
{% endif %}