# Node VM configuration. Used by osbash/wbatch (host and guest). # Port forwarding VM_SSH_PORT=2230 VM_WWW_PORT=8888 # Assign network interfaces to networks NET_IF_0=dhcp # Mgmt network NET_IF_1="static 10.0.0.11" # API/external network NET_IF_2="static 203.0.113.11" # Controller node is running many services. For Kilo, 2GB RAM # is required for expected performance. VM_MEM=2048 # Override number of virtual CPUs (default is 1) # To edit uncomment the line below # VM_CPUS=1