Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

IssueSolution/WorkaroundJIRA
Can't login ONAP portal GUI

Check portal log and found MUSIC spit error message on accessing database. On Cassandra container see disk full message in log. Go to check Rancher node filesystem "df -h", and look at /dockerdata-nfs entry to see if it's 100%. If so, clear some file under /dockerdata-nfs/dev-log/. Then restart portal-cassandra and portal-db containers by deleting them and let Helm restart new ones.


demo-k8s.sh onap init fails to populate customer data in A&AI

GLOBAL_AAI_USERNAME and GLOBAL_AAI_PASSWORD is not correct in robot chart. Update the chart and redeploy


SDC model distribution fails with no downloaded or notified

Restart dmaap project by deleting dmaap and make sure no pv, pvc or secret are lingering. Then deploy dmaap again.

root@onap-oom-rancher:~# helm delete dev-dmaap
release "dev-dmaap" deleted

root@onap-oom-rancher:~# kubectl -n onap delete pvc dev-dmaap-dbc-pg-data-dev-dmaap-dbc-pg-0
persistentvolumeclaim "dev-dmaap-dbc-pg-data-dev-dmaap-dbc-pg-0" deleted
root@onap-oom-rancher:~# kubectl -n onap get pvc|grep dmaap
dev-dmaap-dbc-pg-data-dev-dmaap-dbc-pg-1 Bound dev-dmaap-dbc-pg-data1 1Gi RWO dev-dmaap-dbc-pg-data 2d
root@onap-oom-rancher:~# kubectl -n onap delete pvc dev-dmaap-dbc-pg-data-dev-dmaap-dbc-pg-1
persistentvolumeclaim "dev-dmaap-dbc-pg-data-dev-dmaap-dbc-pg-1" deleted
root@onap-oom-rancher:~# kubectl -n onap get secret|grep dmaap

root@onap-oom-rancher:~/oom/kubernetes# helm deploy dev local/onap -f /root/integration-override.yaml --namespace onap


Can't enter SDC GUI from Portal with error message saying SDC fe can not be connectedCheck your local /etc/hosts to see if ip addresses are the latest
SDC model distribution doesn't show SDNC, the rest components receive the model distribution thoughCheck dev-sdnc-sdnc-ueb-listener container log /opt/onap/sdnc/ueb-listener/logs/ueb-listener.out to see if it has error saying failed to authenticate with SDC. If so, restart the pod by deleting the pod and let K8S start a new one.
SDNC doesn't write logs in karaf.log

actaully, it's the log config that I removed:

- mountPath: /opt/opendaylight/current/etc/org.ops4j.pax.logging.cfg 
   name: sdnc-logging-cfg-config 
   subPath: org.ops4j.pax.logging.cfg

I deleted those lines in the statefulset definition
it should be properly fixed, though, but haven't gone through this yet.

`kubectl edit statefulset onap-sdnc-sdnc` or something like that. Then remove the lines above. Then you need to kill the sdnc pod, `kubectl delete pod onap-sdnc-sdnc-0` or something like that. The names might be slightly different (mainly the *onap* suffix)


  • No labels