Details
-
Bug
-
Status: Open
-
High
-
Resolution: Unresolved
-
Istanbul Release, Honolulu Maintenance Release 1, Jakarta Release
-
None
Description
During Blueprint processing in the day 2 configuration update Kotlin Script, subsequent SO requests through Postman send information, but when the blueprint processing is executed by this Kotlin script, values are not updated. See logs below;
Here's what CDS blueprint processor tried to execute;
2022-06-24 12:49:11,083|a80b7d60-c6c5-4924-9c50-6ea521d63354||grpc-default-executor-4||org.onap.ccsdk.cds.controllerblueprints.processing.api.BluePrintProcessingService/process||INFO|||onap-cds-blueprints-processor-798c7c67fd-kxqwm|||| Generated Resource Param Data ({ "service-instance-id" : "76fdb11b-c1c5-405a-98c0-220dc1fee5f5", "supportedNssai" : "{\"sNssai\":[ {\"snssai\":\"01-58179ED4\",\"status\":\"activated\"} ]}", "vnf-id" : "ecba4a28-04fc-4d38-8675-abfd1308debe" })
Here's what was sent to SO by Postman;
curl --location --request PUT 'http://10.0.0.28:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/e70a66f1-b6b4-4830-b78e-9182f0e34462/vnfs/109c1c9e-f8fd-439b-80d6-acf9a425e56f'
vnf-id, instance-id, and payload did not get updated when CDS tried to run this script.
Original story was;
Create CDS CBA package which will perform 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
Attachments
Issue Links
- 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
-