b2799007f85558ef11b1aa75d10269be09185ac1
Calling debian/rules clean calls "python setup.py clean". setup.py imports nova.utils. nova.utils imports lockfile. lockfile isn't available on the build box, so the builds fail. Change-Id: Ic6dcba5b067d681b1c53a8e9e9f1923dfda00f49
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