Commit graph

5957 commits

Author SHA1 Message Date
Luca Bruno
e865a220fe
coreos-cincinnati: move to a buildconfig template 2019-06-17 13:16:44 +00:00
Luca Bruno
c15bb92312
coreos-cincinnati: add playbook vars
Signed-off-by: Luca Bruno <luca.bruno@coreos.com>
2019-06-17 13:13:52 +00:00
Kevin Fenzi
95ee934861 buildvmhost: add buildvmhost-s390x-01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-06-16 19:46:46 +00:00
Kevin Fenzi
168644af88 Drop ppc64: Since fedora 28 is end of life and we dropped it for epel6/7, drop ppc64 from all the things.
Remove ppc64-test instance in cloud.
Remove template conditionals that no longer apply since ppc64 is gone.
Remove buildvm-ppc64 instances.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-06-15 19:50:36 +00:00
Adam Williamson
080701af48 Try to clean up openqa/rabbit var usage a bit now it works
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-14 12:12:00 -07:00
Adam Williamson
d55a265b1e openqa: more messing about with queues...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-14 08:44:55 -07:00
Adam Williamson
dc387dad55 openqa: partially revert @jcline's broker config change d76e5206
The way this was set up was intentional. For staging rabbitmq_
server is already set as the staging broker in openqa_stg group
vars; the setting here was an intentional override for it to use
the prod broker just for the scheduler queue. It has to do that
because it schedules jobs in response to composes and updates;
composes and updates almost never happen in the staging env, so
if we had the openQA staging scheduler listening to the staging
broker it'd almost never schedule any jobs. It has to listen
to the production broker and schedule jobs when real composes
and updates happen.

Still, perhaps the group var setting isn't working here, so
let's keep the explicit setting of the staging server here for
the other two queues and see if that helps that case.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-14 08:33:48 -07:00
Jeremy Cline
d76e5206d7 openqa: use the staging broker URL for making queues
Perhaps this will fix Adam's AMQP troubles

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2019-06-14 14:04:55 +00:00
Luca Bruno
182e193cbf
playbooks/openshift-apps: do not start-build on each run
No need to manually start a build on each playbook run, as it is
already configured to trigger on changes.

