From: Dan Radez Date: Tue, 12 Apr 2016 17:21:06 +0000 (-0400) Subject: Updating nic numbering for 2 nic deployments X-Git-Tag: brahmaputra.3.0~9^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F12197%2F2;p=apex.git Updating nic numbering for 2 nic deployments JIRA: APEX-136 Change-Id: I3fd12054e14dddadee412845d79325c6556ea9de Signed-off-by: Dan Radez --- diff --git a/build/nics/compute.yaml b/build/nics/compute.yaml index 6978e9e3..d8958613 100644 --- a/build/nics/compute.yaml +++ b/build/nics/compute.yaml @@ -86,7 +86,7 @@ resources: next_hop: {get_param: EC2MetadataIp} - type: interface - name: nic3 + name: nic2 use_dhcp: false addresses: - diff --git a/build/nics/compute_br-ex.yaml b/build/nics/compute_br-ex.yaml index d187a96c..c0361eae 100644 --- a/build/nics/compute_br-ex.yaml +++ b/build/nics/compute_br-ex.yaml @@ -98,7 +98,7 @@ resources: members: - type: interface - name: nic3 + name: nic2 # force the MAC address of the bridge to this interface primary: true diff --git a/build/nics/compute_br-ex_no-public-ip.yaml b/build/nics/compute_br-ex_no-public-ip.yaml index 30c23c4d..bf7ea851 100644 --- a/build/nics/compute_br-ex_no-public-ip.yaml +++ b/build/nics/compute_br-ex_no-public-ip.yaml @@ -91,7 +91,7 @@ resources: members: - type: interface - name: nic3 + name: nic2 # force the MAC address of the bridge to this interface primary: true diff --git a/build/nics/controller.yaml b/build/nics/controller.yaml index 336b34a1..1b421ac9 100644 --- a/build/nics/controller.yaml +++ b/build/nics/controller.yaml @@ -106,7 +106,7 @@ resources: members: - type: interface - name: nic3 + name: nic2 # force the MAC address of the bridge to this interface primary: true