summaryrefslogtreecommitdiffstats
path: root/openstack-ansible/scripts
diff options
context:
space:
mode:
authorYolanda Robla <yroblamo@redhat.com>2017-03-20 10:13:49 +0100
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commit840e9ef14441274f5f8042c195396037b885ad79 (patch)
treefab7eb696e7347e71cb53b21d625c5820caf6a98 /openstack-ansible/scripts
parente6bfbe1e20142a14f2fac7c4f5f6d1261263994f (diff)
Read OSA_BRANCH from an env var
Currently the OSA_BRANCH was sent in the deploy script, but not being picked by ansible. Enable this OSA_BRANCH in ansible, that will read from the populated env var in the deploy script. Change-Id: I77cffaee647a6f2a67baa49b1ddf022061398d86
Diffstat (limited to 'openstack-ansible/scripts')
-rwxr-xr-xopenstack-ansible/scripts/osa_deploy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack-ansible/scripts/osa_deploy.sh b/openstack-ansible/scripts/osa_deploy.sh
index 95f59319..79625d21 100755
--- a/openstack-ansible/scripts/osa_deploy.sh
+++ b/openstack-ansible/scripts/osa_deploy.sh
@@ -4,7 +4,6 @@ export OSA_PATH=/opt/openstack-ansible
export LOG_PATH=$OSA_PATH/log
export PLAYBOOK_PATH=$OSA_PATH/playbooks
export OSA_BRANCH=${OSA_BRANCH:-"master"}
-
JUMPHOST_IP="192.168.122.2"
sudo /bin/rm -rf $LOG_PATH