Commit graph

29576 commits

Author SHA1 Message Date
Rick Elrod
cd4a1191e2 Revert "virt-install: try this."
This reverts commit 6cbdbd57e069f3ce2657b3c49399925546404d03.
2020-04-24 21:34:16 +02:00
Kevin Fenzi
41f9c3ebcf virt-install: try this.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
1dde1b519a virt-install: ok, how about off
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
72724f08d5 virt-install: short_hostname isn't defined here, use inventory_hostname_short instead
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
80eb0441ad A whitespace change. Is it committing right?
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
72ed8ff184 buildvm virt-install disable ipv6 again to look at debugging.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
ced032b5b3 virt-installs: drop debugging and set all eth1 hostnames to use short-hostname.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
d8441690ea buildvm-f31 install: Try making sure the nfs name isn't nearly the same as the real one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
ea9c6c6989 fedora_messaging_callback: This should be a } not a )
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
f12a2d20d3 koji_hub: completely drop the auth hotfix, it's in upstream deployed koji hub now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
d477beba63 fedora-31 buildvm install: re-enable eth1, add dracut debugging, try changing none to on.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
41039d9cea buildvm-fedora-31 virt-install: drop eth1 and see what happens.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
ec50eef93b try putting nomodeset back
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
6296d030da virt-install fedora-31 buildvm: see if the order changes anything.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
86e0df5ba4 buildvm-f31 virt-install: remove debugging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
99cdfdb3ac buildvm virt-install no eth1 gw
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
5074c86657 buildvm-fedora-31 virt-install: add systemd boot debugging.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
c0b7ab03f4 buildvm-fedora-31: some cargo cult says nomodeset might help
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
64883c2c26 virt-install: remove ipv6 disable, causes more problems than it fixes.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
8f7f705e67 taskotron: re-enabling hotfix for disposable client timeout increase, use python3 2020-04-24 21:34:16 +02:00
c4a986cad5 taskotron: remove old hotfix for testcloud 2020-04-24 21:34:16 +02:00
84bdb84a65 taskotron: removing packages that probably aren't needed anymore 2020-04-24 21:34:16 +02:00
Kevin Fenzi
3533b3b95e virt-install: try disabling upv6 entirely as we don't use it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
60aedbcfe3 inventory: asjudt virt-install commands for buildvm/buildvm_ppc64le
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Pavel Raiskup
c92658c392 copr: aws terminator: ignore errors
Sometimes we delete the worker in AWS web UI, and our termination script
should ignore the error (at least for now, less error prone solution is
needed).

I suppose that copr backend code should survive the playbook failures,
but it doesn't yet: https://pagure.io/copr/copr/issue/1112
2020-04-24 21:34:16 +02:00
Clement Verna
22d53e218c OSBS: Use the env variable to make the reactor-config and client config name unique per env.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:16 +02:00
Pavel Raiskup
7990c366ea copr: image preparation, rename script
So its name doesn't look like it is for OpenStack only.
2020-04-24 21:34:16 +02:00
Pavel Raiskup
09284ad3d7 copr: aws builders: automatic image preparation
This adds some predefined config to ~/.aws/config, and fixes
copr-builder-image-prepare-os.sh so it accepts first argument like

    - x86_64 -> cloud not specified, equivalent to os:x86_64
    - os:ppc64le -> box in OpenStack, ppc64le architecture
    - aws:x86_64 -> box in AWS, x86_64

instead of plain x86_64/ppc64le.
2020-04-24 21:34:16 +02:00
Pavel Raiskup
901c08f09b copr: backend: increment builder group count 2020-04-24 21:34:16 +02:00
Pavel Raiskup
c339fac5be copr: backend: add new x86_64 builder group from aws 2020-04-24 21:34:16 +02:00
Pavel Raiskup
4c70928da1 copr: import correct vars file in aws terminator 2020-04-24 21:34:16 +02:00
Pavel Raiskup
f7211c7013 copr: aws: add terminator playbook
.. and put region to vars file so we have it defined at one place.
2020-04-24 21:34:16 +02:00
Pavel Raiskup
fc48a634a1 copr: spawner: put 'dev/prod' into instance name 2020-04-24 21:34:16 +02:00
Kevin Fenzi
66b57bb064 Move buildvm to f31
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
9d1e6bf031 virt_instance_create: make sure to wipe the facts cache if we are (re)installing the guest
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
a23c67ecb6 dhcp: use a existing next-server and path.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
ef6cef5ba2 dhcp: move all the dell fx blades over to uefi.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
3b44da3698 nagios: add deployment_type prod for nagios fedora-messaging.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
7905f44dcd github2fedmsg: add username for fedora-messaging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
18e16cbcfa base: forgot when conditional on last alternatives add
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
5af03fdec0 base: On rhel8 machines set /usr/bin/python to /usr/bin/python3
The reason we do this is so we can use a few scripts (like nag-once)
as python2 on python2 hosts and python3 on rhel8 hosts.
Note that this depends on the script working on either.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Pierre-Yves Chibon
5a25802f9a base: First pass at making nag-once working with python3
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
705bccaa3b buildvm-aarch64-25: add another heavybuilder.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
61a497f243 rawhide-test: start with a f30 image, sinnce f31 image won't upload.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
228700fa05 rawhide-test: move to new f31 based image, add f31 image name to vars
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Kevin Fenzi
975d5e12d0 bugzilla2fedmsg: set username for non openshift install.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:16 +02:00
Pavel Raiskup
b4cbf30eab copr: aws: fix typos in playbooks 2020-04-24 21:34:16 +02:00
Pavel Raiskup
e764437f93 copr: aws: move aws credentials to aws_cloud_vars 2020-04-24 21:34:16 +02:00
Pavel Raiskup
85350d097e copr: aws: ansible has problems to parse ~/.aws dir 2020-04-24 21:34:16 +02:00
Pavel Raiskup
2f38763a49 copr: provision: provide spawner role 2020-04-24 21:34:16 +02:00