Juju Charm - Nova Cell Controller
Go to file
Alex Kavanagh 3040ca25d4 Stable artefacts for stable/2023.1 (antelope)
This patch is to lock the stable/2023.1 (antelope release) charms
down so that as much as possible.
In particular, this patch does:

- set the .gitreview to stable/2023.1
- lock zaza and zaza-openstack-tests to stable/antelope branches
- for reactive charms Add build.lock files to lock the layers
  and python modules used to build the charm.
- for ops framework charms, extract a pip freeze from the
  charmcraft container after building the charm to lock the
  modules used to build the charm.
- drop the kinetic bundles if the exist. (Note the updates to
  tests.yaml is in another batch (topic: antelope-voting)
- update the bundles so that they point to the antelope specific
  channels.  e.g. 2023.1/edge for OpenStack charms, 23.03/edge for
  OVN charms, quincy/edge for Ceph charms and generally, the
  appropriate LTS Jammy branch for the various support charms.

Change-Id: I768ced4cfdd7c59a6cd3a251ad43dfa018619eac
2023-04-20 19:04:52 +01:00
src Stable artefacts for stable/2023.1 (antelope) 2023-04-20 19:04:52 +01:00
unit_tests Use unittest.mock instead of mock 2021-12-15 14:18:49 +00:00
.gitignore Updates to enable jammy and finalise charmcraft builds 2022-04-07 18:16:39 +01:00
.gitreview Stable artefacts for stable/2023.1 (antelope) 2023-04-20 19:04:52 +01:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:12:27 -05:00
.zuul.yaml Add Antelope support 2023-03-07 23:57:37 +00:00
README.md Add README and icon 2020-05-18 16:21:11 +00:00
bindep.txt Add Kinetic and Zed support 2022-08-26 18:40:41 +00:00
charmcraft.yaml Stable artefacts for stable/2023.1 (antelope) 2023-04-20 19:04:52 +01:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 21:53:48 +00:00
osci.yaml Add Antelope support 2023-03-07 23:57:37 +00:00
rebuild Add xena bundles 2021-09-27 15:48:20 +01:00
rename.sh Update to build using charmcraft 2022-02-23 14:19:44 +00:00
requirements.txt Add Kinetic and Zed support 2022-08-26 18:40:41 +00:00
test-requirements.txt Stable artefacts for stable/2023.1 (antelope) 2023-04-20 19:04:52 +01:00
tox.ini Add Antelope support 2023-03-07 23:57:37 +00: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.