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

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

Branch merges

Branch information

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

Recent commits

2c061b8... by Alex Kavanagh

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

f92e04d... 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

f5d0382... 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

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

9875705... by Corey Bryant

Add yoga bundles and release-tool syncs

* charm-helpers sync for classic charms
* pin pyparsing for aodhclient
* pin cffi for py35
* add non-voting focal-yoga bundle
* add non-voting jammy-yoga bundle
* add series metadata for jammy
* switch xena bundles to voting
* run focal-ussuri as smoke tests
* remove trusty, xenial, and groovy metadata and tests

Change-Id: Ia6693051e5a4aec8be6a4a464ef5f57a3143ec5a

5627cc9... by Alex Kavanagh

Add xena bundles

- add non-voting focal-xena bundle
- add non-voting impish-xena bundle
- rebuild to pick up charm-helpers changes
- update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: I3a3e37fa673e76d92d3ba51874d5147da8c1c18a