From eae61f596efd44095dbb78db6e7dd45d249cf77e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 4 Aug 2016 09:38:49 -0500 Subject: onos is compaitible with new definition of ext-port. Change-Id: I1dd996e59faf488eaae258aba09140f4157d8837 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/neutron-gateway.yaml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'ci/bundle_tpl/neutron-gateway.yaml') diff --git a/ci/bundle_tpl/neutron-gateway.yaml b/ci/bundle_tpl/neutron-gateway.yaml index 0780b6b8..74743ef7 100644 --- a/ci/bundle_tpl/neutron-gateway.yaml +++ b/ci/bundle_tpl/neutron-gateway.yaml @@ -16,18 +16,29 @@ data-port: br-ex:{{ opnfv.ext_port }} {% endif %} {% endif %} -{% else %} +{% elif os.network.controller == 'onos' %} + plugin: onos {% if opnfv.ext_port is defined %} - ext-port: {{ opnfv.ext_port }} +{% if opnfv.data_port is defined %} + bridge-mappings: physnet1:br-data external:br-ex + data-port: br-data:{{ opnfv.data_port }} br-ex:{{ opnfv.ext_port }} +{% else %} + bridge-mappings: external:br-ex + data-port: br-ex:{{ opnfv.ext_port }} {% endif %} {% endif %} -{% if os.network.controller == 'odl' %} - plugin: ovs-odl -{% elif os.network.controller == 'onos' %} - plugin: onos {% if os.network.sfc %} profile: onos-sfc {% endif %} +{% elif os.network.controller == 'odl' %} + plugin: ovs-odl +{% if opnfv.ext_port is defined %} + ext-port: {{ opnfv.ext_port }} +{% endif %} +{% else %} +{% if opnfv.ext_port is defined %} + ext-port: {{ opnfv.ext_port }} +{% endif %} {% endif %} instance-mtu: 1400 to: -- cgit 1.2.3-korg