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

See all merge proposals.

Import details

Import Status: Reviewed

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

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
master 2024-02-24 19:57:54 UTC
Updates for caracal testing support

Author: Alex Kavanagh
Author Date: 2024-02-09 18:15:47 UTC

Updates for caracal testing support

These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal. They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: Ic80d7c477eb4d2805d640f4fe3589e1304555be0

stable/2024.1 2024-02-24 19:57:54 UTC
Updates for caracal testing support

Author: Alex Kavanagh
Author Date: 2024-02-09 18:15:47 UTC

Updates for caracal testing support

These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal. They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: Ic80d7c477eb4d2805d640f4fe3589e1304555be0

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

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

123 of 23 results

Other repositories

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