Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
scenario001/pingtest: remove gnocchi_res_alarm
Browse files Browse the repository at this point in the history
The resource is failing and it prevents us to add more coverage. Until
we figure what's wrong with it, let's disable it.

Change-Id: If89775bf67d686327d0d27222e0c9179be74a668
  • Loading branch information
EmilienM committed Dec 1, 2016
1 parent 370d392 commit dbee500
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions ci/pingtests/scenario001-multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,21 @@ resources:
ram: 512
vcpus: 1

gnocchi_res_alarm:
type: OS::Aodh::GnocchiResourcesAlarm
properties:
description: Do stuff with gnocchi
metric: cpu_util
aggregation_method: mean
granularity: 60
evaluation_periods: 1
threshold: 50
alarm_actions: []
resource_type: instance
resource_id: { get_resource: server1 }
comparison_operator: gt
# Disabling this resource now
# https://bugs.launchpad.net/tripleo/+bug/1646506
# gnocchi_res_alarm:
# type: OS::Aodh::GnocchiResourcesAlarm
# properties:
# description: Do stuff with gnocchi
# metric: cpu_util
# aggregation_method: mean
# granularity: 60
# evaluation_periods: 1
# threshold: 50
# alarm_actions: []
# resource_type: instance
# resource_id: { get_resource: server1 }
# comparison_operator: gt

asg:
type: OS::Heat::AutoScalingGroup
Expand Down

0 comments on commit dbee500

Please sign in to comment.