Commit Graph

39857 Commits

Author SHA1 Message Date
Kevin Fenzi
e292c8c42b torrent02: goodbye rhel7 torrent server
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-29 13:54:38 -08:00
Michal Konecny
dd2093e4c6 [ipa/server] Move ipa-rewrite.conf to templates
There are some variables that need to be filled in ipa-rewrite.conf, but it was
not in template directory, so that didn't happen.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 21:57:19 +01:00
Kevin Fenzi
39fb630d97 torrent: set config for torrent01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-29 12:07:05 -08:00
Michal Konecny
77b00429d4 [IPA] Fix syntax issue
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 17:37:29 +01:00
Michal Konecny
df9d9a0d51 [IPA] Use ipa_server variable where posible
Don't use hardcoded ipa01, use ipa_server variable instead that is set in group_vars.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 17:29:15 +01:00
Michal Konecny
3858d5841d [IPA] Prepare for staging ipa01 update to RHEL 9
To deploy the ipa01 again we need to remove it from server first. This will need
to be reverted after deployment.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 17:15:54 +01:00
Michal Konecny
da21ad9d9d [IPA] Move ipa01.stg to RHEL 9
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 16:51:53 +01:00
Michal Konecny
f4ebb6d0d7 [ipa/server] Fix the parameters for topologysegment-add
I forgot to use the '--' for the flags and used
`hostvars[item]['ansible_hostname']` instead of just item.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 13:20:03 +01:00
Michal Konecny
315ff4be8a [ipa/server] Concatenate the strings correctly
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 13:03:19 +01:00
Michal Konecny
3d200881c4 [ipa/server] Explicitly mark '-' as string
Previous change split the argument to two, which caused error in number of
parameters for the command. Let's try if this will fix it.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 12:48:56 +01:00
Michal Konecny
f7cb379e43 [ipa/server] Fix AnsibleUnsafeText error
The `-` character was evaluated as subtract operation, this should fix that issue.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 12:34:53 +01:00
Michal Konecny
3d47ce35e4 [ipa/server] Add missing topology segments
This command adds missing topology segments to already existing IPA nodes.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-29 08:40:57 +00:00
Kevin Fenzi
c1187db20b torrent: setup torrent user/group
This used to get setup by the bittorrent package, but we don't use that
anymore, so lets do it manually here. We need these to own various
torrent content.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-28 16:01:21 -08:00
Kevin Fenzi
8d89c61c89 torrent01: setup vpn ip
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-28 15:21:25 -08:00
Kevin Fenzi
ec0dc97b36 torrent01: setup rhel9 torrent server
This will replace the existing rhel7 torrent02.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-28 15:02:05 -08:00
Kevin Fenzi
7a1029651d inventory: remove some leftover osbs staging aarch64 group entries
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-28 11:50:21 -08:00
Pavel Raiskup
467db445e0 inventory: comment-out last copr-be-temp
Otherwise we push Nagios to check the temp host, too.
2023-11-28 20:22:16 +01:00
Pavel Raiskup
7522685175 copr: enable serviecs after the upgrade to F39 2023-11-28 17:03:30 +01:00
Pavel Raiskup
6c86044b65 copr-be: drop birthday, we are on F39 now 2023-11-28 17:00:16 +01:00
Pavel Raiskup
de074f5502 copr: drop birthdays, except for copr-be
copr-be needs one more run with birthday against the "real" hostname.
2023-11-28 16:28:02 +01:00
Pavel Raiskup
6c80a870ff copr-be: new private IP address 2023-11-28 15:35:41 +01:00
Pavel Raiskup
a1e1195829 copr-dist-git & copr-keygen: birthday=yes for new F39 boxes 2023-11-28 15:26:43 +01:00
Pavel Raiskup
373a85ded1 copr-fe: birthday for F39 box 2023-11-28 15:14:11 +01:00
Pavel Raiskup
a9f91611b3 copr: disable services in prod, birthday new F39 backend 2023-11-28 15:02:31 +01:00
David Kirwan
369ae4f66e zabbix: Add zabbix01 production to iptable rules
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-11-28 08:54:13 +00:00
Kevin Fenzi
03aeab7d9f osbs-aarch64 / staging: remove leftovers from inventory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-27 18:04:36 -08:00
Tomas Hrcka
c4aeb449f2 [stg] Drop aarch64 osbs cluster from staging
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2023-11-28 00:17:29 +00:00
Nils Philippsen
a95808355c Make scripts to sync log files more robust
Previously, an expired certificate on log01 made sending messages out of
the scripts fail, which caused a couple days worth of lost logs.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2023-11-28 00:02:59 +00:00
Nils Philippsen
85a53986e6 Don't refer to ansible-review anymore
The upstream project seems pretty much dead, and it doesn't work with
recent versions of ansible-lint.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2023-11-28 00:00:01 +00:00
Lukas Holecek
54e7ff7c72 waiverdb: Fix variable usage 2023-11-27 23:52:17 +00:00
Seddik Alaoui Ismaili
146685283d new email alias for grome-sig 2023-11-27 22:41:41 +00:00
Kevin Fenzi
916ded8869 rsyncd: allow log01.vpn to rsync logs from external download hosts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-27 14:37:16 -08:00
Kevin Fenzi
41b51e899b buildvm / staging: aarch64 was renamed to a64
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-27 13:34:57 -08:00
Kevin Fenzi
ed33133045 buildvm / staging: add staging builders to runroot channel
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-27 13:33:23 -08:00
Kevin Fenzi
e8a7d63a5e base: run update with force to make sure its setup right
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-27 13:30:56 -08:00
Kevin Fenzi
5459a54ddf meetbot-raw: set seboolean to allow serving meeting logs
We used to do this on value01, but when moving to value02 we need this
selinux boolean to allow httpd to read and serve the /srv nfs meeting
logs.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-11-27 10:01:36 -08:00
Siteshwar Vashisht
021c8fe152 ocp_monitoring: remove repeat_interval field
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
2023-11-23 18:23:58 +01:00
Michal Konecny
c5e61168bb [openshift/project] Fix the parameter order for oc apply
The file needs to be specified after `-f` parameter otherwise it fails with
unexpected args error.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-23 16:39:48 +01:00
Pavel Raiskup
c9d01c484f copr-builders: don't enable @copr/copr-dev 2023-11-23 15:57:06 +01:00
Michal Konecny
85d5f5f688 [release-monitoring] Fix the link template in config
The link template for UnitedRPMs is missing `s` in `%s`, which caused all the
projects to throw 500. This will fix the issue.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-11-23 15:37:32 +01:00
Siteshwar Vashisht
97e479df39 openscanhub: add vars_files in the playbook
These are required to run the playbook.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
2023-11-23 13:49:31 +00:00
amedvede
e88add7dd1 distgit: added CSP headers for staging
Signed-off-by: amedvede <amedvede@redhat.com>
2023-11-23 10:54:07 +01:00
Pavel Raiskup
58ef53004c copr-be: use stdin=DEVNULL when calling ansible-playbooks
This is the way around weird F39+ bug causing ansible-playbook failure:
ERROR: Ansible requires blocking IO on stdin/stdout/stderr. Non-blocking file handles detected: <stdin>

Fixes: https://github.com/fedora-copr/copr/issues/3018
2023-11-23 00:32:45 +01:00
Pavel Raiskup
c453f8e80c copr-builders-dev: actually we need @copr/copr-dev 2023-11-23 00:16:12 +01:00
Pavel Raiskup
2473622774 copr-be: better SWAP/MEM check fail message 2023-11-22 23:40:35 +01:00
Pavel Raiskup
301b4bb467 copr-be-dev: enable @copr/copr-dev 2023-11-22 23:39:03 +01:00
Pavel Raiskup
6aff7c93d6 copr-be-dev: don't specify unused pools 2023-11-22 18:09:54 +01:00
Pavel Raiskup
3238a79677 copr-be: drop useless pools
These were added to implement automatic cleanup.  But all the resources
inside have already been cleaned up.
2023-11-22 17:47:36 +01:00
Pavel Raiskup
4df602f3ac copr-dev: enable services (all on F39 now) 2023-11-22 16:40:17 +01:00
Pavel Raiskup
e0d5464fdf copr-be-dev/copr-kg-dev: fix private IPs 2023-11-22 16:38:44 +01:00