Get this repository:
git clone https://git.qastaging.paddev.net/charm-manila-ganesha

See all merge proposals.

Import details

Import Status: Suspended

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

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 4 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes

Branches

Name Last Modified Last Commit
stable/2023.2 2023-11-02 18:28:29 UTC
Updates for testing period for 23.10 release

Author: Alex Kavanagh
Author Date: 2023-10-17 17:03:12 UTC

Updates for testing period for 23.10 release

* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
  * existing (test-)requirements.txt ->
    (test-)requirements.in
  * pip-compile to *-py3[8|10].txt using python3.8
    and python3.10.
  * Updated tox.ini to use the appropriate merged
    requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
  osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
  * charm-helpers
  * charms.openstack
  * zaza
  * zaza-openstack-tests

Change-Id: I28311f0394a66718c8de149fb9d7f5b5bd21f9aa

master 2023-09-15 20:03:09 UTC
Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"

Author: Zuul
Author Date: 2023-09-15 20:03:09 UTC

Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"

stable/wallaby 2023-09-05 17:43:17 UTC
[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-17 15:28:50 UTC

[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/829
Closes-Bug: #2028683

Change-Id: Ie4a6922d433393513fce85dd6a23ba15cae56740

stable/xena 2023-09-05 17:28:07 UTC
[xena] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-17 12:55:52 UTC

[xena] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/828
Closes-Bug: #2028683

Change-Id: I4c108ff5c7b3c3b3b12aa4a840428a02e7190b9c

stable/zed 2023-08-18 16:41:44 UTC
[zed] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-18 16:39:31 UTC

[zed] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/826
Closes-Bug: #2028683

Change-Id: Ic6d68dc74e185c493457addae42012190ca8c112

stable/2023.1 2023-08-17 10:24:58 UTC
[2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-15 21:22:12 UTC

[2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/825
Closes-Bug: #2028683

Change-Id: Ibfd4c57852ef2ddf2e26586cd6ad19c18cf48d6b

stable/yoga 2023-08-17 10:20:48 UTC
[yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-15 14:13:22 UTC

[yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/827
Closes-Bug: #2028683

Change-Id: I0bc0db7d6ddd0bb4ad1174c7589d4581ca37ee2c

stable/ussuri 2023-01-13 20:19:11 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:06:10 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.

Related-Bug: #2002788
Change-Id: Ib0d00ad44d6defa0df0cb0a5372e8e45b4d3fb0c

stable/victoria 2023-01-13 20:15:34 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:06:03 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.

Related-Bug: #2002788
Change-Id: Ib3c0c4b5d5ab6bf4400016774d072d9be5ed6bf5

stable/train 2021-10-21 10:02:24 UTC
Ensure that we restart nfs-ganesha and manila share after config.

Author: Chris MacNaughton
Author Date: 2021-09-06 11:19:43 UTC

Ensure that we restart nfs-ganesha and manila share after config.

Recent changes to manila-ganesha broke how non-HA
deployments were configured, causing the manila-share
and nfs-ganesha processes to potentially start before
the config for them is correctly prepared. This
change ensures that these services are restarted once
their config is ready.

Change-Id: I4e63e64612554d74ffaca5c4e07b90f7ceb88d59

stable/stein 2021-10-21 10:02:24 UTC
Ensure that we restart nfs-ganesha and manila share after config.

Author: Chris MacNaughton
Author Date: 2021-09-06 11:19:43 UTC

Ensure that we restart nfs-ganesha and manila share after config.

Recent changes to manila-ganesha broke how non-HA
deployments were configured, causing the manila-share
and nfs-ganesha processes to potentially start before
the config for them is correctly prepared. This
change ensures that these services are restarted once
their config is ready.

Change-Id: I4e63e64612554d74ffaca5c4e07b90f7ceb88d59

stable/21.10 2021-10-21 10:02:24 UTC
Ensure that we restart nfs-ganesha and manila share after config.

Author: Chris MacNaughton
Author Date: 2021-09-06 11:19:43 UTC

Ensure that we restart nfs-ganesha and manila share after config.

Recent changes to manila-ganesha broke how non-HA
deployments were configured, causing the manila-share
and nfs-ganesha processes to potentially start before
the config for them is correctly prepared. This
change ensures that these services are restarted once
their config is ready.

Change-Id: I4e63e64612554d74ffaca5c4e07b90f7ceb88d59

stable/queens 2021-10-21 10:02:24 UTC
Ensure that we restart nfs-ganesha and manila share after config.

Author: Chris MacNaughton
Author Date: 2021-09-06 11:19:43 UTC

Ensure that we restart nfs-ganesha and manila share after config.

Recent changes to manila-ganesha broke how non-HA
deployments were configured, causing the manila-share
and nfs-ganesha processes to potentially start before
the config for them is correctly prepared. This
change ensures that these services are restarted once
their config is ready.

Change-Id: I4e63e64612554d74ffaca5c4e07b90f7ceb88d59

stable/rocky 2021-10-21 10:02:24 UTC
Ensure that we restart nfs-ganesha and manila share after config.

Author: Chris MacNaughton
Author Date: 2021-09-06 11:19:43 UTC

Ensure that we restart nfs-ganesha and manila share after config.

Recent changes to manila-ganesha broke how non-HA
deployments were configured, causing the manila-share
and nfs-ganesha processes to potentially start before
the config for them is correctly prepared. This
change ensures that these services are restarted once
their config is ready.

Change-Id: I4e63e64612554d74ffaca5c4e07b90f7ceb88d59

stable/21.04 2021-05-03 10:24:26 UTC
Updates for stable branch creation

Author: Aurelien Lourot
Author Date: 2021-05-03 10:24:14 UTC

Updates for stable branch creation

Set default branch for git review/gerrit.

Update test bundles to point to openstack-charmers.

Change-Id: I32dc0fe60cfb6dd7b3fb46413a3c797f4965dd9a

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

Author: Aurelien Lourot
Author Date: 2021-02-10 19:11:09 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: I3d52e32b7954de9799111c5591555093a50af436

stable/20.10 2020-11-02 10:47:08 UTC
Updates for stable branch creation

Author: Aurelien Lourot
Author Date: 2020-11-02 10:46:58 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: I7f5b8a9366009749b9036a8561c68ce65ab850c3

stable/20.08 2020-08-13 10:33:55 UTC
Updates for stable branch creation

Author: Alex Kavanagh
Author Date: 2020-08-13 10:33:46 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: I26c424b775443387c7fcca84a73892a3cb9457b0

stable/20.05 2020-05-21 17:29:23 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2020-05-21 16:57:08 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: I0faa6f1e7e9cf1c270aaf31cf98796e1e9d6a61c

stable/20.02 2020-02-17 15:46:13 UTC
Updates for stable branch creation

Author: Liam Young
Author Date: 2020-02-17 15:46:08 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: I9dae21f75095abf43eb7adff28703c23cc9d5e4a

120 of 20 results

Other repositories

Name Last Modified
lp:charm-manila-ganesha 2023-11-03
11 of 1 result
You can't create new repositories for OpenStack Manila-Ganesha Charm.