
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
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
# 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
|