3 Commits

Author SHA1 Message Date
Andreas Jaeger
d230a2387f beaker-jobs: Convert to ubuntu-trusty
Change job to run on ubuntu-trusty instead of bare-trusty.

Change-Id: If28e1df416acf84e4a461b8481ded270ee2d48ab
2016-03-09 21:43:06 +01:00
Andreas Jaeger
8828fb1a0a Print the JJB template name in some jobs
Print JJB template name in more job templates so that it's easy to
identify them.

Change-Id: Ia6793a0ae5bed9e655538985f8d0f5ece82774d8
2015-11-25 20:39:22 +01:00
Spencer Krum
3d34cf4bbd Add beaker-localhost and beaker-nodepool hypervisors
Beaker(puppet testing tool) has plugable hypervisor backends. Create one
project to manage the 'ssh to localhost' backend and one to hit the
nodepool api (rest or gear) remotely.

The aviator builders are here because they are actually just good solid
ruby tests. If this works out we can look at refactoring some generic
ruby test builders.

The beaker-localhost hypervisor backend can be used instead of the None
we are using now. This is more hygenic because we can specify exactly
how to behave instead of counting on fallback behaviour that may change.
There are some things this wont fix such as using ssh at all and
managing sshd_config. I've been talking about writing our own hypervisor
for several weeks now so I'd like to at least get it stubbed out as a
potential extention point.

The beaker-nodepool hypervisor might better live in stackforge/. It is a
hypervisor for beaker that interacts with the nodepool service to
provision nodes. I will likely use this with a standalone nodepool (no
zuul) for another project. It makes sense to keep this close to the
nodepool community(infra) but that isn't a technical requirement.

Change-Id: Iaad72a26b26a0ee89c4fd254d0bcb75535a8d551
2015-06-23 07:21:57 +00:00