Change-Id: If22b06353eeb23570fbcd13cd4493e8d67b9ce5fchanges/68/643768/1
@@ -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 |
@@ -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 |
@@ -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 |