xci: osa: Fix OpenStack-Ansible bootstrap 01/55901/1
authorMarkos Chandras <mchandras@suse.de>
Tue, 17 Apr 2018 13:35:50 +0000 (14:35 +0100)
committerMarkos Chandras <mchandras@suse.de>
Tue, 17 Apr 2018 13:36:21 +0000 (14:36 +0100)
Commit 269b5fc033b1ee8d14d9d4694f4f0d3765866c0a ("xci: installer: osa:
Fix status report when bootstrapping OSA") removed the 'chdir' parameter
by accident and this broke the OpenStack-Ansible bootstrapping. This
patch brings the missing parameter back.

Change-Id: I0ecfa0eb4c91a9f1dfa2d86a8a50bacdbd224533
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/installer/osa/playbooks/configure-opnfvhost.yml

index 82b14d1..96bd9e5 100644 (file)
       command: "/bin/bash ./scripts/bootstrap-ansible.sh"
       args:
         creates: "/usr/local/bin/openstack-ansible"
+        chdir: "{{openstack_osa_path}}"
 
     - name: install opnfv pip required packages
       pip: