Reference
ONAP Beijing: Understanding the vFWCL use-case mechanism
Configuring SNIRO Emulator for vCPE Testing
ONAP Sanity Check
Set up ONAP and health check
Number | Issues | JIRA | Workaround |
---|---|---|---|
1 | SDNC fails health check intermittently | Reduce replica from 3 to 1 and not using clustering make the problem go away | |
2 | SDC GUI doesn't come up | The workaround is find an old working image for sdc-frontend and replace the failing one | |
3 | SO fails on health check due to bpmn can't start | Find a older working bpmn image from nexus3 repo and replace image version in Helm deployment with kubectl edit command | |
4 | Portal GUI doesn't work on 8989 port | Use Firefox with portal 30225, and when switching to SDC click on the info icon at the url bar and accept unsecure access to SDC GUI |
VNF onboarding, service creation and distribution
Number | Issue Description | JIRA | Workaround |
---|---|---|---|
1 | AAI model loader fails model distribution. It appears AAI widgets are not loaded after initialization. The model loader error log shows 404 Not Found error like: 2018-11-01T22:39:25.117Z|5d569c28-6e2b-410f-98f2-17d11e978f5d|pool-2-thread-10|ModelLoader|Event-Bus|AAIRESTClient||INFO|AC0004I|AC0004I request at url = https://aai.onap:8443/aai/v14/service-design-and-creation/models/model/bb540550-d449-4745-b769-18f66508c56e resulted in http response: 404 Not Found| | run the script manually root@oom-rancher:~# kubectl exec -it dev-aai-aai-traversal-b95847c96-fklkx -n onap gosu aaiadmin /opt/app/aai-traversal/bin/install/updateQueryData.sh | |
2 | Model distribution fails in SDNC because ueb-listener did not connect to SDC successful when starting | Bounce ueb-listener can resolve the issue | |
3 | Model distribution fails on SO due to missing table entry for Generic NeutronNet | ||
4 |
Service Instantiation
Number | Issue | JIRA | Workaround |
---|---|---|---|
1 | Failed to create vCPE customer service with error message in bpmn log asCannot orchestrate Service-Macro-Create without user params with a vnf | ||
2 | DHCP_MAP is not populated in SDNC because kea DHCP is not downloaded correctly | You can manually download kea lib. See vCPE tutorial | |
3 | CloudOwner is not defined in SDNC configuration. vCPE customer service instantiation will fail | Add cloud-region.cloud-owner=CloudOwner container sdnc-sdnc-0: /opt/sdnc/data/properties/generic-resource-api-dg.properties | |
4 | Customer service instantiation uses self-service flow and failed to find cloud owner | Add preload to GRA for the vBRG based on SO name to be assigned zRegionOne1base_vgw_0 , zRegionOne2base_vgw_0, etc. | |
5 | SUBCATEGORY and ALLOTTED_RESOURCE_ROLE not set in allotted_resource_customization/allotted_resource tables correctly | Manually update the allotted_resource table and allotted_resource_customization tables to set TunellXCon and BRG | |
6 | mso.workflow.sdnc.replication.delay not set in override.yaml for BPMN | Manually set it to PT60S | |