cloudify - Undeploy application by recipe -
i'm using cloudify 2.7 openstack icehouse.
i exit deploy process of service if condition happens in -service.groovy
file.
can suggest me how should it?
it not entirely clear trying accomplish.
if want instance stop processing further lifecycle events, have script exit non-zero exit code , use 'disableselfhealing' flag when install service (http://getcloudify.org/guide/2.7/deploying/deploying_srvs.html)
if want uninstall service, need use rest api (or provided rest-client package - https://github.com/cloudifysource/cloudify/tree/master/rest-client) uninstall service.
Comments
Post a Comment