From 31882813e2b47c840634aa5461d2cb4b8d58a172 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 8 Sep 2017 16:12:09 -0500 Subject: enable heat for OCL and try. Change-Id: Ie114402ec96d5e809dbf990ac9b1d0410a436ff2 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/haclusters.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ci/config_tpl/juju2/bundle_tpl/haclusters.yaml') diff --git a/ci/config_tpl/juju2/bundle_tpl/haclusters.yaml b/ci/config_tpl/juju2/bundle_tpl/haclusters.yaml index 091fa7e0..26ea2867 100644 --- a/ci/config_tpl/juju2/bundle_tpl/haclusters.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/haclusters.yaml @@ -15,7 +15,6 @@ {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} -{% if os.network.controller != 'ocl' %} hacluster-heat: charm: "./{{ ubuntu.release }}/hacluster" options: @@ -23,7 +22,6 @@ cluster_count: 3 {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} -{% endif %} {% endif %} hacluster-horizon: charm: "./{{ ubuntu.release }}/hacluster" -- cgit 1.2.3-korg