Community

Discussions  |  Feature Requests  |  Tips and Tricks

Force delete orchestration

#1Jan. 28, 2013 14:31:59

Orivej Desh
Registered: 2013-01-17
Posts: 2

Force delete orchestration

What is the difference between stopping-and-deleting an orchestration and force-deleting it?
 

#2Jan. 28, 2013 14:51:34

Jeremy Bar
Registered: 2011-01-05
Posts: 30

Force delete orchestration

orivej@gmx.fr
What is the difference between stopping-and-deleting an orchestration and force-deleting it?


An orchestration which is not in stopped state can't be deleted.
 

#3Jan. 28, 2013 14:57:12

Kiran P
Registered: 2010-10-25
Posts: 1

Force delete orchestration

Orchestration is a specification of how you want objects (compute, network, storage, cloudservices, etc..) to be orchestrated across your private an public clouds. You can specify dependencies, sites -private/public clouds, policies etc ...

Adding an Orchestration:
You save the orchestration specification in Nimbula Director

Starting an Orchestration:
This creates objects specified in the orchestration. instances, storage , cloudservices etc ...

Stopping an Orchestration:
This cleans up all the objects as specified in the orchestration.

Deleting an Orchestration:
You can only delete an orchestration when it is in stopped state. When you stop an orchestration, it deletes all the objects in the orchestration.

Force-Deleting an Orchestration:
When you force delete an orchestration, you do not wait for all the objects in an orchestration to be deleted. You may have to manually delete the objects in an orchestration.
The recommended way is to stop an orchestration and then delete it.
 

#4Jan. 29, 2013 09:49:50

Orivej Desh
Registered: 2013-01-17
Posts: 2

Force delete orchestration

Thank you, this cleared my understanding. You perceive an orchestration as a simple specification object protected from deletion until the effects of executing it are undone, rather than a complex object encompassing all the objects it governs which cleans them in order to be deleted itself.
 

#5Jan. 29, 2013 10:00:31

Jeremy Bar
Registered: 2011-01-05
Posts: 30

Force delete orchestration

orivej@gmx.fr
Thank you, this cleared my understanding. You perceive an orchestration as a simple specification object protected from deletion until the effects of executing it are undone, rather than a complex object encompassing all the objects it governs which cleans them in order to be deleted itself.


Actually, an orchestration is also what you mention. It can encompass a large number of complex objects, and do all the creation and clean-up of those objects upon receiving the "start" and "stop" commands. If you have any objects in your orchestration, those will be created when the orchestration is started, and deleted when the orchestration is stopped. You can even specify relationships so that some objects are made sure to be present before other objects are created. See around p47 of our User Guide for more information.