summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabi Mishra <ramishra@redhat.com>2020-08-17 08:10:25 +0530
committerRico Lin <rico.lin.guanyu@gmail.com>2020-09-14 13:09:09 +0000
commit9efbec6cd95730c189b33df7c7be70e67c59f845 (patch)
tree868f2e0591ff10da3923fed528ae9f38d1bd6058
parent17a491449f705c16e6cbe466860c606b30bd557f (diff)
downloadheat-9efbec6cd95730c189b33df7c7be70e67c59f845.tar.gz
Stop testing ceilometer and aodh
Ceilometer uses gnocchi as the default backend. Also we use gnocchi based aodh alarms in tests. gnocchi seems unmaintained with last commit a year or so ago and does not look like the openstack telemetry team is involved in that project. It's better to disable the services and tests in heat to avoid broken gate like last time, where we fixed it by banning latest pecan release[1] that does not work with python-gnocchiclient. [1] https://review.opendev.org/#/c/746261/ Change-Id: Id2ffdf6b9d342e800bab4a94ec46742228361ee8
-rw-r--r--.zuul.yaml4
-rw-r--r--devstack/lib/heat2
2 files changed, 1 insertions, 5 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 046f479bd..69c84d4a5 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -11,9 +11,7 @@
- zuul: opendev.org/openstack/tempest
required-projects:
- openstack/devstack-gate
- - openstack/aodh
- openstack/barbican
- - openstack/ceilometer
- openstack/heat
- openstack/heat-templates
- openstack/heat-tempest-plugin
@@ -43,8 +41,6 @@
tempest: true
devstack_plugins:
barbican: https://opendev.org/openstack/barbican
- ceilometer: https://opendev.org/openstack/ceilometer
- aodh: https://opendev.org/openstack/aodh
zaqar: https://opendev.org/openstack/zaqar
heat: https://opendev.org/openstack/heat
octavia: https://opendev.org/openstack/octavia
diff --git a/devstack/lib/heat b/devstack/lib/heat
index 62fce13ae..7bc7d92f3 100644
--- a/devstack/lib/heat
+++ b/devstack/lib/heat
@@ -447,7 +447,7 @@ function create_heat_accounts {
function configure_tempest_for_heat {
# Skip SoftwareConfigIntegrationTest because it requires a custom image
# Skip AutoscalingLoadBalancerTest and AutoscalingLoadBalancerv2Test as deprecated neutron-lbaas service is not enabled
- iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list 'AutoscalingLoadBalancerTest, AutoscalingLoadBalancerv2Test, SoftwareConfigIntegrationTest'
+ iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list 'AutoscalingLoadBalancerTest, AutoscalingLoadBalancerv2Test, SoftwareConfigIntegrationTest, AodhAlarmTest'
# Skip LoadBalancerv2Test as deprecated neutron-lbaas service is not enabled
iniset $TEMPEST_CONFIG heat_plugin skip_functional_test_list 'LoadBalancerv2Test, NotificationTest'