Re: [onap-discuss] [oom] OOM container restarts

2018-08-07 Thread Catherine LEFEVRE
Hi Yan, No worries. I do not know if your container restart issue is related to a timeout or not. The CLAMP team has increased the initialDelaySeconds to 120 in the values.yaml file. # probe configuration parameters liveness: initialDelaySeconds: 120 Hope it helps. Best regards Catherine

答复: [onap-discuss] [oom] OOM container restarts

2018-08-07 Thread Yan Yang
Hi Catherine and Gary, Sorry for late to see this email. VF-C team will key our eyes on this, may be need some help from OOM team. Best Regards, Yan 发件人: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] 代表 Catherine LEFEVRE 发送时间: 2018年8月8日 11:49 收件人: Gary Wu;

Re: [onap-discuss] [oom] OOM container restarts

2018-08-07 Thread Catherine LEFEVRE
Gary, Team, I would like to share some findings made by the CLAMP team in case of a similar issue is encountered by the other teams. It seems that the problem arrives when the container takes some time to start (around 60s for Windriver OOM-Daily lab) The setting of the liveness,

Re: [onap-discuss] [oom] OOM container restarts

2018-08-07 Thread Catherine LEFEVRE
Thank you Gary for the additional information. I raised previously this request because some PTLs could not find the logs from previous OOM containers restart. If PTLs check at the beginning of their day then they should be able to capture the logs if the restart reoccurs. I looked on the

Re: [onap-discuss] [VNFSDK] vnfsdk csar-validate - producing error

2018-08-07 Thread Lianhao Lu
I did some debugging. It's a bug in the aria which vnfsdk pkgtools uses as one of the backend tosca parser to parse the VNFD. Aria doesn't support the yaml file ends with the extension name '.yml', it should ends with '.yaml'. Also, the VNFD you tried is of tosca version 'tosca_simple_yaml_1_1'

Re: [onap-discuss] jira, wiki, gerrit, git DOWN, nexus3, nexus, sonar UP

2018-08-07 Thread Michael O'Brien
Back up as of 2208 - must have hit a maintenance window /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Tuesday, August 7, 2018 10:07 PM To: onap-discuss@lists.onap.org; 'helpd...@onap.org' Subject: [onap-discuss] jira, wiki, gerrit, git DOWN, nexus3, nexus, sonar

[onap-discuss] jira, wiki, gerrit, git DOWN, nexus3, nexus, sonar UP

2018-08-07 Thread Michael O'Brien
LF, Jira, wiki, gerrit, git are all offline as of 2200 EDT GMT-4 /michael This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer

[onap-discuss] [dcaegen2] [oom] Adding labels and modifying namespace to DCAGEN2 pods

