Add node 5 in pod 15 site manifests 45/71245/1
authorJames Gu <james.gu@att.com>
Wed, 7 Oct 2020 22:04:25 +0000 (15:04 -0700)
committerJames Gu <james.gu@att.com>
Wed, 7 Oct 2020 22:07:10 +0000 (15:07 -0700)
Node 5 pxe network has been fixed by Infra team. Thsi change adds node 5
to the baremetal ndoes.yaml.

Change-Id: If8a4a4e3ab34ba23429164d1e6c2b3c066d43a2e
Signed-off-by: James Gu <james.gu@att.com>
site/intel-pod15/baremetal/nodes.yaml

index 0e20234..9a8104c 100644 (file)
@@ -163,3 +163,39 @@ data:
     tags:
       - 'workers'
 ...
+---
+schema: 'drydock/BaremetalNode/v1'
+metadata:
+  schema: 'metadata/Document/v1'
+  # NEWSITE-CHANGEME: The next node's hostname
+  name: pod15-node5
+  layeringDefinition:
+    abstract: false
+    layer: site
+  storagePolicy: cleartext
+data:
+  oob:
+    account: 'root'
+  # NEWSITE-CHANGEME: The next node's IPv4 addressing
+  addressing:
+    - network: oob
+      address: 10.10.150.15
+    - network: oam
+      address: 10.10.150.25
+    - network: pxe
+      address: 10.10.151.25
+    - network: calico
+      address: 10.10.152.25
+    - network: storage
+      address: 10.10.153.25
+    - network: overlay
+      address: 10.10.154.25
+  # NEWSITE-CHANGEME: The next node's host profile
+  host_profile: dp-intel-s2600wt
+  metadata:
+    # NEWSITE-CHANGEME: The next node's rack designation
+    rack: pod15-rack
+    # NEWSITE-CHANGEME: The next node's role desigatnion
+    tags:
+      - 'workers'
+...