X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fconfig_tpl%2Fjuju2%2Fbundle_tpl%2Fneutron-ovs.yaml;h=1dd2210ddecc4c96b73e3e61f841442906ac4e74;hb=e3983c25772ce327684ed98b7600300bf3132471;hp=286132b5c15bde4143f166228ea470379a309e9f;hpb=f1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666;p=joid.git diff --git a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml index 286132b5..1dd2210d 100644 --- a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml @@ -1,9 +1,21 @@ neutron-openvswitch: charm: ./{{ ubuntu.release }}/neutron-openvswitch +{% if os.service.bindings %} +{% if opnfv.spaces_dict.data is defined %} + bindings: + data: admin-api + options: +{% else %} + bindings: + data: internal-api + options: +{% endif %} +{% else %} options: {% if opnfv.spaces_dict.data is defined %} os-data-network: {{ opnfv.spaces_dict.data.cidr }} {% endif %} +{% endif %} {% if os.network.dpdk %} enable-dpdk: true #dpdk-driver: uio_pci_generic @@ -12,18 +24,16 @@ #default-socket-cores: 1 {% endif %} {% if opnfv.ext_port is defined %} -{% if os.network.dvr %} {% if os.network.controller == 'nosdn' %} {% 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 }} + bridge-mappings: physnet1:br-ex physnet2:br-data + data-port: br-ex:{{ opnfv.ext_port }} br-data:{{ opnfv.data_port }} {% else %} - bridge-mappings: external:br-ex + bridge-mappings: physnet1:br-ex data-port: br-ex:{{ opnfv.ext_port }} {% endif %} {% else %} - ext-port: {{ opnfv.ext_port }} -{% endif %} + ext-port: {{ opnfv.ext_port }} {% endif %} {% endif %} {# Empty block to avoid bad block trim #}