Roger Luethi bd52a83713 labs: new cmd syntax for config/scripts.*
This changeset introduces a new syntax for commands in the
config/scripts.* files.

Command lines start with "cmd " followed by a command (such as boot or
snapshot) and its arguments (if any).

This allows us to easily recognize command lines anywhere without having
to keep a complete command list.

Implements: blueprint openstack-training-labs
Change-Id: I7a52476f5b9ba24c2746667b5a0b23b4b73d2e87
2014-08-20 00:22:45 +02:00
..
2014-08-19 09:02:49 +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.