From 36a2e85ba52ed8047d6489fdebc09d2d6bd8d4a5 Mon Sep 17 00:00:00 2001 From: Logan V Date: Fri, 14 Sep 2018 11:13:22 -0600 Subject: [PATCH] Only run setup hosts for now Change-Id: I837766a6549b8ec95c6fd6fa7c665eccd44f7dda --- scripts/run_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_deploy.sh b/scripts/run_deploy.sh index 56cce53..aa3284c 100755 --- a/scripts/run_deploy.sh +++ b/scripts/run_deploy.sh @@ -12,6 +12,7 @@ popd pushd ${PROJECT_PATH}/openstack-ansible/playbooks openstack-ansible setup-hosts.yml +exit 0 openstack-ansible setup-infrastructure.yml openstack-ansible setup-openstack.yml popd