Sylvain, After adding the masterPassword in the global part of values.yaml, the mariadb is getting deployed. Thanks for the pointer. Truly appreciate it.
I just gave a random password for the masterPassword. Does the masterPassword need to be updated anywhere else ? One more concern, when I run the 'make all' command, the 'Deleting outdated charts' takes almost 25 mins to complete. Is it something that is expected ? Is there anything else that can be done to expedite the process? Thanks, Thiriloshini From: [email protected] <[email protected]> Sent: Monday, April 6, 2020 3:39 AM To: [email protected]; Thoppekrishnakumar, Thiriloshini <[email protected]> Cc: Miao, Xin <[email protected]>; [email protected] Subject: RE:Facing issue in deploying ONAP Master Hi, the issue is that you have to define a "master password" and I have not documented it sorry. so add 'masterPassword:' with a values in 'global' part of your override or do --set global.masterPassword=whatyouwant in your command It should have make fail the whole onap deployment but it's clearly not the case :-/ We'll see with Krzysztof how to solve this. ________________________________ De : [email protected]<mailto:[email protected]> [[email protected]] de la part de [email protected]<mailto:[email protected]> [[email protected]] Envoyé : lundi 6 avril 2020 07:40 À : [email protected]<mailto:[email protected]> Cc : [email protected]<mailto:[email protected]> Objet : [onap-discuss] Facing issue in deploying ONAP Master Hello everyone, We are trying to deploy onap master branch using OOM that was cloned on 04/06/2020 around 12:00 AM CST using the command, git clone http://gerrit.onap.org/r/oom --recurse-submodules. We also have an ElAlto cluster that is running without any issues. We are using rke version v0.2.8, kubernetes_version: "v1.15.3-rancher1-1", Docker version 19.03.4, helm verion v2.14.2". During the helm deploy, it shows dmaap, mariadb deployed but in the helm list dmaap and mariadb isn't listed. None of the dmaap and mariadb pods are coming up. Has anyone faced issue something like this ? Please let us know if we are missing here. ubuntu@onap-rancher-vm:~/oom/kubernetes$ helm deploy dev local/onap --namespace onap --timeout 900 -f onap/values.yaml fetching local/onap release "dev" deployed release "dev-aaf" deployed release "dev-aai" deployed release "dev-cassandra" deployed release "dev-dmaap" deployed release "dev-esr" deployed release "dev-mariadb-galera" deployed release "dev-msb" deployed release "dev-uui" deployed ubuntu@onap-rancher-vm:~/oom/kubernetes$ helm list NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE dev 2 Tue Mar 31 08:05:27 2020 DEPLOYED onap-5.0.0 El Alto onap dev-aaf 2 Tue Mar 31 08:05:30 2020 DEPLOYED aaf-5.0.0 onap dev-aai 1 Tue Mar 31 08:05:33 2020 DEPLOYED aai-5.0.0 onap dev-cassandra 2 Tue Mar 31 08:06:09 2020 DEPLOYED cassandra-5.0.0 onap dev-esr 1 Tue Mar 31 08:06:17 2020 DEPLOYED esr-5.0.0 onap dev-msb 1 Tue Mar 31 08:06:27 2020 DEPLOYED msb-5.0.0 onap dev-uui 1 Tue Mar 31 08:06:38 2020 DEPLOYED uui-5.0.0 onap ubuntu@onap-rancher-vm:~/oom/kubernetes$ Any pointer is very much appreciated. Thanks, Thiriloshini _________________________________________________________________________________________________________________________ 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 (#20503): https://lists.onap.org/g/onap-discuss/message/20503 Mute This Topic: https://lists.onap.org/mt/72807623/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
