Follow the kilo install-guide (and avoid confusion with the storage network) by renaming DATA_NET to TUNNEL_NET. Change-Id: I3bdffd3bf92cfa1c079af8085220ccac7e614843
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
# Node VM configuration. Used by osbash/wbatch (host and guest).
|
|
|
|
# Port forwarding
|
|
VM_SSH_PORT=2232
|
|
|
|
# Last octet of IP addresses
|
|
FOURTH_OCTET=31
|
|
|
|
# Assign network interfaces to networks
|
|
NET_IF_0=nat
|
|
NET_IF_1=MGMT_NET
|
|
NET_IF_2=TUNNEL_NET
|
|
|
|
# A default instance within compute uses 512 MB RAM
|
|
VM_MEM=1024
|
|
|
|
# Override number of virtual CPUs (default is 1)
|
|
VM_CPUS=2
|