charm-octavia-dashboard/src
Alex Kavanagh 31e29070fb Pin build.lock for all layers to the commit hash
The build.lock branch points to master which means that the layer is not
locked.  Lock the layers to the commit hash instead; this ensures
reproducible builds as much as possible.

Change-Id: Ica9a1d7235a3d23e02f8e10dfcf5352ea7a705ed
2023-05-26 18:16:48 +01:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:32 -05:00
lib Fix packaging issue by devolving it to principal 2020-02-02 14:22:24 +00:00
reactive Fix packaging issue by devolving it to principal 2020-02-02 14:22:24 +00:00
templates Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
tests Update the bundles to use the stable track, edge risk for victoria 2022-06-17 15:35:22 +01:00
HACKING.md Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
README.md Documentation update 2018-12-13 08:58:12 +01:00
build.lock Pin build.lock for all layers to the commit hash 2023-05-26 18:16:48 +01:00
copyright Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
icon.svg Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
layer.yaml Remove inherited configuration options invalid for charm 2020-05-18 09:54:39 +02:00
metadata.yaml Migrate charm charmhub for stable/victoria 2022-05-19 14:07:48 +01:00
test-requirements.txt Migrate charm charmhub for stable/victoria 2022-05-19 14:07:48 +01:00
tox.ini Add xena bundles 2021-09-27 16:32:28 +01:00
wheelhouse.txt Migrate charm charmhub for stable/victoria 2022-05-19 14:07:48 +01:00

README.md

Overview

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

Usage

Example minimal deploy:

juju deploy openstack-dashboard --config openstack-origin=cloud:bionic-rocky
juju deploy octavia-dashboard
juju add-relation \
    openstack-dashboard:dashboard-plugin octavia-dashboard:dashboard

There is a section about Octavia in the Deployment Guide.

A bundle overlay for use in conjunction with the OpenStack Base bundle is also available.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.