Ricky Elrod
9ee3b65f20
need pdc.d directory
...
Signed-off-by: Ricky Elrod <relrod@redhat.com>
2018-05-14 23:48:00 +00:00
Kevin Fenzi
bf945905ff
Do not use masher or a seperate modularity group for fedmsg certs
2018-05-14 23:45:22 +00:00
Stephen Smoogen
237e69e6c7
and move it to the right hardware
2018-05-14 23:23:47 +00:00
Stephen Smoogen
ed04ecc72b
and we have a vh14 again
2018-05-14 23:23:00 +00:00
Ricky Elrod
9bf5e4f9d2
put old vh12 boxes on vh01.stg
...
Signed-off-by: Ricky Elrod <relrod@redhat.com>
2018-05-14 21:36:51 +00:00
Ricky Elrod
697cd57b83
make virthost01.stg be in [staging]
...
Signed-off-by: Ricky Elrod <relrod@redhat.com>
2018-05-14 21:24:40 +00:00
Kevin Fenzi
fe669daeb1
lets not forget staging composer
2018-05-14 20:49:19 +00:00
Kevin Fenzi
257d8d78f4
move rawhide/branched/compose-x86-01/02 to f28
2018-05-14 20:39:21 +00:00
Stephen Smoogen
1af5acea4f
make virthost01.stg real in ansible
2018-05-14 20:16:43 +00:00
Pierre-Yves Chibon
deadff2000
Add the create_branch ACL to pagure's config on dist-git
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-05-14 21:30:36 +02:00
Kevin Fenzi
f1b716597d
Add locking to rawhide and branched composes so we only run one at a time.
2018-05-14 19:03:53 +00:00
Clement Verna
82dd1da173
Add registry_secret_name to osbs-client defaults
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-05-14 19:36:22 +02:00
Randy Barlow
a29a854e2d
Reference the SOP for SAR requests instead of inline docs.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-05-14 17:19:44 +00:00
Stephen Smoogen
7cd5ada92e
and now I know how to add persistant storage
2018-05-14 16:54:56 +00:00
Randy Barlow
d545cfe01c
bodhi-backend02 runs the SAR script, so it needs the vars.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-05-14 16:40:07 +00:00
Randy Barlow
4d7e1eb3ab
Use umask to create the private SAR tarball.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-05-14 14:50:23 +00:00
Randy Barlow
a7aec206bd
Run Bodhi's SAR script on backend02.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-05-14 14:36:38 +00:00
Randy Barlow
79db2df447
Add a GDPR SAR script and configure Bodhi to support it.
...
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-05-14 14:23:03 +00:00
Clement Verna
4902cb0c07
Make the registry_secret_name optional in osbs.conf template
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-05-14 15:40:30 +02:00
Patrick Uiterwijk
7b9af8332c
Use rngd on builders
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-05-14 13:54:22 +02:00
Clement Verna
f57315e0f1
Declare the registry secret name only in the playbook
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-05-14 12:07:28 +02:00
Kevin Fenzi
83059c1fbc
revert haveged install on builders
2018-05-13 21:55:37 +00:00
Kevin Fenzi
45297394ef
add haveged on builders for vm random
2018-05-13 21:30:03 +00:00
Kevin Fenzi
112f14f740
missing )
2018-05-13 19:50:42 +00:00
Kevin Fenzi
a1a82b2ee7
increase oz time on aarch64 also
2018-05-13 19:44:26 +00:00
Kevin Fenzi
8f00a09b9b
Switch this to use dnf instead of command.
2018-05-13 04:08:57 +00:00
Kevin Fenzi
98e4389cd8
Revert "koji_wellness plugin"
...
This reverts commit 3f5e36799a
.
2018-05-13 01:45:48 +00:00
Kevin Fenzi
a9745b7e53
oops, it is already there
2018-05-13 01:36:03 +00:00
Kevin Fenzi
0a0c5025c1
add koji to external phx2 hosts for nagios
2018-05-13 01:08:07 +00:00
Leonardo Rossetti
3f5e36799a
koji_wellness plugin
...
Signed-off-by: Leonardo Rossetti <me@lrossetti.com>
2018-05-13 00:47:40 +00:00
Ralph Bean
ed44e7f0dc
Only alert if we haven't seen a greenwave message in 2 days.
2018-05-12 14:20:48 +00:00
Kevin Fenzi
84d27bf694
add bodhi03 back to inventory
2018-05-12 04:19:01 +00:00
Kevin Fenzi
f72783414c
Revert "switch bodhi web fedmsg key to be more accurate"
...
This reverts commit 3e124b70ae
.
2018-05-12 04:18:05 +00:00
Kevin Fenzi
3e124b70ae
switch bodhi web fedmsg key to be more accurate
2018-05-12 01:55:12 +00:00
Kevin Fenzi
4622fd7805
also add openshift apps to master playbook
2018-05-11 22:57:49 +00:00
Jeremy Cline
e41fd13b9a
Drop the distributed lock for FMN's redis caching
...
By default, locks in redis never expire. This can lead to a deadlock if
a worker dies unexpectedly while trying to create a cache entry, which
leaves the lock in redis for the rest of time. When a worker attempts to
refresh the cache later, it'll wait on the lock permanently. We could
set the "lock_timeout" key in the dogpile.cache configuration, but
realistically we don't need to lock at all. Populating the cache is a
single GET request and we only have a couple workers so if they happen
to try the same entry at the same time, we'll just have 4-5 requests
instead of 1.
2018-05-11 19:36:25 +00:00
Kevin Fenzi
28790ecebe
finish cleanup of old bodhi frontend web vms
2018-05-11 19:12:44 +00:00
Kevin Fenzi
223d47519b
upgrade os playbook to 3.9.29
2018-05-11 18:32:44 +00:00
Kevin Fenzi
25e0e202b5
Remember to actually register the output
2018-05-11 18:15:41 +00:00
Kevin Fenzi
49454289a6
disable for now pagures recursive chown git.git because it now fails when there are broken synmlinks
2018-05-11 17:43:06 +00:00
mprahl
3b741752a3
Add the MBS URL to the pdc-updater configuration
2018-05-11 16:49:58 +00:00
Kevin Fenzi
1a4710e65f
this needs set on 03 also
2018-05-11 16:43:16 +00:00
Ralph Bean
a4bae0fdb9
Disable all greenwave rules.
2018-05-11 15:16:11 +00:00
Mikolaj Izdebski
9d3e45a731
Fix /etc/osbs directory creation
2018-05-11 08:11:09 +00:00
Clement Verna
0ab13ec894
Make sure that /etc/osbs directory exists on the buildvms
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-05-11 10:05:14 +02:00
Clement Verna
babcbfc0c1
Update the name of the handlers
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-05-11 07:37:42 +02:00
Patrick Uiterwijk
eeafb0cff3
Only do three concurrent pushes
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-05-10 23:31:20 +02:00
Patrick Uiterwijk
5edea3c3ef
Sign and move the rawhide modules from updates-candidate
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-05-10 23:13:51 +02:00
Kevin Fenzi
732f8b880d
start compressing logs on pagure01
2018-05-10 20:22:49 +00:00
Kevin Fenzi
f7e030bdc9
add bodh.update.comment to allowed fedmsgs from bodhi-backend01
2018-05-10 19:49:39 +00:00