senlin/senlin/engine
Duc Truong e7dae6c458 Add cluster option cluster.stop_node_before_delete
This adds 'cluster.stop_node_before_delete' as a new boolean cluster
config option. If true, a cluster will issue a stop to a node and then a
delete for all cluster operations that trigger a node delete. If not
set, the config option defaults to False and the cluster will perform a
regular node delete. The cluster operations affected by this change are
cluster delete, scale-in and resize.

Change-Id: I2248419cc7b1e359c9a189fae97d7883bab3ec84
2018-06-29 18:00:26 +00:00
..
actions Add cluster option cluster.stop_node_before_delete 2018-06-29 18:00:26 +00:00
notifications Add retry logic to post_lifecycle_hook_message 2018-06-06 17:13:18 -07:00
receivers Cleaned up logging 2018-04-02 19:42:10 -07:00
__init__.py Initial version 2014-12-13 11:43:53 +08:00
cluster.py Change module parameter use consts configure 2018-02-22 13:38:39 +08:00
cluster_policy.py Remove 'load_all' from cluster_policy module 2017-02-04 04:57:38 -05:00
dispatcher.py Redundant alias in import statement 2017-10-19 15:32:41 +07:00
environment.py add endpoints as plugin 2017-12-26 20:34:49 +08:00
event.py Misc improvements 2018-02-07 01:42:00 -05:00
health_manager.py Change module parameter use consts configure 2018-02-22 13:38:39 +08:00
node.py Update node recover operation 2018-04-18 09:23:27 +08:00
parser.py Using yaml.safe_load instead of yaml.load 2017-02-07 12:40:31 +08:00
registry.py Cleaned up logging 2018-04-02 19:42:10 -07:00
scheduler.py Cleaned up engine/scheduler and improved behavior 2018-04-25 20:00:00 -07:00
senlin_lock.py fix does not have param and missing docstring 2018-02-07 06:05:55 +00:00
service.py Make webhook API compatible with Aodh 2018-05-01 01:17:45 +00:00