Juju Charm - Manila Dashboard
Go to file
Myles Penner 2ed90d6656 Add charmcraft 3 support
Summary of changes:
- Update the charmcraft.yaml file to use base and platforms, only
  allowing noble support.
- 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: Iea66ab06772d39bf1046af6859968c2d10426a8b
2024-09-03 20:52:18 +00:00
src Add charmcraft 3 support 2024-09-03 20:52:18 +00:00
unit_tests Add charm code 2021-03-16 11:56:33 +02:00
.coverage Fix issues related to py312 compatibility 2024-08-21 14:31:27 +00:00
.gitignore Add *.charm to gitignore 2022-04-18 21:07:26 +01:00
.gitreview Add .gitreview and .zuul.yaml files 2021-03-23 11:10:24 +01:00
.stestr.conf Add charm code 2021-03-16 11:56:33 +02:00
.zuul.yaml Add charmcraft 3 support 2024-09-03 20:52:18 +00:00
bindep.txt Add Kinetic and Zed support 2022-08-31 20:13:35 +01:00
charmcraft.yaml Add charmcraft 3 support 2024-09-03 20:52:18 +00:00
LICENSE Initial commit 2021-03-15 17:17:23 +02:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 20:44:13 +00:00
osci.yaml Add charmcraft 3 support 2024-09-03 20:52:18 +00:00
README.md Add charm code 2021-03-16 11:56:33 +02:00
rebuild Add xena bundles 2021-09-28 15:10:27 +00:00
rename.sh Update to build using charmcraft 2022-02-01 20:25:32 +00:00
requirements.txt Fix issues related to py312 compatibility 2024-08-21 14:31:27 +00:00
test-requirements.txt Fix issues related to py312 compatibility 2024-08-21 14:31:27 +00:00
tox.ini Add charmcraft 3 support 2024-09-03 20:52:18 +00:00

Overview

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

Usage

Example minimal deploy:

juju deploy cs:openstack-dashboard --config openstack-origin=cloud:bionic-train
juju deploy cs:manila-dashboard
juju add-relation openstack-dashboard:dashboard-plugin manila-dashboard:dashboard

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.