diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-06-03 17:10:33 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-06-03 17:12:33 +0530 |
commit | 19d78ee83ad266ea9b61ade9c1afac7859eee36c (patch) | |
tree | dad06524037d2d9aab6657737396046a9c5a21a2 /site/intel-pod15/networks/common-addresses.yaml | |
parent | 21f263a04ce83a196cbb975e4e7954e410c14839 (diff) |
IntelPod15: Modify the Public VLAN.
Modify the public VLAN to 1153.
The manifests had public VLAN as 4000 - which is incorrect.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I47df009afa4bae7c66c2d69f8b035a3b6ae8e27e
Diffstat (limited to 'site/intel-pod15/networks/common-addresses.yaml')
-rw-r--r-- | site/intel-pod15/networks/common-addresses.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/intel-pod15/networks/common-addresses.yaml b/site/intel-pod15/networks/common-addresses.yaml index 3f25a03..f4e8134 100644 --- a/site/intel-pod15/networks/common-addresses.yaml +++ b/site/intel-pod15/networks/common-addresses.yaml @@ -154,11 +154,11 @@ data: # Interface for the OpenStack external network. Ensure the interface name is # consistent with the interface and VLAN assigned to the Public network in # networks/physical/networks.yaml - external_iface: 'ens785f0.4000' + external_iface: 'ens785f0.1153' openvswitch: # Interface for the OpenStack external network. Ensure the interface name is # consistent with the interface and VLAN assigned to the Public network in # networks/physical/networks.yaml - external_iface: 'ens785f0.4000' + external_iface: 'ens785f0.1153' ... |