Skip to content

netapp-configure-net

NetApp LIF configuration

Configures LIFs on the NetApp based on the Nautobot data.

To test this workflow you can run it with the following:

argo -n argo-events submit --from workflowtemplate/netapp-configure-net \
-p project_id=3c1648df945f429893b676648eddff7b
NOTE: no dashes in project_id !

Defined in workflows/argo-events/workflowtemplates/netapp-configure-net.yaml

Workflow Diagram

graph TB;
subgraph netapp-configure-net
    direction TB
    style netapp-configure-net fill:#fafaff;
    netapp-configure-net__main{{<span style="font-size:20px">main</span>
<span style="color:green">image: ironic-nautobot-client</span>}}
    style netapp-configure-net__main fill:lightgray,stroke:#aaa;
end