#195 Re-enabling fmc role
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
fedora-infra/ mohanboddu/ansible fmc-re-enable  into  master

file modified
+2 -4
@@ -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"

@@ -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]