charm-rabbitmq-server:stable/18.08

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

Branch merges

Branch information

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

Recent commits

5d70eac... 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.

ea9e7f9... by Edward Hope-Morley

Fix missing part of commit 4d4c998

In that commit this piece of code was moved under the check
for whether the nagios plugins dir exists but seems this piece
was inadvertently not removed.

Change-Id: I72d48438105edd8cb311d36253a592009a9c3706
Closes-Bug: 1786164
(cherry picked from commit d5f28378d2974e353cee190b28ce859a1a063a8a)

7fe63b2... by Doug Hellmann

import zuul job settings from project-config

This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I76c2479555e67a5c60a4b167b3a820e9d3da4905
Story: #2002586
Task: #24317

6b5d645... by David Ames

Updates for 18.08 stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I8c32783cfd5025784e6b2e936c2bdf7a67781423

80fb5c3... by Ryan Beisner

Update functional test definitions

Change-Id: I7a9325cf5000b110cecac3c5cbef2d23989a1fd2

a89bd0f... by Felipe Reyes

update_nrpe_checks() only when nrpe-external-master relation is made

Change-Id: I15def3498a5df1876d6e01a192dc209bc732642b
Closes-Bug: 1781582

720b9d8... by Zuul <email address hidden>

Merge "Avoid package upgrade collisions"

86edf1e... by David Ames

Avoid package upgrade collisions

During upgrade to a new cloud archive and a new rabbitmq-server
package, the package update will stop the rabbitmq service. If two or
more units do this near the same time the services will fail to restart.

This change adds the cluster_wait function before a package upgrade to
avoid collisions.

Fix relation_get for cluster_with causing extraneous hooks to execute.
Fix nagios stats collection logic.

Change-Id: I8d9aa38d917583fa45b5570eca9a78c813303e2b
Closes-Bug: #1778829

dab677e... by Ryan Beisner

Update functional test definitions

Change-Id: I10175d2a976c3cce130d49e231c5cb1f17712cf4

4d4c998... by James Page

Ensure nagios is enabled when enabling cluster status checks

Move the installation of the cluster status checking into
the conditional that checked with the NRPE directory exists.

This ensures that the managment plugin can be installed without
the charm being related to Nagios.

Change-Id: I998ba7c4b70207bb38f9898046f4e47bcb5723a4
Closes-Bug: 1781582