Skip to content

sync-provision-state-to-nautobot

Update Nautobot with Ironic Node Data

Updates Nautobot with data from the supplied parameters which are currently:

  • provision-state

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

argo -n argo-events submit --from workflowtemplate/sync-provision-state-to-nautobot \
  -p device_uuid=00000000-0000-0000-0000-000000000000 -p provision_state=available

Defined in workflows/argo-events/workflowtemplates/sync-provision-state-to-nautobot.yaml

Workflow Diagram

graph TB;
subgraph sync-provision-state-to-nautobot
    direction TB
    style sync-provision-state-to-nautobot fill:#fafaff;
    sync-provision-state-to-nautobot__sync-state{{<span style="font-size:20px">sync-state</span>\n<span style="color:green">image: ironic-nautobot-client</span>}}
    style sync-provision-state-to-nautobot__sync-state fill:lightgray,stroke:#aaa;
end