Commit graph

28779 commits

Author SHA1 Message Date
Kevin Fenzi
81b2f39d18 yumrepos: adjust logic for rawhide-test, shouldn't affect anything else.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
50d998849b basessh: We need these conditions to apply to CentOS as well as RedHat due to maintainer test instances.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
25f37dfee9 el6-test: try a much newer image.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
955db508b1 postgresql_server: also set hot_standby_feedback or the master might delete rows the standby needs during a pg_dump
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
d2fa094677 postgresql_server: add missing ' to end of connection statement
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
fde21d7a29 resultsdb: another conditional fix
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
2b45f44bb6 resultsdb: Fix the variable checked
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
45d1e86166 resultsdb: listen to the stage topic in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
17c2d63493 resultsdb: See if this creates the queue in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
38c5642845 resultsdb: adding quotes on the queue name otherwise it's thoughts to be a subsection
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
ad8b7ef275 resultsdb: add a queue section to the fedora-messaging config
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
3e2a43a1d7 resultsdb: fix path to the certs
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
1e6a2cd2fd resultsdb: fix typo in the callback
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
adc794e465 resultsdb: new version requires fedora-messaging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
fbd283fa6a resultsdb: add the missing fedora-messaging config file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
b68e2cafd8 resultsdb: remove trailing } that are just not needed
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Pierre-Yves Chibon
51786d8c72 resultsdb: install and configure the new ci-resultsdb-listener in staging - step #1
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:13 +02:00
Clement Verna
768023c909 Bodhi: revert commit 9bffcb5
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:13 +02:00
Clement Verna
7b7c35efc8 Bodhi: for now comment the infra-repos in the bodhi base image
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
0c895651fa postgresql / kojidb standby: try connecting 02 to 01, not 02 to itself.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
0a5cb2c51c postgresql_server: Fix spelling mistake
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
ad7441f76e db-koji01/02: db-koji01 was resized to 1tb, also need the same space on 02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
1613c724ca postgresql-server: sadly, "all" doesn't match replication, that has to be seperate.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
47194ff1f8 db-koji01: allow db-koji02 access to postgres
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
81e75d2459 postgresql-server: Fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
738779a150 rkhunter: just install on all machines that include the role.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
0d0c2dab5f postgresql-server: Fix a bunch of hostnames that were converted to _ instead of -
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
f717b3fa28 db-koji02: Lets not do math with strings (set max_mem with a hard coded value)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00
Kevin Fenzi
ccff891053 db-koji02: limit max memory to 2x current memory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:12 +02:00
Kevin Fenzi
a0f8213531 db-koji02: also add to playbook.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:12 +02:00
Kevin Fenzi
9747e55c72 db-koji02: create vm and config files for hot standby kojidb.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:12 +02:00
Michael Scherer
f01ae28b8c Fix the CSP policy to let the Fedora magazine widget work
Since https://pagure.io/fedora-web/websites/pull-request/57 got merged,
we also need to fix the CSP policy since it get the article from a local
json file on the server (see the PR for details)
2020-04-24 21:34:12 +02:00
Aurélien Bompard
7fb214fe3d Update Bodhi in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:12 +02:00
Kevin Fenzi
84d985d2b9 proxies: drop unneeded [OR]
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:12 +02:00
Kevin Fenzi
713979b3a0 proxies: add registry-no-cdn host to proxies
This host shares with registry vhost, but if it's used it bypasses downloading from the cdn.
We need this internally on composes that download flatpaks. They need to get them direct
from our registry and not from an external cdn.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:12 +02:00
Dusty Mabe
2965777f28 openshift-apps/coreos-koji-tagger: add bgilbert to app owners 2020-04-24 21:34:12 +02:00
Jakub Kadlcik
c6468c9120 copr: don't use fm-consumer@copr_messaging in production yet 2020-04-24 21:34:12 +02:00
Jakub Kadlcik
caa32c8ec7 copr: make sure /etc/fedora-messaging directory exists 2020-04-24 21:34:12 +02:00
Jakub Kadlcik
bb7e834f4b copr: copr_pagure_events variable may not be defined 2020-04-24 21:34:12 +02:00
Mikolaj Izdebski
98eb4b1c0f odcs stg: Set ansible_python_interpreter to python3 2020-04-24 21:34:12 +02:00
Mikolaj Izdebski
faf338f69f odcs stg: Move from Fedora 28 to 30 (#8297) 2020-04-24 21:34:12 +02:00
Pierre-Yves Chibon
506031f982 ci-resultsdb: invert the order of the conditional
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:12 +02:00
Pierre-Yves Chibon
ad78982487 resultsdb: don't overrides settings in ci_resultdb...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:12 +02:00
Aurélien Bompard
3e23b6a7c5 leftover from last commit ;-)
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:12 +02:00
Aurélien Bompard
31dcc52360 Remove leftover from db786b6
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:12 +02:00
Aurélien Bompard
b9e3f6f703 Update the Bodhi beta in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-04-24 21:34:12 +02:00
Pierre-Yves Chibon
06c334bfa7 resultsdb: run the ci_resultsdb role on resultsdb-stg01.qa but don't run the certbot part
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-24 21:34:12 +02:00
4dcf89170a resultsdb: don't apply ci_resultsdb role to resultsdb-stg01.qa
Just putting in another conditional to the role so that it's not
applied on the taskotron instance
2020-04-24 21:34:12 +02:00
Stephen Smoogen
f94d83453f Make sure names are different for mgmt 2020-04-24 21:34:12 +02:00
Stephen Smoogen
c1188538e6 Add in the ips for other emags 2020-04-24 21:34:12 +02:00