Jakarta Release - Issues and Solutions
Issues and Solutions - OPTION 1
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 | The WA is described here [you need to create new categories via api rest, not via sdc gui ]: SDC-4144: SDC Jakarta release: "create service" does not work when new category addedClosed |
3. | Usecase UI not working | The issue is described here USECASEUI-726: UUI 502 error from MSBClosed |
4. | uui-server cannot process task management request | Use the usecaseui image 4.0.3 |
5. | SDNC | 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 |
7. | SDNC - instantiateRANSliceAllocate-CPS DG 1.3.4 fails due to missing parameters in the context :
So the RAN instantation fails. | WA : |
8. | 5G Core Deployment fails into kud | WA: kubectl -n onap exec onap-mariadb-galera-0 -it -- mysql -uroot -psecretpassword -D catalogdb select * from cloud_sites; insert into cloud_sites(ID, REGION_ID, IDENTITY_SERVICE_ID, CLOUD_VERSION, CLLI, ORCHESTRATOR) values("k8sregionfour", "k8sregionfour", "DEFAULT_KEYSTONE", "2.5", "clli2", "multicloud"); select * from cloud_sites; exit |
9. | Multiple Communication Service deployments fail | The issue is derscribed here: OPTFRA-1098: Titotlo: TN NSSI Selection fails when more than one communication service is attempted to be setup Open |
Issues and Solutions - OPTION 2
No. | Issues | Solution |
---|---|---|
1. | OOF timeout before returning the result of the plan | OPTFRA-1080: OOF sending plan request to has-api pod always get timeout Reopened |
2. | SO bpmn timeout, before OOF returning a valid plan |