Commit Graph

7208 Commits

Author SHA1 Message Date
Kevin Fenzi
3658eb488e inventory: clean up some missed pdc_backend group entries
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-24 09:38:02 -07:00
Kevin Fenzi
eed8859c64 pdc-backend: clean up last bits of pdc-backend hosts.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-24 09:32:04 -07:00
Mark O'Brien
5f114a7c98 [proxies] setup for proxy35/36 2020-08-24 17:21:00 +01:00
Stephen Smoogen
a1684ecc18 smooge removed proxy33/34 from ansible group but that broke mirroring for those. bad smooge. bad 2020-08-20 16:14:52 -04:00
František Zatloukal
ff6841eff6 Switch blockerbugs from EL7 to FC32 2020-08-18 21:20:03 +02:00
Adam Williamson
01c3107edd checkcompose: update SMTP hostname to iad2 not phx2
This is why we haven't had compose check reports for the last
few months. Gah.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-08-18 11:20:47 -07:00
Clement Verna
5e49ec4de6 bodhi: coming back to 5.5
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-14 09:01:34 +02:00
Clement Verna
42f2faebe0 bodhi: try rolling back to 5.4.1
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-14 08:48:31 +02:00
Mohan Boddu
790922557b Enable autosigning on f33/branched and f34-openh264
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-08-13 19:50:43 -04:00
Stephen Smoogen
26b50b6192 remove opengear02 as it is in rdu and it is a long ping if it worked at all 2020-08-13 16:07:54 -04:00
Kevin Fenzi
352f5daeba inventory: try setting autoconnect to no and don't worry about state.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-13 11:57:21 -07:00
Kevin Fenzi
c8dec0a329 inventory: set mac addresses for buildhw-a64-01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-13 10:40:49 -07:00
Kevin Fenzi
f551e07637 base: use linux system roles network role for hosts that define network_connections
This is VASTLY better than the hack we have in base now to try and setup
ifcfg files. It uses a standard role that has lots of options and does
the right thing with NetworkManager. Ideally we would switch everything
to this, but lets try it here first to see. It should work with bridges,
etc as well.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-13 10:37:12 -07:00
Mohan Boddu
edb93e6f29 Revert "Pushing the new robosig config for f33 branching"
This reverts commit d2e9a8d3dc.
2020-08-11 16:58:00 -04:00
Mohan Boddu
d2e9a8d3dc Pushing the new robosig config for f33 branching
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-08-11 16:50:00 -04:00
Kevin Fenzi
fda6ca8166 inventory / sudoers: adjust mbs sudoers ( ticket 9183 )
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-11 10:08:24 -07:00
Clement Verna
3ba9c68e76 bodhi: use the correct release number
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-11 16:55:34 +02:00
Clement Verna
565bed70a9 bodhi: make the release version a string in ansible
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-11 16:53:38 +02:00
Clement Verna
f9301685ae bodhi: update to 5.5 release
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-11 16:49:47 +02:00
Pavel Raiskup
600280665c copr-be-dev: don't try to reach the rabbit server over ssh
... it is down on staging.  So the whole role/messaging/base is broken,
and we can not depend on it:

TASK [rabbit/user : Create the user in RabbitMQ] ***********************
Tuesday 11 August 2020  05:37:34 +0000 (0:00:00.121)       0:05:22.244 *
Tuesday 11 August 2020  05:37:34 +0000 (0:00:00.121)       0:05:22.243 *
[WARNING]: Unhandled error in Python interpreter discovery for host
rabbitmq01.stg.iad2.fedoraproject.org: Failed to connect to the host via
ssh: ssh: connect to host rabbitmq01.stg.iad2.fedoraproject.org port 22:
Connection timed out
fatal: [copr-be-dev.aws.fedoraproject.org]: UNREACHABLE! => {"changed":
false, "msg": "Data could not be sent to remote host
\"rabbitmq01.stg.iad2.fedoraproject.org\". Make sure this host can be
reached over ssh: ssh: connect to host rab
bitmq01.stg.iad2.fedoraproject.org port 22: Connection timed out\r\n",
"unreachable": true}

So there's now a new toggle named "copr_messaging", turned on only for
production copr instance.
2020-08-11 08:00:58 +02:00
Kevin Fenzi
f949eb89bf Revert "openshift / try updating again to fix weirdness"
This reverts commit ae06a85b7a.

