74cfd300d850cbb21014bb24964bfb7ff282169d
Add the watch_deploy.py script for use on jenkins slaves deploying onto bare metal hardware. It tails a logfile from rsyslog (configuration of which will be in openstack-ci-puppet) and looks for puppet completion messages, exiting when they are found. Change-Id: I50501845ef226a1946bcb5af40af94c0fbe3125a Reviewed-on: https://review.openstack.org/335 Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This repo contains scripts used by the OpenStack Jenkins to perform tasks, the tarmac config used by Jenkins, as well as a a few scripts for creating new Jenkins slaves and additional utility nodes.
launch_node.py will launch a base node and add user accounts for everyone in the ~openstack-admins team
launch_slave.py will launch a node with everything it needs to perform basic jenkins slave tasks
Description