|
19 | 19 | cifmw_test_operator_timeout: 14400 |
20 | 20 | cifmw_block_device_size: 40G |
21 | 21 | cifmw_repo_setup_branch: antelope |
22 | | - cifmw_update_containers_org: podified-{{ cifmw_repo_setup_branch }}-centos9 |
23 | | - cifmw_update_containers_registry: quay.rdoproject.org |
24 | | - cifmw_update_containers_tag: "{{ cifmw_repo_setup_full_hash }}" |
25 | | - cifmw_test_operator_tempest_concurrency: 6 |
26 | | - cifmw_test_operator_tempest_network_attachments: |
27 | | - - ctlplane |
28 | | - cifmw_test_operator_tempest_container: openstack-tempest-all |
29 | | - cifmw_test_operator_tempest_registry: >- |
| 22 | + cifmw_update_containers_registry: >- |
30 | 23 | {{ |
31 | 24 | content_provider_os_registry_url | default('') | split('/') | first |
32 | 25 | if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' |
33 | | - else cifmw_update_containers_registry |
| 26 | + else 'quay.rdoproject.org' |
34 | 27 | }} |
35 | | - cifmw_test_operator_tempest_namespace: >- |
| 28 | + cifmw_update_containers_org: >- |
36 | 29 | {{ |
37 | 30 | content_provider_os_registry_url | default('') | split('/') | last |
38 | 31 | if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' |
39 | | - else cifmw_update_containers_org |
| 32 | + else 'podified-' + cifmw_repo_setup_branch + '-centos9' |
40 | 33 | }} |
41 | | - cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash | default(cifmw_repo_setup_full_hash) }}" |
| 34 | + cifmw_update_containers_tag: "{{ content_provider_dlrn_md5_hash | default(cifmw_repo_setup_full_hash) }}" |
| 35 | + cifmw_test_operator_tempest_concurrency: 6 |
| 36 | + cifmw_test_operator_tempest_network_attachments: |
| 37 | + - ctlplane |
| 38 | + cifmw_test_operator_tempest_container: openstack-tempest-all |
| 39 | + cifmw_test_operator_tempest_registry: "{{ cifmw_update_containers_registry }}" |
| 40 | + cifmw_test_operator_tempest_namespace: "{{ cifmw_update_containers_org }}" |
| 41 | + cifmw_test_operator_tempest_image_tag: "{{ cifmw_update_containers_tag }}" |
42 | 42 | cifmw_test_operator_tempest_extra_images: |
43 | 43 | - URL: "https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci/releases/download/v1.0.0/wntp-custom-v1.0.0.qcow2" |
44 | 44 | name: custom_neutron_guest |
|
0 commit comments