training-guides/labs/lib
Roger Luethi a84cf3fd8e Don't look for ISO image when only doing wbatch
The current code looks for the installation ISO (and downloads it if
the ISO is missing) even if the user requested that only Windows batch
scripts be written.

With this patch, osbash calls find_install-iso only if it was asked to
build a basedisk on the local machine.

Partial-Bug: 1312764
Implements: blueprint openstack-training-labs
Change-Id: I7af15dcd4fa99671a85a924b23f434303049fcd2
2014-06-18 13:48:30 +02:00
..
osbash Don't look for ISO image when only doing wbatch 2014-06-18 13:48:30 +02:00
vagrant-ssh-keys Download Vagrant insecure private key if necessary 2014-06-17 18:36:38 +02:00
wbatch wbatch: elevated privileges for create_hostnet 2014-06-17 18:56:10 +02:00
functions Add functions used inside and outside of VMs 2014-06-17 10:54:21 +02:00
functions-common-devstack Add functions-common from devstack 2014-06-17 10:20:24 +02:00
functions.guest Add guest functions library 2014-06-17 10:40:32 +02:00
README.rst Add README.rst for subdirectories 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.