Node-specific VM configuration files

The three files in this changeset define for each node (controller,
network, compute) the networks it is attached to, the last octet
of its IP addresses, and any port forwardings from the host system
to the VM.

Partial-Bug: 1312764
Implements: blueprint openstack-training-labs
Change-Id: I3dece1457ba78cd5eb7f3a455705b510cac0abe8
This commit is contained in:
Roger Luethi 2014-06-17 15:10:52 +02:00
parent c5ce58a26b
commit c54f6e46f4
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Node VM configuration. Used by osbash/wbatch (host and guest).
# Port forwarding
VM_SSH_PORT=2232
# Last octet of IP addresses
FOURTH_OCTET=53
# Assign network interfaces to networks
NET_IF_0=nat
NET_IF_1=MGMT_NET
NET_IF_2=DATA_NET

View File

@ -0,0 +1,13 @@
# Node VM configuration. Used by osbash/wbatch (host and guest).
# Port forwarding
VM_SSH_PORT=2230
VM_WWW_PORT=8888
# Last octet of IP addresses
FOURTH_OCTET=51
# Assign network interfaces to networks
NET_IF_0=nat
NET_IF_1=MGMT_NET
NET_IF_2=API_NET

View File

@ -0,0 +1,13 @@
# Node VM configuration. Used by osbash/wbatch (host and guest).
# Port forwarding
VM_SSH_PORT=2231
# Last octet of IP addresses
FOURTH_OCTET=52
# Assign network interfaces to networks
NET_IF_0=nat
NET_IF_1=MGMT_NET
NET_IF_2=DATA_NET
NET_IF_3=API_NET