Update some other defaults to 3 gig

I only changed the instack-deploy-overcloud value, but it appears
in several other places and will likely cause problems there too.
This commit is contained in:
Ben Nemec 2014-09-15 16:43:40 -04:00
parent 3aabefa5a6
commit a256b8cd83
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Some recommended default environment variables before starting:
export NODE_DISK=30
# memory in MB allocated for each virtual machine created
export NODE_MEM=2048
export NODE_MEM=3072
# Operating system distribution to set for each virtual machine created
export NODE_DIST=fedora

View File

@ -11,7 +11,7 @@ fi
# setup-baremetal requires this to be set
export TRIPLEO_ROOT=.
CPU=${CPU:-1}
MEM=${MEM:-2048}
MEM=${MEM:-3072}
DISK=${DISK:-30}
ARCH=${ARCH:-amd64}
MACS=${MACS:-}

View File

@ -11,7 +11,7 @@ fi
# setup-baremetal requires this to be set
export TRIPLEO_ROOT=.
CPU=${CPU:-1}
MEM=${MEM:-2048}
MEM=${MEM:-3072}
DISK=${DISK:-30}
ARCH=${ARCH:-amd64}
MACS=${MACS:-"52:54:00:b5:bd:f0 52:54:00:f2:be:f0"}