0403aa5839
Current Tacker's sample Base HOT uses OS::Heat::AutoScalingGroup for managing VNFc. There are some inconvenient situations that require rebooting all VMs at the same time. This patch introduces new userdata class, StandardUserData which enables individual VNFc management. Most modifications are closed in userdata class but some fixes are done in the main route which are originally necessary. Implements: blueprint individual-vnfc-management Change-Id: Ib14bcf0c00021f26878fc1960f48cb9f6aeaef43
7 lines
230 B
YAML
7 lines
230 B
YAML
---
|
|
features:
|
|
- |
|
|
Support individual VNFC management using OpenStack Heat.
|
|
New sample BaseHOT, corresponding UserData script,
|
|
and utility functions are added to UserData class
|
|
for v2 VNF Lifecycle management API. |