Corey Bryant 0b34e1b882 Add Kinetic and Zed support
* sync charm-helpers to classic charms
* change openstack-origin/source default to zed
* align testing with zed
* add new zed bundles
* add zed bundles to tests.yaml
* add zed tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases
* add bindep.txt for py310
* sync tox.ini and requirements.txt for ruamel
* use charmcraft_channel 2.0/stable
* drop reactive plugin overrides
* move interface/layer env vars to charmcraft.yaml

Change-Id: I3cc0af8443ecf62589c88d4e924cb633c419e87f
2022-08-31 20:21:25 +01:00
2022-08-31 20:21:25 +01:00
2020-11-09 13:24:05 +01:00
2022-05-09 13:40:13 +00:00
2020-11-09 13:24:05 +01:00
2022-08-31 20:21:25 +01:00
2022-08-31 20:21:25 +01:00
2022-08-31 20:21:25 +01:00
2022-08-31 20:21:25 +01:00
2021-09-27 15:26:56 +01:00
2020-09-16 13:03:58 +00:00
2021-09-27 15:26:56 +01:00
2022-02-23 14:48:48 -05:00
2022-08-31 20:21:25 +01:00
2022-08-31 20:21:25 +01:00

Overview

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

When this charm is related to the neutron-api charm it will install the ironic-neutron-agent and the baremetal mechanism driver on each neutron-api unit in the region. The required mechanism driver will be communicated back to the neutron-api service and will be added to the appropriate configuration file.

The ironic agent requires keystone credentials, obtained via a relation with keystone.

Usage

Configuration

This charm requires no special configuration outside of the standard OpenStack configuration options (openstack-origin, region, etc.)

Deployment

This is a subordinate charm that needs to attach itself to an existing neutron-api deployment.

To deploy (partial deployment only):

juju deploy neutron-api
juju deploy neutron-openvswitch
juju deploy neutron-api-plugin-ironic
juju deploy keystone

juju add-relation neutron-api neutron-api-plugin-ironic
juju add-relation neutron-api neutron-openvswitch
juju add-relation neutron-api-plugin-ironic keystone
Description
Juju Charm - Neutron API Plugin Ironic
Readme 15 MiB
Languages
Python 93.3%
Shell 5.5%
Jinja 1.2%