Skip to content

Commit 000ec9a

Browse files
committed
override the registry, namespace and image_tag values to use the content provider
1 parent 17f1b2a commit 000ec9a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

zuul.d/job.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
cifmw_test_operator_stages:
2424
- name: "fvtansibletests"
2525
type: ansibletest
26-
cifmw_test_operator_tempest_registry: "{{ content_provider_os_registry_url | split('/') | first }}"
27-
cifmw_test_operator_tempest_namespace: "{{ content_provider_os_registry_url | split('/') | last }}"
28-
cifmw_test_operator_tempest_image_tag: "{{ content_provider_dlrn_md5_hash }}"
26+
cifmw_test_operator_ansibletest_workload_ssh_key_secret_name: "dataplane-ansible-ssh-private-key-secret"
27+
cifmw_test_operator_default_registry: "{{ content_provider_os_registry_url | split('/') | first }}"
28+
cifmw_test_operator_default_namespace: "{{ content_provider_os_registry_url | split('/') | last }}"
29+
cifmw_test_operator_default_image_tag: "{{ content_provider_dlrn_md5_hash }}"
2930
cifmw_test_operator_tempest_include_list: |
3031
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
3132

0 commit comments

Comments
 (0)