Commit graph

26546 commits

Author SHA1 Message Date
Clement Verna
58bf263346 Greenwave: use the rabbit/queue role to create the greenwave queue
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-03 09:46:35 +02:00
Clement Verna
45d528f279 Greenwave: We also want to rollout the consumers
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-03 09:37:44 +02:00
Pierre-Yves Chibon
944e410f02 greenwave: replace the rabbit/user role by explicit calls to rabbitmq_user
The rabbit/user role is intended setting up for simple, write-only users,
but in this case we need an user who can write and read (listen) to the
bus, so we're just calling rabbitmq_user directly.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 22:04:20 +02:00
Pavel Raiskup
7459bed158 copr: quote with_items
This seems to be caused by some asynchronous update of ansible package
on copr backend:

    The error appears to have been in
    '/home/copr/provision/provision_builder_tasks.yml': line 45,
    column 7, but may
    be elsewhere in the file depending on the exact syntax problem.
    The offending line appears to be:

      with_items:
        - @copr/copr
          ^ here
2019-04-02 19:08:26 +00:00
Clement Verna
43306e4f51 Greenwave: Use the public address for the rabbitmq cluster
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 20:43:54 +02:00
Clement Verna
4eca9bc091 Greenwave: use SSL (amqps) url
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 20:30:10 +02:00
Clement Verna
167ed318f3 Greenwave: use the internal hostname for rabbitmq so we don't need to resolve the name
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 20:19:20 +02:00
Clement Verna
2fe77e61ca Greenwave: Add a tag to just apply the deploymentconfig
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 20:01:20 +02:00
Clement Verna
9604b1f579 Greenwave: Use an HostAliases to define apps.stg.fedoraproject.org ip
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 19:58:44 +02:00
Clement Verna
b26636955e Greenwave: Use a list to run the fedora-messaging consume command
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 19:37:49 +02:00
Clement Verna
834a369647 Greenwave: specify the full path of fedora-messaging
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 17:35:15 +02:00
Clement Verna
0268d53f4c Greenwave: we need the fedora-messaging rpm not only python3-fedora-messaging.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 16:43:29 +02:00
Mikolaj Izdebski
203e5fb21b koschei-backend: Add more RAM 2019-04-02 16:33:27 +02:00
Clement Verna
6091b1a124 Greenwave: become root before installing fedora-messaging
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 16:32:45 +02:00
Clement Verna
7b1f200c9b Greenwave: Add fedora-messaging to the greenwave container
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 16:24:39 +02:00
Clement Verna
0e153ab8e9 Greenwave: Fix the fedora-messaging consume command
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 16:17:41 +02:00
Clement Verna
451f4a6cca Greenwave: Add wildcard to the message topics
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 15:52:38 +02:00
Clement Verna
a61175d281 Greenwave: Fix indentation for the rabbitmq user
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 15:50:41 +02:00
Clement Verna
1c421f1b76 Greenwave: Configure staging to use Fedora Messaging
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 15:48:39 +02:00
Pierre-Yves Chibon
cac1c82e89 waiverdb: Adjust the amqp_url of waiverdb again
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 15:25:11 +02:00
Pierre-Yves Chibon
15bc225dd3 waiverdb: Create the rabbitmq user for waiverdb and add some spacing
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 15:15:07 +02:00
Pierre-Yves Chibon
1f9a864e92 waiverdb: Adjust the waiverdb amqp_url
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 15:07:54 +02:00
Kevin Fenzi
aaff09ea3e getfedora: drop redirects from prerelease-> final since we now have a prerelease.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-02 12:03:32 +00:00
Pierre-Yves Chibon
ed3f0e69f7 waiverdb: Revert the path to the different fedora-messaging certs
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 12:21:50 +02:00
Pierre-Yves Chibon
ccc9feacbf waiverdb: Fix the path to the ca.crt
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 12:14:57 +02:00
Pierre-Yves Chibon
34e05a5de4 waiverdb: Adjust the path to the certs for fedora-messaging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 12:08:09 +02:00
Clement Verna
e8da793e87 WaiverDB: use the waiverdb upstream image in the dockerbuild
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 11:29:29 +02:00
Clement Verna
e4de7a4dcd WaiverDB: Add cverna to appowners
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 11:21:44 +02:00
Pierre-Yves Chibon
7655337260 waiverdb: Fix couple of potential typos in the deploymentconfig
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 11:17:14 +02:00
Pierre-Yves Chibon
91382a5300 waiverdb: A little more indentation fixes
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 11:13:52 +02:00
Pierre-Yves Chibon
7ab848c3d2 waiverdb: Fix the indentation in the configmap
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 11:10:31 +02:00
Clement Verna
ccab7f0185 Waiverdb: fix the configmap syntax
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-04-02 11:08:08 +02:00
Pierre-Yves Chibon
7e065db707 waiverdb: Fix path to the ca.crt file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 11:00:41 +02:00
Pierre-Yves Chibon
ecf2da7ab1 waiverdb: Fix path to the crt file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-04-02 10:57:15 +02:00
Miroslav Suchý
44650c688e copr: squash_actions is deprecated 2019-04-02 10:27:39 +02:00
Miroslav Suchý
16c80501f5 copr: squash_actions is deprecated 2019-04-02 10:27:39 +02:00
Rick Elrod
36b845d7c0 build on f30-beta in stg
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-04-02 01:07:51 +00:00
Kevin Fenzi
734d1de121 proxy prerelease redirects: try a different way to disable/enable them
We had a messy setup that needed you to comment a block in one place
and uncomment it in the other. Instead lets try and use the template to
properly handle this and make a file without the redirect when we don't
want it enabled.

This only should affect staging now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-01 18:48:36 +00:00
Miroslav Suchý
3fa98c7839 copr: forward root emails to praiskup instead to clime 2019-04-01 11:05:41 +02:00
Miroslav Suchý
575476a4a0 remove clime from Copr primary contacts 2019-04-01 10:16:08 +02:00
Miroslav Suchý
1a1ca033b6 sent Copr nagios notifications to frostyx too 2019-04-01 10:13:00 +02:00
Miroslav Suchý
b7394d1c54 sent notifications to msuchy@ as clime@ does not work now 2019-04-01 10:10:33 +02:00
Miroslav Suchý
a73155f0f8 add praiskup to primary contacts in Fedora 2019-04-01 08:59:50 +02:00
Kevin Fenzi
3240d41f18 aarch64-test: up memory to 4gb instead of 2gb, move one back to f29 2019-03-31 23:15:35 +00:00
Kevin Fenzi
97f49e7e89 aarch64-test01: try f30
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-03-31 21:24:22 +00:00
Kevin Fenzi
a87cc14307 aarch64-test: no consoles here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-03-31 21:03:31 +00:00
Kevin Fenzi
d9eb6f22ac fedora repos: fix comparisions to handle branched instances.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-03-31 18:16:52 +00:00
Kevin Fenzi
89e26de253 aarch64-test: remove stray default that was part of watchdog
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-03-31 18:13:04 +00:00
Kevin Fenzi
5ce165a635 aarch64-test: watchdog is not an available device on aarch64
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-03-31 18:11:35 +00:00
Kevin Fenzi
08997aa970 aarch64-test: set custom virt-install to not use --cpu host on aarch64 guests
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-03-31 18:03:44 +00:00