OpenStack Telemetry (Ceilometer)
Go to file
Elod Illes 2bc5d748f0 [stable-only] Cap virtualenv/setuptools
With latest virtualenv release (20.24.0) and its bundled setuptools
version, stable/victoria gates started to fail [1], because setuptools
is not compatible with the pbr version (5.5.0) which is in victoria
branch's upper constraint [2]. pbr's next release (5.5.1) removed the
failing code, this is why the change is only needed in stable/victoria.

This patch caps virtualenv to <20.24.0 to fix stable/victoria's gate,
and also caps tox for the 'inner' virtualenv, otherwise tox>4 would be
installed, that would introduce failures (those failures are fixed in
newer stable branches, but it would need several backports and 'outer'
tox is capped <4 anyway, so no worth dealing with it here).

[1] AttributeError: module 'setuptools.command.easy_install' has no attribute 'get_script_header'
[2] 636b6b3bde/upper-constraints.txt (L44)

Change-Id: Ifdfe2b74257bf4eabdddc43cce4bd8904cd7580c
2023-07-17 17:20:08 +02:00
ceilometer Fix broken test_discovery_with_libvirt_error 2022-12-21 09:54:24 +00:00
devstack Do not install libvirt python bindings from pip 2021-08-16 13:43:43 +00:00
doc Statement about complex object handling in the Dynamic pollster documentation 2020-09-04 23:11:21 -03:00
etc/ceilometer publisher: Contribute the Monasca publisher 2019-10-07 19:47:53 +02:00
releasenotes Fix CA file for Swift pollster 2021-08-23 13:24:56 +00:00
tools Migrate to stestr for running tests 2018-07-30 10:37:34 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:24:58 +00:00
.gitignore Create dynamic pollster feature 2019-10-23 16:01:55 -03:00
.gitreview Update .gitreview for stable/victoria 2020-09-24 09:14:01 +00:00
.mailmap add mailmap to avoid dup of authors 2014-10-09 10:31:23 +03:00
.stestr.conf Migrate to stestr for running tests 2018-07-30 10:37:34 +02:00
.zuul.yaml Adding FIPS job 2023-01-16 07:14:19 +00:00
CONTRIBUTING.rst Optimize the link address 2017-04-08 17:15:28 +08:00
HACKING.rst Update URL home-page in documents according to document migration 2017-07-14 16:15:14 +00:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MAINTAINERS Remove liusheng and llu from the maintainers 2018-04-12 10:58:24 +02:00
README.rst Merge "Add release note link in README" 2020-07-21 09:05:20 +00:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
bindep.txt [stable-only] Add font for PDF generation and fix lower constraints 2021-06-04 16:22:10 +02:00
lower-constraints.txt Remove queue declaration and fix lower-constraints, docs jobs 2022-12-14 14:34:08 +05:30
reno.yaml Tell reno to ignore the kilo branch 2020-02-12 17:28:44 +01:00
requirements.txt Merge "Cap tenacity < 7.0.0" into stable/victoria 2021-06-06 16:12:29 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:22:34 -05:00
setup.py Cleanup py27 support 2020-04-11 00:57:21 -07:00
test-requirements.txt Remove queue declaration and fix lower-constraints, docs jobs 2022-12-14 14:34:08 +05:30
tox.ini [stable-only] Cap virtualenv/setuptools 2023-07-17 17:20:08 +02:00

README.rst

Ceilometer

Overview

Ceilometer is a data collection service that collects event and metering data by monitoring notifications sent from OpenStack services. It publishes collected data to various targets including data stores and message queues.

Ceilometer is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.

Documentation

Release notes are available at https://releases.openstack.org/teams/telemetry.html

Developer documentation is available at https://docs.openstack.org/ceilometer/latest/

Launchpad Projects

Code Repository

Bug Tracking

Release Notes

IRC

IRC Channel: #openstack-telemetry on Freenode.

Mailinglist

Project use http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss as the mailinglist. Please use tag [Ceilometer] in the subject for new threads.