Tempest Plugin for Telemetry projects
Go to file
Yadnesh Kulkarni 2aaba3318b Set aodh_threshold to "6000000000" in tempest.conf
For autoscaling granularity is set to 60 and the heat
stack is expected to scale out after instance reaches
CPU utilization higher than 10%.

According to this configuration the cpu time must be
10**9*60*(10/100) which is 6000000000 ns.

The default threshold for aodh alarms is "10000000"
which comes from ceilometer's devstack settings.

This change overrides the aodh_threshold value in
tempest.conf to the correct cpu time as per
cpu util and granularity values.

Signed-off-by: Yadnesh Kulkarni <ykulkarn@redhat.com>
Change-Id: Ic90613b70556d0ce5bcf64c2305a3351928bf83e
2022-12-20 02:52:13 -05:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 20:37:09 +08:00
doc remove unicode from code 2022-08-25 09:08:39 +08:00
playbooks Adding FIPS job definitions for telemetry components 2021-08-12 16:40:48 +00:00
releasenotes remove unicode from code 2022-08-25 09:08:39 +08:00
telemetry_tempest_plugin Remove autoscaling until gate issues sorted out 2021-07-16 11:45:16 +02:00
.coveragerc Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.gitignore Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:26:32 +00:00
.mailmap Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.stestr.conf Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.zuul.yaml Set aodh_threshold to "6000000000" in tempest.conf 2022-12-20 02:52:13 -05:00
CONTRIBUTING.rst Update invalid link 2019-11-19 16:04:02 +08:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 20:37:09 +08:00
LICENSE Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
README.rst Remove ties to panko 2021-05-18 15:32:45 +02:00
babel.cfg Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
requirements.txt Move doc requirements to doc 2021-07-09 09:38:55 +02:00
setup.cfg Merge "setup.cfg: Replace dashes with underscores" 2022-05-09 09:39:03 +00:00
setup.py Cleanup py27 support 2020-04-07 04:41:19 -07:00
tox.ini Move doc requirements to doc 2021-07-09 09:38:55 +02:00

README.rst

Telemetry Tempest Plugin

Tempest plugin for Telemetry Project.

It contains tempest tests for Aodh, Ceilometer, and Gnocchi Projects.