From: Markos Chandras Date: Tue, 17 Apr 2018 13:35:50 +0000 (+0100) Subject: xci: osa: Fix OpenStack-Ansible bootstrap X-Git-Tag: 6.0.0~32^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=120c7aea1306cc7190c40625b3efd5d29f2209e1;p=releng-xci.git xci: osa: Fix OpenStack-Ansible bootstrap 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 --- diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index 82b14d1c..96bd9e5e 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -114,6 +114,7 @@ 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: