Issue Description | Option1/Option2 | Solution/Work around | JIRA | Status | Comments |
---|---|---|---|---|---|
"Connection to ASDC server failed" in SO and AAI logs after re-distribution of templates in SDC. | Option 2 | Redeploy SO and AAI with the latest charts. | |||
NST Selection Failure | Option 2 | NST template in SDC should have the property "latency" as a separate property of type integer instead of type NSCapabilities. | |||
Distribution fails into AAI for the resources SliceProfileXXX (missing Allotted Resource service model) | Option 1 | Add Slice_AR (the allotted resource componing each SliceProfile) as service-model into AAI PUT https://{{k8s}}:30233/aai/v21/service-design-and-creation/models/model/5d179b7a-8d8a-4317-9318-349b09fcde2c { "model-invariant-id": "5d179b7a-8d8a-4317-9318-349b09fcde2c", "model-type": "Resource", "model-vers": { "model-ver": [ { "model-version-id": "3c532edd-4c72-4558-b892-8d518ca03c56", "model-name": "Slice_AR", "model-version": "1.0" } ] } } | |||
CDS cba package error (during Core allocation) | Option 1 | Change cds blueprint-processor image to onap/ccsdk-blueprintsprocessor:1.1.4 | |||
...
SDC UUI: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/portal#!/dashboard
Refer for Template Design for Option 1 respective template creation and distribution.
2.UUI Configuration
Configure CST template UUID and Invariant UUID in slicing.properties file of uui-server microservice
...
- Got to msb https://{{master server ip}}:30284/iui/microservices/default.html
- Select "Service Discover" from left panel
- Click "Service Register" button
- ADD the following info:
Service Name: aai-externalSystem
Url: /aai/v11/external-system
Protocol: REST
Enable SSL to True
Version: v11
Load balancer: round-robin
Visualranfe: InSystem - Add host:
AAI service ip and port (8443)
- ADD the following info:
- Save all
8. You should add a aai-network service for MSB.
Steps:
- Got to msb https://{{master server ip}}:30284/iui/microservices/default.html
- Select "Service Discover" from left panel
- Click "Service Register" button
- ADD the following info:
Service Name: aai-network
Url: /aai/v21/network
Protocol: REST
Enable SSL to True
Version: v21
Load balancer: round-robin
Visualranfe: InSystem - Add host:
AAI service ip and port (8443)
- ADD the following info:
- Save all
...
Install config DB application in a separate VM. MariaDB container should be up and running to access the config DB APIs.
Refer https://wiki.onap.org/display/DW/Config+DB+setup for configDB setup. Latest source is available at Image versions, preparation steps and useful info-Config DB Preload Info Section.
...