Get this repository:
git clone https://git.not.enabled/charm-ceph-mon

See all merge proposals.

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://opendev.org/openstack/charm-ceph-mon.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 hour — see the log

Branches

Name Last Modified Last Commit
master 2023-09-29 19:04:23 UTC
Fix version retrieval

Author: Peter Sabaini
Author Date: 2023-09-29 13:30:00 UTC

Fix version retrieval

During cluster deployment a situation can arise where there are
already osd relations but osds are not yet fully added to the cluster.
This can make version retrieval fail for osds. Retry version retrieval
to give the cluster a chance to settle.

Also update tests to install OpenStack from latest/edge

Change-Id: I12a1bcd32be2ed8a8e5ee0e304f716f5a190bd57

stable/quincy.2 2023-09-29 07:50:20 UTC
Merge "Fix shell quoting (quincy)" into stable/quincy.2

Author: Zuul
Author Date: 2023-09-29 07:50:20 UTC

Merge "Fix shell quoting (quincy)" into stable/quincy.2

stable/pacific 2023-07-14 15:13:36 UTC
Sync charms.ceph helpers (pacific)

Author: Luciano Lo Giudice
Author Date: 2023-07-14 15:13:36 UTC

Sync charms.ceph helpers (pacific)

In addition to the charmhelpers sync, this changeset is meant to
enable the latest version upgrade available

Closes-Bug: #1951094
Change-Id: Ic711db9c322170b64bc769bb81da2426ac2864d3

stable/octopus 2023-07-14 15:10:15 UTC
Sync charms.ceph helpers (octopus)

Author: Luciano Lo Giudice
Author Date: 2023-07-14 15:10:15 UTC

Sync charms.ceph helpers (octopus)

In addition to the charmhelpers sync, this changeset is meant to
enable the latest version upgrade available

Closes-Bug: #1951094
Change-Id: I11b777bde9903b879da567615a5e44b2dd68c100

stable/quincy 2023-01-19 02:55:18 UTC
Pin tox to < 4.0.0

Author: Nobuto Murata
Author Date: 2023-01-19 02:50:29 UTC

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.
Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Additionally, accommodate the following changes by hand from
origin/master:
- add libffi-dev in bindep.txt
- update pinning of charm-tools
  (but not unpinning to be in-sync with origin/master)
- update pinning of tempest

Related-Bug: #2002788
Change-Id: I8f4c84b412ed83c4f1a1f79ac87ec8ee57074fe1

stable/nautilus 2021-11-29 09:58:38 UTC
Fix get_mon_map() for octopus and later

Author: Alex Kavanagh
Author Date: 2021-11-26 12:31:43 UTC

Fix get_mon_map() for octopus and later

The "ceph mon_status" command seems to have disappeared on octopus and
later, and is replaced by "ceph quorum_status". This changes the
get_mon_map() function to detect the underlying ceph version and do the
right thing.

Note that the fix is actually in charm-helpers, and this has been
manually synced into the charm [1].

Note: also picked pyparsing pin to allow tests to run.

Cherry-picked from master.

[1] https://github.com/juju/charm-helpers/pull/659

Change-Id: I59cf6fc19cf2a91b0aef37059cdb0ed37379b5cb
Closes-Bug: #1951094

stable/21.10 2021-11-29 09:58:38 UTC
Fix get_mon_map() for octopus and later

Author: Alex Kavanagh
Author Date: 2021-11-26 12:31:43 UTC

Fix get_mon_map() for octopus and later

The "ceph mon_status" command seems to have disappeared on octopus and
later, and is replaced by "ceph quorum_status". This changes the
get_mon_map() function to detect the underlying ceph version and do the
right thing.

Note that the fix is actually in charm-helpers, and this has been
manually synced into the charm [1].

Note: also picked pyparsing pin to allow tests to run.

Cherry-picked from master.

[1] https://github.com/juju/charm-helpers/pull/659

Change-Id: I59cf6fc19cf2a91b0aef37059cdb0ed37379b5cb
Closes-Bug: #1951094

stable/luminous 2021-11-29 09:58:38 UTC
Fix get_mon_map() for octopus and later

Author: Alex Kavanagh
Author Date: 2021-11-26 12:31:43 UTC

Fix get_mon_map() for octopus and later

The "ceph mon_status" command seems to have disappeared on octopus and
later, and is replaced by "ceph quorum_status". This changes the
get_mon_map() function to detect the underlying ceph version and do the
right thing.

Note that the fix is actually in charm-helpers, and this has been
manually synced into the charm [1].

Note: also picked pyparsing pin to allow tests to run.

Cherry-picked from master.

[1] https://github.com/juju/charm-helpers/pull/659

