IntelPod15: Modify the Public VLAN. 60/70260/1
authoropensource-tnbt <sridhar.rao@spirent.com>
Wed, 3 Jun 2020 11:40:33 +0000 (17:10 +0530)
committeropensource-tnbt <sridhar.rao@spirent.com>
Wed, 3 Jun 2020 11:42:33 +0000 (17:12 +0530)
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

site/intel-pod15/networks/common-addresses.yaml
site/intel-pod15/networks/physical/networks.yaml

index 3f25a03..f4e8134 100644 (file)
@@ -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'
 ...
index 659884e..5bf1a29 100644 (file)
@@ -12,7 +12,7 @@
 # |IF2 10G | private    | Underlay calico and ovs overlay   | VLAN 152 | untagged | 10.10.152.0/24 |
 # |        | management | Management (unused for now)       | VLAN 154 | tagged   | 10.10.154.0/24 |
 # |IF3 10G | storage    | Storage network                   | VLAN 153 | untagged | 10.10.153.0/24 |
-# |        | public     | Public network for VMs            | VLAN 4000| tagged   | 10.10.155.0/24 |
+# |        | public     | Public network for VMs            | VLAN 1153| tagged   | 10.10.155.0/24 |
 # +--------+------------+-----------------------------------+----------+----------+----------------+
 #
 # For standard Airship deployments, you should not need to modify the number of
@@ -307,7 +307,7 @@ data:
 ...
 ---
 # The public network for OpenStack VMs.
-# NOTE: Only interface 'ens785f0.4000' will be setup, no IPs assigned to hosts
+# NOTE: Only interface 'ens785f0.1153' will be setup, no IPs assigned to hosts
 schema: 'drydock/Network/v1'
 metadata:
   schema: 'metadata/Document/v1'
@@ -318,7 +318,7 @@ metadata:
   storagePolicy: cleartext
 data:
   # NEWSITE-CHANGEME: Set the VLAN ID which the Public network is on
-  vlan: '4000'
+  vlan: '1153'
   # NEWSITE-CHANGEME: Ensure the network switches in the environment are
   # configured for this MTU or greater.
   mtu: 1500