charm-rabbitmq-server:stable/17.11

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/17.11 https://git.launchpad.net/charm-rabbitmq-server

Branch merges

Branch information

Name:
stable/17.11
Repository:
lp:charm-rabbitmq-server

Recent commits

bf19fb1... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

b46667b... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I95109f9127e88412e4cfc4a8135f366c00fd7c80

7fc93a9... by David Ames

Sync charm-helpers

Notable issues resolved:

openstack_upgrade_available() broken for swift
https://bugs.launchpad.net/charm-swift-proxy/+bug/1743847

haproxy context doesn't consider bindings
https://bugs.launchpad.net/charm-helpers/+bug/1735421

regression in haproxy check
https://bugs.launchpad.net/charm-helpers/+bug/1743287

* Zesty is EOL

Change-Id: I434e2c346fc6da4f3238aa9559bd366b6f43adb5

02acd30... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I7a2335a52274119dd5fb71a23200e80ac4c8b6b4

888b68e... by Ryan Beisner

Sync charm-helpers

Change-Id: I82360a09047a7c91adb3c86296b106b13339517b

74d4a5c... by Andrew McLeod

Enable xenial-pike amulet test

Make default func27-smoke xenial-pike
Charm-helpers sync

Change-Id: I7bf6e392d40280e13f2e4b88b64da54104bc013a

058bac0... by Felipe Reyes

Set universal_newlines=True when calling rabbitmqctl cluster_status

In python3 check_output() returns bytes, while python2 returns str,
passing universal_newlines=True assures it will return str no matter
what python version is used.

Change-Id: I34a490bc4142e78d725ad0973607587984ec7c49
Related-Bug: 1716981

69cc374... by Jill Rouleau

Add cluster_status action, correct actions.py typo

Closes-Bug: #1716981
Change-Id: I100b4615dfb256f981da636d8e6cab211df59255

b20863b... by Jenkins <email address hidden>

Merge "Support timeout for stats capture cron job"

ff4da88... by Hua Zhang

Support timeout for stats capture cron job

In this charm we run a cron job to check rabbitmq status and it is
possible that the commands run could fail or hang if e.g. rabbit
is not healthy. Currently the cron will never timeout and could
hang forever so we add a new timeout config option 'cron-timeout'
which, when set, will result in the a SIGINT being sent to the
application and if that fails to exit within 10s a SIGKILL is sent.
We also fix logging so that all output goes to syslog local0.notice.

Change-Id: I0bb8780c5cc64a24384648f00c8068d5d666d28c
Closes-Bug: 1716854