From 20a46b4121928f177df527f876c54dab1cf04be0 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Tue, 17 Jun 2014 14:59:06 +0200 Subject: [PATCH] Interface names for /etc/hosts This file is appended to /etc/hosts in all nodes (osbash and Vagrant). It allows users, trainers, and the training-guides to use interface names that indicate both VM and network (such as controller-mgmt). Note that only the network node is connected to all networks. Partial-Bug: 1312764 Implements: blueprint openstack-training-labs Change-Id: If888537d91ec0ca9c47dc259e61bc438b7f76d05 --- labs/config/hosts.multi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 labs/config/hosts.multi diff --git a/labs/config/hosts.multi b/labs/config/hosts.multi new file mode 100644 index 00000000..05d959d9 --- /dev/null +++ b/labs/config/hosts.multi @@ -0,0 +1,9 @@ +10.10.10.51 controller-mgmt +192.168.100.51 controller-api + +10.10.10.52 network-mgmt +10.20.20.52 network-data +192.168.100.52 network-api + +10.10.10.53 compute-mgmt +10.20.20.53 compute-data