Pavel Raiskup
7fab4cba72
copr: disable bootstrap image for epel-7-ppc64le
...
https://github.com/fedora-copr/copr/issues/2875
2023-08-22 13:40:31 +02:00
Pavel Raiskup
1e6fba350e
copr-hypervisor: typo in when condition
2023-08-22 10:23:27 +02:00
Pavel Raiskup
511b1999c2
copr-hypervisor: don't operate with main.ini
...
The commit a12c6d9396
wasn't enough, there
are other undefined variables.
2023-08-22 10:22:10 +02:00
Pavel Raiskup
a12c6d9396
copr-hypervisor: fix playbook failure
2023-08-22 09:20:49 +02:00
Pavel Raiskup
c0d3a4ec2e
copr: frontend_base_url is defined in copr_aws and copr_dev_aws
2023-08-22 09:18:40 +02:00
Pavel Raiskup
e3c695d2f7
copr-hypervisor: try reboot in pre_tasks
2023-08-22 08:56:56 +02:00
Pavel Raiskup
76ea698369
copr-hypervisor: more convenient reboot trigger, take #2
...
If we want to reboot all x86 machines, it is enough to do:
$ sudo rbac-playbook groups/copr-hypervisor.yml -l '*x86*' -k trigger_reboot
2023-08-22 08:55:00 +02:00
Pavel Raiskup
8e10725cc3
copr-hypervisor: more convenient reboot trigger
...
If we want to reboot all x86 machines, it is enough to do:
$ sudo rbac-playbook groups/copr-hypervisor.yml -l '*x86*' -k reboot_copr_hypervisor
2023-08-22 08:46:17 +02:00
Andrew Heath
02046fdc0c
Enable Splunk log fowarding
2023-08-21 17:36:17 -04:00
71c79dc48b
proxies: load nf_conntrack on boot
...
So we can tune nf_conntrack_max before iptables is started.
2023-08-20 23:19:00 +02:00
Kevin Fenzi
062913f1f3
iad2 proxies need to use 9000 mtu
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-08-20 13:06:19 -07:00
Jakub Kadlcik
bcb6206818
copr-pulp: temporarily dump keys so we can add them to bitwarden
2023-08-20 22:02:41 +02:00
Jakub Kadlcik
bbf5e7844f
copr-pulp: use var files
2023-08-20 20:56:45 +02:00
Jakub Kadlcik
4889f42f5e
copr/base: do all the networking magic only on Fedora
...
On copr-pulp-dev the connection is named `System eth0`. I don't have
time to debug it right now and we IMHO don't need the networking magic
right from the start.
2023-08-20 19:40:39 +02:00
Jakub Kadlcik
dd31fcceea
copr/base: use rsyslog-logrotate only on Fedora
...
It isn't available in EPEL8
2023-08-20 19:31:22 +02:00
Jakub Kadlcik
60d5faf5d6
copr: mask systemd-oomd only on Fedora hosts
...
The copr-pulp instance will run on RHEL8 and systemd-oomd is not
installed there.
2023-08-20 19:22:44 +02:00
Jakub Kadlcik
c6073d2277
copr-pulp: install postfix
2023-08-20 19:22:32 +02:00
Jakub Kadlcik
422b416bdb
copr-pulp: install iptables-services
2023-08-20 19:00:32 +02:00
Jakub Kadlcik
57717eeaca
copr-pulp: specify become true when needed, pt.2
2023-08-20 18:41:38 +02:00
Jakub Kadlcik
7f987e99f0
copr-pulp: specify become true when needed
2023-08-20 18:37:34 +02:00
Jakub Kadlcik
e87dafc1b0
copr-pulp: symlink /usr/bin/python to /usr/bin/python3
2023-08-20 18:35:04 +02:00
Jakub Kadlcik
aac1379587
copr-pulp: using centos again
2023-08-20 15:47:39 +02:00
Jakub Kadlcik
038a0591c9
copr: install python when birthday, regardless of gathering facts
2023-08-20 15:44:55 +02:00
Jakub Kadlcik
29669a1698
copr-pulp: install python3
2023-08-20 15:25:53 +02:00
Jakub Kadlcik
ef3e559479
copr-pulp: remove gather facts and fallback python install
...
It is done in aws_cloud.yml
2023-08-20 15:18:06 +02:00
Jakub Kadlcik
92cf6629f0
Revert "copr-pulp: run aws_cloud.yml in pre_tasks"
...
This reverts commit 82892605f4
.
2023-08-20 15:17:02 +02:00
Jakub Kadlcik
82892605f4
copr-pulp: run aws_cloud.yml in pre_tasks
2023-08-20 15:05:48 +02:00
Jakub Kadlcik
f575e55d3f
copr-pulp: try ec2-user
2023-08-20 14:18:12 +02:00
Jakub Kadlcik
629b70f29a
copr-pulp: trying RHEL now
2023-08-20 14:09:13 +02:00
Jakub Kadlcik
cdaf8fd8aa
copr-pulp: move pulp_installer usage to the playbook
2023-08-20 13:44:06 +02:00
Jakub Kadlcik
4c408d55e3
copr-pulp: use pulp_installer collection
2023-08-20 13:36:38 +02:00
Jakub Kadlcik
17fc31ba63
copr-pulp: I think I need to set ansible_ssh_user instead of remote_user
2023-08-20 13:33:58 +02:00
Jakub Kadlcik
b4a3932fa2
copr-pulp: specify remote user
2023-08-20 13:27:35 +02:00
Jakub Kadlcik
a44b8d14bf
copr-pulp-dev: add birthday
2023-08-20 13:23:59 +02:00
Jakub Kadlcik
33007228c1
ansible-server: use ansible-collection-community-postgresql package
2023-08-19 21:26:58 +00:00
Jakub Kadlcik
07aab73f52
ansible-server: add requirements for copr-pulp playbooks
...
Fix https://pagure.io/fedora-infrastructure/issue/11396
2023-08-19 21:26:58 +00:00
Kevin Fenzi
c5542bc327
yumrepos: modernize, fix ppc64le bvmhosts and remove modular repos
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-08-19 13:46:57 -07:00
Kevin Fenzi
8422e82c07
buildvm: use correct variable name for prod
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-08-18 11:22:19 -07:00
Adam Williamson
aa2b65657d
greenwave: add Samba AD tests to update gating policy
...
These have been running stably for some time now, so it should
be OK to gate on them. I have checked through old stuck updates
and unblocked any that would be gated on this, remaining ones
aren't gated on the server tests.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-08-17 12:37:27 -07:00
aab9e42b73
proxies: add podcast redirect
2023-08-17 11:55:09 +02:00
e9dcc3658e
maubot: get route working
2023-08-17 17:47:24 +10:00
2b405841d8
Update inventory/group_vars/odcs
...
allow jnsamyak and patrikp to request private odcs composes.
2023-08-17 06:30:59 +00:00
b104d81747
maubot: simplify deployment config
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-08-17 15:10:09 +10:00
2396ca1fcf
maubot: keep trying to get krb working
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-08-17 13:55:40 +10:00
fd954b5249
maubot: actually mount the ipa config volume
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-08-17 13:43:45 +10:00
686559b506
maubot: run openshift/ipaclient play
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-08-17 13:32:33 +10:00
fb937906cd
maubot: get a keytab
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-08-17 12:56:27 +10:00
Owen W. Taylor
aaec95b064
Enable koji-flatpak on production
...
Enable the plugin on production, not just on staging.
Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
2023-08-17 01:49:25 +00:00
Kevin Fenzi
db450f7313
qvmhost: use 9000 mtu like everything else
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-08-16 18:08:54 -07:00
Andrew Heath
96d9ed3d6b
Adding more checks for the fedmsg socket
2023-08-16 14:08:16 -04:00