X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fnics-compute.yaml.jinja2;h=3a73bbd8453d301eb1852266c6b4bc63e23b6816;hb=2af53674aec6188abbc73b066c5942d4aea9e043;hp=12d905962c3af3f6107613d55ca919b61a062e1a;hpb=683f9010b19232897648913e767a0dc05dbf498e;p=apex.git diff --git a/build/nics-compute.yaml.jinja2 b/build/nics-compute.yaml.jinja2 index 12d90596..3a73bbd8 100644 --- a/build/nics-compute.yaml.jinja2 +++ b/build/nics-compute.yaml.jinja2 @@ -106,20 +106,12 @@ resources: {%- set nic_index = 2 %} {%- if 'private_network' in enabled_networks %} - - # Create a bridge which can also be used for VLAN-mode bridge mapping - type: ovs_bridge - name: br-tenant + type: interface + name: nic{{ nic_index }}{% set nic_index = nic_index + 1 %} use_dhcp: false addresses: - ip_netmask: {get_param: TenantIpSubnet} - members: - - - type: interface - name: nic{{ nic_index }}{% set nic_index = nic_index + 1 %} - use_dhcp: false - # force the MAC address of the bridge to this interface - primary: true {%- endif %} {%- if external_net_type == "interface" %} -