Commit Graph

267 Commits

Author SHA1 Message Date
Kevin Fenzi
d3adeb3256 fedmsg / base: remove endpoints that no longer exist
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-04 16:14:54 -07:00
Pierre-Yves Chibon
36616fc521 fedmsg-relay.ci.centos.org has been decommissionned
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-04 18:50:46 +02:00
Pierre-Yves Chibon
0df925d9c4 fedmsg/base: pagure no longer uses fedmsg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-04 14:46:35 +02:00
Stephen Smoogen
9246a167db make sure endpoints no longer used are removed 2020-07-23 16:04:45 -04:00
Stephen Smoogen
93ea8c9830 do not copy a file which no longer exists 2020-07-23 15:11:05 -04:00
Stephen Smoogen
b91f19565a comment out various wsgi_fedmsg_service variables for systems no longer running fedmsg listeners. try to cut down noise of problems so we can determine mbs and pdc issues 2020-07-23 15:08:13 -04:00
Stephen Smoogen
257a130bc8 remove zanata2fedmsg. the zanata roles are still there for the time being as they are tied into webstizes and such 2020-07-22 15:22:37 -04:00
Stephen Smoogen
a6d987bc9e Remove more 'safe' entries from fedmsg endpoints to try and cut down
the noise of broken links in the system. Still not sure why some
things are supposed to fire up 8 processes but only 2 show up
2020-07-22 15:18:27 -04:00
Nils Philippsen
80f0769e0f Remove no-op template blocks
Renaming PHX2 -> IAD2 with existing IAD2 conditional template blocks
left some in the form...:

{% if datacenter == 'iad2' %}
...
{% elif datacenter == 'iad2' %}
...

...making the second block a no-op. Remove them.

