a8285b564d
The auto-healing notifier works together with loadbalancer_member_health evaluator. Presumably, the end user defines a Heat template which contains an autoscaling group and all the members in the group are joined in an Octavia load balancer in order to expose service to the outside, so that when the stack scales up or scales down, Heat makes sure the new members are joining the load balancer automatically and the old members are removed. However, this notifier deals with the situation that when some member fails, the stack could be recovered by marking the given autoscaling group member unhealthy, then update Heat stack in place. Change-Id: I6e92d1fc2125e155bb5068ff2c14fa318b126442
4 lines
147 B
YAML
4 lines
147 B
YAML
features:
|
|
- Added a new notifier(``trust+heat``) that works together with
|
|
``loadbalancer_member_health`` evaluator for auto-healing purpose.
|