Juju Charm - Magnum Dashboard
Go to file
Myles Penner 481137902e Add charmcraft 3 support
Summary of changes:
- Update the charmcraft.yaml file to use base and platforms, only
  allowing noble support.
- Update config to default to caracal.
- Update osci.yaml to use the charmcraft 3.x/beta
- Drop non-noble tests
- Update constraints file from -2024.1.txt to -noble.txt
- Add charmbuild to .zuul.yaml

Change-Id: I64e07661b2a505e3315e96b92c16fa070140d85f
2024-09-04 18:38:20 +00:00
src Add charmcraft 3 support 2024-09-04 18:38:20 +00:00
unit_tests Set container-infra API version to 1.9 for >=Ussuri,<=Wallaby. 2023-01-30 20:21:34 -03:00
.gitignore Add *.charm to gitignore 2022-04-18 21:07:08 +01:00
.gitreview Add .gitreview and .zuul.yaml files 2021-03-23 11:13:53 +01:00
.stestr.conf Add unit_tests 2021-03-11 14:17:25 +02:00
.zuul.yaml Add charmcraft 3 support 2024-09-04 18:38:20 +00:00
bindep.txt Add Kinetic and Zed support 2022-08-31 20:11:48 +01:00
charmcraft.yaml Add charmcraft 3 support 2024-09-04 18:38:20 +00:00
LICENSE Initial commit 2021-02-24 18:06:46 +02:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 20:36:48 +00:00
osci.yaml Add charmcraft 3 support 2024-09-04 18:38:20 +00:00
README.md Update README.md 2021-03-10 12:06:45 +02:00
rebuild rebuild - restore c-h proxy env vars for add-apt-repository 2021-05-13 09:09:59 -04:00
rename.sh Update to build using charmcraft 2022-02-01 20:21:11 +00:00
requirements.txt Fix issues related to py312 compatibility 2024-08-21 14:25:35 +00:00
test-requirements.txt Fix issues related to py312 compatibility 2024-08-21 14:25:35 +00:00
tox.ini Add charmcraft 3 support 2024-09-04 18:38:20 +00:00

Overview

This subordinate charm provides the Magnum Dashboard plugin for use with the OpenStack Dashboard.

Usage

Example minimal deploy:

juju deploy openstack-dashboard --config openstack-origin=cloud:bionic-ussuri
juju deploy magnum-dashboard
juju add-relation \
    openstack-dashboard:dashboard-plugin magnum-dashboard:dashboard

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.