Files
training-labs/labs/osbash/scripts
Roger Luethi 6cf2d0e23e Create list of network interface names at run-time
The list network interfaces used by osbash is currently a hard-coded
list in distro-specific library files (e.g., lib/functions.ubuntu.sh).

With Ubuntu 16.04 LTS, network interface names differ between VirtualBox
and KVM as well (unless we reconfigure the operating system to use the
traditional ethX naming scheme).

This patch builds the list of network interfaces at run-time which
should make it easier to support distros with differing network
interface naming schemes.

Change-Id: Id2cd684152911289821b165daf6b8fc002f42f2d
2016-10-01 16:01:37 +02:00
..
2016-06-11 17:58:02 +02:00
2016-07-24 15:14:27 +02:00
2016-01-31 19:47:27 +00:00
2016-07-24 07:04:34 +02:00
2015-10-06 12:58:16 +02:00

All scripts in this directory run within the VMs.

They install and configure OpenStack components and any other required software (such as databases).

Before these generic scripts run, scripts from the osbash subdirectory set up the VM and configure basic networking.