
This changeset contains updates for Mitaka. To build the basedisk (if necessary) and the cluster and launch a test VM once: ./tools/repeat-test.sh -b -r 1 To test Orchestration: ./tools/test-once.sh scripts/test/heat_stack.sh Change-Id: Idd96525c14abd5903a6631095ccd6797ba91365c
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
# 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
|
|
NET_IF_1="static 10.0.0.11"
|
|
# 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=4096
|
|
|
|
# Override number of virtual CPUs (default is 1)
|
|
# To edit uncomment the line below
|
|
# VM_CPUS=1
|