Juju Charm - Neutron API - plugin for Arista CVX
Go to file
Corey Bryant c66434b82f 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
2023-01-13 15:11:50 -05:00
docs Improve README to follow our template 2020-07-30 10:34:33 +02:00
src Merge "Charm use virtualenv" into stable/wallaby 2022-10-20 11:08:18 +00:00
unit_tests Sync libraries & common files prior to freeze 2020-09-28 09:41:42 +01:00
.gitignore Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
.gitreview Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
.stestr.conf fix unit testing 2019-06-07 15:18:48 -04:00
.zuul.yaml Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
LICENSE first pass on unittests, some cleanup 2018-07-31 10:04:49 -04:00
README.md Improve README to follow our template 2020-07-30 10:34:33 +02:00
build-requirements.txt Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
charmcraft.yaml Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
metadata.yaml Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
osci.yaml Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
pip.sh Add xena bundles 2021-09-27 15:23:47 +01:00
rebuild Add xena bundles 2021-09-27 15:23:47 +01:00
rename.sh Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
requirements.txt Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
test-requirements.txt Migrate charm charmhub for stable/wallaby 2022-07-19 12:09:22 +01:00
tox.ini Pin tox to < 4.0.0 2023-01-13 15:11:50 -05:00

README.md

Overview

This subordinate charm provides the Arista ML2 Plugin support to the OpenStack Neutron API service.

Note: For upgrading from earlier prototypes of this charm see Upgrading to stable charm.

When this charm is related to the neutron-api charm it will install the Arista Neutron packages on each neutron-api unit in the region and supply the desired configuration to the neutron-api service.

Usage

Configuration

This section covers common and/or important configuration options. See file config.yaml for the full list of options, along with their descriptions and default values. See the Juju documentation for details on configuring applications.

eapi-host

The eapi-host option is the IP address serving the Arista API (a.k.a. eAPI) from the charm's perspective.

eapi-username

The eapi-username option is the username to be used for authenticating to the Arista API.

eapi-password

The eapi-password option is the password to be used for authenticating to the Arista API.

Deployment

Because this is a subordinate charm a relation will need to be added to another application to have the charm deployed on a machine.

To deploy (partial deployment only):

juju deploy neutron-api
juju deploy neutron-openvswitch
juju deploy neutron-api-plugin-arista --config eapi-host=...

juju add-relation neutron-api neutron-api-plugin-arista
juju add-relation neutron-api neutron-openvswitch

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.