summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/haclusters.yaml
blob: fc42d38e4436b86227210893017ac68a03e26919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
    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 %}