Playbook ran, things are happy again.
2020-08-07 14:57:17 -07:00
Kevin Fenzi
ae06a85b7a openshift / try updating again to fix weirdness
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-07 14:17:25 -07:00
Kevin Fenzi
0f59c04d7f openshift / prod: undefine updating
We can't just set this to false, we have to not define it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-07 13:17:49 -07:00
Kevin Fenzi
72424c52fb postgresql / db-koji01: allow adjusting max_workers and friends
db-koji01 has been running with this since before the mass rebuild, and
it seems to make it have a higher load, but process faster and without
stalling when doing backups or when long/bad koji-gc queries for old
versions of texlive hit it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-05 16:28:08 -07:00
Kevin Fenzi
d1733ab4ce inventory: buildvm-ppc64le-20: this should be on bvmhost-p09-02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-05 15:59:55 -07:00
Mark O'Brien
f7ba779b61 [proxies] add proxy34 2020-08-04 15:41:04 +01:00
Kevin Fenzi
fca32771f3 inventory: move custom cache firewall rule to 24 from 07.
THe cache host needs to accept port 80 requests for varnish.
MOve that from the old 07 zvm instance to the new 24 kvm one.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-03 14:39:08 -07:00
Kevin Fenzi
51f32a828f inventory / buildvm_s390x: switch install to use unsafe cache mode
We already use this in other builders. The worst that can happen is that
the vm becomes corrupt from a hard power off or the like. If so, we blow
it away and make a new one. This should end up making builds a lot
faster.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-03 12:43:40 -07:00
Kevin Fenzi
2d1391e9a9 inventory / buildvm-s390x: define only 3 cpus not 4.
The virthost has 32 cpus, and we have ~11 guests.
If we use 4 cpus per we oversubscribe the host.
So, go down to 3 for now and see if it helps things.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-03 10:15:59 -07:00
Kevin Fenzi
a28c4785ce openshift / staging: installed now, unset upgrading
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-31 11:28:51 -07:00
Mark O'Brien
e25be43171 also add proxy33 to cloud inventory 2020-07-31 11:44:54 +01:00
Mark O'Brien
919dadf755 add proxy33 back to inventory for provisioning 2020-07-31 11:42:58 +01:00
Mark O'Brien
cefdae88aa [proxies] login in as root instead of fedora 2020-07-31 11:38:19 +01:00
Jan Kaluza
7a821d314f ODCS: Move releng composes from odcs-backend back to odcs-backend-releng. 2020-07-31 08:05:39 +02:00
Kevin Fenzi
c42f979038 os / staging: set variable to actually run the prereq/install playbooks
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-30 16:27:04 -07:00
Stephen Smoogen
e43421ad28 take proxy33 out so we can get nagios to shut up 2020-07-30 19:25:12 -04:00
Mark O'Brien
b9804f2903 [maintainer-test] update for single disk rawhide 2020-07-30 11:21:49 +01:00
Mark O'Brien
28daaa71b4 [maintainer-test]correct hostname 2020-07-29 14:53:33 +01:00
Mark O'Brien
98e9e1b0eb [maintainer-test] single disk for f32 instance 2020-07-29 14:24:57 +01:00
Mark O'Brien
6e8fe0bfd2 [proxies] fedora user for initial provision 2020-07-28 15:39:54 +01:00
Mark O'Brien
6994fef4f8 [proxies] new proxy33 in aws capetown 2020-07-28 15:34:59 +01:00
Kevin Fenzi
6a5de33aa9 use correct dns server for os-control01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 15:12:43 -07:00
Kevin Fenzi
5142adfa02 use the correct network for os-nodeNN.stg instances.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 14:41:38 -07:00
Kevin Fenzi
c242ed601d bvmhost-x86-01.stg: use correct interface for bridge/clevis
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 13:07:44 -07:00
Kevin Fenzi
a0db3baae9 pdc-web01/02: double memory to 32gb
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 12:24:19 -07:00
Kevin Fenzi
f824fda069 inventory: add new virthosts in staging to staging group
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 11:46:37 -07:00
Kevin Fenzi
d2851fdd07 Revert "inventory: use br_gw and gw both"
This reverts commit bb6499236e.
2020-07-27 11:34:45 -07:00
Kevin Fenzi
bb6499236e inventory: use br_gw and gw both
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 11:33:46 -07:00
Kevin Fenzi
33c605ae66 inventory: add in bvmhost-x86-01.stg and vmhost-x86-03.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 11:31:27 -07:00
Kevin Fenzi
42a840c053 inventory: add initial openshift cluster for staging into inventory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-27 09:59:11 -07:00