Kevin Fenzi
2588417c01
iad2: koji-hub: handle python2/3-tag2distrepo
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 12:30:08 -07:00
Kevin Fenzi
569600fd79
iad2: compose-iot: no dash in the new dns name for consistency?
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 12:26:52 -07:00
Kevin Fenzi
65208c0c0e
iad2: compose-x86-01: switch to normal kvm kickstart here
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 12:08:58 -07:00
Kevin Fenzi
ad306b1260
iad2: compose-x86-01.iad2: use the vmhost thats actually in iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 11:46:35 -07:00
Kevin Fenzi
6d160a2c5d
iad2: composers: only install 1 interface in iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 11:43:33 -07:00
Kevin Fenzi
82ffbbb441
iad2: add composers to iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 11:39:04 -07:00
Kevin Fenzi
0c9da4dd97
koji01.iad2: fix vmhost name
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 10:39:07 -07:00
Kevin Fenzi
6a8306295c
build playbooks: in iad2 use fedora_ostree_content instead of fedora-ostree-content
...
It's best practice to use _ in netapp volume junction paths.
So, switch iad2 over to those and we can clean up the phx2 ones after we
move.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 10:21:47 -07:00
Kevin Fenzi
1b6f339754
iad2: koji01/02: switch to f32 and one nic
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 10:06:02 -07:00
Kevin Fenzi
f657bef73e
kojipkgs02.iad: use corrct datacenter
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 09:49:02 -07:00
Michal Konečný
43d85db429
the-new-hotness: Add libcurl-devel package
...
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2020-05-25 16:20:37 +00:00
Kevin Fenzi
fc587753df
mbs: MBS is using old platforms, this moves both stg and prod to 31.
...
I notice a lot of newRepo failures in koji. THis is due to f29/f28 being
eol and no longer having buildroot repos for mbs to merge things with.
I am not 100% sure this is the old change needed, but submitting this
to get feeback.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 16:18:33 +00:00
Kevin Fenzi
474257b7b7
iad2 / kojipkgs: only one nic is needed in iad2.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 09:16:45 -07:00
Kevin Fenzi
e44335d831
iad2 / db-koji01.iad2: use correct kickstart name
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 09:12:54 -07:00
Kevin Fenzi
f1c55218d0
iad2: koji/kojipkgs: add to iad2.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 09:03:59 -07:00
Kevin Fenzi
e3cefc18fc
iad2: db-koji01.iad2: it is max_cpu, not max_cpus
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 08:51:27 -07:00
Kevin Fenzi
39cf0a33d8
iad2: db-koji01. For some reason it wouldnt let me install with maxcpus 320
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 08:46:27 -07:00
Kevin Fenzi
625687b180
iad2: add db-koji01.iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 08:42:51 -07:00
Kevin Fenzi
03ccad12e1
proxies: comment out apps-fp-o for now.
...
apps-fp-o no longer works in Fedora 32.
It needs PyYAML which was dropped, and has 2 python2
yaml scripts that no longer will work. We need to either
replace it or drop it or fix it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-25 08:32:09 -07:00
Pierre-Yves Chibon
6e553b5291
monitor-gating: avoid duplicate keys in the toml file as otherwise toml fails to load the file
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-05-25 14:11:06 +02:00
Pavel Raiskup
3838d01162
copr-be: typo in restart handler
2020-05-25 12:10:45 +02:00
Pavel Raiskup
ac8100aea9
copr-be: invent copr_backend_target
...
.. temporarily, till copr-be and copr-be-dev aren't synced on the
updated version of copr-backend package.
2020-05-25 12:08:53 +02:00
Pavel Raiskup
2ac3a6081c
copr-be-dev: limit max workers
2020-05-25 11:12:38 +02:00
Pavel Raiskup
e932b54286
copr-be-dev: disable normal VM spawner
...
... and keep only the resalloc spawner.
2020-05-25 11:06:44 +02:00
Pavel Raiskup
9e02be6a5a
copr-be: automatically cleanup VMs (not)started by resalloc
...
For some reason, starting VMs sometimes fails and VM is kept idling on
in our VMs list, and we are accounted for it. This script periodically
checks the list of started VMs and terminates those which we are not
interested in.
The script requires, except for python3, also python3-dateutil.
2020-05-25 11:03:58 +02:00
Pierre-Yves Chibon
c3f0b55d47
monitor-gating: Define some more variable in runner.cfg for staging
...
These variables are used by monitor-gating to slow down its
run frequency when an issue is causing problems and to report
that a run failed when it did fail.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-05-25 10:03:47 +02:00
Kevin Fenzi
6c2449886c
iad2: now all the vgs are named consistently, fix proxy10.iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 17:20:22 -07:00
Kevin Fenzi
96e3c69dbc
iad2: add proxy10/101/110
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 17:18:33 -07:00
Kevin Fenzi
6e2d6f0130
iad2: seems we are moving pdc to the build network
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 15:20:56 -07:00
Kevin Fenzi
5fca9649d4
iad2: fix dns on pdc-web01.iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 14:51:51 -07:00
Kevin Fenzi
9bd0362a05
iad2: add pdc vms
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 14:18:29 -07:00
Kevin Fenzi
a636f74a4e
iad2: secondary01.iad2: drop some old python packages until someone yells
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 13:34:09 -07:00
Kevin Fenzi
b3e4264079
iad2: value01.iad2: move back to rhel7 for now as we still need fedmsg here
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 13:30:42 -07:00
Kevin Fenzi
a62dc49c9e
iad2: rhel8 doesnt have python-psutil, it has python2-psutil
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 13:09:05 -07:00
Kevin Fenzi
deedb8f32c
add value01.iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 12:43:43 -07:00
Kevin Fenzi
4c02682ef2
iad2: add a secondary01.iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 12:27:45 -07:00
Stephen Smoogen
69e70627b0
add in a bvmhost-x86-07
2020-05-24 15:17:44 -04:00
Stephen Smoogen
8e163b3f70
fix dhcp address for autosign/bvmhost-x86-07
2020-05-24 14:38:40 -04:00
Kevin Fenzi
7d068b9be7
oci-registries: use correct gateway
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 11:10:26 -07:00
Kevin Fenzi
2696acca96
virt_instance_create: seems we cannot cast lvm size to int, as we use units in a number of host vars. 😭
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 10:46:14 -07:00
Kevin Fenzi
38b9743495
iad2: use correct domain for virthosts for oci registry nodes
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 10:43:28 -07:00
Kevin Fenzi
92221f47d8
iad2: adjust datagrepper app db as well
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 10:35:59 -07:00
Kevin Fenzi
e76a28e218
datagrepper: adjust for iad2.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 10:27:17 -07:00
Kevin Fenzi
e97022a03b
oci-registry/oci-candidate-registry: add to iad2 and try and move to f32.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 10:09:23 -07:00
Kevin Fenzi
3e6daf66f7
db01: Oh look, we were not backing up mirrormanager2 db all this time. ;(
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 10:00:55 -07:00
Kevin Fenzi
0f4d0a2cc3
mirrormanager / backend: directory_mode has to be a mode, not 'yes'
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 09:14:16 -07:00
Kevin Fenzi
35595a2fe5
mm-frontend*iad2: helps if they are in the right datacenter
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-23 20:48:50 -07:00
Kevin Fenzi
1bb42d63e2
iad2 / mm-frontend-checkin01.iad2.fedoraproject.org: fix dns
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-23 20:30:41 -07:00
Kevin Fenzi
cb7697e227
iad2 / mm-frontend01.iad2: use correct ks url for iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-23 20:14:41 -07:00
Kevin Fenzi
58a2206858
iad2: add mirrormanager hosts to iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-23 16:32:27 -07:00