summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/haclusters.yaml
blob: a6639950b5cb54f1be95a023d13c7d7beeb2b302 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
    hacluster-keystone:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-cinder:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-heat:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-horizon:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-nova:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-neutron:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-glance:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-ceilometer:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
    hacluster-mysql:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
{% if os.beta.hacluster_ceph_radosgw %}
    hacluster-ceph-radosgw:
      charm: "local:{{ ubuntu.release }}/hacluster"
      options:
        corosync_transport: unicast
        cluster_count: 3
{% endif %}