|
15 | 15 | deployment by running whitebox-neutron-tempest-plugin tests. |
16 | 16 | vars: |
17 | 17 | cifmw_run_test_role: test_operator |
18 | | - cifmw_os_must_gather_timeout: 28800 |
| 18 | + cifmw_os_must_gather_timeout: "30m" |
19 | 19 | cifmw_test_operator_timeout: 14400 |
20 | 20 | cifmw_block_device_size: 40G |
21 | 21 | cifmw_test_operator_tempest_concurrency: 6 |
22 | 22 | cifmw_test_operator_tempest_network_attachments: |
23 | 23 | - ctlplane |
24 | 24 | cifmw_test_operator_tempest_container: openstack-tempest-all |
25 | | - cifmw_test_operator_tempest_registry: "{{ content_provider_os_registry_url | split('/') | first }}" |
26 | | - cifmw_test_operator_tempest_namespace: "{{ content_provider_os_registry_url | split('/') | last }}" |
27 | | - cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash }}" |
| 25 | + cifmw_test_operator_tempest_registry: >- |
| 26 | + {{ |
| 27 | + content_provider_os_registry_url | split('/') | first |
| 28 | + if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' |
| 29 | + else cifmw_test_operator_default_registry |
| 30 | + }} |
| 31 | + cifmw_test_operator_tempest_namespace: >- |
| 32 | + {{ |
| 33 | + content_provider_os_registry_url | split('/') | last |
| 34 | + if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' |
| 35 | + else cifmw_test_operator_default_namespace |
| 36 | + }} |
| 37 | + cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash | default(cifmw_test_operator_default_image_tag) }}" |
28 | 38 | cifmw_test_operator_tempest_extra_images: |
29 | | - # TODO(chandan): Replace rocky qcow2 url once rhos-ops hosts it |
30 | | - - URL: "https://chandankumar.fedorapeople.org/rocky9_latest_neutron_whitebox.qcow2" |
| 39 | + - URL: "https://github.com/eduolivares/openstack-k8s-operators-ci/releases/download/v1.0.0-beta/wntp-custom-v1.0.0-beta.qcow2" |
31 | 40 | name: custom_neutron_guest |
32 | 41 | diskFormat: qcow2 |
33 | 42 | ID: "11111111-1111-1111-1111-111111111111" |
|
0 commit comments