Skip to content

undersync-switch

Requests an Undersync run on a pair of switches

Requests an Undersync run for a switch pair identified by physical_network.

Parameters:

  • physical_network: required switch pair / physical network identifier
  • force: push non-safe changes, without this config drift in non-safe areas won't apply
  • dry_run: show the intended changes without applying them

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

argo -n argo-events submit --from workflowtemplate/undersync-switch \
  -p physical_network=physnet1 -p force=false -p dry_run=false

Defined in workflows/argo-events/workflowtemplates/undersync-switch.yaml

Workflow Diagram

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