summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/harelations.yaml
blob: 0a455e98734064214e5bb9d49561690a8d3bef85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{% if os.ha.mode == 'ha' %}

    - - mysql:ha
      - hacluster-mysql:ha
    - - cinder:ha
      - hacluster-cinder:ha
    - - heat:ha
      - hacluster-heat: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
    - - heat:ha
      - hacluster-heat:ha
{% if os.beta.hacluster_ceph_radosgw %}
    - - ceph-radosgw:ha
      - hacluster-ceph-radosgw:ha
{% endif %}
{% endif %}