From 18ca21eac0c569868250fdc9e652e41f76ae2fbd Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Wed, 4 Sep 2019 12:12:49 -0500 Subject: Move genesis from pod17-jump to pod17-node1 Adjust installation to comply with Pharos specification http://artifacts.opnfv.org/pharos/colorado/docs/specification/index.html The jump host is intended to serve as a node where installer runs. This then is used as a worker node for Jenkins. This patchset re-configures genesis to move to pod17-node1, and reduces compute nodes from 3 to 2. Change-Id: Ie5f65ad7cc0e6f688c913705babab6dc25925b4e Signed-off-by: Kaspars Skels --- site/intel-pod17/networks/common-addresses.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'site/intel-pod17/networks/common-addresses.yaml') diff --git a/site/intel-pod17/networks/common-addresses.yaml b/site/intel-pod17/networks/common-addresses.yaml index 1fe0357..e3dfad9 100644 --- a/site/intel-pod17/networks/common-addresses.yaml +++ b/site/intel-pod17/networks/common-addresses.yaml @@ -52,15 +52,15 @@ data: # networks/physical/networks.yaml # NOTE: Ensure that the genesis node is manually configured with this # hostname before running `genesis.sh` on the node. - hostname: pod17-jump + hostname: pod17-node1 # NEWSITE-CHANGEME: Calico IP of the Genesis node. Use the "start" value for # the calico network defined in networks/physical/networks.yaml for this IP. - ip: 10.10.172.20 + ip: 10.10.172.21 bootstrap: # NEWSITE-CHANGEME: Update with the "start" value/IP of the static range # defined for the pxe network in networks/physical/networks.yaml - ip: 10.10.171.20 + ip: 10.10.171.21 kubernetes: # K8s API service IP @@ -85,8 +85,8 @@ data: # control plane servers. Ensure that this matches the nodes with the 'masters' # tags applied in baremetal/nodes.yaml masters: - - hostname: pod17-node1 - hostname: pod17-node2 + - hostname: pod17-node3 # NEWSITE-CHANGEME: Environment proxy information. # NOTE: Reference Airship sites do not deploy behind a proxy, so this proxy section -- cgit 1.2.3-korg