Juju Charm - Ceilometer agent
Go to file
Corey Bryant 25cb9dac35 Pin tox to < 4.0.0
Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Change-Id: Id67377772383109d82b696b6ff21ee2811c8af93
2023-01-09 13:58:56 -05:00
actions Remove pause/resume logic 2021-12-13 16:21:15 +01:00
charmhelpers Updates for zed stable branch creation 2022-10-20 19:50:27 -07:00
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:30 -05:00
hooks Remove pause/resume logic 2021-12-13 16:21:15 +01:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:42:50 +00:00
templates Add configurability to polling.yaml. 2021-05-12 17:30:00 +03:00
tests Updates for zed stable branch creation 2022-10-20 19:50:27 -07:00
unit_tests Remove pause/resume logic 2021-12-13 16:21:15 +01:00
.coveragerc Add unit tests 2013-10-20 15:28:18 -07:00
.gitignore Add *.charm to gitignore 2022-04-18 21:05:37 +01:00
.gitreview Updates for zed stable branch creation 2022-10-20 19:50:27 -07:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:10:15 -05:00
.zuul.yaml Add Kinetic and Zed support 2022-08-26 18:40:27 +00:00
LICENSE Re-license charm as Apache-2.0 2016-06-28 11:40:19 +01:00
Makefile Port tests from Amulet to Zaza 2020-01-31 18:16:34 +00:00
README.md Update readme and clean up stray ide files 2019-08-16 21:37:43 +00:00
bindep.txt Add Kinetic and Zed support 2022-08-26 18:40:27 +00:00
build-requirements.txt Update to classic charms to build using charmcraft in CI 2022-02-17 12:30:03 -05:00
charm-helpers-hooks.yaml Updates for zed stable branch creation 2022-10-20 19:50:27 -07:00
charmcraft.yaml Ensure that kinetic/22.10 is enabled 2022-08-31 19:45:37 +01:00
config.yaml Add configurability to polling.yaml. 2021-05-12 17:30:00 +03:00
copyright Re-license charm as Apache-2.0 2016-06-28 11:40:19 +01:00
icon.svg Update charm icon 2017-08-02 17:49:29 +01:00
metadata.yaml Ensure that kinetic/22.10 is enabled 2022-08-31 19:45:37 +01:00
osci.yaml Add Kinetic and Zed support 2022-08-26 18:40:27 +00:00
pip.sh Add xena bundles 2021-09-21 14:07:19 +01:00
rename.sh Update to classic charms to build using charmcraft in CI 2022-02-17 12:30:03 -05:00
requirements.txt Add Kinetic and Zed support 2022-08-26 18:40:27 +00:00
test-requirements.txt Updates for zed stable branch creation 2022-10-20 19:50:27 -07:00
tox.ini Pin tox to < 4.0.0 2023-01-09 13:58:56 -05:00

README.md

Overview

This charm provides the Ceilometer Compute Agent for OpenStack.

It must be deployed as a subordinate to each nova-compute node.

See the Ceilometer charm for usage details.