Fix ARA setup
Change-Id: If22b06353eeb23570fbcd13cd4493e8d67b9ce5f
This commit is contained in:
parent
de4f53847d
commit
5344f28cc4
@ -9,9 +9,6 @@ export SETUP_ARA="${SETUP_ARA:-false}"
|
|||||||
cp -RL ${PROJECT_PATH}/openstack_deploy /etc
|
cp -RL ${PROJECT_PATH}/openstack_deploy /etc
|
||||||
pushd ${PROJECT_PATH}/openstack-ansible
|
pushd ${PROJECT_PATH}/openstack-ansible
|
||||||
source scripts/bootstrap-ansible.sh
|
source scripts/bootstrap-ansible.sh
|
||||||
if [ "$SETUP_ARA" == true ]; then
|
|
||||||
setup_ara
|
|
||||||
fi
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd ${PROJECT_PATH}/openstack-ansible/playbooks
|
pushd ${PROJECT_PATH}/openstack-ansible/playbooks
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: limestone-ci-deploy
|
name: limestone-ci-deploy
|
||||||
description: |
|
description: >-
|
||||||
Run openstack-ansible to deploy the Limestone Networks
|
Run openstack-ansible to deploy the Limestone Networks
|
||||||
CI cloud
|
CI cloud
|
||||||
pre-run: zuul.d/playbooks-deploy/pre.yml
|
pre-run: zuul.d/playbooks-deploy/pre.yml
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
environment:
|
environment:
|
||||||
SSH_AUTH_SOCK: "{{ ssh_agent_sock }}"
|
SSH_AUTH_SOCK: "{{ ssh_agent_sock }}"
|
||||||
ANSIBLE_VAULT_PASSWORD_FILE: "{{ vault_key_path }}"
|
ANSIBLE_VAULT_PASSWORD_FILE: "{{ vault_key_path }}"
|
||||||
SETUP_ARA: true
|
SETUP_ARA: 'true'
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run the deploy job
|
- name: Run the deploy job
|
||||||
command: scripts/run_deploy.sh
|
command: scripts/run_deploy.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user