training-guides/labs/config/config.network
Roger Luethi c54f6e46f4 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
2014-06-17 15:15:56 +02:00

14 lines
254 B
SYSTEMD

# 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