From 9efbec6cd95730c189b33df7c7be70e67c59f845 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Mon, 17 Aug 2020 08:10:25 +0530 Subject: [PATCH] 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 --- .zuul.yaml | 4 ---- devstack/lib/heat | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 046f479bdd..69c84d4a5b 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 62fce13aef..7bc7d92f34 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'