Kevin Fenzi
45217ac634
clear some more newcloud stuff from nagios
2018-12-04 19:23:58 +00:00
Mohan Boddu
71dac8f680
Adding more multilib whitelist packages
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2018-12-04 18:34:06 +00:00
Jakub Kadlčík
1f4cb30e75
Fix letsencrypt cert generation for copr-fe-dev
2018-12-04 15:03:01 +01:00
Adam Williamson
e3a7bfda34
mediawiki fedmsg-emit: fix error on creating page ( #7415 )
...
This function is set up as a mediawiki hook. It expects to be
passed 12 args. It turns out that mediawiki 1.29.3 - the version
we're running - has two codepaths that call the hook: one passes
it all 12 args, one only passes it 11, missing out the final arg
(undidRevId). @puiterwijk tried to fix this in d85f8c2
, but it
seems he misread and set a default value for the 11th arg rather
than the 12th, so it didn't actually fix the problem. Moving the
default value to the 12th arg should fix the problem for good.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-12-03 23:48:38 -08:00
Patrick Uiterwijk
10c88b0933
Disable auto-update for appowners role
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-12-04 07:55:27 +01:00
Randy Barlow
27bf38e05b
Upgrade production to bodhi-3.11.2-100.fc29.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-12-03 20:43:47 +00:00
Randy Barlow
7ed16501c9
Upgrade staging to bodhi-3.11.2-100.fc29.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-12-03 20:16:27 +00:00
Kevin Fenzi
18ca69b231
just globally allow .java
2018-12-03 16:28:25 +00:00
clime
4af07f56e4
libravatar: update volume ids
2018-12-03 10:06:30 +01:00
Kevin Fenzi
4e59394183
more machines have .java now
2018-12-02 20:38:10 +00:00
Kevin Fenzi
678cbcd83a
sadly, var doesnt work here
2018-12-02 00:05:17 +00:00
Kevin Fenzi
27ff44b826
fix composer fedmsgs auth. ticket 7196
2018-12-01 23:50:08 +00:00
Kevin Fenzi
578686c290
no f27 anymore
2018-12-01 23:48:17 +00:00
Kevin Fenzi
4e20955cf7
fix postfix config on builders to fix dnf-automatic hangs
2018-12-01 22:31:12 +00:00
Dusty Mabe
6e750db205
bodhi-pungi: pass in ostree_oskey to fedora-lorax-templates
...
This is needed because of a recent change to parameterize
the key. https://pagure.io/fedora-lorax-templates/pull-request/30
2018-12-01 14:20:20 -05:00
Adam Williamson
8459241233
openQA: try bumping asset size limits a bit
...
This is a slightly inexact science, but I think we have solid
free space on both servers and it does seem like assets are
getting thrown away pretty aggressively, so let's see how this
does.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-12-01 08:40:09 -08:00
Rick Elrod
f4d97a5c91
s/27/29/
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-12-01 03:16:25 +00:00
Rick Elrod
375d0900c2
uncomment these now
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-12-01 02:35:22 +00:00
Rick Elrod
7125f48546
need policycoreutils-python-utils too
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-12-01 00:51:25 +00:00
Rick Elrod
701675d9d0
comment out mirrorlist for now too, it is pointing to an image that does not exist
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-12-01 00:44:06 +00:00
Rick Elrod
2840356b55
python-docker-py -> python-docker
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-12-01 00:33:18 +00:00
Rick Elrod
d1fb16438d
Ignore fas_client for now because it's trying to talk to itself before it's been set up
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-12-01 00:27:00 +00:00
Rick Elrod
a03fcc4d05
make proxy01.stg be f29
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-11-30 23:43:11 +00:00
Mohan Boddu
6ea6ebc55c
Fedora 27 EOL
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2018-11-30 21:43:33 +00:00
Adam Williamson
87a9604f05
relvalconsumer: explain why 'relval' package is installed
...
...because I'd totally forgotten and was thinking it maybe could
be removed.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-11-30 11:09:28 -08:00
Adam Williamson
983e39abff
openqa/dispatcher: improve 'extra arches' implementation
...
These bits were still named and described as if they were ppc64
specific, even though they actually cover aarch64 too. Also I
decided I don't like the implementation of cueing *directly* off
the infra deployment type here, it feels wrong. Instead let's
just make it work from a config variable, and set that variable
to false by default and true in group_vars/openqa-stg.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-11-30 10:34:04 -08:00
Adam Williamson
98645f5435
openqa/dispatcher: remove old wiki 'credentials' file
...
This is no longer used (we use OIDC token auth now), so let's
not leave the plain text password file sitting around for no
reason.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-11-30 10:24:54 -08:00
Adam Williamson
b30732e722
openqa etc.: drop Python 2 -> 3 migration bits
...
Both stg and prod are migrated now, so let's clean up the plays
to be pure Python 3.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-11-30 10:13:56 -08:00
Randy Barlow
0c3c5a7ffb
Define rules for fedora-29-flatpaks in Greenwave.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-11-30 17:32:38 +00:00
Kevin Fenzi
dfd9f8a6cc
supress warning messages in prod as well for reg
2018-11-30 17:07:53 +00:00
Dusty Mabe
bc85fb57d7
Silverblue manifest is now fedora-silverblue.yaml
2018-11-30 11:32:05 -05:00
Clement Verna
b78c70d05a
OSBS: platform definition in osbs.conf is deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 14:07:06 +01:00
Clement Verna
6e716ea950
OSBS: fixing osbs.conf syntax and remove vendor variable
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:45:54 +01:00
Clement Verna
248757a532
OSBS: fedora does not use pulp
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:40:44 +01:00
Clement Verna
f90b7555b7
OSBS: remaining distribuion_scope deprecation
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:40:07 +01:00
Clement Verna
f070b047c7
distribution_scope in osbs.conf is deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:38:22 +01:00
Clement Verna
78ba5f8d9e
OSBS: authoritative_registry in osbs.conf is deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:35:03 +01:00
Clement Verna
631c77236b
OSBS: vendor in osbs.conf is deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:30:49 +01:00
Clement Verna
b5ebe9590a
OSBS registry secret name in osbs.conf is deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 13:24:17 +01:00
Clement Verna
b48a8732c5
OSBS: add missing tag to the secrets generation tasks
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 12:54:52 +01:00
Clement Verna
a12936408a
OSBS: spell correctly False
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 12:42:43 +01:00
Clement Verna
1e6330ceea
OSBS: remove the koji_secret_name in osbs-namespace role
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 12:34:18 +01:00
Clement Verna
c5935eb736
OSBS: koji_secret name in osbs.conf is depreacted
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 12:11:56 +01:00
Clement Verna
431b6ed7c8
OSBS: v1 builds are getting deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 12:09:30 +01:00
Clement Verna
72651ba262
OSBS: osbs.conf registry uris is deprecated
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 12:02:05 +01:00
Clement Verna
2ac6d14f24
OSBS: get the orchestrator token from the cluster instead of the secret repo
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 11:13:25 +01:00
Clement Verna
818dc39030
OSBS: refactor nodes label tasks for multi arch support
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 11:08:23 +01:00
Clement Verna
1afad6b48e
OSBS: give a better name to the specific aarch64 branch for openshif-ansible
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-11-30 10:58:44 +01:00
Michal Konečný
99c66ab3ff
Fix moksha configuration error
2018-11-30 09:59:48 +01:00
Michal Konečný
fb51cd14ec
Once upon a time, there was broken config
2018-11-30 09:47:23 +01:00