tacker/releasenotes/notes/support-individual-vnfc-management-7a942395ad7ca7de.yaml
Itsuro Oda 0403aa5839 Support individual VNFc management using HOT
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
2022-09-05 22:21:23 +00:00

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.