If get_upstart_logs.sh is used after a partial or failed cluster build, not all node VMs may be up. Therefore, the script must not wait indefinitely for any node's ssh server to respond. With this patch, ssh_env_for_node no longer waits for the ssh server. Where that is needed (in test-once), it is now done in a separate call. get_upstart_logs now checks (only) once whether each ssh server is up before trying to fetch the logs. Change-Id: I07314495a432dc2ce176233fac85a4c85406ef84
This directory contains bash libraries used by scripts.
Configuration files for kickstart (Fedora) and preseed (Ubuntu) are in osbash/netboot.
The osbash-ssh-keys can be automatically installed into osbash VMs to make them accessible.
The templates used to build Windows batch files are in the wbatch subdirectory.