Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-25 Thread Gopigiri, Sirisha via Lists.Onap.Org
Yes I am able to deploy SDNC now. Thank you! Best Regards Sirisha Gopigiri On Thu, Oct 25, 2018 at 9:03 PM Eric Debeau wrote: > Hello > > I believe that problem was linked to a bug in the deploy plugin. It is now > corrected yesterday thanks to Mike: > https://gerrit.onap.org/r/#/c/71165/ >

Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-25 Thread Eric Debeau
Hello I believe that problem was linked to a bug in the deploy plugin. It is now corrected yesterday thanks to Mike: https://gerrit.onap.org/r/#/c/71165/ Best Regards Eric -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13302):

Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-25 Thread James MacNider
A fix for these deployment issues was merged earlier today. Pulling down ( and installing ) new versions of the deploy plugin is recommended. From: onap-discuss@lists.onap.org On Behalf Of George Clapp Sent: Tuesday, October 23, 2018 2:05 PM To: onap-discuss@lists.onap.org Subject: Re: [E]

Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-23 Thread George Clapp
I learned that sndc will be installed if the sniro component is also installed.  I tried again today after updating the master branching and reinstalling the helm deploy plugin, but sdnc wasn't installed if sniro was disabled.  It was installed, though, when sniro was enabled.

Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-23 Thread James MacNider
I've seen this same issue when using the deploy plugin in my environment. I'm going through the process of debugging it, so I'll report back if I find anything helpful. From: onap-discuss@lists.onap.org On Behalf Of Brian Sent: Tuesday, October 23, 2018 6:10 AM To: Gopigiri, Sirisha ;

Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-23 Thread Brian
I dont edit onap/values but the override fike passed in as a -f option to helm deploy You can look in hour hekm/plugins directory for the log file and see. The deploy PMlugin did just get updated so you can te.g.y re cloning and cooyjng jt ingo the plugi s directory Brian Sent via the

Re: [E] Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-23 Thread Gopigiri, Sirisha via Lists.Onap.Org
Hi I am trying to install SDNC from ONAP Master branch and as George mentioned, I am facing the same problem, SDNC pods are not getting launched. When I enable only SDNC in onap/values.yaml and run "helm deploy demo local/onap --namespace onap", the SDNC components are not coming up, but when I

Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-02 Thread Brian
Andrew, Good catch ! We dont touch sniro-emulator in the integration-override.yaml so we didnt hit this problem. Brian From: Andrew Fenner Sent: Tuesday, October 02, 2018 8:52 AM To: onap-discuss@lists.onap.org; FREEMAN, BRIAN D ; georgehcl...@gmail.com Subject: RE: [onap-discuss] [OOM]

Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-02 Thread Andrew Fenner
Hi, I was running into something similar and I think it is a little more complex (still investigating but think I’m close to the root of the problem) I think the parsing in the deploy.sh is a tiny bit off and it is been confused by the sniro-emulator as the “–“ isn’t in the word definition. I

Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread Brian
For SDNC you need something like this (from integration-override.yaml): Remember the default is enabled: true so I think the issue is its not liking the mysql section vs the enableClustering: true/false Brian sdnc: replicaCount: 3 config: enableClustering: true or sdnc:

Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread George Clapp
Thanks much!  Here it is. # Copyright © 2017 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # #       http://www.apache.org/licenses/LICENSE-2.0 #

Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread Brian
Copy your override.yaml into the message so we can look at it. Brian From: onap-discuss@lists.onap.org On Behalf Of George Clapp Sent: Monday, October 01, 2018 3:08 PM To: onap-discuss@lists.onap.org Subject: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in

[onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread George Clapp
I'm following the instructions at  https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins to install a subset of the ONAP components in a Rancher/Kubernetes environment.  To install only a subset, I copied oom/kubernetes/onap/values.yaml to an "override.yaml" file and set "enabled: