Commit 46ea026
authored
Add validation recipe call to image validation (#4372)
Added call to aws-parallelcluster::validation recipe to the BuilderImage
validation component template in order to allow validation to be
carried out within chef. This should enable us to move validation
to chef recipes with easier access to node configuration. This should
help us not exceed the maximum number of steps allowed in a component
because we can now add validation to the chef cookbooks instead of
adding new steps to the template.
Added validation recipe for validation MySQL client package installation.1 parent b285e88 commit 46ea026
File tree
1 file changed
+8
-0
lines changed- cli/src/pcluster/resources/imagebuilder
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
0 commit comments