Re: error with helm deploy for dublin
Abdelmuhaimen Seaudi
Hi Brian,
Do I need a specific version of Rancher, K8s, and Dockers for Dublin, or can I use the same versions I am using today for Casablanca ?
The link below points at the end to OOM Quick Start Guide at https://docs.onap.org/en/casablanca/submodules/oom.git/docs/oom_quickstart_guide.html, which describes helm deploy for Casablanca. This is running fine for me.
The issue I am facing is with the master oom, it gives me the error below.
Error: open /root/.helm/plugins/deploy/cache/onap/charts/vfc/charts/vfc-zte-sdnc-driver/.helmignore: too many open files
Thanks
From: FREEMAN, BRIAN D [mailto:bf1936@...]
Sent: Sunday, May 05, 2019 4:25 PM To: onap-discuss@...; SEAUDI Abdelmuhaimen O-EG/HRCS Subject: RE: error with helm deploy for dublin
Abdelmuhaimen ,
Not sure if you are using the same method that integration uses. We are not seeing a too many files message on our installs.
See some notes below:
We use a differenct line to install ONAP.
Integration-override.yaml is where we put the environment parameters like Openstack credentials and which module should be enabled: true / false
Not sure if that is the same as the onap/values.yaml you are including as an override.
helm deploy dev local/onap -f /root/oom/kubernetes/onap/resources/environments/public-cloud.yaml -f /root/integration-override.yaml --namespace onap https://wiki.onap.org/pages/viewpage.action?pageId=29787124
Dublin is at RC0 so you may want to apply the updates to docker image versions from docker-manifest-staging.csv
https://docs.onap.org/en/casablanca/submodules/integration.git/docs/index.html?highlight=docker-manifest
cd /root/integration/version-manifest/src/main/resources cp docker-manifest-staging.csv docker-manifest-custom.csv
(staging manifest from Master has the current working containers we are using in integration-oom-staging-daily)
# customize docker-manifest-custom.csv per your requirements
../scripts/update-oom-image-versions.sh ./docker-manifest-staging.csv /root/oom/
cd /root/oom/kubernetes/ git diff # verify that the desired docker image changes are applied successfully make all # recompile the helm charts
From: onap-discuss@... <onap-discuss@...>
On Behalf Of Abdelmuhaimen Seaudi
Hi, I am trying to deploy Dublin.
I cloned oom master branch, and make all.
When I run: root@olc-rancher-dublin:~/oom/kubernetes# helm deploy onap local/onap --namespace onap -f onap/values.yaml
I get error:
Error: open /root/.helm/plugins/deploy/cache/onap/charts/vfc/charts/vfc-zte-sdnc-driver/.helmignore: too many open files
And some components are deployed, and the rest are ignored by the helm deploy script, and they are not deployed.
What is this error ?
Abdelmuhaimen Seaudi Orange Labs Egypt Email: abdelmuhaimen.seaudi@... Mobile: +2012 84644 733
_________________________________________________________________________________________________________________________ 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. _________________________________________________________________________________________________________________________ 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.
|
|