https://github.com/openstack/charm-ironic-dashboard
Juju Charm - Ironic Dashboard. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-ironic-dashboard
Last synced: 6 days ago
JSON representation
Juju Charm - Ironic Dashboard. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-ironic-dashboard
- Owner: openstack
- License: apache-2.0
- Created: 2023-03-31T02:22:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-23T05:21:02.000Z (4 months ago)
- Last Synced: 2026-03-24T01:52:03.198Z (3 months ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-ironic-dashboard
- Size: 52.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://bugs.launchpad.net/charm-ironic-dashboard/+filebug).
For general questions please refer to the OpenStack [Charm Guide](https://docs.openstack.org/charm-guide/latest/).