Hi, In Dublin, SDNC by default will not have its own mariadb statefulset, instead it will use the common mariadb-galera cluster (must be enabled in the onap/values.yaml or using overrides) to create database.
I was referring to the Sandeep’s mail, where I see, dev-mariadb-galera-mariadb-galera-0 0/1 CrashLoopBackOff 136 11h SDNC will be using this cluster, so we must know the reason for this crashloopbackoff. Unless this is up and running SO and SDNC will not come up. @Hanif, Can you verify that you have shared mariadb-galera cluster up and running? If yes also verify the version of K8s/helm to match with below: Supported versions are: ============== =========== ====== ======== ======== Release Kubernetes Helm kubectl Docker ============== =========== ====== ======== ======== amsterdam 1.7.x 2.3.x 1.7.x 1.12.x beijing 1.8.10 2.8.2 1.8.10 17.03.x casablanca 1.11.5 2.9.1 1.11.5 17.03.x dublin 1.13.5 2.12.3 1.13.5 18.09.5 ============== =========== ====== ======== ======== Thx, Mahendra From: LTE Next Generation <[email protected]> Sent: Wednesday, May 22, 2019 1:42 PM To: [email protected]; Mahendra Raghuwanshi <[email protected]>; Sandeep Shah2 <[email protected]> Subject: RE: [onap-discuss] [ccsdk] [sdnc] Mariadb container not starting during installation of SDNC Hi Mahendra, My observation on this issue is that, there is no mariadb-galera pod/container coming up for sdnc. There is no persistent volume claims created, no mariadb-galera pod created for sdnc. Because of this, the sdnc is waiting for readiness check for mariadb-galera. I even checked the manifest of the installed charts, I could not find the mariadb-galera statefulset for sdnc. This looks to be helm templates issue where it is missing the mariadb-galera configuration specifically for sdnc. The readiness/liveness probes repeat itself some number of times, so if at some point of time when the mariadb comes up, it should start the sdnc container’s scripts. As there is no mariadb-galera pod, I cannot provide such a log. Thanks and Kind Regards, Hanif Kukkalli -- Hanif Kukkalli highstreet technologies GmbH Hähnelstraße 6 12159 Berlin Telephone: +49 371 531 33402 E-Mail: [email protected]<mailto:[email protected]> Web: http://www.highstreet-technologies.com<http://www.highstreet-technologies.com/> Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B Firmensitz: Berlin USt-IdNr.: DE261090513 From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> On Behalf Of Mahendra Raghuwanshi Sent: 22 May 2019 05:02 To: Sandeep Shah2 <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Subject: Re: [onap-discuss] [ccsdk] [sdnc] Mariadb container not starting during installation of SDNC Hi Sandeep, We need to find out why maria-db-galera-0 is in CrashLoopBackOff. To understand the issue, please provide the logs of the maria-db-galera-0 Pod. I suspect this could be because of Readiness/Liveliness probes start bit too soon and restarting the Pod even while the databases was still initializing. You can try out with initial delay set to bit large values. Thx, Mahendra This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17171): https://lists.onap.org/g/onap-discuss/message/17171 Mute This Topic: https://lists.onap.org/mt/31697268/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
