ef193654fbe00638a32010003be05c82d1e0ed8c
[joid.git] / ci / bundle_tpl / haclusters.yaml
1
2     hacluster-keystone:
3       charm: "local:{{ ubuntu.release }}/hacluster"
4       options:
5         corosync_transport: unicast
6         cluster_count: 3
7     hacluster-cinder:
8       charm: "local:{{ ubuntu.release }}/hacluster"
9       options:
10         corosync_transport: unicast
11         cluster_count: 3
12     hacluster-heat:
13       charm: "local:{{ ubuntu.release }}/hacluster"
14       options:
15         corosync_transport: unicast
16         cluster_count: 3
17     hacluster-horizon:
18       charm: "local:{{ ubuntu.release }}/hacluster"
19       options:
20         corosync_transport: unicast
21         cluster_count: 3
22     hacluster-nova:
23       charm: "local:{{ ubuntu.release }}/hacluster"
24       options:
25         corosync_transport: unicast
26         cluster_count: 3
27     hacluster-neutron:
28       charm: "local:{{ ubuntu.release }}/hacluster"
29       options:
30         corosync_transport: unicast
31         cluster_count: 3
32     hacluster-glance:
33       charm: "local:{{ ubuntu.release }}/hacluster"
34       options:
35         corosync_transport: unicast
36         cluster_count: 3
37     hacluster-ceilometer:
38       charm: "local:{{ ubuntu.release }}/hacluster"
39       options:
40         corosync_transport: unicast
41         cluster_count: 3
42     hacluster-mysql:
43       charm: "local:{{ ubuntu.release }}/hacluster"
44       options:
45         corosync_transport: unicast
46         cluster_count: 3
47 {% if os.beta.hacluster_ceph_radosgw %}
48     hacluster-ceph-radosgw:
49       charm: "local:{{ ubuntu.release }}/hacluster"
50       options:
51         corosync_transport: unicast
52         cluster_count: 3
53 {% endif %}