charm-ceph-mon:stable/18.02

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/18.02 https://git.launchpad.net/charm-ceph-mon

Branch merges

Branch information

Name:
stable/18.02
Repository:
lp:charm-ceph-mon

Recent commits

f4e68a4... 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.

e7d6ea0... by Ryan Beisner

Update tox.ini to stop using unverified package

As of pip 10.0, --allow-unverified is not permitted.

Use of the flag in this repo was previously used to force
installation of python-apt to accommodate certain unit tests.

The unverified package, python-apt, is no longer necessary
for test execution.

Related-Bug: #1760720

Change-Id: Ieb62ac460f605f5599206379b79075704a6fc3e9
(cherry picked from commit 1061abfdc52e4f8596dc253358cd511f964e6319)

79e27a7... by Frode Nordahl

Increase timeout and remove empty keyring for ceph-create-keys

Sync relevant changes from charms.ceph.

Default timeout of ceph-create-keys of 600 seconds is not
adequate in all circumstances.

When ceph-create-keys times out it leaves a empty keyring.
The retry attempt will fail as long as the empty keyring exists.
Remove it before retry attempt.

Change-Id: I914be8a5a7dcd9676438de92bba7f91283232837
Closes-Bug: #1719436
(cherry picked from commit 8134a12bc512369dbb3dc0fe853e87097812eff8)

0838ecd... by David Ames

Updates for stable branch 18.02 creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Iaa35a5652dee392221842b006e54f20a71bca7f9

96657b6... by Ryan Beisner

Sync charm-helpers

Change-Id: I9571e6a74c2f3da1afb4f2567bda4f3a78696578

2c56aeb... by Ryan Beisner

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

Change-Id: Icae43be0dd03bde4df2615b5bfcb5edc44c82be2

8036e3c... by Zuul <email address hidden>

Merge "Use assertRegex instead of assertRegexpMatches"

1f05936... by James Page

Resync ceph helpers for misc fixes

Pickup fixes for upgrade from Jewel -> Luminous.

Change-Id: Id0694b5116e604efbe1c5259de332ae0c4bae574
Closes-Bug: 1742082
Closes-Bug: 1742083
Closes-Bug: 1742120
Closes-Bug: 1742079
Closes-Bug: 1742408

57082cc... by Nguyen Hung Phuong

Use assertRegex instead of assertRegexpMatches

In Python3, assertRegexpMatches & assertNotRegexpMatches
are deprecated in favor of assertRegex and assertNotRegex

Change-Id: If08a6f163bed2dde5ac56416a50754f4a8d38b2e

4e41176... by Liam Young

ch-sync and ceph-sync to pickup 1696073 fixes

Sync charmhelpers and charms.ceph code to pickup fixes for
Bug #1696073

Change-Id: Icf844ec7d33f2e558dee7935fe5fa3d7f08e0d59
Closes-Bug: #1696073