Skip to content

Commit

Permalink
Merge pull request #457 from vyzigold/lower_alarm_threshold
Browse files Browse the repository at this point in the history
Lower autoscaling alarm threshold to 50%
  • Loading branch information
openshift-merge-bot[bot] authored Aug 6, 2024
2 parents 520cc97 + 2f17f92 commit 050d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/vars-autoscaling-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cifmw_tempest_tempestconf_config:
telemetry.prometheus_service_url "https://metric-storage-prometheus.openstack.svc.cluster.local:9090"
telemetry.ceilometer_polling_interval 120
telemetry.prometheus_scrape_interval 30
telemetry.alarm_threshold 60000000000
telemetry.alarm_threshold 50000000000
cifmw_test_operator_tempest_include_list: |
telemetry_tempest_plugin.scenario
telemetry_tempest_plugin.aodh
Expand Down

0 comments on commit 050d728

Please sign in to comment.