diff options
author | Markos Chandras <mchandras@suse.de> | 2017-10-27 10:17:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-27 10:17:53 +0000 |
commit | d14c305f9adfbb692f0f9113ce175e4db51697cc (patch) | |
tree | 9305dd3827fcc22438edd47bbaa690665a6f8fb0 /xci/file | |
parent | f4c932c0a927c7ae24bc7ac5a3ea5c7dde4d81b0 (diff) | |
parent | b0750a68b339431742cf855a8959bbeb226b4112 (diff) |
Merge "Enable OPENSTACK_OSA_DEV_PATH for AIO"
Diffstat (limited to 'xci/file')
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml index b60c746b..c9279d64 100644 --- a/xci/file/aio/configure-opnfvhost.yml +++ b/xci/file/aio/configure-opnfvhost.yml @@ -6,6 +6,14 @@ roles: - { role: clone-repository, project: "openstack/openstack-ansible", repo: "{{ OPENSTACK_OSA_GIT_URL }}", dest: "{{ OPENSTACK_OSA_PATH }}", version: "{{ OPENSTACK_OSA_VERSION }}" } tasks: + - name: Synchronize local development openstack-ansible repository to XCI paths + synchronize: + src: "{{ OPENSTACK_OSA_DEV_PATH }}" + dest: "{{ OPENSTACK_OSA_PATH }}" + recursive: yes + delete: yes + when: + - OPENSTACK_OSA_DEV_PATH != "" - name: bootstrap ansible on opnfv host command: "/bin/bash ./scripts/bootstrap-ansible.sh" args: |