added ssl support based on default.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / bundle.yaml
index bfc297d..1f4dd0c 100644 (file)
@@ -1,5 +1,7 @@
 # vim: set ts=2 et:
   series: {{ ubuntu.release }}
+  variables:
+{% include 'spaces.yaml' %}
   services:
 {% if os.hyperconverged %}
     nodes:
@@ -30,7 +32,6 @@
         auto_peers: false
 {% endif %}
 {% include 'mysql.yaml' %}
-{% include 'ceilometer.yaml' %}
 {% if opnfv.storage_dict.scaleio is defined %}
 {% include 'scaleio.yaml' %}
 {% else %}
 {% include 'nova-compute.yaml' %}
 {% include 'openstack-dashboard.yaml' %}
 {% include 'rabbitmq.yaml' %}
-{% include 'heat.yaml' %}
 {% include 'neutron-api.yaml' %}
+{% include 'heat.yaml' %}
+{% include 'designate.yaml' %}
+{% if os.network.controller != 'ocl' %}
 {% include 'neutron-gateway.yaml' %}
+{% include 'ceilometer.yaml' %}
+{% endif %}
 {% include 'aodh.yaml' %}
 {% if os.network.controller == 'odl' %}
 {% include 'odl.yaml' %}