Issues and Solutions
No. | Issues | Solution | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
1. | Portal UI doesn’t go up and so you cannot access SDC UI via Portal UI |
This hack can be possible since SDC UI authentication mode is cookie based. So the attacker can override the cookie to force its request. | ||||||||
2. | 'Create new Service' from SDC UI [empty field form] | The WA is described here [you need to create new categories via api rest, not via sdc gui ]:
| ||||||||
3. | Usecase UI not working (502 HTTP response code) [https://{{ip}}:30284/iui/usecaseui-ui/] | The issue is described here
| ||||||||
4. | uui-server cannot process task management request | Use the usecaseui image 4.0.3 | ||||||||
5. | SDNC ran-slice.api module api not found | Need to add the following parameter to sdnc statefulset k8s file resource: - name: SDNR_NORTHBOUND
value: "true"
| ||||||||
6. | SDNC cannot communicate with CPS | Chnage CPS and CPS-TBDMT IPs into ran-slice-api-dg.properties at /opt/onap/ccsdk/data/properties | ||||||||
SDNC - instantiateRANSliceAllocate-CPS DG 1.3.4 fails due to missing parameters in the context :
So the RAN instantation fails. |