From 1b8eb8687d92408008f9716237034b7589d09253 Mon Sep 17 00:00:00 2001 From: James Gu Date: Wed, 7 Oct 2020 15:04:25 -0700 Subject: 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 --- site/intel-pod15/baremetal/nodes.yaml | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'site') 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' +... -- cgit