This patch implements that in the instantiate operation of ETSI NFV-SOL003 VNF Lifecycle Management 2.6.1, users can specify the target namespace in InstantiateVnfRequest to deploy CNF on Kubernetes VIM. Implements: blueprint k8s-namespace Change-Id: I292256bc58b54e248da54ccbf3c7e82bd28fd022
8 lines
307 B
YAML
8 lines
307 B
YAML
---
|
|
features:
|
|
- |
|
|
The user specifies the target namespace in the InstantiateVnfRequest to
|
|
deploy the CNF on the Kubernetes VIM. The additionalParams field provides
|
|
the new parameter ``namespace`` for the target namespace. The Kubernetes
|
|
resources in the VNF must be in the same namespace.
|