# Node VM configuration. Used by osbash/wbatch (host and guest). # Port forwarding # ssh access to compute1: 127.0.0.1:2232 VM_SSH_PORT=2232 # Assign network interfaces to networks NET_IF_0=dhcp #------------------------------------------------------------------------------ # http://docs.openstack.org/mitaka/install-guide-ubuntu/environment-networking-compute.html #------------------------------------------------------------------------------ # Mgmt network (elevate interface boot priority to 1; set when PXE booting) NET_IF_1="static 10.0.0.31 1" # Public network (select network, IP address configured manually) NET_IF_2="manual 203.0.113.0" #------------------------------------------------------------------------------ # Size of second disk in MB (/dev/sdb) # Test volume is 1 GB; backing volume must be bigger SECOND_DISK_SIZE=1280 #------------------------------------------------------------------------------ # http://docs.openstack.org/mitaka/install-guide-ubuntu/environment.html #------------------------------------------------------------------------------ # Controller node is running many services. # A default instance within compute uses 512 MB RAM. The install-guide # demands 2048 MB of RAM, but 1024 MB is enough for one CirrOS instance. VM_MEM=1024 # Override number of virtual CPUs (default is 1) # To edit uncomment the line below # VM_CPUS=1