diff options
author | James Gu <james.gu@att.com> | 2020-10-07 15:04:25 -0700 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-10-07 15:07:10 -0700 |
commit | 1b8eb8687d92408008f9716237034b7589d09253 (patch) | |
tree | c94411b2e57870490ea807e2229fc87c32a21176 | |
parent | c700639e5a29b1907976519918969b752d5be1e7 (diff) |
Add node 5 in pod 15 site manifests
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>
-rw-r--r-- | site/intel-pod15/baremetal/nodes.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/site/intel-pod15/baremetal/nodes.yaml b/site/intel-pod15/baremetal/nodes.yaml index 0e20234..9a8104c 100644 --- a/site/intel-pod15/baremetal/nodes.yaml +++ b/site/intel-pod15/baremetal/nodes.yaml @@ -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' +... |