From 98d540cb9776e35e7d77c6544b9fa787c973d4a0 Mon Sep 17 00:00:00 2001 From: narindergupta Date: Thu, 17 Aug 2017 13:25:18 -0500 Subject: include ODL space in the bundle. Change-Id: I9e25eab9eca7ab1a944cdf9ca83507b7666583b9 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/odl.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/config_tpl/juju2/bundle_tpl/odl.yaml b/ci/config_tpl/juju2/bundle_tpl/odl.yaml index d799e1a9..0e3e1d83 100644 --- a/ci/config_tpl/juju2/bundle_tpl/odl.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/odl.yaml @@ -4,7 +4,8 @@ {% if os.service.bindings %} bindings: "": *oam-space - internal: internal-space + controller-api: *internal-space + ovsdb-manager-api: *internal-space {% endif %} options: install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.0-Carbon/distribution-karaf-0.6.0-Carbon.tar.gz" -- cgit 1.2.3-korg