diff options
author | 2018-03-12 08:44:12 +0000 | |
---|---|---|
committer | 2018-03-12 08:44:13 +0000 | |
commit | cea2e3355bc6b5c059349c6c3ca2e96d214cbfb4 (patch) | |
tree | a2b5f15df2c29ef6be275d0ff2546a156290873e /xci | |
parent | 5e2e51892e73bbb71714fb2713d7c1abeb80bfdc (diff) | |
parent | 346079ea1b8dbda0c5e282c18f30cbac7e907d1e (diff) |
Merge "xci: Fix warning about missing inventory file"
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/xci-deploy.sh | 4 |
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 "-----------------------------------------------------------------------" |