summaryrefslogtreecommitdiffstats
path: root/roles/openqa/worker/files
Commit message (Collapse)AuthorAgeFilesLines
* openqa/worker: add boot script to fix KVM perms and disable SMTAdam Williamson2017-09-152-0/+19
| | | | | | | | | | For some reason /dev/kvm has 0600 perms after boot on the ppc64 worker host. Also, qemu won't run unless SMT is turned off, on ppc64. I've just been doing this manually every time the box got restarted, but that's dumb, so let's make it happen on boot with a script and a service to run it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* Add the createhdds cronjob file to worker roleAdam Williamson2017-08-171-0/+4
|
* openqa/worker: enable STP on bridgeAdam Williamson2016-05-051-1/+1
| | | | I think we'll need this to avoid routing loops with the tunnels.
* use an ifup-pre-local for tap device creationAdam Williamson2016-04-271-0/+9
| | | | holy crap, this is some ancient magic.
* openqa/worker: initial attempt at openvswitch configAdam Williamson2016-04-271-0/+10
this is highly experimental and for deployment only to stg at present...I have this stuff working on happyassassin, now trying to translate it to stg.