modified to include rados gateway with vip.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / harelations.yaml
index 212516c..8a4a247 100644 (file)
@@ -1,6 +1,6 @@
 {% if os.ha.mode == 'ha' %}
 {% if os.network.controller != 'ocl' %}
-#    - [ 'heat:ha', 'hacluster-heat:ha' ]
+    - [ 'heat:ha', 'hacluster-heat:ha' ]
     - [ 'ceilometer:ha', 'hacluster-ceilometer:ha' ]
 {% endif %}
     - [ 'mysql:ha', 'hacluster-mysql:ha' ]
@@ -10,7 +10,5 @@
     - [ 'neutron-api:ha', 'hacluster-neutron:ha' ]
     - [ 'nova-cloud-controller:ha', 'hacluster-nova:ha' ]
     - [ 'openstack-dashboard:ha', 'hacluster-horizon:ha' ]
-{% if os.beta.hacluster_ceph_radosgw %}
     - [ 'ceph-radosgw:ha', 'hacluster-ceph-radosgw:ha' ]
 {% endif %}
-{% endif %}