Depending on your deployment/redeployment state and whether you had any DCAE - a manual cleanup including the pvc deletion will be required - the following purge and 4 complete eradications will clean your cluster
https://git.onap.org/logging-analytics/tree/deploy/cd.sh#n76 sudo helm delete --purge $ENVIRON kubectl delete pv --all kubectl delete pvc --all kubectl delete secrets --all kubectl delete clusterrolebinding --all /michael From: [email protected] <[email protected]> On Behalf Of Przybysz, Marcin (Nokia - PL/Wroclaw) Sent: Thursday, November 22, 2018 4:41 AM To: [email protected]; Przybysz, Marcin (Nokia - PL/Wroclaw) <[email protected]> Subject: Re: Suspected SPAM - [onap-discuss] [dmaap] problem with redeploy on latest branch Update: Issue solved by deleting pvc and nfs storage: 1. kubectl get pvc -n onap | grep dmaap 2. kubectl delete pvc -n onap {pvc_name} 3. delete dev-dmaap/dbc/data1 in /dockerdata-nfs/ BR Marcin Przybysz From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> On Behalf Of Przybysz, Marcin (Nokia - PL/Wroclaw) Sent: Thursday, November 22, 2018 9:38 AM To: [email protected]<mailto:[email protected]> Subject: Suspected SPAM - [onap-discuss] [dmaap] problem with redeploy on latest branch Hi, I've installed ONAP with OOM latest and Integration Casablanca. I see problem with some pods which can't be started. NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE onap dev-dmaap-dmaap-dr-node-59c649cb86-c5q9f 0/1 Init:0/1 102 18h 10.42.21.203 onap-instance-2 onap dev-dmaap-dmaap-dr-prov-6c48db6968-lhx86 0/1 CrashLoopBackOff 216 18h 10.42.66.229 onap-instance-4 onap dev-oof-oof-has-api-7d9b977b48-qnwq9 0/1 Init:0/3 102 18h 10.42.237.246 onap-instance-2 onap dev-oof-oof-has-controller-7f5b6c5f7-rrks5 0/1 Init:1/3 105 18h 10.42.118.185 onap-instance-5 onap dev-oof-oof-has-data-b57bd54fb-dh29h 0/1 Init:1/4 107 18h 10.42.56.59 onap-instance-7 onap dev-oof-oof-has-healthcheck-r4htk 0/1 Init:0/1 107 18h 10.42.165.2 onap-instance-6 onap dev-oof-oof-has-reservation-5869b786b-fbl7r 0/1 Init:1/4 107 18h 10.42.44.145 onap-instance-6 onap dev-oof-oof-has-solver-5c75888465-4sw4k 0/1 Init:1/4 108 18h 10.42.252.163 onap-instance-4 onap dev-pnda-dcae-pnda-mirror-7455bc6bf8-n52vj 0/1 ImagePullBackOff 0 18h 10.42.83.165 onap-instance-7 onap dev-portal-portal-app-6f57b79969-bz52c 0/2 Init:0/1 102 18h 10.42.240.68 onap-instance-2 What I did to fix the issue with dmaap? 1. helm undeploy dev-dmaap --purge 2. deleted dmaap-dr database --> rm -rf dr-db/ 3. changed values.yaml to have initialDelaySeconds: 200 , both in liveness and rediness 4. make; make onap 5. helm deploy dev-dmaap local/onap --namespace onap -verbose After redeploy dev-dmaap is Failed: dev-dmaap 1 Thu Nov 22 08:24:43 2018 FAILED dmaap-3.0.0 onap Logs says that there is some existing volume, but I'm not able to find where it is and how to fix it: Error: release dev-dmaap failed: object is being deleted: persistentvolumes "dev-dmaap-dbc-pg-data1" already exists Can anyone help me with that issue? Btw, It seems that after undeploy, not infotrmation about previous dmaap deployment are deleted and this is issue. Thank you in advance. Marcin Przybysz “Amdocs’ email platform is based on a third-party, worldwide, cloud-based system. Any emails sent to Amdocs will be processed and stored using such system and are accessible by third party providers of such system on a limited basis. Your sending of emails to Amdocs evidences your consent to the use of such system and such processing, storing and access”. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13990): https://lists.onap.org/g/onap-discuss/message/13990 Mute This Topic: https://lists.onap.org/mt/28285313/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
