From 3add42efb7e43db0cc770563d3ecc32ccb493ccd Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 10 Feb 2017 11:59:02 -0600 Subject: fix the ODL deployment. Change-Id: I37127878afac245d7281e1bcebbe22af11fc9710 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/subordinate.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/config_tpl/juju2') diff --git a/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml b/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml index 330961b6..015130b7 100644 --- a/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml @@ -25,6 +25,9 @@ openvswitch-odl: charm: ./{{ ubuntu.release }}/openvswitch-odl options: ++{% if opnfv.ext_port is defined %} ++ provider_mappings: "physnet1:{{ opnfv.ext_port }}" ++{% endif %} {% if opnfv.spaces_dict.data is defined %} os-data-network: {{ opnfv.spaces_dict.data.cidr }} {% endif %} -- cgit 1.2.3-korg