File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 22
33- name : Create example-cnf facts
44 set_fact :
5- app_version : v0.2.6
65 cnf_app_networks :
76 - name : intel-numa0-net1
87 count : 2
4140 executable : /bin/bash
4241 chdir : " {{ dci_change_dir }}/example-cnf"
4342
44- - name : Get app version
45- shell : " . {{ job_logs.path }}/versions.cfg && echo v${VERSIONS[testpmd-container-app]}"
46- register : app_output
47- args :
48- executable : /bin/bash
49- chdir : " {{ dci_change_dir }}/example-cnf"
50-
5143 - name : Override index and app variables
5244 set_fact :
5345 operator_version : " {{ index_output.stdout }}"
5446 example_cnf_index_image : " quay.io/rh-nfv-int/nfv-example-cnf-catalog:{{ index_output.stdout }}"
55- app_version : " {{ app_output.stdout }}"
5647
5748 - name : ' Remove component from the job'
5849 dci_job_component :
You can’t perform that action at this time.
0 commit comments