summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/harelations.yaml
blob: e5274ed81e2a5e5432098e8234c76a6c2d380bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% 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' ]
{% endif %}