diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/haclusters.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/haclusters.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ci/config_tpl/bundle_tpl/haclusters.yaml b/ci/config_tpl/bundle_tpl/haclusters.yaml index 59493d5f..7edc7b28 100644 --- a/ci/config_tpl/bundle_tpl/haclusters.yaml +++ b/ci/config_tpl/bundle_tpl/haclusters.yaml @@ -15,13 +15,13 @@ {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} - hacluster-heat: - 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 {% if os.network.ipv6 %} - prefer-ipv6: {{ os.network.ipv6 }} +# prefer-ipv6: {{ os.network.ipv6 }} {% endif %} hacluster-horizon: charm: "local:{{ ubuntu.release }}/hacluster" |