tacker/releasenotes/notes/implement-vnffg-support-for-ns-3acd9759e87c9d0c.yaml
Trinh Nguyen 422055b9ba Implement VNFFG support for NS
This patch will add VNFFG support for NS. In NSD, users can
describe VNFDs and nested VNFFGDs inside. When NS is created,
VNFs and VNFFGs are also created too.

Work items of this patch:
1. Add sample nsd templates
2. Update NFVO plugin to adapt VNFFGD template extraction
    from NSD and create VNFFGs using that template
3. Modify Mistral workflow to create/delete VNFFGs using NSD

User guide, defref will be added in following patches.

Co-Authored-By: Cong Phuoc Hoang <hoangphuocbk2.07@gmail.com>

Change-Id: Id5827e66aec0231bf27e87fc96d8fc6bc5cb9c26
Partially-implements: blueprint vnffg-ns
2018-07-19 02:53:34 +00:00

7 lines
186 B
YAML

---
features:
- |
This patch will add VNFFG support for NS. In NSD, users can describe VNFDs
and nested VNFFGD inside. When NS is created, VNFs and VNFFG are also
created.