lp:charm-neutron-api-plugin-arista

Get this repository:
git clone https://git.launchpad.net/charm-neutron-api-plugin-arista

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://opendev.org/openstack/charm-neutron-api-plugin-arista.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 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-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-02-12 18:20:47 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: I9a331f317991169608803bd4f97a2c704e200568

stable/2024.1 2024-02-12 18:20:47 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: I9a331f317991169608803bd4f97a2c704e200568

stable/2023.2 2023-11-02 18:28:30 UTC
Updates for testing period for 23.10 release

Author: Alex Kavanagh
Author Date: 2023-10-17 17:04:06 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: I25c024ef5f82a3bd89325511917c04c39eee5502

stable/2023.1 2023-06-08 20:03:31 UTC
Bump up Charm-helpers revision

Author: Felipe Reyes
Author Date: 2023-06-08 20:03:20 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: I77504b0c73aaf2b65bbaf38a3b2aeb47ba35d04f

stable/ussuri 2023-02-02 21:10:42 UTC
Merge "Charm use virtualenv" into stable/ussuri

Author: Zuul
Author Date: 2023-02-02 21:10:42 UTC

Merge "Charm use virtualenv" into stable/ussuri

stable/victoria 2023-02-02 21:10:40 UTC
Merge "Charm use virtualenv" into stable/victoria

Author: Zuul
Author Date: 2023-02-02 21:10:40 UTC

Merge "Charm use virtualenv" into stable/victoria

stable/wallaby 2023-01-13 20:11:50 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: I7cde761e4e69e1c05ca1fb1afac4ae6d98a5f2d4

stable/xena 2023-01-13 20:08:12 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: I3690ac0e496b51a296613a52718986169812d24a

stable/yoga 2023-01-13 20:04:32 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: I999c3d53e53ca57421f894f7d78059100bc53b95

stable/train 2022-09-29 16:34:05 UTC
Charm use virtualenv

Author: Felipe Reyes
Author Date: 2022-09-29 15:36:35 UTC

Charm use virtualenv

All reactive charms should use a venv wherever possible.

Related-Bug: #1991149
Change-Id: I7e0867346e59a09ce6471739eea4bf2610722a91
(cherry picked from commit 51a26e78eac588c51f1c96e61201384874b8974f)

stable/zed 2022-04-04 14:51:01 UTC
Updates to enable jammy and finalise charmcraft builds

Author: Alex Kavanagh
Author Date: 2022-03-25 17:13:14 UTC

Updates to enable jammy and finalise charmcraft builds

- Add 22.04 to charmcraft.yaml
- Update metadata to include jammy
- Remove impish from metadata
- Update osci.yaml to include py3.10 default job
- Modify tox.ini to remove py35,py36,py37 tox target and add py310
  target.
- ensure that the openstack-origin is yoga

Change-Id: I28c3f7c51403736fd91cc1b89dd76c90fe0eac36

stable/stein 2021-10-21 14:02:06 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: I57277e0feae10acea83e637f17013beb85e4c901

stable/rocky 2021-10-21 14:02:06 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: I57277e0feae10acea83e637f17013beb85e4c901

stable/queens 2021-10-21 14:02:06 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: I57277e0feae10acea83e637f17013beb85e4c901

stable/21.10 2021-10-21 14:02:06 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: I57277e0feae10acea83e637f17013beb85e4c901

stable/21.04 2021-08-27 14:46:53 UTC
Test bundles for focal-wallaby and hirsute-wallaby

Author: Alex Kavanagh
Author Date: 2021-03-05 13:46:46 UTC

Test bundles for focal-wallaby and hirsute-wallaby

These are the test bundles (and any associated changes) for
focal-wallaby and hirsute-wallaby support.

hisute-wallaby test is disabled (moved to dev) due to [1].

[1] https://github.com/juju-solutions/layer-basic/issues/194

Change-Id: I07fe7d323953f5b50fe8a77e7c7933d0f1e08b85
(cherry picked from commit 725b2911d0951589a1f3a5c2221591a6a5783ab5)

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

Author: Aurelien Lourot
Author Date: 2021-02-10 19:13:19 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: Id40f22c383aaab2afe02bc00a8a403dd34cad07c

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

Author: Aurelien Lourot
Author Date: 2020-11-02 10:48:50 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: I0d25ac139cc97c87a2035e36a129b7aaa07041b5

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

Author: Alex Kavanagh
Author Date: 2020-08-13 10:35:29 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: I88bd8788ddd3c347eb4aa7b68e4d4f14790e580b

119 of 19 results
This repository contains Public information 
Everyone can see this information.