Hi,
this or similar problem is appearing also in our lab (even in Dublin), usually it helps to redeploy failing component. E.g. appc in this case # undeploy APPC helm deploy onap local/onap --namespace onap -f /mnt/opt/onap/override.yaml --timeout 1800 --set appc.enabled=false # clean rubbish kubectl delete pvc -n onap onap-appc-appc-ansible-server-data-onap-appc-appc-ansible-server-0 onap-appc-appc-data-onap-appc-appc-0 onap-appc-appc-db-data-onap-appc-appc-db-0 onap-appc-appc-db-data-onap-appc-appc-db-1 onap-appc-appc-db-data-onap-appc-appc-db-2 # cross-check that we dont have any persistent k8s artifacts for i in persistentvolumes pvc pods secrets clusterrolebindings; do kubectl get $i -n onap | grep appc;done # clean nfs-share on k8s node rm -rf /dockerdata-nfs/onap-appc # deploy APPC once again helm deploy onap local/onap --namespace onap -f /mnt/opt/onap/override.yaml --timeout 1800 --set appc.enabled=true as per my understanding it’s ONAP stability issue and there are some race conditions and unhandled dependencies between components during startup, installation result varies depends on performance and size of k8s cluster, it’s possible to use MichalOBrian’s cd.sh script for step-by-step deployment but we are not using that as of now, best regards, Michal From: [email protected] <[email protected]> On Behalf Of SIG ONAP Sent: Tuesday, June 25, 2019 11:27 AM To: [email protected] Subject: [onap-discuss] Regarding failed test case of APPC Hi, I installed ONAP with Kubernetes and Rancher ( version Casablanca 3.0.2 ). All the test cases passed except APPC and PORTAL. APPC has an error 401!=200. Therefore, I tried the certificate fix told here https://wiki.onap.org/display/DW/Modify+APPC+Helm+Chart+to+override+the+pk12+certificate but it didn't work. Kindly let me know how to proceed. Thanks & Regards. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17731): https://lists.onap.org/g/onap-discuss/message/17731 Mute This Topic: https://lists.onap.org/mt/32200621/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
