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

2018-04-05 Thread Akula, Ramanjaneyul Reddy (Nokia - US/Irving)
Forgot to reply all, so lost the discussion forum here. Adding back it. Hi Taka, Once again thanks for your kind response. As per APP-C doc it says it supports netconf/chef/ansible. Wondering what all are the options we have to do the VNF configuration? best regards, Ramu From: Akula,

Re: [onap-discuss] [modeling] ONAP Modeling Guidelines

2018-04-05 Thread John Strassner
Joel Halpern of Ericsson is leading the project. I think that suggestions should go to him directly. In the meantime, when we get a chance, some of the members of the IM Guidelines group will post to ONAP some of the more serious problems with the existing IISOMI guidelines. This is why we are

Re: [onap-discuss] [modeling] ONAP Modeling Guidelines

2018-04-05 Thread jessie jewitt
If you have any questions or comments regarding MEF's use of modeling guidelines, or modeling techniques, please let me know and I will communicate your request to the MEF committee chairs and the CTO. -Jessie On Wed, Apr 4, 2018 at 3:15 PM, John Strassner wrote: >

Re: [onap-discuss] [integration] Problem with integration repo

2018-04-05 Thread DRAGOSH, PAMELA L (PAM)
Cool thanks Gary that worked!! Pam From: Gary Wu Date: Thursday, April 5, 2018 at 12:39 PM To: "DRAGOSH, PAMELA L (PAM)" , "Morales, Victor" , Yunxia Chen , "onap-discuss@lists.onap.org"

Re: [onap-discuss] [integration] Problem with integration repo

2018-04-05 Thread Gary Wu
Turns out that was the only file that had this issue. I’ve submitted https://gerrit.onap.org/r/#/c/41217/ to change the CRLF. Marco can you help merge once the verify job completes? Thanks, Gary From: Gary Wu Sent: Thursday, April 05, 2018 9:34 AM To: 'DRAGOSH, PAMELA L (PAM)'

Re: [onap-discuss] [integration] Problem with integration repo

2018-04-05 Thread Gary Wu
It definitely has to do with the .gitattributes file, but somehow that file doesn’t trigger git to auto-convert the line endings on my (Linux) system. It may also have to do with the git version. I do see the CRLF in the file, though. Let me see if I can first do a mass conversion of all the

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

2018-04-05 Thread FORSYTH, JAMES
Hi, Ullas, If you want to see objects that are contained by the vnf, I suggest setting the depth= query parameter. By default depth is set to 0, meaning only fetch the given object and not objects that it contains. Example:

Re: [onap-discuss] [integration] Problem with integration repo

2018-04-05 Thread DRAGOSH, PAMELA L (PAM)
The .gitattributes show this: cat .gitattributes * text=auto eol=lf Me changing the global doesn’t help to fix it. Git still thinks I have modified this file. It seems that someone jammed in some ‘\r’ characters into this file: [cid:image001.png@01D3CCD5.BA40B6E0] Even if I try to fix it

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

2018-04-05 Thread Ullas Kumar Kotrappa Yereseemi
Hello Steve, Thanks for the response. However, we could not get any details as part of the get VNF Details call. PFB the response we got after VNF was successfully instantiated on Openstack. Is there any other way to check what is updated on AAU as part of the service instantiation call from

Re: [onap-discuss] [integration] Problem with integration repo

2018-04-05 Thread PLATANIA, MARCO (MARCO)
We modified ONAP install scripts but I don’t think they impact that file, considering that install scripts run in the VMs after they are created and have no relationships with other files in Gerrit. I’m not sure whether the manifest file in the Integration repo may create that issue, perhaps

Re: [onap-discuss] [integration] Problem with integration repo

2018-04-05 Thread Yunxia Chen
Hi, Marco & Gary, Does this have anything to do with those scripts you created? Regards, Helen Chen From: on behalf of "DRAGOSH, PAMELA L (PAM)" Date: Thursday, April 5, 2018 at 8:03 AM To: onap-discuss

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

2018-04-05 Thread Ullas Kumar Kotrappa Yereseemi
Hello Team, We are working on getting the VNF's on boarded on to Openstack via the ONAP SO API's. The VNF was successfully instantiated but when we query AAI using the

[onap-discuss] Deletion of services from SDC

2018-04-05 Thread Kiruthiga R
Hi Team, We have installed Kubernetes based ONAP installation - Amsterdam release. For code analysis and testing purposes, our team created many services in SDC because of which the performance of ONAP server has become slow. Please suggest if there is a way to delete services in SDC.