From 7327cf5fc71b0dd4d20554388fb261b0f218052f Mon Sep 17 00:00:00 2001 From: "Lemus Contreras, Cristopher J" Date: Wed, 18 Sep 2019 10:28:50 -0700 Subject: [PATCH] Update bootstrap playbook path This change updates the variable used to define the location of ansible bootstrap playbook used during the Setup stage. Path was updated as follows: From: /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml To: /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml Reference https://storyboard.openstack.org/#!/story/2004761 Task 36571 Change-Id: I0fbd54b139a88534dafbc683384dc32344b9a46f --- automated-robot-suite/Tests/Setup.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated-robot-suite/Tests/Setup.robot b/automated-robot-suite/Tests/Setup.robot index cb33f19..e2dc80d 100644 --- a/automated-robot-suite/Tests/Setup.robot +++ b/automated-robot-suite/Tests/Setup.robot @@ -90,7 +90,7 @@ Ansible Bootstrap Configuration ... sed -i 's/ADMIN_PASS/${password}/' ${destination} Run Command ${sed_cmd} ${bootstrap} Set Variable - ... /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml + ... /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml Run Command ansible-playbook ${bootstrap} True 3600 ~$ Copy Install Packages