Extend controller RAM to 2Gb in virtualbox scripts

Change-Id: Ide064ed27c6861aa5b0398337960be0c3ad0a476
This commit is contained in:
Dmitry Pyzhov 2013-12-26 23:28:19 +04:00
parent dd9e0bf64e
commit 17eed776b3
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ vm_slave_cpu_cores=1
# Keep in mind that PXE boot might not work correctly with values lower than 768.
# You can specify memory size for the specific slaves, other will get default vm_slave_memory_default
vm_slave_memory_default=1024
vm_slave_memory_mb[1]=1536 # for controller node at least 1.5Gb is required if you also run Ceph and Heat on it
# for controller node at least 1.5Gb is required if you also run Ceph and Heat on it
# and for Ubuntu controller we need 2Gb of ram
vm_slave_memory_mb[1]=2048
vm_slave_memory_mb[2]=1024 # for compute node 1GB is recommended, otherwise VM instances in OpenStack may not boot
vm_slave_memory_mb[3]=1024 # for dedicated Cinder, 768Mb is OK, but Ceph needs 1Gb minimum