training-guides/labs/config/config.controller
Pranav Salunke cf2948c957 Update controller configuration
Adds VM_CPUS as a comment for making it easy for users to edit the
number of vCPUs assigned to Controller node.

Change-Id: Id5a7336ca721d487a9dff51c9889eca07bba3e0f
2014-10-16 14:11:55 +02:00

21 lines
439 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
# Override number of virtual CPUs (default is 1)
# To edit uncomment the line below
# VM_CPUS=1