Aurélien Bompard
0963d3aea9
Fix taiga role again
2018-10-24 09:43:31 +00:00
Aurélien Bompard
6033a07c8d
Fix Taiga role
2018-10-24 09:38:55 +00:00
Clement Verna
f5c1d68eeb
OSBS: use prod registry instead of candidate to pull fedora image
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-24 10:52:52 +02:00
Clement Verna
7e88ca94b9
OSBS: Automatically get the service account token
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-24 10:41:32 +02:00
Aurélien Bompard
1e7b394cc8
Missing dep and typo
2018-10-23 10:33:25 +00:00
Aurélien Bompard
f67a536db0
Fix syntax errors
2018-10-23 10:21:00 +00:00
Aurélien Bompard
13a3854c7a
Update the taiga playbook
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2018-10-23 10:08:32 +00:00
Clement Verna
e1bea74d0d
OSBS : fix the yaml format
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-23 11:04:02 +02:00
Clement Verna
a736fd8bf9
OSBS : add missing aarch64 cluster name
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-23 11:02:11 +02:00
Clement Verna
6ee43e67dc
OSBS : Configure aarch64 cluster in stg
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-23 10:58:29 +02:00
Clement Verna
2ffb0edf37
OSBS: we do not need persistent storage for the OSBS registry
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-23 08:13:07 +02:00
Kevin Fenzi
a421c26280
add osbs registry storage
2018-10-22 19:10:47 +00:00
Kevin Fenzi
25e281f106
move taigastg to f28
2018-10-22 17:46:45 +00:00
Patrick Uiterwijk
97d0aa22b4
Also allow pushing to tags for releng
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-22 16:37:29 +02:00
Kevin Fenzi
8c5b02c072
Explicitly set Protocol 2 on sshd for pagure.
...
This doesn't actually change anything for sshd (only proto 2 is default),
However, rkhunter complains about it not setting that explicitly.
So, this is just to get rkhunter to shut up about it.
2018-10-20 19:19:17 +00:00
Patrick Uiterwijk
7a8de6026e
Silly me... Also add this to the list to actually sync out :)
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-20 19:35:16 +02:00
Patrick Uiterwijk
505d8bbf8c
Set COPR backend to send notifs to copr
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-20 19:27:40 +02:00
Patrick Uiterwijk
5fa3c6e53d
Add contact info for clime
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-20 19:27:40 +02:00
Patrick Uiterwijk
52d42114c4
Allow clime to ack services
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-20 19:27:40 +02:00
Patrick Uiterwijk
3fc57e699b
Enable nagios checks for ticketkey, and stop emailing puiterwijk
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-20 15:36:00 +02:00
Kevin Fenzi
8248eabd70
change this to warning
2018-10-19 22:17:25 +00:00
Kevin Fenzi
a8637b4806
regindexer needs to own it's own files to write the json and icons.
...
regindexer needs to know it's it is in staging or production.
2018-10-19 17:14:00 +00:00
Kevin Fenzi
c42c9f091f
revert staging regindexer to point back to stg
2018-10-19 17:00:25 +00:00
Aurélien Bompard
e1333594f3
Allow myself access to taigastg
2018-10-19 16:03:02 +00:00
Kevin Fenzi
f46bd6ffb3
ignore flatpak warning
2018-10-19 01:45:22 +00:00
Rick Elrod
f766bb0c96
build iot site from master in stg, for now
...
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-10-18 21:46:17 +00:00
Clement Verna
3cd38eb575
FPDC use the correct github secret name
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-18 13:11:58 +02:00
Mikolaj Izdebski
f62489aa14
Drastically reduce Koschei L2 cache capacity
...
This is required to free some disk space until we migrate to bigger
storage.
2018-10-17 21:12:42 +00:00
Mikolaj Izdebski
ccdce84c87
Switch java-deptools from certbot to mod_md
2018-10-17 20:55:00 +00:00
Kevin Fenzi
17bff1a6ef
try osbs without persistent registry
2018-10-17 16:58:48 +00:00
Pierre-Yves Chibon
a947f2ad13
Turn off fedmsg on ci-cc
...
This is done for two reasons:
a) We do not really care about sending fedmsg messages from this resultsdb
instance, they should rather be sent via the official one once they have
been synced accross.
b) Installing the base fedmsg role leads to a huge number of hosts that
fedmsg will try to listen to, in fact, it results in too many hosts that
fedmsg will try to connect to, leading to the core app of this host
(resultsdb-listener) to not listen to the host it is designed to listen
to (ci.centos.org) making this service effectively not working.
So by removing the base fedmsg role we'll ensure fedmsg only connects
to the hosts we care about and by removing resultsdb-fedmsg we won't try
to have resultsdb send fedmsg messages upon receiving new test results.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-10-17 14:12:28 +02:00
Pierre-Yves Chibon
ae3f91a0eb
Ensure the loopabull server is running and enabled
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-10-17 12:33:13 +02:00
Pierre-Yves Chibon
04dbc96fdc
Turn off emailing on watchcommits on the main app and the git hooks
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-10-17 12:33:13 +02:00
Miroslav Suchý
4d57437c16
copr: generate index for subdirs of /archive/spacewalk/
2018-10-17 11:04:20 +02:00
Kevin Fenzi
6fbaf88b34
some of this is stderr also
2018-10-16 21:08:54 +00:00
Kevin Fenzi
f81fa5d69c
ignore case here, we do not care about any info lines
2018-10-16 20:38:00 +00:00
Kevin Fenzi
f7855ade30
we do noot need urlquery here
2018-10-16 20:19:24 +00:00
Clement Verna
404dcb4a09
FPDC: Add OIDC settings to configmap
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-10-16 21:56:58 +02:00
Kevin Fenzi
89d55ff508
Fix up registry
...
* Move to new reg binary.
* Fix --delete on rsync that was blowing away flatpak indexes.
* Fix varnish to not drop requests for pagination on the registry
* Make cron jobs not email maxamillion directly.
* Make cron job ignore INFO output.
2018-10-16 18:53:51 +00:00
Kevin Fenzi
c7d3ba82f4
Enable fpdc scopes in ipsilon. Ticket 7299.
...
This simply installs the ipsilon plugin for fpdc scopes and
restarts it. If there's an issue we can easily remove it to
roll back to where we were.
+1s?
2018-10-16 17:20:52 +00:00
Patrick Uiterwijk
fa3745b508
Use the hook ID
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-10-16 11:26:22 +00:00
Kevin Fenzi
fb25f4e36d
it is just reg in staging
2018-10-15 19:45:14 +00:00
Kevin Fenzi
68a03069d0
Also install the username/pass for pushing to the stg candidate registery.
2018-10-15 18:05:28 +00:00
clime
d8a887d9bb
libravatar: add oliver (Oliver Falk) as root_auth_user
...
* Oliver is a core developer of new libravatar code base
2018-10-15 11:11:33 +02:00
Miroslav Suchý
08994deb1f
copr: fix rendering of log.gz files
...
this got broken after a66fe3820
because we cannot load mod_access after mod_setenv
2018-10-13 17:04:26 +02:00
Sinny Kumari
ae525c269d
Stop building F28 AH image artifacts during bodhi run
...
Next Fedora Atomic Host TwoWeek release will be based on F29
stream and same will be followed in future releases.
So, building F28 AH artifacts during bodhi run is
not needed.
Additionally, use testing refs to build image artifacts
for updates-testing compose and updates refs to build
updates compose during bodhi run.
Related change - https://pagure.io/fedora-kickstarts/c/899bc45aa1d432ca67372ed112de16c0ea89251c?branch=f29
Signed-off-by: Sinny Kumari <sinny@redhat.com>
2018-10-12 14:31:23 -04:00
Patrick Uiterwijk
55a39a3902
Enable anon user for prod Pagure
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-12 15:25:27 +02:00
Michal Konečný
a1abb5b8e1
Update version of Anitya
2018-10-12 12:56:54 +02:00
Patrick Uiterwijk
74bf79c45b
And Pagure has this special
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-12 11:45:28 +02:00
Patrick Uiterwijk
82ab220f3a
Fix variable name
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-10-12 11:44:19 +02:00