4bce373528376fa169213267fe5ffee886f04626
Work around a bug in RS cloud servers where after deleting an image, you may not be able to create a new one with the same name. Instead, generate a unique name for every image, and when we go to use it, find an image that _starts_ with the name we're looking for. Change-Id: I2e674c544b96e976c0460298ab74de1da8e7144c
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