Juju Charm - Ironic API
Go to file
Aurelien Lourot 7ffc19341f Updates for stable branch creation 21.01
Set default branch for git review/gerrit.
Switch tests to stable.
Switch to using stable charm-helpers branch.
Switch to using stable charm.openstack branch.
Switch to using stable zaza branch.
Switch to using stable zaza-openstack-tests branch.

Change-Id: I4cc5c1190dca66254f10ec10f90b75364b115814
2021-02-10 20:08:01 +01:00
src Updates for stable branch creation 21.01 2021-02-10 20:08:01 +01: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 21.01 2021-02-10 20:08:01 +01: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
rebuild Rebuild with udpated charm-tools 2.8.2 2021-02-01 14:08:25 -08:00
requirements.txt Rebuild to use charm-tools pre 2.8 release 2021-02-02 17:07:45 +00:00
test-requirements.txt Updates for stable branch creation 21.01 2021-02-10 20:08:01 +01:00
tox.ini Add ironic-api relation 2020-09-19 23:57:17 +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.