Commit graph

19879 commits

Author SHA1 Message Date
Patrick Uiterwijk
a9e616022f Also package-ize this
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:03:18 +00:00
Patrick Uiterwijk
7a0635c347 Make use of the package: module
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 21:59:40 +00:00
Patrick Uiterwijk
56260a9adc LeI am totally insane, but lets see how well a Fedora based proxy works
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 21:30:41 +00:00
Patrick Uiterwijk
bc8c0c8528 Disable http2 on os-stg and os
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 21:26:15 +00:00
Patrick Uiterwijk
31fdf3dc60 We do not yet have http2, allow us to disable it
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 21:25:32 +00:00
Patrick Uiterwijk
2ee50fb61a Os-control* should get our iptables rules
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 21:03:09 +00:00
Patrick Uiterwijk
e9e5ef5e77 Staging is v3.6 now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 21:00:38 +00:00
Patrick Uiterwijk
a976791519 Let us call this correctly os-stg rather than define os doubly
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:59:14 +00:00
Patrick Uiterwijk
394cf40242 == True is not ideal
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:57:08 +00:00
Patrick Uiterwijk
de19d64c1c Add link to upstream bug for record
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:50:03 +00:00
Patrick Uiterwijk
cba7d519d4 Silly me, ClusterRoles are separate objects
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:45:48 +00:00
Patrick Uiterwijk
0d614913d1 Turns out 'global' is not a valid variable name
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:43:45 +00:00
Patrick Uiterwijk
ad5989c8ca Make ralph an app owner for waiverdb
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:42:44 +00:00
Patrick Uiterwijk
e0f9332d86 Turns out that namespace-local roles are broken pre openshift 3.6
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 20:42:44 +00:00
Kevin Fenzi
9b909c18ee drop this as we just install the script in the next task so it changes every single run 2017-10-08 20:34:19 +00:00
Kevin Fenzi
808359a630 move the buildvm-ppc64 instances to f26 also 2017-10-08 20:28:43 +00:00
Kevin Fenzi
536503d856 also only install config and start libvirtd on rhel7 virthosts 2017-10-08 20:24:43 +00:00
Kevin Fenzi
7503dbcf61 I think ppc8-03 is now sane 2017-10-08 20:02:14 +00:00
Patrick Uiterwijk
a73a4b5b52 Grant mjia and dcallagh appowner access to greenwave
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 19:59:07 +00:00
Patrick Uiterwijk
8347455e74 I thought I learned last week that roles need their namespace specified...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 19:57:59 +00:00
Patrick Uiterwijk
1ad53acd23 And *this* is plural. Man, singular and plural are hard
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 19:57:04 +00:00
Patrick Uiterwijk
e93950fc08 I named this singular
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 19:56:14 +00:00
Patrick Uiterwijk
59949db84d Only create project if it did not exist yet
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 19:53:55 +00:00
Patrick Uiterwijk
f51408ac1a Remove project-level admins
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-08 21:45:40 +02:00
Patrick Uiterwijk
65f21ee450 Allow specifying appowners for projects
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-08 21:45:19 +02:00
Kevin Fenzi
101a9044a9 update some more ppc64le bridges 2017-10-08 18:40:28 +00:00
Stephen Smoogen
24245e8c7b move legend 2017-10-08 18:30:17 +00:00
Stephen Smoogen
f08dcc387a try some colours more grey 2017-10-08 18:24:10 +00:00
Stephen Smoogen
b31b23649f try some colours 2017-10-08 17:58:39 +00:00
Kevin Fenzi
5d9b42480b add pxz on copr-fe for backups compression 2017-10-08 17:16:56 +00:00
Kevin Fenzi
24419dbb49 swap these 2017-10-08 17:05:59 +00:00
Kevin Fenzi
bbeccd4994 try this on this one host 2017-10-08 16:36:55 +00:00
clime
7d552ed879 copr-backend: install the latest copr-rpmbuild on builders 2017-10-08 17:04:46 +02:00
Adrian Reber
7146663478 mm2-crawler: reduce database load during crawling
The two crawlers used to start 25 threads (each) every 12 hours to crawl
the mirrors. The second crawler was already started two hours later to
reduce the database load. This commit increases the delay of the second
crawler to 6 hours, so that every crawler has the MM database for 6
hours on its own. At the same time the number of parallel crawlers is
reduced from 25 to 20 to also reduce the load on the database.

In addition the crawl timeout has been increased from 3 to 4 hours. This
is related to the fact the especially pub/archive has grown and
pub/fedora with the addition of the modular tree. Crawl timeouts can now
be seen more often, which can lead to mirrors being auto-disabled.

The main reason for these changes is that it can be seen in the logs that
the actual crawling of the mirrors does not always require most of time
but updating the state of all directories of each mirror in the database
can take a very long time. By reducing the number of parallel accesses to
the database, in the best case from 50 to 20, the crawling should get
faster (hopefully).

Signed-off-by: Adrian Reber <adrian@lisas.de>
2017-10-08 13:15:48 +02:00
Adrian Reber
5864ea7d9d mm2.cfg: removed duplicated configuration option
Signed-off-by: Adrian Reber <adrian@lisas.de>
2017-10-08 13:15:24 +02:00
Adrian Reber
45bb43590e mm-propagation: use pdc instead of pkgdb for active releases
The propagation scripts were still using pkgdb to get a list of active
releases. This switches the scripts to use pdc instead of pkgdb. One
difference between pdc and pkgdb is that pkgdb did not mark a release
as active until the actual release day. In pdc the release (in this case
f27) is already marked as active and it is not clear how to filter it
out until the official release.

As the propagation scripts are looking at the updates-released repository
it will not provide useful data for f27 until content is pushed to the
updates-released repository.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2017-10-08 12:56:36 +02:00
Kevin Fenzi
375ea2cf16 Revert "this is br2 now"
This reverts commit 3638f3b51d.
2017-10-07 23:54:23 +00:00
Kevin Fenzi
3638f3b51d this is br2 now 2017-10-07 22:01:41 +00:00
Kevin Fenzi
10066df0e9 move ppc64le buildvms to f26 2017-10-07 21:58:30 +00:00
Kevin Fenzi
0c31d62c52 add resultsdb to public db dumps, clean up script to use fqdn 2017-10-07 21:24:51 +00:00
Justin W. Flory
dd2dd1bbc7 Add oldschool mapping for Council FAS group to badge 2017-10-07 21:14:41 +00:00
clime
21130259f5 copr-backend: install copr-rpmbuild-0.8 to builders explicitly
this is temporary workaround until we deploy copr-backend that
supports newer copr-rpmbuild version
2017-10-07 21:17:20 +02:00
Patrick Uiterwijk
df5451a826 Make the rewrite rule terminate
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-07 10:14:52 +00:00
Patrick Uiterwijk
e812502795 I swear I wrote RewriteRules more often
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-07 10:11:54 +00:00
Patrick Uiterwijk
dad16b6b8f Redirect to /en by default
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-07 11:58:35 +02:00
Ralph Bean
c06d58844a Build wcidff on prod sundries. 2017-10-07 09:55:55 +00:00
Patrick Uiterwijk
54426cd6d0 Rename this thing
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-07 11:53:36 +02:00
Patrick Uiterwijk
ef9b7d9f52 Rsync for whatcanidoforfedora in prod
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-07 11:52:55 +02:00
Patrick Uiterwijk
18af64a292 Make ssundries-stg make whatcanidoforfedora available
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-07 11:49:59 +02:00
Patrick Uiterwijk
6bb8e1002e Add Proxy sync and serving to whatcanidoforfedora.org
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-07 11:48:42 +02:00