-
Task
-
Resolution: Unresolved
-
High
-
None
Update CDS CBA package to account for changes in the Multi-Cloud k8s plugin after Guillen. The CDS package performed the following -
- Call k8s plug-in configureAPI and upload the configuration templates
- Call k8s plug-in valuesAPI to modify the configuration
- Test the CDS invocation during the SO ModifyConfig flow.
The Day2 Kotlin script makes the following api call to upload a revised config consisting of the supported snssai payload.
POST https://<IP>:30283/api/multicloud-k8s/v1/v1/rb/definition/<rbname>/<rb-version>/profile/<profile-name>/config
This endpoint is no longer supported as of Honolulu and the current script fails. The Kotlin script KotlinK8sUpdateConfig.kt needs to be updated to upload the supported snssai payload using the new Multicloud k8s plugin Instance endpoint;
POST https://{IP Address}:30283/api/multicloud-k8s/v1/v1/instance/{instance-name}/config/{config-name}
- blocks
-
CCSDK-2533 CCSDK support of Network Slicing in Guilin
- Closed
- clones
-
CCSDK-2621 CDS CBA package to support day 2 configuration (k8s configure API)
- Closed
- relates to
-
CCSDK-2390 E2E Network Slicing: Core Subnet Slicing
- Closed
-
CCSDK-2391 E2E Network Slicing: Close Loop Control
- Closed