summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKaspars Skels <kaspars.skels@att.com>2019-09-04 12:12:49 -0500
committerKaspars Skels <kaspars.skels@att.com>2019-09-04 13:45:29 -0500
commit18ca21eac0c569868250fdc9e652e41f76ae2fbd (patch)
tree09af5b178c07eba62ec4526a7389e43759017bca /tools
parent8aee7b343082db8f65319e3358deb48528294bda (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 'tools')
-rwxr-xr-xtools/deploy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh
index 6e4982d..6005f2b 100755
--- a/tools/deploy.sh
+++ b/tools/deploy.sh
@@ -9,11 +9,11 @@ export OS_PASSWORD=${OS_PASSWORD:-password123}
export IPMI_USER=${IPMI_USER:-root}
export IPMI_PASS=${IPMI_PASS:-root}
-export GEN_SSH=${GEN_SSH:-pod17}
+export GEN_SSH=${GEN_SSH:-intel-pod17-genesis}
export SITE_NAME=${SITE_NAME:-intel-pod17}
-export GEN_IPMI=${GEN_IPMI:-10.10.170.10}
-export NODES_IPMI=${NODES_IPMI:-'10.10.170.11 10.10.170.12 10.10.170.13 10.10.170.14 10.10.170.15'}
+export GEN_IPMI=${GEN_IPMI:-10.10.170.11}
+export NODES_IPMI=${NODES_IPMI:-'10.10.170.12 10.10.170.13 10.10.170.14 10.10.170.15'}
export GERRIT_REFSPEC=${GERRIT_REFSPEC:-master}
export SITE_DEF=${SITE_DEF:-airship/site/intel-pod17/site-definition.yaml}