charm-ceph-mon:stable/17.02

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

Branch merges

Branch information

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

Recent commits

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

fd28183... 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: I527fad643eeab543a3a4897d42a90e35f01c44cd

3cf288d... by Ryan Beisner

Update charm icon

Change-Id: I2e0018caf6463ad5ba5ad7a7eaa4e3ffeae3f0a3
Closes-bug: #1686739

ac3eff8... 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: I5fa931537f42a6a055a2f83854fe1aece135b77b

9078f8e... by Jenkins <email address hidden>

Merge "Check cumulative number of units in all osd relations"

442e039... by Jenkins <email address hidden>

Merge "Only check for upgrades if bootstrapped"

ad8968b... by Ante Karamatić

Check cumulative number of units in all osd relations

Instead of comparing minimal number of OSD units with number
of units in each osd relation, we should check the total
number of OSD units, supporting deployments whether OSD's
reside in multiple instances of the ceph-osd application.

Closes-Bug: 1642487
Change-Id: Ie6c503b5a03a22367b27f1c851d29f947d193388

a71fc48... by Jenkins <email address hidden>

Merge "Remove old revision file"

1d0406f... by Chris Holcombe

Fix parse_key

parse_key returns incorrect data when the cephx key
contains [caps].

Change-Id: I61aa5fd888e19f778151239436fb7654d7cc48b5
Closes-Bug: 1665149

5e1ffeb... by Chris MacNaughton

Only check for upgrades if bootstrapped

Only check for upgrade requests if the local unit is installed
and bootstrapped, avoiding attempts to upgrade on initial
execution of config-changed for trusty UCA pockets.

Note that the upgrade process relies on a running ceph cluster.

Change-Id: Ia3cfcedc6bdc4aff3f50f1bba8f524ca850bbf12
Closes-Bug: 1662943