APEX: Change virtual compute ram to 7gb 43/33143/1
authorFeng Pan <fpan@redhat.com>
Sat, 8 Apr 2017 01:27:52 +0000 (21:27 -0400)
committerFeng Pan <fpan@redhat.com>
Sat, 8 Apr 2017 01:27:52 +0000 (21:27 -0400)
Change-Id: I6f42ffe5fad41ac90830784d8a4ec8ee04eae7d2
Signed-off-by: Feng Pan <fpan@redhat.com>
jjb/apex/apex-deploy.sh

index d50888a..06f7622 100755 (executable)
@@ -189,7 +189,7 @@ if [[ "$JOB_NAME" == *virtual* ]]; then
   # settings for virtual deployment
   DEPLOY_CMD="${DEPLOY_CMD} -v"
   if [[ "${DEPLOY_SCENARIO}" =~ fdio|ovs ]]; then
-    DEPLOY_CMD="${DEPLOY_CMD} --virtual-default-ram 12 --virtual-compute-ram 6"
+    DEPLOY_CMD="${DEPLOY_CMD} --virtual-default-ram 12 --virtual-compute-ram 7"
   fi
   if [[ "$JOB_NAME" == *csit* ]]; then
     DEPLOY_CMD="${DEPLOY_CMD} -e csit-environment.yaml"