charm-nova-cell-controller/src
Alex Kavanagh 3e4eee4215 Update to build using charmcraft
Due to a build problem with the reactive plugin, this change falls back
on overriding the steps and doing a manual build, but it also ensures
the CI system builds the charm using charmcraft.  Changes:

- add a build-requirements.txt
- modify charmcraft.yaml
- modify osci.yaml
    -> indicate build with charmcraft
- modify tox.ini
    -> tox -e build does charmcraft build/rename
    -> tox -e build-reactive does the reactive build
- modify bundles to use the <charm>.charm artifact in tests.
  and fix deprecation warning re: prefix
- tox inception to enable tox -e func-test in the CI

Depends-On: https://review.opendev.org/c/openstack/charm-nova-cell-controller/+/830520
Change-Id: I47fd77c67776817f7b8d8918f0ec29d420f1763a
2022-02-23 14:19:44 +00:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:27 -05:00
lib/charm/openstack Add focal-ussuri and bionic-ussuri bundle 2020-05-07 12:36:09 +01:00
reactive Update peers with API addresses 2020-03-27 15:00:43 -07:00
templates Use [database]/connection in templates 2022-02-22 21:04:16 +00:00
tests Update to build using charmcraft 2022-02-23 14:19:44 +00:00
README.md Add README and icon 2020-05-18 16:21:11 +00:00
config.yaml initial commit 2018-06-28 08:21:28 +00:00
icon.svg Add README and icon 2020-05-18 16:21:11 +00:00
layer.yaml Add train template and train functional tests 2019-11-06 17:59:28 +00:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 21:53:48 +00:00
test-requirements.txt Update to build using charmcraft 2022-02-23 14:19:44 +00:00
tox.ini Add xena bundles 2021-09-27 15:48:20 +01:00
wheelhouse.txt Updates to flip all libraries back to master 2021-05-03 16:08:59 +01:00

README.md

Overview

OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable.

OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API.

This charm provides the cloud controller service for the OpenStack Nova cell and includes the nova-conductor service.

OpenStack Rocky or later is required for the Nova cells feature.

Please refer to the Additional Nova Cells appendix in the OpenStack Charms Deployment Guide for details.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.