Pranav Salunke 72cd9532b3 Move Training Labs Folder
Training Labs folder was kept inside the training-guides folder since the
project was sheltered under openStack manuals project. To keep the content
more organized, moving the folder to appropriate location would be necessary.

blueprint openstack-training-labs
blueprint training-manuals

Change-Id: I4007c3fb64e76cda798ffe6cb68557f462ad07ff
2014-06-12 12:52:25 +05:30

31 lines
561 B
Plaintext

# interfaces(5) file used by ifup(8) and ifdown(8)
# local loopback
auto lo
iface lo inet loopback
# VirtualBox NAT -- for Internet access to VM
auto eth3
iface eth3 inet dhcp
# OpenStack multi node
# Network node
# OpenStack management network (internal)
auto eth0
iface eth0 inet static
address 10.10.10.52
netmask 255.255.255.0
# OpenStack data network (internal)
auto eth1
iface eth1 inet static
address 10.20.20.52
netmask 255.255.255.0
# OpenStack API network (external)
auto eth2
iface eth2 inet static
address 192.168.100.52
netmask 255.255.255.0