Commit graph

42837 commits

Author SHA1 Message Date
Aurélien Bompard
c9bd987c66
Fix the openshift/ipa-client role
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 12:22:12 +01:00
Aurélien Bompard
e2ba0bc31a
Openshift: don't systematically build on ansible playbook run
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 12:18:13 +01:00
Aurélien Bompard
1875a0a0dc
Fix variable name conflict
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 12:12:09 +01:00
Aurélien Bompard
14d05f0a9e
Missing variable prefix
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 12:02:51 +01:00
Aurélien Bompard
1a962c0d71
Missing variable prefix
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 12:01:01 +01:00
Aurélien Bompard
b4462755f0
Prefix variables in rabbit/queue
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 11:58:18 +01:00
Aurélien Bompard
b37685848f
Prefix sent_topics where appropriate
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 11:39:54 +01:00
Aurélien Bompard
483f9802ac
s/route_routename/route_name/g
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 11:26:36 +01:00
Aurélien Bompard
acc40816b7
Rewrite prefixes when forwarding vars in openshift roles
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 11:24:58 +01:00
Aurélien Bompard
dd06fe455d
Openshift: don't systematically rollout on ansible playbook run
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 11:19:19 +01:00
Aurélien Bompard
d23b6f2d9b
s/user_username/user_name/g
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 11:12:47 +01:00
Aurélien Bompard
b9ed0ea60d
Missing prefix in openshift/route
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
a4ac9af648
Fix missing prefix in openshift/object
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
8c0fd03670
Fix the Noggin templates
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
a0ae127754
Fix apps that were smart and factored out the app variable
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
6bebe964f6
Prefix openshift-apps/koschei/job
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
fac05df8de
Prefix openshift/secret-tls
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
c5f8fe7189
Prefix openshift/import-image
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
e5a47b8e0d
Prefix openshift/sysadmin-openshift
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
4d651a8dae
Prefix openshift/ipa-client
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:46 +01:00
Aurélien Bompard
a36b40eec8
Prefix openshift/start-build
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:45 +01:00
Aurélien Bompard
560a31ef5b
Prefix openshift/object-delete
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:45 +01:00
Aurélien Bompard
cfb590c2ed
Prefix openshift/secret-file
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:45 +01:00
Aurélien Bompard
dc65a76527
Prefix openshift/imagestream
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:45 +01:00
Aurélien Bompard
cf82a481be
Prefix openshift/keytab
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:45 +01:00
Aurélien Bompard
39f2e86658
Prefix openshift/job
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-03 10:48:45 +01:00
4a4e7e07cb
[ansible-lint] prefix variable names for rabbit/user role
ansible-lint requires that variables for roles are prefixed with the
name of the role. This commit prefixes the variables for the
rabbit/user role with user_ as required by ansible-lint

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-12-03 10:48:45 +01:00
cae52420bb
[ansible-lint] prefix variable names for openshift/rollout role
ansible-lint requires that variables for roles are prefixed with the
name of the role. This commit prefixes the variables for the
openshift/rollout role with rollout_ as required by ansible-lint

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-12-03 10:48:45 +01:00
4dea370c66
[ansible-lint] prefix variable names for openshift/route role
ansible-lint requires that variables for roles are prefixed with the
name of the role. This commit prefixes the variables for the
openshift/route role with route_ as required by ansible-lint

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-12-03 10:48:45 +01:00
776866cba3
[ansible-lint] prefix variable names for openshift/object role
ansible-lint requires that variables for roles are prefixed with the
name of the role. This commit prefixes the variables for the
openshift/object role with object_ as required by ansible-lint

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-12-03 10:48:45 +01:00
01ace51513
[ansible-lint] prefix variable names for openshift/project role
ansible-lint requires that variables for roles are prefixed with the
name of the role. This commit prefixes the rvariables for the
openshift/project role with project_ as required by ansible-lint

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-12-03 10:48:44 +01:00
Kevin Fenzi
c3ef59647d logdetective02: set nagios ping false to try and stop monitoring
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-02 16:48:55 -08:00
Kevin Fenzi
391b870069 ipsilon01: move to f41
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-02 12:30:55 -08:00
Kevin Fenzi
6d3a53901d ipsilon: just copy the awx metadata in for now since get uri doesnt work for this
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-02 11:42:52 -08:00
Kevin Fenzi
f429ae4a7b ipsilon02: move to f41
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-02 11:15:21 -08:00
Kevin Fenzi
417343b113 ipsilon: switch away from broken get_url to a local file with hotfix
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-02 10:03:08 -08:00
Kevin Fenzi
a35e21c867 ipsilon01 / staging: move to f41
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-02 09:05:13 -08:00
041ac34bc2
update zabbix 6.0 LTS to latest
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-12-02 11:28:44 +00:00
Miroslav Suchý
f1d0b20ac3 bump up number of reserved instances for Copr builders 2024-12-02 09:53:47 +01:00
Adam Williamson
1bb258138d greenwave: drop container_build_kiwi gating
It's renamed to kiwi_build, but we can't gate on the new name
yet as not all updates will have it. We'll have to wait for a
while.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-30 21:04:11 -08:00
Jakub Kadlcik
b9bb247f93 copr-base: make sure we don't use iptables-legacy
See https://github.com/fedora-copr/copr/issues/3439
2024-11-30 23:58:22 +01:00
Kevin Fenzi
72d1781387 geenwave: set correct apiVersion for route
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-11-30 11:46:13 -08:00
Adam Williamson
4194cafaf4 prometheusRules - try going back to exactly how it was before yamllint
...i.e. without a comment before it to suppress yamllint. Maybe
that doesn't work either?

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-30 11:28:52 -08:00
Adam Williamson
501cb25519 Revert "openshift: try and fix an error caused by yamllint cleanup"
This reverts commit 054bc753ac.
It doesn't seem to help. No idea why prometheusRules is blowing
up now, then :(
2024-11-30 11:08:05 -08:00
Adam Williamson
054bc753ac openshift: try and fix an error caused by yamllint cleanup
It looks like these #jinja2 comments don't work with a space
between the # and the jinja2, or something. I'm getting errors
on this template when trying to run an openshift playbook ATM.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-30 10:58:05 -08:00
Adam Williamson
3b8a40603e greenwave: drop KDE live build test from gating config
It's named differently now (kiwi_build, not live_build). We don't
really need the build test in the gating config anyway as the
other two tests depend on it. We could add kiwi_build back in a
few months if we really want to, though.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-29 17:49:14 -08:00
Pavel Raiskup
19ee01836b copr-be: autoactivate volume group
I think this is caused by (run against the previous backend instance):
fb1acfb6fd/play-vm-migration-02-migrate-backend-box.yml (L68-L71)
2024-11-29 21:40:29 +01:00
Pavel Raiskup
d892f37f67 copr-be-dev: enable services on the new box 2024-11-29 21:28:45 +01:00
Pavel Raiskup
85862467cd copr-be-dev: drop birthday 2024-11-29 21:24:23 +01:00
Pavel Raiskup
6b48f13bab copr-be-dev: birthday the final hostname 2024-11-29 21:05:54 +01:00