From 6ee96f224c795e8f4d24b394dc95ccb3bb6d8920 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 31 Jul 2018 13:23:55 +0100 Subject: [PATCH] Unblock gate: Provide default rabbitmq password The integrated build has no value for swift_rabbitmq_password and yet the oslomsg vars reference it. Given that the integrated gate is quite hard to merge anything into right now - set a default value here temporarily until we can merge a fix there. Change-Id: I8c13fe063cd5ec454196bc630cb6362f97c4f146 --- defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 73b7bcd8..3d2ccb13 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -204,6 +204,10 @@ swift_oslomsg_notify_servers: "{{ oslomsg_notify_servers | default('127.0.0.1') swift_oslomsg_notify_port: "{{ oslomsg_notify_port | default('5672') }}" swift_oslomsg_notify_use_ssl: "{{ oslomsg_notify_use_ssl | default(False) }}" swift_oslomsg_notify_userid: swift +# TODO(odyssey4me): +# Remove the password default once a fix has merged +# into the integrated build. +swift_rabbitmq_password: "secrete" swift_oslomsg_notify_vhost: /swift ## General Swift configuration