Hi , I found this in the deploy.sh script:
# determine if upgrading individual subchart or entire parent + subcharts SUBCHART_RELEASE="$(cut -d'-' -f2 <<<"$RELEASE")" # update specified subchart without parent RELEASE="$(cut -d'-' -f1 <<<"$RELEASE")" So root@rancher-2:~# RELEASE=onap-mariadb-galera root@rancher-2:~# cut -d'-' -f1 <<<"$RELEASE" onap root@rancher-2:~# cut -d'-' -f2 <<<"$RELEASE" mariadb root@rancher-2:~# This means the deploy script cannot deploy a chart that has a dash in the middle like mariadb-galera Abdelmuhaimen Seaudi, CCIE # 25265 Email: [email protected] Skype: aseaudi LinkedIn: www.linkedin.com/in/aseaudi Telephone: +2012 84644 733 On Thu, Jan 30, 2020 at 3:57 PM Brian Freeman <[email protected]> wrote: > > > I suspect the helm plugin under .helm/plugins/deploy is having problems > parsing – we dont usually deploy mariadb by itself since its shared > infrastructure (so many thinngs need to be redeployed in mariadb or > cassaandra isnt up) > > > > You can try removing the cache directory under helm/plugins/deploy > > > > Make sure your override file has mariadb enabled (compare it with the full > onap settings) > > > > Also – make all; make onap of your helm charts to make sure you have them > > > > Helm can be tricky with these silent failures – for me its usually that I > have a typo and helm doesnt think the chart is part of the same deployment. > > > > Brian > > > > > > *From:* [email protected] <[email protected]> *On > Behalf Of *Abdelmuhaimen Seaudi via Lists.Onap.Org > *Sent:* Thursday, January 30, 2020 3:53 AM > *To:* [email protected] > *Subject:* [onap-discuss] Helm deploy command issue > > > > Hi > > > > When I say: > > helm deploy onap-cassandra local/onap -f dev.yaml --namespace onap > > It works > > > > Same as with the rest of onap components > > > > Except when I say: > > helm deploy onap-mariadb-galera local/onap -f dev.yaml --namespace onap > > It won't work, even when I add --verbose, tere are no logs, and helm > return to the linux prompt. > > > > Any idea why ? > > > > A. Seaudi > > _________________________________________________________________________________________________________________________ > > > > 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 (#19863): https://lists.onap.org/g/onap-discuss/message/19863 Mute This Topic: https://lists.onap.org/mt/70267170/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
