You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip validations in edpm deploy for arch deployment
When running an architecture deployment, most of the control plane and dataplane setup
are skipped in 06-edpm-deploy.yml. Instead, it all gets configured in the 06-deploy-architecture.yml
playbook. This means that we need to also skip validations in the 06-epdm-deploy.yml since there is
nothing to validate at this stage. We will instead fall back to the validations role execution in
the architecture playbook.
Signed-off-by: Brendan Shephard <[email protected]>
0 commit comments