Files
tacker/releasenotes/notes/support-cnf-update-with-mgmt-041b2e34b736f1bd.yaml
Shuwen Cai 7090af0523 Support CNF update with MgmtDriver in v2 API
This patch supports Container Update MgmtDriver in the operation
of modifying VNF in v2 API.
It provides a sample script MgmtDriver, when modifying CNF.
If the ConfigMap and Secret are updated, the Pod, Deployment,
ReplicaSet, DaemonSet will also be updated (image only).

This patch also updated the user guide for how to use Container
Update MgmtDriver, adding the usage method in v2 API.

Implements: blueprint container-update
Change-Id: Idf7aeff010f0a4329315f75a7e4574485f1f2efc
2023-09-14 13:36:39 +09:00

8 lines
269 B
YAML

---
features:
- |
We provide a sample of MgmtDriver for the Update VNF in the V2 API,
which can update the configuration of ConfigMap and Secret in Kubernetes
and update the image parameters in the Pod, Deployment, ReplicaSet and
DaemonSet manifests.