diff options
author | Kaspars Skels <kaspars.skels@att.com> | 2019-09-04 12:12:49 -0500 |
---|---|---|
committer | Kaspars Skels <kaspars.skels@att.com> | 2019-09-04 13:45:29 -0500 |
commit | 18ca21eac0c569868250fdc9e652e41f76ae2fbd (patch) | |
tree | 09af5b178c07eba62ec4526a7389e43759017bca /site/intel-pod17/networks/common-addresses.yaml | |
parent | 8aee7b343082db8f65319e3358deb48528294bda (diff) |
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 <kaspars.skels@att.com>
Diffstat (limited to 'site/intel-pod17/networks/common-addresses.yaml')
-rw-r--r-- | site/intel-pod17/networks/common-addresses.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |