summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/harelations.yaml
blob: bc089d0ca9a78dbc13cc91a993c7f0300be585c5 (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
26
27
{% 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
    - - ceilometer:ha
      - hacluster-ceilometer:ha
{% if os.beta.hacluster_ceph_radosgw %}
    - - ceph-radosgw:ha
      - hacluster-ceph-radosgw:ha
{% endif %}
{% endif %}