From 77bf95508534a744c4b6e7b5635ec1e8eb294098 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Sat, 11 Apr 2015 08:21:10 +0800 Subject: first commit of deploy.sh for compass with deploy.sh in this patch, a compass vagrant box will be spawned along with 5 libvirt vms. compass api will be called to install ubuntu 14.04 on those libvirt vms. in a patch later, openstack will be configured to be installed. JIRA: BGS-28 Change-Id: Ie5f8442331081289a1a81a8e3295c881b0504c3c Signed-off-by: Jerry Zhao --- compass/ci/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) mode change 100644 => 100755 compass/ci/deploy.sh (limited to 'compass/ci') diff --git a/compass/ci/deploy.sh b/compass/ci/deploy.sh old mode 100644 new mode 100755 index e69de29..fe754aa --- a/compass/ci/deploy.sh +++ b/compass/ci/deploy.sh @@ -0,0 +1,5 @@ +SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +CONF_NAME=$1 +source ${SCRIPT_DIR}/../deploy/prepare.sh || exit $? +source ${SCRIPT_DIR}/../deploy/setup-env.sh || exit $? +source ${SCRIPT_DIR}/../deploy/deploy-vm.sh || exit $? -- cgit 1.2.3-korg