Commit graph

6927 commits

Author SHA1 Message Date
Pierre-Yves Chibon
dc59446b99 pagure: drop the frontend sub-directory
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-10-01 16:14:06 +02:00
Rick Elrod
54c4089a70 Disable prerelease redirects
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-09-29 06:59:21 -05:00
Kevin Fenzi
da89789606 ipsilon: need db host defined for ipslon role
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 15:18:09 -07:00
Kevin Fenzi
98cba3c9d5 ipsilon / staging: no fas_client in staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 14:46:38 -07:00
Kevin Fenzi
ee97680d55 Correct group name all around.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 14:09:44 -07:00
Kevin Fenzi
3aab140a66 ipsilon: create ipsilon01.stg vm
Right now ipsilon is running in openshift, but sadly in order to work
with ipa instead of fas as it's backend it needs to use sssd and pam
stack. That does not work in a container, so move it back to a vm at
least for now until we sort out what we want to do.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 14:03:11 -07:00
Kevin Fenzi
ef65a0e620 resultsdb / staging: don't install 2fa task in stg.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 10:00:15 -07:00
Kevin Fenzi
0a4698b669 proxies / staging: fix the openqa-labs backend address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 08:17:16 -07:00
Aurélien Bompard
1946d9ff0f
Create the database for kerneltest
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-24 15:49:14 +02:00
Kevin Fenzi
af0253afe5 clean up some more openqa_stg vs openqa_lab
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 15:24:03 -07:00
Kevin Fenzi
51428eb99a proxies / staging: point openqa in stg to lab
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 15:21:47 -07:00
Kevin Fenzi
6f35dc95cf openqa: fix stg to lab group naming.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 14:56:20 -07:00
Kevin Fenzi
acf4103459 Bring back openqa-stg01 and (some)workers as openqa-lab01
We decided that since this wasn't really a staging host, we should stop
calling it 'stg' and putting it in stg group. Since it's used for
testing new openqa and edge features, lab seemed appropriate.

This brings up a openqa-lab01 on qvmhost-x86-01 and a power9 and aarch64
workers. More workers to be added as they are installed. Ther will be at
least one more power9 and 2 more aarch64 boxes.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-21 14:49:17 -07:00
Kevin Fenzi
b27ac947b8 Add osbs staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-17 14:38:10 -07:00
Pierre-Yves Chibon
281c524c7f resultsdb: add monitoring for the ci-resultsdb queue in rabbitmq
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-17 18:35:51 +00:00
Miroslav Suchý
9a8e482206 retrace: run this just not only in aws 2020-09-17 15:00:59 +02:00
Aurélien Bompard
11a65cab71
Better way to do the same thing
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 11:51:45 +02:00
Aurélien Bompard
55e1575a53
Prevent Docker from caching the git clone content
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 11:44:47 +02:00
Kevin Fenzi
1b5084eb48 Add mm-backend01.stg/mm-crawler01.stg/mm-frontend01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 13:00:36 -07:00
Kevin Fenzi
9e1a3cc42c Add memcached01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 12:16:54 -07:00
Kevin Fenzi
298dd09a4e Add github2fedmsg01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 12:08:55 -07:00
Kevin Fenzi
744c0fd420 Add busgateway01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:29:15 -07:00
Kevin Fenzi
ab3a206b0d bugzilla2fedmsg: Adjust playbook for staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:25:57 -07:00
Kevin Fenzi
7f99c46423 Add blockerbugs01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-16 11:19:24 -07:00
Aurélien Bompard
b2df514b95
Ipsilon: rename the service keytab file for coherence
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-16 15:28:21 +02:00
Aurélien Bompard
5e359beda9
Ipsilon: deploy the ldap config file
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-16 15:28:21 +02:00
Pierre-Yves Chibon
97db4e4c5f openshift/bodhi: Fix the route annotations so it actually works
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 15:27:20 +02:00
Pierre-Yves Chibon
116987403f bodhi: attempt to bump the timeout from 30s to 180s
Both openshift and gunicorn have a timeout. We're ran in the past
in situations where bodhi was a little slow to answer and thus
either gunicorn or openshift were returning a 504 error.
With this commit, we hope to increase both timeout values and thus
give bodhi a little more time to answer.

Hopefully this will help fixing:
https://pagure.io/fedora-infrastructure/issue/9320

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 14:59:49 +02:00
Aurélien Bompard
0e4e9bd04f
fix playbook syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-16 12:18:29 +02:00
Aurélien Bompard
26c74a6a1f
Elections: create the database and database user
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-16 12:14:03 +02:00
Pierre-Yves Chibon
2384341514 staging-sync/db-sync: Name a few more tasks to have a nicer output
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 12:03:06 +02:00
Pierre-Yves Chibon
66cbb8da16 staging-sync/db-sync: Name the task stopping/restarting apache
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:58:52 +02:00
Pierre-Yves Chibon
f755eef97f staging-sync/db-sync: Fix the condition to ensure the server is defined and not null
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:57:22 +02:00
Pierre-Yves Chibon
cf31e3f0c8 staging-sync/db-sync: Point to batcave01 only instead of all the batcaves
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:53:46 +02:00
Pierre-Yves Chibon
e3943b0e52 staging-sync/db-sync: Allow the deletion of the stg database to fail without breaking the playbook
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:53:46 +02:00
Pierre-Yves Chibon
c377f97e50 staging-sync/db-sync: strings need quotes
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:48:41 +02:00
Pierre-Yves Chibon
2046802ec5 staging-sync/db-sync: yet another attempt to make the server argument optional
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:47:28 +02:00
Pierre-Yves Chibon
28e5751542 staging-sync/db-sync: when are not a valid attribute for plays
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:38:21 +02:00
Pierre-Yves Chibon
b4ea291fe9 staging-sync/db-sync: Another attempt to make the server optional
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:37:30 +02:00
Pierre-Yves Chibon
c3ad168fb0 staging-sync/db-sync: stop apache after having dumped the prod db
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:30:23 +02:00
Pierre-Yves Chibon
ca8130bdca staging-sync/db-sync: port the playbook to iad2 and make the server argument optional
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-16 11:28:15 +02:00
Aurélien Bompard
b16660ab24
Setup Elections for FASJSON access
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-16 10:37:04 +02:00
Kevin Fenzi
c45ed35ce1 Add resultsdb01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-15 15:53:26 -07:00
Kevin Fenzi
3c4cbc19f5 Add oci-candidate-registry01.stg and oci-registry01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-15 15:30:58 -07:00
Kevin Fenzi
6298c37297 Add compose-x86-01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-15 13:37:26 -07:00
Kevin Fenzi
9eeeb06726 bodhi-backend01.stg: don't install fedmsg role in stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-15 10:54:52 -07:00
Kevin Fenzi
f119e37773 Add bodhi-backend01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-15 10:04:35 -07:00
Kevin Fenzi
5bc03b27a3 fix odcs playbook to not run fas_client or 2fa in staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-14 16:24:58 -07:00
Kevin Fenzi
5869c9c160 koji prod->stg sync: adjust for new datacenter
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-14 16:01:22 -07:00
Kevin Fenzi
5b663bf7ac Add mbs-frontend01.stg/mbs-backend01.stg.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-14 15:17:21 -07:00