Juju Charm - Ironic Dashboard
Go to file
Alex Kavanagh ae8018b8ae Updates for caracal tox.ini
Update the tox.ini file(s) to use the constraints file from
zaza-openstack-tests.

Change-Id: I00422245898a884707eb7479050b905ed693209f
2024-02-24 20:11:41 +00:00
lib/charms/openstack_libs/v0 Update horizon plugin 2022-09-22 13:54:39 -07:00
src Update horizon plugin 2022-09-22 13:54:39 -07:00
tests Update tests/tests.yaml and bundles for caracal 2024-02-16 18:40:16 +00:00
unit_tests Move to Operator Framework 2022-09-01 20:38:59 -07:00
.gitignore Move to Operator Framework 2022-09-01 20:38:59 -07:00
.gitreview Add Antelope support 2023-03-10 12:58:32 -03:00
.jujuignore Move to Operator Framework 2022-09-01 20:38:59 -07:00
.stestr.conf Initial commit 2022-08-25 10:34:11 -07:00
.zuul.yaml Add Antelope support 2023-03-10 12:58:32 -03:00
LICENSE Initial commit 2022-08-25 10:34:11 -07:00
README.md Move to Operator Framework 2022-09-01 20:38:59 -07:00
charmcraft.yaml Updates for caracal testing support 2024-02-09 18:46:53 +00:00
metadata.yaml Updates for caracal testing support 2024-02-09 18:46:53 +00:00
osci.yaml Updates for caracal testing support 2024-02-09 18:46:53 +00:00
rebuild Initial commit 2022-08-25 10:34:11 -07:00
rename.sh Initial commit 2022-08-25 10:34:11 -07:00
requirements.txt Move to Operator Framework 2022-09-01 20:38:59 -07:00
test-requirements.txt Move to Operator Framework 2022-09-01 20:38:59 -07:00
tox.ini Updates for caracal tox.ini 2024-02-24 20:11:41 +00:00

README.md

Overview

This charm provides the Ironic Dashboard plugin for use with the OpenStack Dashboard.

Usage

Example minimal deploy:

juju deploy openstack-dashboard --channel yoga/stable
juju deploy ironic-dashboard
juju add-relation \
    openstack-dashboard:dashboard-plugin ironic-dashboard:dashboard

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.