# Node VM configuration. Used by osbash/wbatch (host and guest). # Port forwarding # ssh access to controller: 127.0.0.1:2230 VM_SSH_PORT=2230 # Dashboard access: 127.0.0.1:8888 VM_WWW_PORT=8888 # Assign network interfaces to networks NET_IF_0=dhcp #------------------------------------------------------------------------------ # http://docs.openstack.org/mitaka/install-guide-ubuntu/environment-networking-controller.html #------------------------------------------------------------------------------ # Mgmt network (elevate interface boot priority to 1; set when PXE booting) NET_IF_1="static 10.0.0.11 1" # Public network (select network, IP address configured manually) NET_IF_2="manual 203.0.113.0" #------------------------------------------------------------------------------ # http://docs.openstack.org/mitaka/install-guide-ubuntu/environment.html #------------------------------------------------------------------------------ # Controller node is running many services. VM_MEM=5120 # Override number of virtual CPUs (default is 1) # To edit uncomment the line below # VM_CPUS=1