#232 Re-enable rabbit/* roles now that we have fmc deployed
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
fedora-infra/ mohanboddu/ansible fmc-queue  into  master

file modified
+9 -9
@@ -147,15 +147,15 @@ 

    - role: keytab/service

      service: odcs

      host: "odcs-backend-releng01.iad2.fedoraproject.org"

-   #- role: rabbit/user

-     #username: "fmc{{ env_suffix }}"

-   #- role: rabbit/queue

-     #username: "fmc{{ env_suffix }}"

-     #queue_name: "{{ fmc_queue_name }}"

-     #routing_keys: "{{ fmc_routing_keys }}"

-     #thresholds:

-       #warning: 100

-       #critical: 1000

+   - role: rabbit/user

+     username: "fmc{{ env_suffix }}"

+   - role: rabbit/queue

+     username: "fmc{{ env_suffix }}"

+     queue_name: "{{ fmc_queue_name }}"

+     routing_keys: "{{ fmc_routing_keys }}"

+     thresholds:

+       warning: 100

+       critical: 1000

    - role: fmc

      host: "odcs-backend-releng01.iad2.fedoraproject.org"

  

This shouldn't require a FBR, but if it does, +1's please

I don't think it requires one, +1 for me anyway

Yeah, odcs shouldn't be frozen, since we don't use it as a critical part of our release process (yet).

But sure, +1 anyhow.

rebased onto 4afeffd

3 years ago

Pull-Request has been merged by mohanboddu

3 years ago