Skip to content

Commit 0432bb1

Browse files
committed
wire in the netapp-configure-net workflow
1 parent 205e172 commit 0432bb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

workflows/openstack/sensors/sensor-keystone-oslo-event.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,12 @@ spec:
137137
secretKeyRef:
138138
key: token
139139
name: nautobot-token
140+
- - name: netapp-configure-net
141+
when: "{{steps.oslo-events.outputs.parameters.svm_created}} == True"
142+
templateRef:
143+
name: netapp-configure-net
144+
template: main
145+
arguments:
146+
parameters:
147+
- name: project_id
148+
value: "{{workflow.parameters.project_id}}"

0 commit comments

Comments
 (0)