Juju Charm - Octavia Diskimage Retrofit
Go to file
Alex Kavanagh f7eb87bbdd Remove the charm artifact from the repository
Also, fix the bundles to point to yoga/edge

Change-Id: I12ecb98cca79404aef1a10dccb5508f5167f71f3
2022-03-16 12:42:17 +00:00
src Remove the charm artifact from the repository 2022-03-16 12:42:17 +00:00
unit_tests Add support for refreshing images by cron 2022-03-08 15:22:47 +00:00
.gitignore Remove the charm artifact from the repository 2022-03-16 12:42:17 +00:00
.gitreview Add per-repo gerrit and zuul configuration 2019-07-12 05:30:26 +02:00
.stestr.conf Initial commit 2019-06-16 10:08:51 +02:00
.zuul.yaml Use unittest.mock instead of mock 2021-12-15 14:29:23 +00:00
LICENSE Initial commit 2019-06-16 10:08:51 +02:00
README.md Update documentation and remove TLS configuration options 2020-05-13 16:53:40 +02:00
build-requirements.txt Update to build using charmcraft 2022-02-21 14:25:10 +00:00
charmcraft.yaml Update to build using charmcraft 2022-02-21 14:25:10 +00:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 22:02:53 +00:00
osci.yaml Update to build using charmcraft 2022-02-21 14:25:10 +00:00
pip.sh Add xena bundles 2021-10-06 16:25:30 -04:00
rebuild Add xena bundles 2021-10-06 16:25:30 -04:00
rename.sh Update to build using charmcraft 2022-02-21 14:25:10 +00:00
requirements.txt Pin cryptography < 3.4 2021-10-21 15:09:26 +02:00
test-requirements.txt Update to build using charmcraft 2022-02-21 14:25:10 +00:00
tox.ini Update to build using charmcraft 2022-02-21 14:25:10 +00:00

README.md

Overview

This subordinate charm provides the Octavia Diskimage Retrofit tool

Usage

There is a section in the Octavia appendix in the OpenStack Charms Deployment Guide that describes how to deploy and use the charm.

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

Note: The charm relies on Glance image properties as provided by the Glance Simplestreams Sync Charm for automatic discovery of the most recent image, and as such is designed to be deployed as a subordinate to it.

Note: When establishing connections to cloud services such as Glance and Keystone in clouds that have TLS enabled, the system certificate store will be used to verify the peer. It is the responsibility of the principle charm to populate the system certificate store.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.