Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template full parsing and validation should happen during the synchronous phase of the WF #76

Open
lorenzo-biava opened this issue Jul 12, 2016 · 0 comments

Comments

@lorenzo-biava
Copy link
Contributor

A template full parsing and validation should happen during the synchronous phase of the WF (so that the deployment won't be even created if it is not fully valid).
As of now, Chronos and IM deployment services do full validation only in doDeploy method, which is invoked in the asynchronous WF phase.
We should add a dedicated method (e.g. prepareDeployment) to be invoked during the synchronous phase of the WF to fail fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants