Juju Charm - Ironic Dashboard
Go to file
Billy Olsen d8019ba12d Move to Operator Framework
Move the charm to an Operator Framework Charm

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2022-09-01 20:38:59 -07:00
lib/charms/openstack/v0 Move to Operator Framework 2022-09-01 20:38:59 -07:00
src Move to Operator Framework 2022-09-01 20:38:59 -07:00
tests Move to Operator Framework 2022-09-01 20:38:59 -07: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
.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
charmcraft.yaml Move to Operator Framework 2022-09-01 20:38:59 -07:00
LICENSE Initial commit 2022-08-25 10:34:11 -07:00
metadata.yaml Move to Operator Framework 2022-09-01 20:38:59 -07:00
osci.yaml Initial commit 2022-08-25 10:34:11 -07:00
pip.sh Initial commit 2022-08-25 10:34:11 -07:00
README.md Move to Operator Framework 2022-09-01 20:38:59 -07: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 Move to Operator Framework 2022-09-01 20:38:59 -07:00

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.