training-guides/labs/config/config.network
Pranav Salunke b6177b62a3 Update network configuration script
Adds ram and cpu variables, the vcpu variable is commented out. This
will make it easier for users to edit the configuration for network
node.

Change-Id: Id9e6e221d525d457794a76cebb5466e1ca98b7f2
2014-10-27 10:36:00 +01:00

21 lines
449 B
SYSTEMD

# Node VM configuration. Used by osbash/wbatch (host and guest).
# Port forwarding
VM_SSH_PORT=2231
# Last octet of IP addresses
FOURTH_OCTET=52
# Assign network interfaces to networks
NET_IF_0=nat
NET_IF_1=MGMT_NET
NET_IF_2=DATA_NET
NET_IF_3=API_NET
# A default instance within network uses 512 MB RAM
# VM_MEM=512
# Override number of virtual CPUs (default is 1)
# Uncomment and edit the line below to change number of vCPUs used
# VM_CPUS=1