Change-Id: I59cf6fc19cf2a91b0aef37059cdb0ed37379b5cb
Closes-Bug: #1951094

stable/mimic 2021-11-29 09:58:38 UTC
Fix get_mon_map() for octopus and later

Author: Alex Kavanagh
Author Date: 2021-11-26 12:31:43 UTC

Fix get_mon_map() for octopus and later

The "ceph mon_status" command seems to have disappeared on octopus and
later, and is replaced by "ceph quorum_status". This changes the
get_mon_map() function to detect the underlying ceph version and do the
right thing.

Note that the fix is actually in charm-helpers, and this has been
manually synced into the charm [1].

Note: also picked pyparsing pin to allow tests to run.

Cherry-picked from master.

[1] https://github.com/juju/charm-helpers/pull/659

Change-Id: I59cf6fc19cf2a91b0aef37059cdb0ed37379b5cb
Closes-Bug: #1951094

stable/21.04 2021-07-05 11:35:26 UTC
c-h sync - restore proxy env vars for add-apt-repository

Author: Corey Bryant
Author Date: 2021-07-02 17:01:51 UTC

c-h sync - restore proxy env vars for add-apt-repository

Change-Id: I466f4638bd9f7e4d00750b44203f4c38310e2019
Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>

stable/21.01 2021-02-10 19:00:37 UTC
Updates for stable branch creation 21.01

Author: Aurelien Lourot
Author Date: 2021-02-10 19:00:26 UTC

Updates for stable branch creation 21.01

Set default branch for git review/gerrit.
Switch tests to stable.
Switch to using stable charm-helpers branch.
Switch to using stable charm.openstack branch.
Switch to using stable zaza branch.
Switch to using stable zaza-openstack-tests branch.

Change-Id: Iedacd5352a422280ea3dd618498743a5a72c2273

stable/20.10 2020-11-02 10:40:50 UTC
Updates for stable branch creation

Author: Aurelien Lourot
Author Date: 2020-11-02 10:40:38 UTC

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I1fe00e4a951114f30707e06912f18f25bd7c3acb

stable/20.08 2020-08-13 10:28:31 UTC
Updates for stable branch creation

Author: Alex Kavanagh
Author Date: 2020-08-13 10:28:21 UTC

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I90274ff2b11d1880513990a2976ef3ad3f3a38ee

stable/20.05 2020-05-21 16:53:39 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2020-05-21 16:53:34 UTC

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I72c51f4461ea3bc2ab7579121ce8c811a6dec208

stable/20.02 2020-02-17 15:42:57 UTC
Updates for stable branch creation

Author: Liam Young
Author Date: 2020-02-17 15:42:52 UTC

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch zaza bundles to stable charms.

Switch to using stable charm-helpers branch.

Change-Id: I45659f330f2a3eef037323dde454851bc131d9c2

stable/19.10 2019-10-24 19:53:21 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2019-10-24 19:22:08 UTC

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: Ic6d0006a3b640251d02d2bccbd775326db5c8cf7

stable/19.07 2019-08-12 16:38:30 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2019-08-12 16:38:25 UTC

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: I0815ab26100d93064537c92182ecdb2b2c3b8cc1

stable/19.04 2019-05-06 23:13:07 UTC
Update stable charms to use stable CH in test reqs

Author: David Ames
Author Date: 2019-05-06 23:13:01 UTC

Update stable charms to use stable CH in test reqs

In our test-requirements.txt we often pull in charm-helpers. As stable and
master branches of charm-helpers diverge this can lead to testing failures
on the stable branch charms.

Update tests-requirements.txt to point to the stable branch of charm-helpers.

Change-Id: I108278fad79dbd10d73ac1292a7789496820ce88

stable/18.05 2019-04-19 19:28:23 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:23 UTC

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.

stable/18.11 2019-04-19 19:28:23 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:23 UTC

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.

stable/17.08 2019-04-19 19:28:23 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:23 UTC

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.

stable/17.11 2019-04-19 19:28:23 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:23 UTC

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.

stable/18.02 2019-04-19 19:28:23 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:23 UTC

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.

stable/18.08 2019-04-19 19:28:23 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:23 UTC

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.

stable/16.04 2019-04-19 19:28:22 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:22 UTC

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.

stable/16.10 2019-04-19 19:28:22 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:22 UTC

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.

stable/17.02 2019-04-19 19:28:22 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:22 UTC

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.

stable/16.07 2019-04-19 19:28:22 UTC
OpenDev Migration Patch

Author: OpenDev Sysadmins
Author Date: 2019-04-19 19:28:22 UTC

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.

128 of 28 results

Other repositories

Name Last Modified
lp:charm-ceph-mon 2023-09-29
11 of 1 result
You can't create new repositories for Ceph Monitor Charm.