Follow up to commit 7984b46eb7

Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-07-15 15:29:20 +00:00
Kevin Fenzi
a8509b6d69 fedmsg / base: fix several syntax issues around closing "s
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:40:22 -07:00
Kevin Fenzi
e3aeafc7d0 fedmsg / base: fix stray " from previous cleanup
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:37:49 -07:00
Kevin Fenzi
814ae5c182 drop qa_isolated.
We no longer need this as it was put in place when taskotron was going
to run user provided tests. Since the only left in 'qa' is openqa and it
only tests fedora images/updates and is still also in it's own vlan, we
no longer need to reject things in qa from the rest of their same vlan.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 15:34:00 -07:00
Kevin Fenzi
7984b46eb7 The great phx2 pruning run (1st cut).
Since we no longer have any machines in phx2, I have tried to remove
them from ansible. Note that there are still some places where we need
to remove them still: nagios, dhcp, named were not touched, and in cases
where it wasn't pretty clear what a conditional was doing I left it to
be cleaned up later.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:14:31 -07:00
Stephen Smoogen
95954ae184 add in vars for db-qa boxes and fix fedmsg relay 2020-05-29 15:02:07 -04:00
Stephen Smoogen
5c33d3c903 make the fedmsg template even more complicated because it needs to have different datacenters defined in it 2020-05-29 14:35:12 -04:00
Kevin Fenzi
a62dc49c9e iad2: rhel8 doesnt have python-psutil, it has python2-psutil
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-24 13:09:05 -07:00
Kevin Fenzi
4b7c31a882 cleanup: remove all the duplicate tests for selinux python bindings in favor of the ones in base.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-16 10:54:58 -07:00
Kevin Fenzi
779fa01877 autocloud: fare well autocloud, you served long and well...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:17 +02:00
Kevin Fenzi
b0df3a4c5b fedmsg/base: fix task installing packages to not bomb out on rhel
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
e2cba9ae10 fedmsg/base: just change the conditional here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
ad0638379e fedmsg / base: quash another location for policycoreutils-python
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Kevin Fenzi
a375c50fd6 fedmsg / base: drop policycoreutils-python as it no longer exists
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Mikolaj Izdebski
da18157e0f fedmsg/base: Drop Koschei endpoints 2020-04-24 21:34:11 +02:00
James Antill
a7435094a0 fedmsg/base: Convert from dnf/with_items to package/name. 2019-06-11 15:02:03 +00:00
Stephen Smoogen
95da782701 we had some entries for bodhi-backend03 which did not make sense to keep. remove them also 2019-05-28 17:23:38 +00:00
Stephen Smoogen
31d95ec505 remove almost all bodhi02 entries. Still have 1 for /usr/bin/bodhi-expire-overrides 2019-05-28 17:20:22 +00:00
Kevin Fenzi
4b31ac5152 ansible: Change all our group names from foo-bar to foo_bar or foo-bar-baz to foo_bar_baz
In ansible 2.8 the - character isn't supposed to be valid in group names.
While we could override this, might has well just bite the bullet and change it.
So, just switch all group names to use _ instead of -

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 17:38:09 +00:00
Stephen Smoogen
194b0058c6 remove retrace02 from inventory and files. Leave mgmt as it is still plugged in and may show up. 2019-04-05 19:19:58 +00:00
Aurélien Bompard
d5977b86f4 Use the actual cert name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2019-03-06 14:52:55 +00:00
Aurélien Bompard
603aafab17 Better this way
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2019-03-04 16:24:38 +00:00
Aurélien Bompard
c974c2bed1 Allow the messaging briges to sign any topic 2019-03-04 16:09:30 +00:00
Adam Williamson
6c390c669b First cut at migrating openqa-stg to fedmsg-3
This includes some tweaks to the core fedmsg roles to allow a
'generic' way of indicating that a box should use fedmsg-hub-3
not fedmsg-hub, and make the restart notification work for that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-11-26 10:53:16 -08:00
Adam Williamson
4d884a0e3c Fix more dnf loop deprecations in various roles
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-10-09 14:09:00 -07:00
Jan Kaluza
5112c3b9a4 Make fedmsg error handling py3 compatible.
Quite "innovative" code in here...
2018-09-26 18:10:45 +00:00
Mikolaj Izdebski
259ac6a466 Cleanup some Jenkins leftovers 2018-08-06 19:02:47 +00:00
Ralph Bean
10b9d702bb Copy/pasta fail. 2018-06-21 13:42:09 +00:00
Ralph Bean
6cf2425a61 Declare fedmsg endpoints for odcs backend. 2018-06-21 13:28:05 +00:00
Kevin Fenzi
a8714caab3 first cut at changing all the old |changed to is changed per ansible deprecations 2018-05-07 23:51:48 +00:00
Kevin Fenzi
e51b6285a6 Shelve summershum 2018-04-10 21:39:56 +00:00
Kevin Fenzi
de71bacf72 add in missing ,s 2018-02-13 03:42:37 +00:00
Mikolaj Izdebski
5c4f49ade3 Staging hosts should use staging fedmsg CA (#6621) 2018-02-12 13:53:13 +00:00
Patrick Uiterwijk
936e8b261a yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
adcbf72f03 Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:25:52 +00:00
Brian Stinson
405922121f Add CentOS CI Staging relay to the stg.fp.o bus, fixes: #6417 2017-10-05 18:53:06 +02:00
Brian Stinson
f25f038140 Add the CentOS Fedmsg Relay to the production bus
Fixes: https://pagure.io/fedora-infrastructure/issue/6281

We are currently filtering -only- org.centos.prod messages through this
relay, and the fedmsg-meta work is all finished (thanks @pingou!). We
should be able to publish to the prod bus now.
2017-08-23 18:13:22 +02:00
Brian Stinson
64cf041fc2 add the public fedmsg relay for ci.centos.org to the fedora staging infrastructure 2017-05-11 20:59:06 +00:00
Kevin Fenzi
96774f04f5 Good bye hosted03. A parting glass to your long service! 2017-04-11 18:31:22 +00:00
Ralph Bean
4c6b4fed47 Make mbs-backend wait a little bit longer before publishing. 2017-03-14 18:23:07 +00:00
Kevin Fenzi
81f0109446 rename misnamed template file 2017-03-04 17:58:48 +00:00
Ralph Bean
3ef9769aad Kill mbs-logging.py in favor of the new root logger. 2017-03-03 10:47:04 +00:00