Commit 9d392ad
committed
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]>1 parent af8702b commit 9d392ad
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
162 | 167 | | |
163 | | - | |
| |||
0 commit comments