File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
argo-events/workflowtemplates Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
secretName : netapp-config
65
65
outputs :
66
66
parameters :
67
- - name : exit_code
67
+ - name : svm_name
68
68
valueFrom :
69
- path : /var/run/argo/output.exit_code
70
- - name : msg
69
+ path : /var/run/argo/output.svm_name
70
+ - name : svm_enabled
71
71
valueFrom :
72
- path : /var/run/argo/output.msg
72
+ path : /var/run/argo/output.svm_enabled
Original file line number Diff line number Diff line change 93
93
print(str(uuid.UUID(project_id_without_dashes)))
94
94
95
95
- - name : ansible-to-nautobot
96
- when : " {{steps.oslo-events.outputs.svm_enabled}} == 'true' "
96
+ when : " {{steps.oslo-events.outputs.parameters. svm_enabled}} == True "
97
97
inline :
98
98
container :
99
99
image : ghcr.io/rss-engineering/undercloud-nautobot/ansible:latest
You can’t perform that action at this time.
0 commit comments