Roger Luethi c628cc38c4 Add network configuration templates
This changeset adds templates used by osbash/wbatch guest-side scripts
when creating network configuration files.

The template-ubuntu-interfaces-* files are for /etc/network/interfaces
(as used by Ubuntu and Debian).

The template-fedora-ifcfg-* files are for ifcfg-<interfacename> files
in /etc/sysconfig/network-scripts/ (as used by Fedora).

Partial-Bug: 1312764
Implements: blueprint openstack-training-labs
Change-Id: I0aebc71e416bf931aa698d66d9e135ba05fda017
2014-06-16 15:55:23 +02:00
..
2014-06-16 16:55:23 +05:30

This directory contains bash libraries used by scripts.

Configuration files for kickstart (Fedora) and preseed (Ubuntu) are in osbash/netboot.

The vagrant-ssh-keys from the Vagrant project can be automatically installed into osbash VMs to make them accessible like Vagrant VMs without having to install yet another set of ssh keys.

The templates used to build Windows batch files are in the wbatch subdirectory.