Kilo - Stack Update Logic
Question - In Kilo, the failed stack can be resumed by command 'heat stack-update'? For example,
- Resume for stack failed in creation
I have a new stack with 5 resources to be created. The new stack failed in resource 3 but resource 1 and 2 are successfully provisioned. After fixing the issue related to the failure of resource 3, can i resume the stack creation from resource 3 by using stack update?
- Resume for stack failed in update
I already have a stack with 5 resources created successfully. When doing the stack update operation, that stack failed in updating process for resource 3 but resource 1 and 2 are successfully updated. After fixing the issue related to the failure of resource 3 for update operation, can i resume the stack update from resource 3 by using stack update?
Thanks very much in advance!