diff options
author | James Gu <james.gu@att.com> | 2021-01-11 20:24:49 -0800 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2021-01-11 20:24:49 -0800 |
commit | b6beb07568755dae162b25b5efbfce8c5ac0f235 (patch) | |
tree | e5309e548e1b7ca2b6fcc24d48cd142c2eeb9ad4 /site/intel-pod17/baremetal/nodes.yaml | |
parent | b51f2977ceb8847b1b23f9815f7d2d337a0e1806 (diff) |
Temporarily remove node from nodes.yaml
Remove node4 from nodes.yaml since its second disk is failing.
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: Ibf19eb1c9f4136557b5d17c1732e949282180bca
Diffstat (limited to 'site/intel-pod17/baremetal/nodes.yaml')
-rw-r--r-- | site/intel-pod17/baremetal/nodes.yaml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/site/intel-pod17/baremetal/nodes.yaml b/site/intel-pod17/baremetal/nodes.yaml index 4b0af4e..bb80b4e 100644 --- a/site/intel-pod17/baremetal/nodes.yaml +++ b/site/intel-pod17/baremetal/nodes.yaml @@ -132,42 +132,6 @@ schema: 'drydock/BaremetalNode/v1' metadata: schema: 'metadata/Document/v1' # NEWSITE-CHANGEME: The next node's hostname - name: pod17-node4 - 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.170.14 - - network: oam - address: 10.10.170.24 - - network: pxe - address: 10.10.171.24 - - network: calico - address: 10.10.172.24 - - network: storage - address: 10.10.173.24 - - network: overlay - address: 10.10.174.24 - # NEWSITE-CHANGEME: The next node's host profile - host_profile: dp-intel-s2600wt - metadata: - # NEWSITE-CHANGEME: The next node's rack designation - rack: pod17-rack - # NEWSITE-CHANGEME: The next node's role desigatnion - tags: - - 'workers' -... ---- -schema: 'drydock/BaremetalNode/v1' -metadata: - schema: 'metadata/Document/v1' - # NEWSITE-CHANGEME: The next node's hostname name: pod17-node5 layeringDefinition: abstract: false |