2018-08-07 Thread Hector Anapan
Hi, 1. I am trying to list pods per HELM deployment (assuming I don't use local/onap and I use separate HELM charts), so I am using labels to list pods by their "release" label (helm release name). I made a change (https://jira.onap.org/browse/OOM-1319 --

[onap-discuss] [SDC] What does the "Test" process really do to resources/services

2018-08-07 Thread Kang Xi
Hi Michael and SDC experts, I remember that back in R1, the "Test" process was pretty much a placeholder, it does not really do any testing to the resource/service. Just wondering if that's any changes to the "Test" process in the current version? Regards, Kang -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Marcus G K Williams
Yes. Look at the following page: https://wiki.onap.org/display/DW/Configuring+Gerrit#ConfiguringGerrit-RunningaCommandwithinGerrit Thanks, Marcus Williams IRC, Twitter, etc. @ mgkwill Intel Corp. From: SMOKOWSKI, STEVEN [mailto:ss8...@att.com] Sent: Tuesday, August 7, 2018 12:58 PM To:

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Taka Cho
Steve, Here https://wiki.onap.org/display/DW/Configuring+Gerrit Goto the bottom. There is a list of tricks… Taka From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On Behalf Of SMOKOWSKI, STEVEN Sent: Tuesday, August 07, 2018 3:58 PM To: Williams, Marcus ;

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Steve Smokowski
Is theressome documentation around all these tricks to get the pipelines to do things like clm/sonar/etc? Thanks -Steve From: "Williams, Marcus" Date: Tuesday, August 7, 2018 at 3:57 PM To: "onap-discuss@lists.onap.org" , "SMOKOWSKI, STEVEN" , "seshu.kuma...@huawei.com" Subject: RE:

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Marcus G K Williams
Hi Steve, We can run CLM on any job by typing ‘run-clm’, see https://wiki.onap.org/display/DW/Configuring+Gerrit#ConfiguringGerrit-Run-clm I’ve started a CLM run on your CXF patch to see how it affects the results. Thanks, Marcus Williams IRC, Twitter, etc. @ mgkwill Intel Corp. From:

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Steve Smokowski
A lot seem to just be base spring-boot imports, some are not used. I can look at how we would possibly exclude them. I upgraded today the cxf, dependency, so we should re-run the scan to see if that one goes away at least. Thanks -Steve From: on behalf of Marcus G K Williams Reply-To:

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Marcus G K Williams
Hi Seshu, If the issues had been addressed in Beijing, we forgot to cherry pick them to master. But I doubt that because CLM seemed to be broken until recently. The scan is running on jenkings in the CLM job and it is scanning master. Here are the last two jobs run on master (they match

Re: [onap-discuss] Container based VNF on K8S using Beijing release

2018-08-07 Thread Chen, Weidong 2. (Nokia - US/Irving)
This is great!  I look forward to.  How can I reach out to Shashank regarding this?  This is something new in ONAP.  And I will provide feedback to the community how things are going.   Regards, Will -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [onap-discuss] Container based VNF on K8S using Beijing release

2018-08-07 Thread Srini
Hi Will, What Victor provided is to bring up K8S infrastructure software on physical server nodes. Shashank can provide instructions on how to bring up containerized VNFs using K8S plugin. He made it work with EdgeXFoundry using few SO simulator scripts. Same can be used by you. Thanks

[onap-discuss] [VNFSDK] Adding Source types to VES-Agent library

2018-08-07 Thread William Kurkian
Hi, I am using the VES-Agent library from the VNFSDK to handle talking to the VES. I find that I need to add source types to this Enum: public enum EVEL_SOURCE_TYPES{ EVEL_SOURCE_OTHER, EVEL_SOURCE_ROUTER, EVEL_SOURCE_SWITCH, EVEL_SOURCE_HOST,

Re: [onap-discuss] Container based VNF on K8S using Beijing release

2018-08-07 Thread Chen, Weidong 2. (Nokia - US/Irving)
Hi Srini, Victor, Thanks for the replies! I would be glad to contribute a part to this topic.  Right now, I already have a container based VNF which is onboarded on K8S manually.  Does the information Victor provided is for us in order to use the K8S plugin in ONAP?  After that is done, can I

Re: [onap-discuss] [oom] OOM container restarts

2018-08-07 Thread Gary Wu
Hi Cathrine, Generally speaking, a container restart means that: 1. The liveness probe initial delay is too low, and 2. The liveness probe, when triggered, is returning the wrong status while the container is still initializing (i.e. not dead). The default liveness probe in OOM is

Re: [onap-discuss] [CLAMP][DCAE][control-loop]RE: New Collector in Clamp

2018-08-07 Thread Xin Miao
Hi, Linda, Please refer to the following CCVPN Close Loop wiki page for the Restconf collector in DCAE session from the high level. The page is under construction. https://wiki.onap.org/display/DW/CCVPN+Close+Loop. Thank you and best regards, Xin Miao American Network Technology Lab

Re: [onap-discuss] [integration] vcpe new error

2018-08-07 Thread Brian
Chenglong, Quota exceeded, too many key pairs. This happens in test environments since repeated creates with manual cleanup doesnt always cleanup the rsa keypairs under the account that SO uses. Login to the horizon portal using the account that SO is configured for and go to Compute ->

Re: [onap-discuss] Sparky-fe - problem with storeAnalytics enpoint

2018-08-07 Thread Arul Nambi
Hi Rahul, I think you are confusing 2 things here, Switon was having issues with OOM deployment and I asked him to get the latest configuration. In your case, I think you are referring to the sparky-fe code base. If I am wrong, can you please put in a few more details on what issues you are

Re: [onap-discuss] [CLAMP][DCAE][control-loop]RE: New Collector in Clamp

2018-08-07 Thread Horn, Linda (Nokia - US/Murray Hill)
What is a Restconf Collector and for what types of events is it used? How is it different from the normal VES Collector? Linda --- Linda S. Horn, DMTS ATF Architecture Open RAN Initiatives Mobile Networks, Nokia

Re: [onap-discuss] NEW: Staging Docker Manifest

2018-08-07 Thread Manoop Talasila
Thanks Gary for the details. Portal’s image versions look good for now. We will update this file, as we start creating staging images soon. Manoop From: on behalf of Gary Wu Reply-To: "onap-discuss@lists.onap.org" , "gary.i...@huawei.com" Date: Thursday, July 19, 2018 at 4:05 PM To:

Re: [onap-discuss] [Onap-release] Nexus IQ related question

2018-08-07 Thread Arul Nambi
Hi Jess, Sparky-fe war file will contain a js file. Regards Arul From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On Behalf Of Catherine LEFEVRE Sent: Tuesday, August 7, 2018 7:41 AM To: jwagant...@linuxfoundation.org; onap-release ; onap-discuss@lists.onap.org Subject:

Re: [onap-discuss] [CLAMP][DCAE][control-loop]RE: New Collector in Clamp

2018-08-07 Thread Xin Miao
Thanks, Adam. In my case, I am using an new type of collector, Restconf collector (going to be added into DCAE), and Holmes. Thank you and best regards, Xin Miao American Network Technology Lab Futurewei Technologies, Inc. 5340 Legacy Dr., Suite 175 Plano, TX 75024 Phone: 469-277-5884;

Re: [onap-discuss] [CLAMP][DCAE][control-loop]RE: New Collector in Clamp

2018-08-07 Thread Krysiak, Adam (Nokia - PL/Wroclaw)
Hi Xin, I will try to answer your question, please someone correct me if I'm wrong. Deploy of closed loop means that Clamp will send request to DCAE platform to start new instance of TCA (may be different tool but Clamp UI supports only TCA and Holmes). You're writing that you want to

Re: [onap-discuss] Container based VNF on K8S using Beijing release

2018-08-07 Thread Victor Morales
The KRD setup and execution has been simplified to few instructions [1]: · For fresh new installations where it’s needed to install dependencies $ ./setup.sh -p libvirt · Once the dependencies are installed, vagrant can be used to bring up the instances and execute the

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread seshu kumar m
Hi Marcus Some of the current vulnerabilities are from Beijing which are addressed in the previous release. We will discuss the details and provide the fix soon after the API review in the SO weekly meeting. Thanks and Regards, M Seshu Kumar Senior System Architect Single OSS India Branch

Re: [onap-discuss] [Onap-release] Nexus IQ related question

2018-08-07 Thread Catherine LEFEVRE
Good morning Jess, Have you identified any project that has generated this issue so we can have a deeper look? Many thanks & regards Catherine From: onap-rele...@lists.onap.org [mailto:onap-rele...@lists.onap.org] On Behalf Of jwagant...@linuxfoundation.org Sent: Monday, August 06, 2018 10:13

Re: [onap-discuss] [SO] SO Nexus IQ Security Vulnerabilities

2018-08-07 Thread Steve Smokowski
I tried to log on the other day and got rejected login. Is there something special I need to do to view these reports? Thanks -Steve From: on behalf of Marcus G K Williams Reply-To: "onap-discuss@lists.onap.org" , "marcus.willi...@intel.com" Date: Monday, August 6, 2018 at 7:12 PM To:

Re: [onap-discuss] Where is Gildas?

2018-08-07 Thread Lingli Deng
Enjoy the well-deserved holiday! Lingli From: onap-discuss@lists.onap.org On Behalf Of gildas.lani...@huawei.com Sent: 2018年7月27日 16:25 To: onap-discuss@lists.onap.org; onap-...@lists.onap.org; onap-rele...@lists.onap.org Subject: [onap-discuss] Where is Gildas? Hi All, This is to

[onap-discuss] TRAP Enrichment in which DCAE module #dcaegen2

2018-08-07 Thread mayank sanwal
Hi All, I am collecting traps through SNMP trap collector and performance data through VES collector. I want to enrich  this raw data with inventory from A I believe that data collected from VES would be enriched within TCA. Could somebody please suggest which DCAE module would be used to enrich

Re: [onap-discuss] AAF Installation and integration issue

2018-08-07 Thread amit chinnapurkar
Hi All, While debugging error in Kubernates i can see below error org.onap.aaf.misc.env.APIException: java.io.IOException: Neither File: /opt/app/osaaf/etc/org.osaaf.log4j.props nor resource on Classpath org.osaaf.log4j.props exist at