Kevin Fenzi
14eaaf673a
buildvm-aarch64-03: use aarch specific ks file.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
665fb92d93
robosignatory: add f32-boost to autosign
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
07ea176b99
buildvm-aarch64-03: use correct kickstart file.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
f28caa8cad
buildvm-aarch64: set the lvm group right for new hosts and sync the python line with others.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
c094cc7978
buildvm_aarch64: just set this to python3 for all aarch64 buildvms
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
fab10d3425
group_vars: Try and enable autodetect for python on targets in ansible again.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
94c75a098a
buildvm-aarch64-03: try moving this over to new hardware.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Mohan Boddu
1e516e71b5
mbs stg config: Drop i686 for f31 and later
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
692c99395d
koji_builder: python3-kickstart now.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
54b885ed51
koji_builder: drop a few more things that are python2 only and no longer needed.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Stephen Smoogen
c7a280963f
put in mac addresses for new arm hardware which we know
2020-04-24 21:34:14 +02:00
Kevin Fenzi
37fe0f9924
koji_builders: should be using python3-koji here.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
f39ba30822
base: exclude this selinux policy for now since it causes a OOM crash on fedora-armv7-31
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Rick Elrod
93e694a57d
virt_boot: force string instead of bytes
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
9d4f1094a8
virt_boot: some easy python3 fixes.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
48c54faca6
virt_boot: any chance this module just works with python3?
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
5424ee4fa2
virt_instance_create: try python3 here.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
b23d6d295b
Revert "virt_instance_create: The emags use python3 here."
...
This reverts commit ca4ea658788af7902329620f6f98a680fc02f936.
2020-04-24 21:34:14 +02:00
Kevin Fenzi
fc5ea0b944
virt_instance_create: The emags use python3 here.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
3ba3fde9d7
group_vars / armv7 install: try without host model at all.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
2e0d49c6db
armv7 virt-install: move back to default machine version
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
f8a874af69
buildvm-armv7-01: move to f31
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
e50fa5f3f2
freshmaker: remove everything
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
bc5b8dca57
base packages to install: remove ntpdate. It's not in rhel8 and we don't use ntp anymore anyhow.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
562de337af
nfs_client: reload NM after adding new storage route
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
c04b160037
koji db: set things to copy backup from 02 and not 01 now.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
993fd9f64e
postgresql_server / db-koji02: set max_standby_streaming_delay to -1 ( ∞ )
...
Turns out I had set this on the master (db-koji01) which is ignored.
We need to set it on the standby. With a value of -1, the standby will wait
for conflicting transactions/locks to complete however long it takes.
If this doesn't work to get us a good backup on db-koji02, no harm and we
can try something else.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Adam Williamson
f5522d3fa6
collectd: drop hddtemp config section except on RHEL 6
...
It is unnecessary since collectd 4, and breaks with 5.9.0 or
later.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:14 +02:00
Mohan Boddu
52137a4590
Changing the stream name in el8_playground platform module
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:14 +02:00
Mohan Boddu
4563740798
Moving el8-playground platform to el8_playground platform
...
Due to:
module_build_service.errors.UnprocessableEntity: The stream cannot contain a dash unless disttag_marking is set
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:13 +02:00
Adam Williamson
3139d01c8e
openqa: re-enable ppc64 workers 2 and 3 with 15 workers each
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-04-24 21:34:13 +02:00
Stephen Smoogen
38b3796440
remove odcs spam
2020-04-24 21:34:13 +02:00
Dusty Mabe
514f7d5fc2
bodhi-pungi: only run multi-arch SB on f31+
...
This is a fixup for d7713e6 where mulit-arch was enabled.
2020-04-24 21:34:13 +02:00
Stephen Smoogen
f775246ab6
and we have some more macs
2020-04-24 21:34:13 +02:00
Stephen Smoogen
e64a13ccbb
add more ips
2020-04-24 21:34:13 +02:00
Stephen Smoogen
3e67f232ec
add buildvmhost macs from aarch64 boxes
2020-04-24 21:34:13 +02:00
Stephen Smoogen
e6448d07c7
let us put aarch64-12 ip into dhcpd
2020-04-24 21:34:13 +02:00
Kevin Fenzi
93e018e2d5
proxies / redirects: drop workstation/server/atomic, they are no longer used, update labs and spins and arm
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
d535829453
basessh: fix up logic for el8 machines.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
2eb26dd5f9
basessh: carefully adjust install so it only fixes rhel8 and changes nothing else for freeze.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
8e238ef62a
rhel8 repo file: Clean up from beta, use https, make AppStream/BaseOS for dvd repos
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
dd9e5512e3
common files: fix epel8 path, it has Everything in it.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
36ed20e7f1
common files: add epel8.repo file for rhel8 machines.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
80c5652ffa
buildvmhost-aarch64-10: just let ansible autodetect platform python3 on rhel8
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
c2bbd4bdc7
repospanner_temp: Ansible does not want -s in group names, use _ instead.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Mikolaj Izdebski
4c087db4b1
koschei: Use explicit OpenShift image registry
2020-04-24 21:34:13 +02:00
Mikolaj Izdebski
87ac0c75d0
koschei: Define ImageStream
2020-04-24 21:34:13 +02:00
Mikolaj Izdebski
8b1db147ba
koschei: set imagePullPolicy to Always
2020-04-24 21:34:13 +02:00
Mohan Boddu
7c173984c5
Adding epel8 platform module definitions
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-04-24 21:34:13 +02:00
Patrick Uiterwijk
db6a10d9c0
Update IoT stable/ keys to f31
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2020-04-24 21:34:13 +02:00