#193 remove mbs handling
Closed by zlopez. Opened by kevin.

mbs has been retired, so we don't need to process any mbs related things.

I was just going to remove the config, but I wasn't sure if that would break anything, so we should just remove it upstream here.


Metadata Update from @zlopez:
- Issue tagged with: cpe

I think removing just the config will cause the toddler to crash, so we need to remove it upstream first. We don't currently have option to just disable one of the toddlers of demand, but that would be a good addition.

Metadata Update from @nphilipp:
- Issue assigned to nphilipp

We don't currently have option to just disable one of the toddlers of demand, but that would be a good addition.

Yes, we do 😀:

--- 8< --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml ---
[consumer_config]
# Comment out or remove this line if you want to enable the debug toddler.
# Or add more toddlers to the list (using their name) if you want to disable
# more of them.
blocked_toddlers = ["debug"]
--- >8 ---------------------------------------------------------------------

Here’s the Infra Ansible PR to block the pdc_modules toddler: https://pagure.io/fedora-infra/ansible/pull-request/2071

And here’s the toddlers PR removing MBS handling for good: #200

Commit 071d2eec relates to this ticket

We can close this now, as everything is merged and deployed.

Metadata Update from @zlopez:
- Issue status updated to: Closed (was: Open)

Metadata
Related Pull Requests