d219c49e11
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
10 lines
357 B
YAML
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.
|