training-guides/labs/config/config.controller
Roger Luethi cc699cf93f labs: increase RAM allocation for controller node
The controller node is running most of the services. It slows to a
crawl once all of them are installed.

This patch gives the controller node 1024 MB of RAM (instead of the
current default: 512 MB).

Change-Id: I231fc4e32ed71edf10987a462714bb9d230647d1
Implements: blueprint openstack-training-labs
2014-08-14 10:15:27 +02:00

17 lines
342 B
Plaintext

# Node VM configuration. Used by osbash/wbatch (host and guest).
# Port forwarding
VM_SSH_PORT=2230
VM_WWW_PORT=8888
# Last octet of IP addresses
FOURTH_OCTET=51
# Assign network interfaces to networks
NET_IF_0=nat
NET_IF_1=MGMT_NET
NET_IF_2=API_NET
# Controller is running most of the services; it needs more than 512 MB RAM
VM_MEM=1024