|
42 | 42 | name: telemetry-operator-multinode-autoscaling-tempest |
43 | 43 | parent: telemetry-operator-multinode-autoscaling |
44 | 44 | vars: |
45 | | - cifmw_tempest_container: openstack-tempest-all |
46 | | - cifmw_tempest_tempestconf_profile: |
47 | | - overrides: |
48 | | - compute-feature-enabled.vnc_console: true |
49 | | - validation.run_validation: true |
50 | | - # NOTE(gibi): This is a WA to force the publicURL as otherwise |
51 | | - # tempest gets configured with adminURL and that causes test |
52 | | - # instability. |
53 | | - identity.v3_endpoint_type: public |
54 | | - identity.v2_admin_endpoint_type: public |
55 | | - service_available.ceilometer: true |
56 | | - service_available.sg_core: true |
57 | | - telemetry.sg_core_service_url: "ceilometer.openstack.svc.cluster.local:3000" |
58 | | - # NOTE(efoley): First step is to get ANY tempest jobs running to confirm a working config |
59 | | - cifmw_tempest_tests_allowed: # need to see ciframwework roles that use these vars, to see how to enable telemetry |
60 | | - - telemetry_tempest_plugin.scenario |
61 | | - - telemetry_tempest_plugin.aodh |
62 | | - cifmw_tempest_tests_skipped: [] |
| 45 | + test_fw: test_operator |
| 46 | + cifmw_test_operator_tempest_container: openstack-tempest-all |
| 47 | + cifmw_test_operator_tempest_image_tag: 'current-podified' |
| 48 | + cifmw_test_operator_tempest_external_plugin: |
| 49 | + - repository: "https://opendev.org/openstack/telemetry-tempest-plugin.git" |
| 50 | + changeRepository: "https://review.opendev.org/openstack/telemetry-tempest-plugin" |
| 51 | + changeRefspec: "master" |
| 52 | + # 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 |
| 53 | + # https://github.com/openstack-k8s-operators/ci-framework/blob/main/roles/test_operator/defaults/main.yml |
| 54 | + cifmw_tempest_tempestconf_config: |
| 55 | + # NOTE(gibi): This is a WA to force the publicURL as otherwise |
| 56 | + # tempest gets configured with adminURL and that causes test |
| 57 | + # instability. |
| 58 | + overrides: | |
| 59 | + compute-feature-enabled.vnc_console true |
| 60 | + validation.run_validation true |
| 61 | + identity.v3_endpoint_type public |
| 62 | + identity.v2_admin_endpoint_type public |
| 63 | + service_available.ceilometer true |
| 64 | + service_available.sg_core true |
| 65 | + telemetry.sg_core_service_url "ceilometer.openstack.svc.cluster.local:3000" |
| 66 | + cifmw_test_operator_tempest_include_list: | |
| 67 | + telemetry_tempest_plugin.scenario |
| 68 | + telemetry_tempest_plugin.aodh |
| 69 | + cifmw_test_operator_tempest_exclude_list: '' |
63 | 70 |
|
64 | 71 | - project: |
65 | 72 | name: openstack-k8s-operators/telemetry-operator |
|
0 commit comments