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
Mohan Boddu
ad03d0ad88
Revert "Revert "Revert "inventory: re-add autosign01 to run ansible against it"""
...
We are disabling the autosign01.iad2.fp.o so that nagios wont complain
about it with ssh turned off and to disable someone running something
like 'ansible something all'
This reverts commit 91671f86cc
.
2020-07-27 10:35:38 -04:00
Mohan Boddu
91671f86cc
Revert "Revert "inventory: re-add autosign01 to run ansible against it""
...
This reverts commit a34a8e9430
.
2020-07-27 10:28:04 -04:00
Kevin Fenzi
6b89c6277d
db-koji01: Try adjusting effective cache size to what postgresql suggests
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-26 11:50:14 -07:00
Kevin Fenzi
a47fccbf0a
staging: fix the intermediate cert for wildcard
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-24 19:09:49 -07:00
Kevin Fenzi
410c81e91c
inventory: also add certgetter01.stg to staging group
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-24 15:10:12 -07:00
Kevin Fenzi
2d8bf791cd
inventory: create a certgetter01.stg instance and use it in stg
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-24 15:07:56 -07:00
Stephen Smoogen
5908e7b681
turns out even if fedmsg is not actually listening on the ports it is supposed to do so it is still supposed to do fedmsg
2020-07-24 14:11:27 -04:00
Mark O'Brien
c82df0f30b
[maintainer-test] dont need this anymore fedora user has been removed
2020-07-24 13:16:03 +01:00
Mark O'Brien
d95a26b3e7
[maintainer-test] lets try update without creating the file
2020-07-24 11:21:44 +01:00
Stephen Smoogen
aa6dc95c84
try and make buildhw-a64 ip address work on eth1 versus eth0
2020-07-23 16:53:42 -04:00
Kevin Fenzi
7d4333cda3
inventory: add ipa01.stg to iad2 group
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-23 12:24:22 -07:00
Stephen Smoogen
b91f19565a
comment out various wsgi_fedmsg_service variables for systems no longer running fedmsg listeners. try to cut down noise of problems so we can determine mbs and pdc issues
2020-07-23 15:08:13 -04:00
Kevin Fenzi
9aaa7dd60c
postgresql: db01: adjust varaibles to try and improve performance
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-23 11:56:24 -07:00
Kevin Fenzi
ea3a6e37a5
inventory: move 20 datacenters, from 22 back to 2. :)
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-23 11:52:11 -07:00
Kevin Fenzi
15f6d3d520
inventory: proxy01.stg fix missed s/phx/iad/
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-23 11:50:43 -07:00
Kevin Fenzi
aac19d714c
inventory: add proxy01.stg
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-23 11:49:06 -07:00