diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-06 09:16:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-06 09:16:48 +0000 |
commit | c7265ea52861b7d8e6d784f611ac43424fd5a855 (patch) | |
tree | c48b6078be7ff0d8e9f0fb5ccb9f32e97d423ba8 /xci/installer | |
parent | 60f887c297319e4d35924dff37f333f3cdbe7ca0 (diff) | |
parent | 3539343e870b9105033ef8fb606e5dba9e6551e0 (diff) |
Merge "xci: osa: Fix task status when bootstrapping OpenStack-Ansible"
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osa/playbooks/configure-opnfvhost.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index 0e6fdd16..35b17e55 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -109,8 +109,12 @@ - lookup('env','http_proxy') != "" - include: "{{ xci_path }}/xci/playbooks/bootstrap-scenarios.yml" + - name: bootstrap ansible on opnfv host command: "/bin/bash ./scripts/bootstrap-ansible.sh" + args: + creates: "/usr/local/bin/openstack-ansible" + changed_when: True args: chdir: "{{openstack_osa_path}}" |