charm-neutron-api-plugin-arista:stable/2023.1

Last commit made on 2023-06-08
Get this branch:
git clone -b stable/2023.1 https://git.launchpad.net/charm-neutron-api-plugin-arista

Branch merges

Branch information

Name:
stable/2023.1
Repository:
lp:charm-neutron-api-plugin-arista

Recent commits

d6822eb... by Felipe Reyes

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

a1edd27... by Zuul <email address hidden>

Merge "Stable artefacts for stable/2023.1 (antelope)" into stable/2023.1

24bfbd3... by Alex Kavanagh

Stable artefacts for stable/2023.1 (antelope)

This patch is to lock the stable/2023.1 (antelope release) charms
down so that as much as possible.
In particular, this patch does:

- set the .gitreview to stable/2023.1
- lock zaza and zaza-openstack-tests to stable/antelope branches
- for reactive charms Add build.lock files to lock the layers
  and python modules used to build the charm.
- for ops framework charms, extract a pip freeze from the
  charmcraft container after building the charm to lock the
  modules used to build the charm.
- drop the kinetic bundles if the exist. (Note the updates to
  tests.yaml is in another batch (topic: antelope-voting)
- update the bundles so that they point to the antelope specific
  channels. e.g. 2023.1/edge for OpenStack charms, 23.03/edge for
  OVN charms, quincy/edge for Ceph charms and generally, the
  appropriate LTS Jammy branch for the various support charms.

Change-Id: I37a10e4a4de7859f2b09e831637cf52b8d3981d6

8f3e603... by Corey Bryant

Enable jammy-antelope voting and drop kinetic-zed tests

* Voting was turned on for jammy-antelope in the
  project-template for charm-functional-jobs in zosci-config
* Voting for jammy-antelope bundles with non-standard names
  is turned on in individual charms
* Kinetic-zed bundles/tests are removed

Change-Id: Ic052affd0ec4cf50fbb6023e74582f7e30aac716
(cherry picked from commit f5d03825fa3aad043b9774f6e77b17cda8dfdc0f)

a258694... by Felipe Reyes

Fix build

Add libpython3-dev to the list of the build-packages, this is needed
since https://github.com/juju-solutions/layer-basic/pull/214 .

Change-Id: I2905e93c6154297a86eb41f2ae919f9bcdafabc9
(cherry picked from commit f92e04da7fd633c2583b934a3af6b56e6186ca5d)

a3eb287... by Corey Bryant

Add Antelope support

* sync charm-helpers to classic charms
* change openstack-origin/source default to antelope
* align testing with antelope
* add new antelope bundles
* add antelope bundles to tests.yaml
* add antelope tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases

Change-Id: Iba947a200a27463ea95ff600fc1bd68df97169c6

3756e8e... by Alex Kavanagh

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

3dfa5d6... by Alex Kavanagh

Update to build using charmcraft

Due to a build problem with the reactive plugin, this change falls back
on overriding the steps and doing a manual build, but it also ensures
the CI system builds the charm using charmcraft. Changes:

- add a build-requirements.txt
- modify charmcraft.yaml
- modify osci.yaml
    -> indicate build with charmcraft
- modify tox.ini
    -> tox -e build does charmcraft build/rename
    -> tox -e build-reactive does the reactive build
- modify bundles to use the <charm>.charm artifact in tests.
  and fix deprecation warning re: prefix
- tox inception to enable tox -e func-test in the CI

Change-Id: Ia8e4390dea57e7ce55950fb4296cf54ca7be7d7f

37312e9... by Alex Kavanagh

Migrate charm to charmhub latest/edge track

Change-Id: Ie98dd891c7c3e11c42efb3b847df3110b4707291

a611e11... by Corey Bryant

Add WallabyNeutronAristaCharm and test updates

The WallabyNeutronAristaCharm class is added. The openstack-release
package is added in the Wallaby class as this package was introduced
in the wallaby release to make determination of the OpenStack
release codename easier.

The following test updates are also included:
* switch to release-specific zosci functional tests
* switch to yoga zosci unit test job
* add py39

Change-Id: I91b8814393620ec2ce2496a7380ab8812b5d7c04