From 840e9ef14441274f5f8042c195396037b885ad79 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Mon, 20 Mar 2017 10:13:49 +0100 Subject: 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 --- openstack-ansible/scripts/osa_deploy.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack-ansible/scripts') 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 -- cgit 1.2.3-korg