tacker/releasenotes/notes/support-vnf-modify-for-container-update-3e73c53352558dec.yaml
Yi Feng d219c49e11 Support CNF update with MgmtDriver
This patch supports MgmtDriver in the operation of modifying VNF.
It provides a sample script MgmtDriver, when modifying CNF,
If the ConfigMap and Secret are updated, the Pod and Deployment will
also be updated (image only).

Implements: blueprint container-update
Change-Id: I1e7a1b03fef13f4c7a83488f6d2fdd7efc2e454b
2022-03-10 09:48:55 +00:00

10 lines
357 B
YAML

---
features:
- |
Support configuration changes to VNF instances by adding
``modify_start`` and ``modify_end`` to MgmtDriver for the Modify VNF
operation.
We provide the sample of MgmtDriver which changes the configuration
of ConfigMap and Secret in Kubernetes and changes the image parameters
in the Pod and Deployment manifests.