summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-07-26 00:01:35 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-07-26 00:06:19 -0500
commitce06a995fd8986c5cb6502b4070a8f6e79bbe9f8 (patch)
tree776dc49e4a5b80821ceb4f3374d7897a683c617f /ci/config_tpl/juju2/bundle_tpl/bundle.yaml
parent38a3c632a60d87a51d96fc766b2e2572503c194f (diff)
modified to remove gateway as not needed with OCL
Change-Id: If08c12d9ffd2a8567fccd77473ead1483bd7dff0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/bundle.yaml')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/bundle.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/bundle.yaml b/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
index bfc297d0..575aa8f8 100644
--- a/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
@@ -56,7 +56,9 @@
{% include 'rabbitmq.yaml' %}
{% include 'heat.yaml' %}
{% include 'neutron-api.yaml' %}
+{% if os.network.controller != 'ocl' %}
{% include 'neutron-gateway.yaml' %}
+{% endif %}
{% include 'aodh.yaml' %}
{% if os.network.controller == 'odl' %}
{% include 'odl.yaml' %}