Hi,

We don’t believe this to be an issue with the code not indented correctly as we 
have deployed Casablanca and dmaap-dr-prov is instantiated correctly. The issue 
is seen intermittently though so we are looking into it, more than likely a 
timing/resource issue. The following workaround is in place until we figure out 
a solution.

If the datarouter directory does not exist under the 
'/dockerdata-nfs/dev-dmaap/dmaap/dr-db/data' path then the database has not 
been correctly instantiated so you will need to do the following.
Enter the dmaap-dr-db pod and run the following commands to create the database:
To enter the mysql server on the pod:
        mysql -u root

Once there run the following SQL statements:

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('datarouter');

GRANT ALL ON *.* TO 'root'@'localhost' WITH GRANT OPTION;

CREATE USER datarouter;

SET PASSWORD FOR 'datarouter' = PASSWORD('datarouter');

CREATE database datarouter;
GRANT ALL ON `datarouter`.* TO 'datarouter';

Regards,
Conor Ward

From: [email protected] <[email protected]> On Behalf Of 
Catherine LEFEVRE
Sent: Thursday 20 December 2018 09:52
To: [email protected]
Cc: [email protected]; [email protected]; RAMESH, BHANU 
<[email protected]>; UNNAVA, SUNIL <[email protected]>; LUNANUOVA, DOMINIC 
<[email protected]>; MCCRAY, CHRISTOPHER <[email protected]>
Subject: Re: [onap-discuss] Dmaap bus-controller, dr-node, dr-prov is failing 
after OOM Casablanca installation.

Adding some DMaaP Team members

From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of Sylvain Desbureaux
Sent: Thursday, December 20, 2018 10:21 AM
To: [email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>
Subject: Re: [onap-discuss] Dmaap bus-controller, dr-node, dr-prov is failing 
after OOM Casablanca installation.

Hello,
I’ve the same issue and I’ve seen that imagePullSecrets seems to be not well 
indented… and thus the credentials are not given and we cannot log in…



---
Sylvain Desbureaux

De : <[email protected]<mailto:[email protected]>> au nom 
de "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Répondre à : "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>, 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date : jeudi 13 décembre 2018 à 15:15
À : "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>, 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Objet : Re: [onap-discuss] Dmaap bus-controller, dr-node, dr-prov is failing 
after OOM Casablanca installation.

Dear  Christopher,

I  have  deployed the  Casablanca  in a  few  days and  dmaap-dr-prov  never  
became  the  running  status, container  is  stopping without  any  error.

  *   Standard Error
13.12.2018 17:07:58this is LIB /opt/app/datartr/lib
13.12.2018 17:07:58this is ETC /opt/app/datartr/etc
13.12.2018 17:07:58Starting using 
/opt/app/datartr/lib/datarouter-prov-jar-with-dependencies.jar

Thanks,

_________________________________________________________________________________________________________________________



Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.



This message and its attachments may contain confidential or privileged 
information that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and delete 
this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.

Thank you.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14660): https://lists.onap.org/g/onap-discuss/message/14660
Mute This Topic: https://lists.onap.org/mt/27483391/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to