Signed-off-by: Luca Bruno <luca.bruno@coreos.com>
2019-06-14 09:00:29 +00:00
Adam Williamson
5be3d907a7 openqa: try dropping rabbit/user role use
rabbit/queue creates the user anyway, and gives it the right
perms, so this seems redundant...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 15:39:29 -07:00
Adam Williamson
1cb6edadd5 openqa: try and fix rabbitmq server for staging scheduler queue
Gah this all sucks.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 15:01:39 -07:00
Adam Williamson
6ff690cb18 openqa: fix the playbook for openqa_env_suffix too
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 14:21:13 -07:00
Adam Williamson
eae55769cb openqa: use prod username for queue for staging scheduler
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 14:10:25 -07:00
Adam Williamson
1367541f98 openqa: also create prod rabbitmq user for staging openqa
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 14:09:12 -07:00
Adam Williamson
69260ace32 openqa: try and fix playbook conditional...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 14:05:14 -07:00
Adam Williamson
bfa38e9546 openqa: fix roles in playbook
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 14:03:37 -07:00
Adam Williamson
ef43e8903b openqa/dispatcher: tag the rabbit roles
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 13:58:52 -07:00
Adam Williamson
700fb3c1ae openqa/dispatcher: use private auth in infra
The keys and certs have been created for us to use private auth
so let's do it. This tries to keep things working for non-infra
deployments somehow.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-13 13:55:04 -07:00
Pavel Raiskup
7aa01a3f3d copr: aarch64 hypervisor setup
This is for documentation purposes only (at least for now).  The
stuff I'm adding now will be referenced by Copr SOP to some extent
(especially the way how to prepare copr builder image for aarch64)
2019-06-13 10:52:29 +02:00
Todd Zullinger
aa8a600651 proxy-redirects: redirect getfedora.org/code-of-conduct.html to docs
Related to 4547a73ef ("mailman: fix footer link for CoC", 2019-06-11),
for https://pagure.io/fedora-infrastructure/issue/7893.
2019-06-12 11:08:32 -04:00
Todd Zullinger
b7edc70ea5 proxy-redirects: update code-of-conduct URL 2019-06-12 11:08:32 -04:00
Stephen Smoogen
de103e41b9 [nfs/server] make it so that we export to a tree 2019-06-11 20:01:11 +00:00
Stephen Smoogen
b14f1f5566 try and get this working 2019-06-11 19:50:16 +00:00
Stephen Smoogen
6c4068dd8b try and get this working 2019-06-11 19:42:50 +00:00
Stephen Smoogen
54ba0a3b7a try this with ansible 2019-06-11 19:34:01 +00:00
Stephen Smoogen
7f90756e38 try to make storinator add partitions 2019-06-11 19:25:54 +00:00
Nils Philippsen
7c8ce6ad52 bodhi: use list rather than with_items for dnf
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 16:16:15 +00:00
Nils Philippsen
17f147e643 packages: dnf -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 17:12:42 +01:00
Nils Philippsen
72829aebef autocloud: dnf -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 16:06:46 +00:00
Nils Philippsen
094891b29c koschei: fix typo
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 16:05:29 +00:00
Nils Philippsen
21a1856581 bugzilla2fedmsg: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 17:56:22 +02:00
Paul W. Frields
46ede0a36b noc: Fix with_items iteration in package 2019-06-11 17:48:35 +02:00
Paul W. Frields
aaa3ac66ea releng-compose: fix with_items iteration for package 2019-06-11 17:48:35 +02:00
Paul W. Frields
c353c1d1f0 mailman: fix with_items iteration in package 2019-06-11 15:42:27 +00:00
Nils Philippsen
40b17b8910 badges: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 15:33:58 +00:00
Nils Philippsen
ded54be2fb mbs: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 15:31:12 +00:00
Kevin Fenzi
6decdf58bf ansible-report: fix up some more cases
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-06-11 15:25:28 +00:00
Kevin Fenzi
bea0057eac fed-cloud09: remove playbook.
It hasn't run in a long time, if it did it might mess up the fragile openstack,
and glance_image is no longer available.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-06-11 15:16:49 +00:00
Paul W. Frields
7b165b6577 secondary: fix with_items iteration in package 2019-06-11 17:15:27 +02:00
Paul W. Frields
e23cd0bab1 osbs-cluster: fix with_items iteration for package 2019-06-11 17:15:27 +02:00
Kevin Fenzi
72e33c0948 ansible-review: fix some errors from ansible-review
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-06-11 15:11:40 +00:00
Pierre-Yves Chibon
fbda5d1b39 rats: Delete the openshift-apps role for RATS, never went anywhere
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-06-11 17:09:34 +02:00
Nils Philippsen
a5f3819d0a bugyou: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 15:05:47 +00:00
Paul W. Frields
9324e76c28 bastion: remove with_items from package 2019-06-11 15:05:10 +00:00
Nils Philippsen
26e99757cc datanommer: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 15:03:21 +00:00
Nils Philippsen
87ea43ceca koji: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
2019-06-11 14:56:19 +00:00
Pierre-Yves Chibon
79571c074e fedimg: Replace the yum module by the package module where applicable
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-06-11 16:34:39 +02:00
Pierre-Yves Chibon
76e02b1f3d pdc: Replace the yum module by the package module
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-06-11 16:29:17 +02:00
Pierre-Yves Chibon
f2d38f43d8 datagrepper: replace the yum module by the package module
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-06-11 16:17:44 +02:00
Stephen Smoogen
dd1470f40c try to mount the drives 2019-06-07 19:41:32 +00:00