Skip to content

Commit 018eecf

Browse files
Merge pull request #576 from openstack-k8s-operators/revert-548-main
Fix test vars to fix downstream tests
2 parents 8284599 + 30d8e96 commit 018eecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/vars-autoscaling-tempest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cifmw_test_operator_tempest_container: openstack-tempest-all
66
cifmw_test_operator_tempest_image_tag: 'current-podified'
77
# This value is used to populate the `tempestconfRun` parameter of the Tempest CR: https://openstack-k8s-operators.github.io/test-operator/crds.html#tempest-custom-resource
88
# https://github.com/openstack-k8s-operators/ci-framework/blob/main/roles/test_operator/defaults/main.yml
9-
cifmw_test_operator_tempest_tempestconf_config:
9+
tempest_conf:
1010
overrides: |
1111
validation.run_validation true
1212
identity.v3_endpoint_type public
@@ -18,6 +18,8 @@ cifmw_test_operator_tempest_tempestconf_config:
1818
telemetry.ceilometer_polling_interval 120
1919
telemetry.prometheus_scrape_interval 30
2020
telemetry.alarm_threshold 50000000000
21+
cifmw_tempest_tempestconf_config: "{{ tempest_conf }}"
22+
cifmw_test_operator_tempest_tempestconf_config: "{{ tempest_conf }}"
2123
cifmw_test_operator_tempest_include_list: |
2224
telemetry_tempest_plugin.scenario
2325
telemetry_tempest_plugin.aodh

0 commit comments

Comments
 (0)