diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index eb007b450f..834f48f54e 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -156,10 +156,8 @@ #thresholds: #warning: 100 #critical: 1000 -# Disable the "fmc" role for now, because there is no "fmc" RPM available yet, -# or I do not know where to find it... -# - role: fmc -# host: "odcs-backend-releng01.iad2.fedoraproject.org" + - role: fmc + host: "odcs-backend-releng01.iad2.fedoraproject.org" handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/roles/fmc/templates/fedora-minimal-compose.toml b/roles/fmc/templates/fedora-minimal-compose.toml index d32547bf21..23f8c0815f 100644 --- a/roles/fmc/templates/fedora-minimal-compose.toml +++ b/roles/fmc/templates/fedora-minimal-compose.toml @@ -2,7 +2,7 @@ # # This file is in the TOML format. amqp_url = "amqps://bodhi{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" -callback = "fedora-minimal-compose:Consumer" +callback = "fedora_minimal_compose:Consumer" passive_declares = true [tls]