It helped. Thank you.

Regards,
Kuldeep

From: Malinconico Aniello Paolo (Guest) 
<[email protected]>
Sent: Monday, February 8, 2021 9:38 PM
To: Kuldeep Singh Negi <[email protected]>; Kamel Idir 
<[email protected]>; MALAKOV, YURIY ([email protected]) <[email protected]>
Cc: [email protected]
Subject: Re: [onap-discuss] [Frankfurt] SDNC does not connect to mariadb-galera 
cluster - Distribution fails

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Hi, maybe your password is not correct.
Try the following steps to retrieve the correct password to access to mariadb 
pod.



  1.  Retrieve the key into mariadb root password secret



x10

x1018564@cloudshell:~ (tim-poc-svil-p3-l10)$ kubectl get secrets -nonap 
dev-mariadb-galera-db-root-password -oyaml
apiVersion: v1
data:
password: VGVwc01hdmFGb3RhOSs=
kind: Secret
metadata:
creationTimestamp: "2021-01-22T15:12:34Z"
labels:
app: mariadb-galera
chart: mariadb-galera-7.0.0
heritage: Tiller
release: dev
name: dev-mariadb-galera-db-root-password
namespace: onap
resourceVersion: "20519917"
selfLink: /api/v1/namespaces/onap/secrets/dev-mariadb-galera-db-root-password
uid: f6eaec68-bf50-4f47-89a6-922a8b8e91be
type: Opaque





​​2. Decode the password :

x1018564@cloudshell:~ (tim-poc-svil-p3-l10)$ echo VGVwc01hdmFGb3RhOSs= | base64 
-d
TepsMavaFota9+x1018564@cloudshell:~ (tim-poc-svil-p3-l10)$







You can access to mariadb-galera with user: root and password: TepsMavaFota9+





​Thanks,


Aniello
--
-----------------------------------------------------------------
TIM
Aniello Paolo Malinconico

Chief Innovation & Partnership Office
Technology Innovation

TIM S.p.A.
Via G. Reiss Romoli, 274 – 10148 TORINO
email: 
[email protected]<mailto:[email protected]>
Tim Official: 
Facebook<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FTimOfficialPage&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787700462%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=xn5pF4RVTH3lNgs%2BI221lz0Z0CkgkdrLhdqD552h8J0%3D&reserved=0>
 - Twitter<https://twitter.com/tim_official> - 
www.tim.it<https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.tim.it%2F&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787710454%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=GefWW6ga8SAsxm0hMgrQYatPNUBLreKVcr51c45AIC0%3D&reserved=0>




-----------------------------------------------------------------
TIM
Aniello Paolo Malinconico
Chief Innovation & Partnership Office
Technology Innovation

TIM S.p.A.
Via G. Reiss Romoli, 274 – 10148 TORINO
email: 
[email protected]<mailto:[email protected]>
Tim Official: 
Facebook<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FTimOfficialPage&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787710454%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=0rhpmYVmYIaJpZOsza4N7MzLDaVVfBHdKhFdhXo8dHE%3D&reserved=0>
 - Twitter<https://twitter.com/tim_official> - 
www.tim.it<https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.tim.it%2F&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787710454%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=GefWW6ga8SAsxm0hMgrQYatPNUBLreKVcr51c45AIC0%3D&reserved=0>
________________________________
From: Kuldeep Singh Negi <[email protected]<mailto:[email protected]>>
Sent: Monday, February 8, 2021 4:25 PM
To: Malinconico Aniello Paolo (Guest); Kamel Idir; MALAKOV, YURIY 
([email protected]<mailto:[email protected]>)
Cc: [email protected]<mailto:[email protected]>
Subject: [EXT] RE: [onap-discuss] [Frankfurt] SDNC does not connect to 
mariadb-galera cluster - Distribution fails

Hi Aniello,

I was trying to connect to mariadb for to update CatalogDB (details in link 
below), however unable to login to mariadb.
Can you please let me know the creds to login to it ?

https://wiki.onap.org/pages/viewpage.action?pageId=71838892<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.onap.org%2Fpages%2Fviewpage.action%3FpageId%3D71838892&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787720449%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=SUlM%2FLcFDU7EK8bVjkL2DtLR%2B0qSUpTs%2B9VPINh2oR0%3D&reserved=0>
[cid:[email protected]]

Regards,
Kuldeep

From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Aniello Paolo Malinconico via lists.onap.org
Sent: Friday, September 4, 2020 12:37 PM
To: Kamel Idir <[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Subject: Re: [onap-discuss] [Frankfurt] SDNC does not connect to mariadb-galera 
cluster - Distribution fails

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

I solved by using "secretpassword" as masterPassword during helm deploy.



Aniello
--
-----------------------------------------------------------------
TIM
Aniello Paolo Malinconico
Chief Innovation & Partnership Office
Technology Innovation

TIM S.p.A.
Via G. Reiss Romoli, 274 – 10148 TORINO
email: 
[email protected]<mailto:[email protected]>
Tim Official: 
Facebook<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2FTimOfficialPage&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787720449%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=qx2cdbVi2KCUpcsN1wXqEUVTXVn1Q9xjlXvY7DWSy50%3D&reserved=0>
 - 
Twitter<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Ftim_official&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787730445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=v9z%2BWb6brWLrKIQ0HZF98q1cchnnTqYfyPEd9u%2FejfQ%3D&reserved=0>
 - 
www.tim.it<https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.tim.it%2F&data=04%7C01%7CKuldeepSinghN%40hcl.com%7Cb977a1c198b74554ffa208d8cc4bb187%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637483972787730445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=SQigddCbx%2Fsi5BiCcHHM1eTE0juKMUmRwLdpO%2BCv8xs%3D&reserved=0>

::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
________________________________


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22843): https://lists.onap.org/g/onap-discuss/message/22843
Mute This Topic: https://lists.onap.org/mt/76469442/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to