Juju Charm - Ironic API
Go to file
Alex Kavanagh 07dec11da2 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: I5fa17bd0969745ad11aa90a101ca7f01868b7c75
(cherry picked from commit 109c87bfb2)
2021-09-13 15:22:22 +00:00
src Test bundles for focal-wallaby and hirsute-wallaby 2021-09-13 15:22:22 +00:00
unit_tests Add functional tests, fixes and pep8 2020-10-29 13:19:05 +01:00
.gitignore Add ironic-api relation 2020-09-19 23:57:17 +00:00
.gitreview Updates for stable branch creation 2021-05-03 12:20:13 +02:00
.stestr.conf Add ironic-api relation 2020-09-19 23:57:17 +00:00
.zuul.yaml Add functional tests, fixes and pep8 2020-10-29 13:19:05 +01:00
LICENSE Add ironic-api relation 2020-09-19 23:57:17 +00:00
README.md Add ironic-api relation 2020-09-19 23:57:17 +00:00
osci.yaml Test bundles for focal-wallaby and hirsute-wallaby 2021-09-13 15:22:22 +00:00
rebuild rebuild - restore proxy env vars for add-apt-repository 2021-07-02 13:23:10 -04:00
requirements.txt Sync release-tools 2021-09-13 07:49:44 +00:00
test-requirements.txt Sync release-tools 2021-09-13 07:49:44 +00:00
tox.ini Sync release-tools 2021-09-13 07:49:44 +00:00

README.md

Overview

This charm provides the Ironic baremetal API service for an OpenStack cloud, starting with Train. To get a fully functional Ironic deployment, you will also need to deploy the ironic-conductor and the neutron-api-plugin-ironic charms.

Usage

Configuration

This charm requires no special configuration, outside of what is already required/recommended for any other OpenStack API service charm.

Deployment

To deploy (partial deployment only):

juju deploy ironic-api

juju add-relation ironic-api keystone
juju add-relation ironic-api rabbitmq-server
juju add-relation ironic-api mysql

The following interface is provided by this charm:

  • ironic-api - Used to signal readiness of the Ironic API to OpenStack services.