This adds a new bvmhost in stg ( bvmhost-x86-02.stg ) a new vmhost in
stg ( vmhost-x86-09.stg ) and a new autosign box (that will be
autosign02 to allow us to set it up and migrate to it).
It also adds dhcp config for those and their mgmt interfaces
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
By default ansible is seeing the ldap 'grokmirror' user and not making a
local one. This makes the grokmirror cron job fail because the ldap
grokmirror user is locked. So, lets make a local one so cron works.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Pushing this now as it's an outage of our backups and I want to get it
going asap. It's only affecting backup01.
Add dhcp entries for backup01's mgmt and eth0 interface.
Use eth0 instead of eno1.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
See https://pagure.io/releng/pull-request/11180#comment-184488
for more details. Basically we need rpm-ostree to upload this new format
of ostree images.
Note that after freeze we should just merge this into the normal
installs and install it on the branched and other composers.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
These staging virthosts have no vm's on them anymore and are going to be
replaced with new hardware. So, remove them from inventory and shut them
down in prep for them being removed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
openqa-x86-worker03 seems to be a bit poorly lately, it quite
often fails jobs in 'hardware blip' looking ways, even after a
reboot. It's also the equal-worst hardware in the worker host
pool with 05. So let's swap 03 and 06 so prod has most of the
best hardware, and lab has the poorly box. Also while doing a
quick hardware survey I noticed 05 is equally as underpowered
as 03 (it has 2x E5-2680v3, total 24 physical CPUs, all the
other hosts aside from those two have 2x16 core CPUs), so this
cuts its worker count to the same as 03 (and makes the comment
more accurate for both). Added comments to inventory with the
CPU info for each box for future reference.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Right now since minutes aren't specified, it runs it every minute of
03. ;(
Also provide full path to script.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This domain is already in the dns repo (unsigned).
So, this adds it to named.conf and adds it as an alias on the
fedoraproject.org site for now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This converts the automated pushes cron template to just a simple file
thats always enabled. Since new bodhi has a way to 'freeze' frozen
releases, it won't push stable updates for any of those releases (but
will push the rest). So, we can just leave it always enabled as long as
we properly freeze/unfreeze releases.
Since it's just a simple file now, move it to one and change it from a
template.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Add reload in so we can reload and have kojid finish any jobs and then
restart and also add a 60s restart backoff time.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>