Fix ARA setup

Change-Id: If22b06353eeb23570fbcd13cd4493e8d67b9ce5f
This commit is contained in:
Logan V 2019-03-17 16:57:24 -05:00
parent de4f53847d
commit 5344f28cc4
3 changed files with 2 additions and 5 deletions

View File

@ -9,9 +9,6 @@ export SETUP_ARA="${SETUP_ARA:-false}"
cp -RL ${PROJECT_PATH}/openstack_deploy /etc
pushd ${PROJECT_PATH}/openstack-ansible
source scripts/bootstrap-ansible.sh
if [ "$SETUP_ARA" == true ]; then
setup_ara
fi
popd
pushd ${PROJECT_PATH}/openstack-ansible/playbooks

View File

@ -2,7 +2,7 @@
- job:
name: limestone-ci-deploy
description: |
description: >-
Run openstack-ansible to deploy the Limestone Networks
CI cloud
pre-run: zuul.d/playbooks-deploy/pre.yml

View File

@ -6,7 +6,7 @@
environment:
SSH_AUTH_SOCK: "{{ ssh_agent_sock }}"
ANSIBLE_VAULT_PASSWORD_FILE: "{{ vault_key_path }}"
SETUP_ARA: true
SETUP_ARA: 'true'
tasks:
- name: Run the deploy job
command: scripts/run_deploy.sh