summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa/deploy.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-01-31 22:04:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-31 22:04:46 +0000
commit0e273720d13a63b7f749d1cf427ff8ec38463acb (patch)
tree786ed301780c1e6a575c25fab40b0b1908095698 /xci/installer/osa/deploy.sh
parentf3f08ae0fd69b26cac46351599b434c3312351bd (diff)
parentb1b71ac7132ff5ccebcfac8ca2bb2f7540025b13 (diff)
Merge "deploy kubernetes in XCI"
Diffstat (limited to 'xci/installer/osa/deploy.sh')
-rwxr-xr-xxci/installer/osa/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/installer/osa/deploy.sh b/xci/installer/osa/deploy.sh
index b8637f22..1e442918 100755
--- a/xci/installer/osa/deploy.sh
+++ b/xci/installer/osa/deploy.sh
@@ -38,7 +38,7 @@ fi
echo "Info: Configuring localhost for openstack-ansible"
echo "-----------------------------------------------------------------------"
-cd $OSA_XCI_PLAYBOOKS
+cd $XCI_PLAYBOOKS
ansible-playbook ${XCI_ANSIBLE_VERBOSITY} -e XCI_PATH="${XCI_PATH}" -i inventory configure-localhost.yml
echo "-----------------------------------------------------------------------"
echo "Info: Configured localhost host for openstack-ansible"