From f2725242258f1dc096ccd3c8c1072faf1ee28e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 5 Oct 2018 13:24:50 +0000 Subject: [PATCH] Wait until the ansible bug is fixed --- .../openshift-apps/messaging-bridges.yml | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/playbooks/openshift-apps/messaging-bridges.yml b/playbooks/openshift-apps/messaging-bridges.yml index a035ae2f2b..59d15e273f 100644 --- a/playbooks/openshift-apps/messaging-bridges.yml +++ b/playbooks/openshift-apps/messaging-bridges.yml @@ -42,29 +42,31 @@ - amqp_bridge_verify_missing tags: - config - - name: Create the amqp-to-zmq bindings - rabbitmq_binding: - source: amq.topic - destination: amqp_to_zmq - destination_type: queue - vhost: /pubsub - login_user: admin - login_password: "{{ rabbitmq_admin_password_staging }}" - tags: - - config - - name: Create the verify-missing bindings - rabbitmq_binding: - source: "{{item}}" - destination: amqp_bridge_verify_missing - destination_type: queue - vhost: /pubsub - login_user: admin - login_password: "{{ rabbitmq_admin_password_staging }}" - with_items: - - amq.topic - - zmq.topic - tags: - - config + # Do this manually until an Ansible bugfix is deployed + # https://github.com/ansible/ansible/pull/45109 + #- name: Create the amqp-to-zmq bindings + # rabbitmq_binding: + # source: amq.topic + # destination: amqp_to_zmq + # destination_type: queue + # vhost: /pubsub + # login_user: admin + # login_password: "{{ rabbitmq_admin_password_staging }}" + # tags: + # - config + #- name: Create the verify-missing bindings + # rabbitmq_binding: + # source: "{{item}}" + # destination: amqp_bridge_verify_missing + # destination_type: queue + # vhost: /pubsub + # login_user: admin + # login_password: "{{ rabbitmq_admin_password_staging }}" + # with_items: + # - amq.topic + # - zmq.topic + # tags: + # - config # Now create the app