summaryrefslogtreecommitdiffstats
path: root/prototypes/openstack-ansible/scripts
diff options
context:
space:
mode:
authorYolanda Robla <yroblamo@redhat.com>2017-03-20 10:13:49 +0100
committerYolanda Robla <yroblamo@redhat.com>2017-03-20 10:13:49 +0100
commit89ff92619529cf45976f62c53bcc14b658d8ec7a (patch)
tree604704dba26755736bc0ca928c67ceabf78cedbc /prototypes/openstack-ansible/scripts
parente5853207d47c80864f314f8b00caff4f1f8b7aef (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 'prototypes/openstack-ansible/scripts')
-rwxr-xr-xprototypes/openstack-ansible/scripts/osa_deploy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/prototypes/openstack-ansible/scripts/osa_deploy.sh b/prototypes/openstack-ansible/scripts/osa_deploy.sh
index 95f593194..79625d211 100755
--- a/prototypes/openstack-ansible/scripts/osa_deploy.sh
+++ b/prototypes/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