summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-12 08:44:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-12 08:44:13 +0000
commitcea2e3355bc6b5c059349c6c3ca2e96d214cbfb4 (patch)
treea2b5f15df2c29ef6be275d0ff2546a156290873e /xci/xci-deploy.sh
parent5e2e51892e73bbb71714fb2713d7c1abeb80bfdc (diff)
parent346079ea1b8dbda0c5e282c18f30cbac7e907d1e (diff)
Merge "xci: Fix warning about missing inventory file"
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index 85a04fc4..77d12535 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -112,7 +112,7 @@ echo "-------------------------------------------------------------------------"
echo "Info: Cloning OPNFV scenario repositories"
echo "-------------------------------------------------------------------------"
cd $XCI_PATH/xci/playbooks
-ansible-playbook ${XCI_ANSIBLE_VERBOSITY} -i inventory get-opnfv-scenario-requirements.yml
+ansible-playbook ${XCI_ANSIBLE_VERBOSITY} -i "localhost," get-opnfv-scenario-requirements.yml
echo "-------------------------------------------------------------------------"
#-------------------------------------------------------------------------------
@@ -137,7 +137,7 @@ sudo sed -i "s/^Defaults.*env_reset/#&/" /etc/sudoers
cd $XCI_PATH/bifrost/
sudo -E bash ./scripts/destroy-env.sh
cd $XCI_PLAYBOOKS
-ansible-playbook ${XCI_ANSIBLE_VERBOSITY} -i inventory bootstrap-bifrost.yml
+ansible-playbook ${XCI_ANSIBLE_VERBOSITY} -i "localhost," bootstrap-bifrost.yml
cd ${XCI_CACHE}/repos/bifrost
bash ./scripts/bifrost-provision.sh
echo "-----------------------------------------------------------------------"