training-guides/labs/config/config.controller
Pranav Salunke bc0fb3bf78 Updates comment in controller configuration
Makes the comment a bit more nicer.

Change-Id: Ic4ca437e610d1436a990a74a895e8c279edd3eab
2014-10-27 10:37:03 +01:00

22 lines
451 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 node is running many services. It needs 1 GB RAM for better
# performance.
VM_MEM=1024
# Override number of virtual CPUs (default is 1)
# To edit uncomment the line below
# VM_CPUS=1