progress on out-of-box testing

This commit is contained in:
Anthony Young 2011-11-09 12:20:37 -08:00
parent 48336d0e9f
commit c18af14af8
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ GUEST_NETWORK=$EXECUTOR_NUMBER
GUEST_NAME=$NAME
FLOATING_RANGE=192.168.$EXECUTOR_NUMBER.128/27
GUEST_CORES=4
GUEST_RAM=10000000
GUEST_RAM=1000000
MYSQL_PASSWORD=chicken
RABBIT_PASSWORD=chicken
SERVICE_TOKEN=chicken

View file

@ -14,7 +14,7 @@ fi
CUR_DIR=$(cd $(dirname "$0") && pwd)
# Install software
DEPS="jenkins"
DEPS="jenkins cloud-utils"
apt-get install -y --force-yes $DEPS
# Install jenkins