Roger Luethi ea343760e2 labs: add options for config cmds
This patch adds two options to configuration commands (config/scripts.*).

-n <node_name>: change target node of command
-g <gui_type>: override GUI type (gui, headless, sdl) for this boot

The changed syntax is as follows:

cmd boot [-g <gui_type>] [-n <node_name>]
cmd snapshot [-n <node_name>] <snapshot_name>
cmd wait_for_shutdown [-n <node_name>]
cmd snapshot_cycle [-g <gui_type>] [-n <node_name>]
cmd init_node [-n <node_name>]

Change-Id: Id2673c6d504aed33f0259d5751084442e851684b
2014-10-08 08:57:37 +02:00
..
2014-10-08 08:57:37 +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.