7d1cd360d8
Raising SystemExit() isn't enough to stop the deployment, we also need to provide a return code: https://docs.python.org/3.7/library/exceptions.html#SystemExit Default is None, so we didn't exit the right return code. With that patch, if a container failed to be configured; we will raise an error and actually exit(1). Change-Id: Ie4ab2ffed5e04f87c866b0d4f3e5c702a98be5ad |
||
---|---|---|
.. | ||
services | ||
container_startup_configs_tasks.yaml | ||
container-puppet.py | ||
container-puppet.sh | ||
deploy-steps-tasks-step-0.j2.yaml | ||
deploy-steps-tasks-step-1.yaml | ||
deploy-steps-tasks.yaml | ||
deploy-steps.j2 | ||
post.j2.yaml |