← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:pin-rabbitmq-charm into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:pin-rabbitmq-charm into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)
Related bugs:
  Bug #2030524 in OpenStack RabbitMQ Server Charm: "Revisions after 3.9/stable 177 and 3.8/stable 176 have the rabbitmqserver perpetually stuck in waiting state"
  https://bugs.launchpad.net/charm-rabbitmq-server/+bug/2030524

For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/448641

We ran into a bug (charm stuck in waiting) when upgrading to revision 177 of the rabbitmq-server charm and managed to work around it by downgrading to revision 176. Let's commit that change to the service-bundle until the charm is sorted.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:pin-rabbitmq-charm into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index 6a60e35..dfb3c94 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -251,6 +251,7 @@ applications:
 {%- endif %}
     rabbitmq-server:
         charm: cs:rabbitmq-server
+        revision: 176
         constraints: mem=8G
         expose: true
         num_units: 1