diff options
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/launch.sh | 2 | ||||
-rwxr-xr-x | deploy/prepare.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index 5f1ee1cb..3e523adb 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -147,3 +147,5 @@ if [[ ${DHA##*/} =~ "openo" ]]; then exit 1 fi fi + +echo 'compass deploy success' diff --git a/deploy/prepare.sh b/deploy/prepare.sh index c2023223..b7e5bfa1 100755 --- a/deploy/prepare.sh +++ b/deploy/prepare.sh @@ -74,7 +74,7 @@ function _prepare_python_env() { else sudo apt-get update -y sudo apt-get install -y --force-yes mkisofs bc curl ipmitool openvswitch-switch - sudo apt-get install -y --force-yes git python-dev python-pip figlet + sudo apt-get install -y --force-yes git python-dev python-pip figlet sshpass sudo apt-get install -y --force-yes libxslt-dev libxml2-dev libvirt-dev build-essential qemu-utils qemu-kvm libvirt-bin virtinst libmysqld-dev sudo apt-get install -y --force-yes libffi-dev libssl-dev |