[onap-discuss] [OOM] common Helm Chart conventions

2018-04-06 Thread LUNANUOVA, DOMINIC (DOMINIC)
I played a bit with the common/postgres chart, and understand it is a WIP. But have some questions: - Should we expect a common chart to deploy in the same namespace as the app requiring it? Specifically, I found postgres deploys to default namespace, while my pod deployed in onap

Re: [onap-discuss] problem deploying master branch oom

2018-04-06 Thread Ing-Wher Chen
Hi Lusheng, Might your problem be the one that Mandeep mentioned here and here ? > Date: Fri, 6 Apr 2018 18:28:24 + > From: "JI, LUSHENG

Re: [onap-discuss] ONAP using heat templates

2018-04-06 Thread FREEMAN, BRIAN D
Do you VM's have access to the internet. Check the cloud-init logs and see if there were error messages trying to resolve nexus3.onap.org and the like. Most likely the VM's are blank becuase the vm_install and vm_init scipts cant reach the internet (or at least that is the most likely

Re: [onap-discuss] [integration] External Labs Jenkins Job question

2018-04-06 Thread FREEMAN, BRIAN D
Tha’ts not the nexus repo IP I wonder if Gary has a proxy setup for nexus3. Brian From: DRAGOSH, PAM Sent: Friday, April 06, 2018 9:07 AM To: FREEMAN, BRIAN D ; onap-discuss@lists.onap.org Subject: Re: [integration] External Labs Jenkins Job question Ok I did try to update the

Re: [onap-discuss] [integration] External Labs Jenkins Job question

2018-04-06 Thread FREEMAN, BRIAN D
We usually would do a re-install from scratch but we are holding off so projects can debug in some cases. During this pair wise test phase if you have a new docker available in nexus feel free to pull it down to the SB-07 environment (Helen/Gary correct me if I am wrong) But the intent of pair

Re: [onap-discuss] ONAP using heat templates

2018-04-06 Thread Beejal Shah
Couple of things: 1. Those heat templates look like the pre-Amsterdam version of ONAP, you should probably move to R1 (Amsterdam) version: https://gerrit.onap.org/r/gitweb?p=demo.git;a=tree;f=heat/ONAP;h=64815cec035a3e9819699309375991f519e9f23e;hb=refs/heads/amsterdam 2. If you

[onap-discuss] [integration] External Labs Jenkins Job question

2018-04-06 Thread DRAGOSH, PAMELA L (PAM)
Integration team, I’m trying to understand why the windriver and tlab jobs are failing health check. Yesterday I submitted a fix into integration to ensure its using a stable release but it still fails. But after digging into the VM it looks like the Jenkin’s Jobs are using older artifacts.

Re: [onap-discuss] [app-c] appc client library location

2018-04-06 Thread CHO, TAKAMUNE
Hi Ramu, Thanks again on interested on APPC. Yes. APPC does support netconf/chef/ansible for VNF configuration as you have seen in the document. I would strongly suggest that if you could attend APPC weekly meeting, then you would get more knowledge for APPC. APPC weekly meeting would be held

[onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-06 Thread Migdal, Marcin (Nokia - PL/Wroclaw)
Hello I managed to run Dmaap locally with code from master branch. I am able to list existing queues: Request: curl --request GET localhost:3904/topics/listAll Response: {"topics": [ { "owner": "", "txenabled": false, "topicName": "msgrtr.apinode.metrics.dmaap"

Re: [onap-discuss] AAI inventory update after onboarding / instantiation on openstack using SO API

2018-04-06 Thread Ullas Kumar Kotrappa Yereseemi
Hello Jimmy, Thanks for the details , that did gave some more information but still the information on the Host and IP of the VNF was not available as part of the AAI Call ( I tried the depth 3 and greater than 3 as well) . As part of the VNF Module Initialization call via SO.

[onap-discuss] ONAP using heat templates

2018-04-06 Thread Pavithra R13
Hi All I am trying to install ONAP using heat templates on Openstack Pike. I downloaded the template and environment file from the link https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0 . The stack is up and am able to access the VMs. But am not able to access the

Re: [onap-discuss] [onap-tsc] ONAP-OOM Deployment Error

2018-04-06 Thread Mandeep Khinda
Hi Pulkit, The OOM team noticed this and created a defect to track the fix which is currently a top priority and has a gerrit review outstanding. I believe it will be wrapped up and merged today. https://jira.onap.org/browse/OOM-858 The root cause is this: portal has a sql file that is

[onap-discuss] ONAP-OOM Deployment Error

2018-04-06 Thread Pulkit Walia
Hi All, I need some help related to ONAP Deployment. I am trying to deploy ONAP on VMware Integrated OpenStack 4.0 with Kubernetes and I have been facing an error with it. I am using the following for ONAP deployment: * VMware Integrated OpenStack 4.0 with Kubernetes * Helm v2.7.0 *

[onap-discuss] [ccsdk] Weekly call cancelled 4/6

2018-04-06 Thread TIMONEY, DAN
CCSDK team, Sorry for late notice, but I need to cancel this week’s CCSDK project meeting due to a conflict. Dan Timoney Principal Technical Staff Member AT Email : dtimo...@att.com Office : +1 (732) 420-3226 Mobile : +1 (201) 960-1211 200 S Laurel Ave, Rm E2-2A03

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-06 Thread UNNAVA, SUNIL
Marcin, Consumers has to subscribe to a topic to receive the events. Consumer will receive the messages published after subscribed to a topic. Subscriber URL ({host}:3904/events/testTopic/{consumerGroup}/{consumerId}) is used to both subscribe to a topic and receive messages from the topic.

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-06 Thread UNNAVA, SUNIL
Its depend on the consumer. You can define consumer group and consumer id based on your needs. For example using the following URL, I am subscribing to a topic testtopic with consumer group as CG1 and consumer as c1. http://10.12.5.163:30227/events/testtopic/CG1/C1?timeout=1000 Thanks, Sunil

Re: [onap-discuss] [integration] External Labs Jenkins Job question

2018-04-06 Thread Gary Wu
On the general process: At https://wiki.onap.org/display/DW/Integration+Test+Labs it shows the current owner of each Integration tenant in the Wind River lab. Currently Integration-Jenkins and Integration-Stable are dedicated to automated deployment testing, and are completely re-deployed