summaryrefslogtreecommitdiffstats
path: root/site/intel-pod18
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2019-11-09 09:48:11 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2019-11-20 22:45:56 +0530
commitf7475f766c4ae9ef5dff365959da3842834c18fb (patch)
tree0321ac8e6538150f9d15dd8e0a55bd793d2964fd /site/intel-pod18
parent0bc475ad56588ca34407d495032ae27e4208babe (diff)
Deploy Script for all Sites.
This patch modified deploy script to be used for all sites. Expectation: Every site should include <site_name>.env in its home folder. Change in Arguments: With this patch deploy script take site_name as first arugment. Ex: deploy.sh intel-pod10 deploy_site Added .env files for all 3 sites. Pod10 env was already present Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I917b19c0b656e4495f7643ff2d2b73ad9ae03a11
Diffstat (limited to 'site/intel-pod18')
-rw-r--r--site/intel-pod18/intel-pod18.env7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/intel-pod18/intel-pod18.env b/site/intel-pod18/intel-pod18.env
new file mode 100644
index 0000000..b302521
--- /dev/null
+++ b/site/intel-pod18/intel-pod18.env
@@ -0,0 +1,7 @@
+export OS_AUTH_URL=${OS_AUTH_URL:-http://iam-airship.intel-pod18.opnfv.org:80/v3}
+export GEN_SSH=${GEN_SSH:-intel-pod18-genesis}
+export SITE_NAME=${SITE_NAME:-intel-pod18}
+export GEN_IPMI=${GEN_IPMI:-10.10.180.11}
+export NODES_IPMI=${NODES_IPMI:-'10.10.180.12 10.10.180.13 10.10.180.14 10.10.180.15'}
+export SITE_DEF=${SITE_DEF:-airship/site/intel-pod18/site-definition.yaml}
+export OS_AUTH_URL_IDENTITY=${OS_AUTH_URL_IDENTITY:-http://identity-airship.intel-pod18.opnfv.org:80/v3}