Get this repository:
git clone https://git.qastaging.paddev.net/charm-octavia-diskimage-retrofit

See all merge proposals.

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://opendev.org/openstack/charm-octavia-diskimage-retrofit.git.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 3 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:34:44 UTC
Updates for testing period for 23.10 release

Author: Alex Kavanagh
Author Date: 2023-10-17 17:05:46 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: Ia8c0d8dcbe9da7d5b63879980549ad31f3137418

master 2023-09-29 20:22:00 UTC
Work-around for Cargo download dependency failed

Author: Corey Bryant
Author Date: 2023-09-29 20:21:35 UTC

Work-around for Cargo download dependency failed

This is a work-around for charm build failures resulting in:
"Cargo download dependency failed "send: no filter connected".

This is documented in the following upstream issue:
https://github.com/rust-lang/cargo/issues/12202

This affects lunar builds where the curl version is 7.88.1.

Thanks to Colin Watson for help with figuring this out.

Closes-Bug: #2037589
Change-Id: I8d48de1e7f7c9f517f6759139610b2451c131c80

stable/2023.1 2023-06-08 20:04:55 UTC
Bump up Charm-helpers revision

Author: Felipe Reyes
Author Date: 2023-06-08 20:04:44 UTC

Bump up Charm-helpers revision

Update src/build.lock to get the latest revision available in the
stable/antelope branch, among the most relevant patches are:

837a8b58 Support legacy cert requests (#799)
580c7764 Update Makefile to be consistent with CI (#777) (#795)
a2468260 Run CI on stable branches (#786) (#787)
ed014373 Update method for checking endpoint protocol (#769) (#775)

Change-Id: I6a1aaf9d2fda5dd3f4d13f2993e94fe95810b62e

stable/train 2023-01-13 20:23:48 UTC
Pin tox to < 4.0.0

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

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

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

stable/victoria 2023-01-13 20:16:41 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: I6ad00880b1156f6d8240726dfbec9c356201f3bd

stable/wallaby 2023-01-13 20:12:29 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:05:54 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: Ib2716906bf32d8499f899c7a2823d4674b28aa37

stable/xena 2023-01-13 20:08:52 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:04:20 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: I94b01aa21ac877ff3df1646f96b2a861668d9784

stable/yoga 2023-01-13 20:05:16 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2023-01-13 20:00:12 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: I917d21054ff174b7cc5b2fc2c2596ad391d25c4e

stable/zed 2023-01-09 18:59:45 UTC
Pin tox to < 4.0.0

Author: Corey Bryant
Author Date: 2022-12-14 18:45:01 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.

Change-Id: Ic45f3ac6402f7878e1112d53f6dab33b6fa78f9b

stable/21.10 2021-10-21 14:03:48 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I5298a179b98ee700d97b2fcc7347ceae26319d32

stable/queens 2021-10-21 14:03:48 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I5298a179b98ee700d97b2fcc7347ceae26319d32

stable/rocky 2021-10-21 14:03:48 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I5298a179b98ee700d97b2fcc7347ceae26319d32

stable/stein 2021-10-21 14:03:48 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I5298a179b98ee700d97b2fcc7347ceae26319d32

stable/21.04 2021-07-02 17:25:45 UTC
rebuild - restore proxy env vars for add-apt-repository

Author: Corey Bryant
Author Date: 2021-07-02 17:25:41 UTC

rebuild - restore proxy env vars for add-apt-repository

Change-Id: Icae68e0ef78286c7c95a5976bf5457df476ed320

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

Author: Aurelien Lourot
Author Date: 2021-02-10 19:17:01 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: I934e8eb57da70d9ea81917921c7a442e057398d7

stable/20.10 2020-11-02 10:51:43 UTC
Updates for stable branch creation

Author: Aurelien Lourot
Author Date: 2020-11-02 10:51:32 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: I449f5f6a5975dc552847060bb988759440a42fa2

stable/20.08 2020-08-13 10:38:07 UTC
Updates for stable branch creation

Author: Alex Kavanagh
Author Date: 2020-08-13 10:37: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: I7e5385a8cb9fb5291dfae3c527978c56fe7a02f1

stable/20.05 2020-05-21 17:30:20 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2020-05-21 16:59:05 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: Iabd1f9e1ab7d7cf8877250004cb5e65b4df63b48

stable/20.02 2020-02-21 06:21:30 UTC
Install deps from wheelhouse

Author: Liam Young
Author Date: 2020-02-20 15:35:43 UTC

Install deps from wheelhouse

To make the charm install properly from behind a proxy and to
make it consistent with other python requirements, install
'keystoneauth1', 'python-glanceclient' from the wheelhouse. This
is how it was originally done but was changed to work around
layer basic issue #149 *1. This change reverts the workaround and
pins setuptools. In the longer term *2 will remove the needs
for the setuptools pinning.

*1 https://github.com/juju-solutions/layer-basic/issues/149
*2 https://github.com/juju-solutions/layer-basic/pull/156

Closes-Bug: #1855766

Change-Id: Ifc750a5a1ee8441bb5296fc0059fe90932c5b3cd
(cherry picked from commit ffc9774544c14e1379dab58d68552fadadbfbcf0)

stable/19.10 2019-10-28 10:00:35 UTC
Update snap channel

Author: Frode Nordahl
Author Date: 2019-10-28 06:04:55 UTC

Update snap channel

Use the ``beta`` channel when installing the snap so there is a
layer between the bleeding edge for our charm users.

Note that we do not have the ``candidate`` and ``stable`` channels
available to us until we get the ``fuse-control`` interface in
``snapd`` which will enable us to get the snap out of devmode.

Change-Id: I84990152132ed2a8157aadd4ac33398cec549cec

stable/19.07 2019-08-16 05:15:09 UTC
Pin stable charm to ``charms.openstack`` stable branch

Author: Frode Nordahl
Author Date: 2019-08-14 06:08:35 UTC

Pin stable charm to ``charms.openstack`` stable branch

Change-Id: Ia5a4896b3f6dbbc1c1ee8483afefa42b47172b5b

122 of 22 results

Other repositories

Name Last Modified
lp:charm-octavia-diskimage-retrofit 2023-11-03
11 of 1 result
You can't create new repositories for charm-octavia-diskimage-retrofit.