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

Usability/Design BUG: deployments/instances are never destroyed #123

Open
prudhomm opened this issue Jun 19, 2018 · 2 comments
Open

Usability/Design BUG: deployments/instances are never destroyed #123

prudhomm opened this issue Jun 19, 2018 · 2 comments
Assignees

Comments

@prudhomm
Copy link

This is a developer usability bug: nobody in practice wants to spend time undeploying and destroying apps. This is too cumbersome.
The consequence is that it is next to impossible to deploy a new blueprint, we need to undeploy/destroy instance from the cloudify interface.
I don't think we would like to continue that way and I believe it might be a design issue here.
I understand that the pipeline helps with re-running apps but we cannot reconfigure them anyway, so I am unsure about the usefulness of the current design.

@prudhomm
Copy link
Author

@emepetres we discussed with @victorsndvg about some possible fixes for this. The click and run would definitely help

@emepetres
Copy link
Contributor

#96 solved this issue partially: Deployments are destroyed, but their instances persist in order for the user to review "old" execution logs.

For deploying a new blueprint (update it), still some work must be done to allow updating it while not running instances exists in the system.

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

2 participants