[onap-discuss] DCAE Policy handler -Not found error in logs

2018-07-12 Thread Sudhakar Reddy
Hi guys,

I'm trying to understand the role of DCAE policy handler for running the closed 
loop usecases.
I run the push-polices.sh from policy container. I can see the policies from 
UI. All the policies are available under "com" package.

[cid:image001.png@01D41A9A.8645E3C0]

Whereas from the logs of DCAE policy handler, I can see that it is looking for 
the policies starting with the name: "DCAE.Config_" and showing the error as 
below:

2018-07-13T05:29:57,239+00:00|1a5b8340-0c9b-401e-8080-66e022532965|policy_updater|policy_handler||policy_engine|http://pdp.onap:8081/pdp/api/getConfig|ERROR|300|data
 error|failed: not found response from PDP to post 
http://pdp.onap:8081/pdp/api/getConfig: 400 msg={"policyName": 
"DCAE.Config_.*"} text=[{"policyConfigMessage":"PE300 - Data Issue: Incorrect 
Params passed: Decision not a 
Permit.","policyConfigStatus":"CONFIG_NOT_FOUND","type":null,"config":null,"policyName":null,"policyType":null,"policyVersion":null,"matchingConditions":null,"responseAttributes":null,"property":null}]
 headers={"Content-Length": "32", "Accept-Encoding": "gzip, deflate", 
"ClientAuth": "*", "Accept": "application/json", "User-Agent": 
"python-requests/2.18.4", "Environment": "TEST", "Connection": "keep-alive", 
"Content-Type": "application/json", "X-ECOMP-RequestID": 
"1a5b8340-0c9b-401e-8080-66e022532965", "Authorization": "*"}

Is this error a blocker to run closed loop use cases? Are there any specific 
policies that are supposed to be used by DCAE other than the ones that are 
pushed? I guess the policies which are under "com" package should also be sent 
to DCAE. Please help me understand.

Thanks & Regards
Sudhakar Reddy
Contact No:8758383421

“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#6): https://lists.onap.org/g/onap-discuss/message/6
Mute This Topic: https://lists.onap.org/mt/23336078/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



答复: [onap-discuss][DCAE] DCAE committer promotion feedback request

2018-07-12 Thread Yan Yang
+1

 

 

Best Regards,

Yan

发件人: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] 代表 
l...@research.att.com
发送时间: 2018年7月11日 22:49
收件人: Xinhui Li; Yan Yang; VENKATESH KUMAR, VIJAY; HANSEN, TONY L; HWANG, 
MICHAEL (MICHAEL)
抄送: onap-discuss@lists.onap.org; JI, LUSHENG (LUSHENG)
主题: [onap-discuss][DCAE] DCAE committer promotion feedback request

 

Dear DCAE committers,

 

As the DCAE project grows to meet the new challenges and requirements of the 
releases, its code base has grown substantially.  We need to have more 
committers supporting the project.  Fortunately, now we have two contributors 
that have gratefully agreed to step up for the responsibility.

 

Jack Lucas (AT), LF ID jflu...@research.att.com, has been a key contributor 
for DCAE code, and an integrator and tester for the all DCAE features since the 
beginning of the ONAP DCAE project.  He is well qualified for an overall 
committer for the DCAE projects.  His code and review contributions can be 
found with the following Gerrit query:  
https://gerrit.onap.org/r/#/q/(reviewer:jflucas%2540research.att.com+OR+owner:jflucas%2540research.att.com)+status:merged

 

Przemyslaw Wasala (Nokia), LF ID przemyslaw.was...@nokia.com, has joined us 
since R2 and he has been leading the work for the DCAE PNF Registration Handler 
(PRH) project.  Because of his familiarity of the PRH code base, he is ideal 
for being the committer for PRH and related repos, specifically the 
dcaegen2/services/prh and the newly proposed dcaegen2/collectors/hv-ves repos.  
His contributions can be found with the following query:  
https://gerrit.onap.org/r/#/q/(reviewer:przemyslaw.wasala%2540nokia.com+OR+owner:przemyslaw.wasala%2540nokia.com)+status:merged

 

Please reply to this email your +1/-1 by the end of this week.

 

Thanks,

Lusheng Ji

DCAE PTL

 




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5): https://lists.onap.org/g/onap-discuss/message/5
Mute This Topic: https://lists.onap.org/mt/23326829/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [integration] create another vgw instance error

2018-07-12 Thread Liu Chenglong
Brian,
 Thanks for your detailed explanation. We just waiting for Kang’s new 
vcpe.py script. In the few days, I download mso’s code from gerrit.oanp.org and 
read mso-api-handlers, mso-api-handler-

common, mso-api-handler-infra, I want to know the API running flow when vcpe.py 
call mso’s restful api.



--
Regards,
Liu Chenglong
lcl7...@163.com



> 在 2018年7月12日,20:45,FREEMAN, BRIAN D  写道:
> 
> Chenglong,
>
> I mistakenly typed CPE_SIGNALING and I should have said CPE_PUBLIC.
>
> Let me try to be more accurate since it is confusing.
>
> Kang modified the vCPE.py scripts to add a preload for the subsequent vGWs
>
> For example for vGW2 the preload would add
>
> {
>   "name": "vgw_private_ip_2",
>   "value": "10.2.0.3"
> },
>
> To the list of preload parameters for the vGW keyed by VNF name 
> (VGW2BRG-fa:16:3e:8a:bd:93 for example).
>
> template.vcpe_vgw_vfmodule.json is the pattern and I think he has a 
> modification to that template and a change to  vcpe.py that increments the IP 
> address.
>
> You could modify that template for the second vGW as a work around.
>
> We should not have to set vgw_private_ip_2 at all and it turns out that we 
> did that to work around a heat engine issue in a previous release of 
> Openstack and its no longer needed.   I have a fix to the heat templates so 
> we would not need to set any vgw_private_ip_2 for vGW or vBRGEMU but its 
> probably simpler to simply change the template for vGW2 (or use Kang’s latest 
> vcpe.py scripts once he gets back). For Casablanca we will sue the modified 
> heat template so we dont need vgw_private_ip_2.
>
> WRT to the OOF/SNIRO emulator (not sure which you are using – we need Kang’s 
> help since I’m not as familiar with that peace of the solution.  Marcus 
> Williams might be able to help since he teste this for HPA as well.
>
> Hope that helps
>
> Brian
>
>
>
> From: Liu Chenglong mailto:lcl7...@163.com>> 
> Sent: Wednesday, July 11, 2018 10:39 PM
> To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; Kang Xi 
> mailto:kang...@huawei.com>>
> Cc: Liu Chenglong mailto:lcl7...@163.com>>; 
> onap-discuss@lists.onap.org ; huangzonghe 
> mailto:huangzh@chinatelecom.cn>>
> Subject: Re: [onap-discuss] [integration] create another vgw instance error
>
> Hi, Brian:
>At first, thanks a lot for you help. In our laboratory, the IP 
> 10.2.0.3 that we found in base_vcpe_vgw.env file, and yes 10.2.0.3 that is 
> allocated by 
> sub network vcpe_net_cpe_public_201807060636 in vgw1 instance,  and 10.2.0.1 
> is the vDNS IP that is also allocated by subnetwork 
> vcpe_net_cpe_public_201807060636.
> 
>   We check out vcpe script and preload_templates files , and we not found 
>  "the CPE_SIGNALING IP on the vGW via preload. “. And we vDNS, vGw, vbrg’s 
> network information are show in there pictures.
>
>  the vgw’s network information:
>   
>
>
>   the vdns’s network information:
>  
>
> the vbrg’s network information:
>  
>
>
>  Brian, Kang, please check these network information are right?
>
>
>  We run vcpe.py customer again in last night, and we found that’s another 
> error happened, the error message is  "statusMessage": "Received a Bad Sync 
> Response from Sniro/OOF.” That’s seem to we meet different error. So we hope 
> to you can provide the running flow after the vcpe script call MSO restful 
> API, the url or picture is ok. 
>
>
>
>
>
>
> 
> 
> 在 2018年7月12日,02:13,FREEMAN, BRIAN D mailto:bf1...@att.com>> 
> 写道:
>
> Found the configuration problem on vDNS/vDHCP
>
> https://jira.onap.org/browse/TEST-104 
> 
>
> Should have a fix pushed soon but you can also manually fix the config file.
>
> I suspect the heat.yml for the vGW isnt quite right because it works without 
> the DHCP on the CPE_PUBLIC side for the first vGW.
>
> Brian
>
>
> From: FREEMAN, BRIAN D 
> Sent: Wednesday, July 11, 2018 9:59 AM
> To: onap-discuss@lists.onap.org ; 
> FREEMAN, BRIAN D mailto:bf1...@att.com>>; lcl7...@163.com 
> 
> Subject: RE: [onap-discuss] [integration] create another vgw instance error
>
> I think the DHCP on that side of the vGW might not be working correctly.
>
> I checked over the data in the integration environment and test data from 
> Kang and I think we are setting the CPE_SIGNALING IP on the vGW via preload.
>
> {
>   "name": "vgw_private_ip_2",
>   "value": "10.2.0.5"
> },
>
>
> Add 

Re: [onap-discuss] [modeling] Papyrus working branch for modeling

2018-07-12 Thread Christopher Donley
Hui,

I don’t think that repo has a validation job. It will either need to be 
manually validated by a Committer or you’ll need to set up a jjb job. Since 
Papyrus generates xml files and not java/python code, I don’t think there is a 
jjb job for it, so you may need to do it manually.

Chris


From: denghui (L)
To: onap-discuss@lists.onap.org; jessie.jew...@oamtechnologies.com;
Cc: Christopher Donley (Chris);
Subject: RE: [onap-discuss] [modeling] Papyrus working branch for modeling
Time: 2018-07-12 18:15:26


Hi Jessie,

Thanks a lot for your help.

Maybe this is your 1st time to submit to ONAP gerrit,  in order to get 
successfully merged, your commit needs to pass jbuilder check,
Could you kindly help to study from this wiki page about jbuilder : 
https://wiki.onap.org/display/DW/Using+Standard+Jenkins+Job+%28JJB%29+Templates
The recommit it again, then after jbuilder+2, then I could quickly merge this 
commit into the working branch.

Thanks a lot for your help

Best regards,

DENG Hui

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Jessie Jewitt
Sent: Friday, July 13, 2018 5:03 AM
To: onap-discuss ; denghui (L) 

Subject: Re: [onap-discuss] [modeling] Papyrus working branch for modeling

Deng Hui-
   I uploaded all the Papyrus files to the working branch. There is an 
outstanding issue open in Gerrit for you to approve to commit these files to 
the branch. Could you possibly do this so we can start downloading the model 
for people to work on starting tomorrow?
Thank you,
Jessie

On Tue, Jul 10, 2018 at 1:05 AM, denghui (L) 
mailto:denghu...@huawei.com>> wrote:
Hello modelers

I have created a working branch (R3workingbranch) which will help papyrus 
contributors could submit papyrus files to Gerrit, folder name will be 
/modelspec/papyrus

Please kindly remember to submit the correct place by : git checkout 
R3workingbranch

Thanks a lot for your help

DENG Hui



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#3): https://lists.onap.org/g/onap-discuss/message/3
Mute This Topic: https://lists.onap.org/mt/23209084/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] Jenkins builds stuck

2018-07-12 Thread Jessica Wagantall
Dear ONAP team,

We noticed some jobs are getting stuck in the Jenkins queue.
This is getting fixed as we speak by upgrading to the last version of
global-jjb

Thanks a ton for your patience.

Thanks!
Jess

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#2): https://lists.onap.org/g/onap-discuss/message/2
Mute This Topic: https://lists.onap.org/mt/23325957/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



答复: [onap-discuss] [DMaaP] - PTL Nominations

2018-07-12 Thread zonghe huang
+1

 

发件人: onap-discuss@lists.onap.org  代表
Dominic Lunanuova
发送时间: 2018年7月13日 3:31
收件人: KOYA, RAMPRASAD ; 'onap-discuss@lists.onap.org'
; GANDHAM, SAI ; UNNAVA, SUNIL
; 'hg0071...@techmahindra.com' 
主题: Re: [onap-discuss] [DMaaP] - PTL Nominations

 

+1

 

From: KOYA, RAMPRASAD 
Sent: Thursday, July 12, 2018 2:57 PM
To: 'onap-discuss@lists.onap.org' mailto:onap-discuss@lists.onap.org> >; GANDHAM, SAI mailto:sg4...@att.com> >; UNNAVA, SUNIL mailto:su622b@att.
com> >; 'hg0071...@techmahindra.com' mailto:hg0071...@techmahindra.com> >; LUNANUOVA, DOMINIC (DOMINIC)
mailto:d...@research.att.com> >
Subject: RE: [DMaaP] - PTL Nominations

 

Dear ONAP DMaaP Committers,

 

I would like to nominate myself for the role of PTL of ONAP DMaaP project.

 

I was the PTL of ONAP DMaaP project in the past year and delivered both
Amsterdam and Beijing release. I’ve been with AT for more than 6 years,
during which I developed many solutions including highly scalable enterprise
grade CICD enabled microservice, data analytics and machine learning
reusable templates minimizing application development allowing developers to
focus on core business functions.  Also provided product vision,
architecture and leadership to API platform modernization supporting
microservices by delivering Docker/Kubernetes based platform, Java, node.js
and python based enterprise grade application development templates. 

 

My overall qualifications:

 

I had over 25+ years of experience working as lead architect of large-scale,
mission-critical projects including open sourcing common platforms and
frameworks, and also adopting a lot of opensource products with in
enterprises. Led the product architecture and development of highly
innovative and self-sufficiency tools, frameworks and SDKs supporting 180k+
wireless application developers, 200+ partners and 2000+ enterprises in
creating mobile applications. Launched many of the industry first mobile
data products and solutions in the world, including launching the first
mobile app store, first mobile handsets that supported OTA app downloads,
handset and product launches involving 3G, 4G and LTE networks. 

 

I enjoyed working with you in the past and hope to continue getting your
support going forward.

 

Regards,

Ram Koya

 

From: KOYA, RAMPRASAD 
Sent: Thursday, July 12, 2018 1:19 PM
To: 'onap-discuss@lists.onap.org' mailto:onap-discuss@lists.onap.org> >; GANDHAM, SAI mailto:sg4...@att.com> >; UNNAVA, SUNIL mailto:su622b@att.
com> >; 'hg0071...@techmahindra.com' mailto:hg0071...@techmahindra.com> >; LUNANUOVA, DOMINIC mailto:d...@research.att.com> >
Subject: [DMaaP] - PTL Nominations

 

Dear DmaaP committers, 

 

As mandated by ONAP process, PTL elections must be held at least once a
year. You can read more details here:
https://wiki.onap.org/display/DW/Annual+Community+Election 

 

If you are interested in DMaaP PTL position, Please reply to all to do
self-nomination.

 

We will close the self-nomination window by 23:59 PDT July 13th, Friday,
2018.  Further instructions will be sent out to the committers on the
election procedure.  The final result will be announced on the ONAP lists
before 7/19.

 

Regards,

Ram Koya

 




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#1): https://lists.onap.org/g/onap-discuss/message/1
Mute This Topic: https://lists.onap.org/mt/23325758/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [modeling] Papyrus working branch for modeling

2018-07-12 Thread denghui (L)
Hi Jessie,

Thanks a lot for your help.

Maybe this is your 1st time to submit to ONAP gerrit,  in order to get 
successfully merged, your commit needs to pass jbuilder check,
Could you kindly help to study from this wiki page about jbuilder : 
https://wiki.onap.org/display/DW/Using+Standard+Jenkins+Job+%28JJB%29+Templates
The recommit it again, then after jbuilder+2, then I could quickly merge this 
commit into the working branch.

Thanks a lot for your help

Best regards,

DENG Hui

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Jessie Jewitt
Sent: Friday, July 13, 2018 5:03 AM
To: onap-discuss ; denghui (L) 

Subject: Re: [onap-discuss] [modeling] Papyrus working branch for modeling

Deng Hui-
   I uploaded all the Papyrus files to the working branch. There is an 
outstanding issue open in Gerrit for you to approve to commit these files to 
the branch. Could you possibly do this so we can start downloading the model 
for people to work on starting tomorrow?
Thank you,
Jessie

On Tue, Jul 10, 2018 at 1:05 AM, denghui (L) 
mailto:denghu...@huawei.com>> wrote:
Hello modelers

I have created a working branch (R3workingbranch) which will help papyrus 
contributors could submit papyrus files to Gerrit, folder name will be 
/modelspec/papyrus

Please kindly remember to submit the correct place by : git checkout 
R3workingbranch

Thanks a lot for your help

DENG Hui



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#0): https://lists.onap.org/g/onap-discuss/message/0
Mute This Topic: https://lists.onap.org/mt/23209084/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

2018-07-12 Thread ramki krishnan
+1.

From: onap-discuss@lists.onap.org  On Behalf Of 
Dileep Ranganathan
Sent: Thursday, July 12, 2018 4:06 PM
To: onap-discuss@lists.onap.org
Cc: PUTHENPURA, SARAT (SARAT) 
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

+1

Thanks,
Dileep
From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Ankit Patel
Sent: Wednesday, July 11, 2018 7:44 PM
To: onap-discuss@lists.onap.org; 
aroraa...@vmware.com
Cc: PUTHENPURA, SARAT (SARAT) 
mailto:sa...@research.att.com>>
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

+1
Thanks,
Ankit

On Jul 11, 2018, at 10:35 PM, Arun Arora 
mailto:aroraa...@vmware.com>> wrote:
+1
Best Regards,
Arun Arora


From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> on behalf of 
ramki krishnan mailto:ram...@vmware.com>>
Sent: Thursday, July 12, 2018 5:15:47 AM
To: onap-discuss@lists.onap.org; 
sa...@research.att.com
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

+1.

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Sarat Puthenpura
Sent: Tuesday, July 10, 2018 8:30 AM
To: onap-discuss@lists.onap.org; 
PUTHENPURA, SARAT (SARAT) 
mailto:sa...@research.att.com>>
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

All,

I would like to self-nominate myself for the PTL position of the ONAP-OOF 
Project.

I am the current PTL and would like to continue in that role, with a strong 
commitment to continue building a world class Optimization Framework in ONAP 
that can be used by ONAP and other open source projects.

Thanks,

Sarat Puthenpura
AVP, AT Labs Advanced Technology & Systems



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of PUTHENPURA, SARAT (SARAT)
Sent: Tuesday, July 10, 2018 11:19 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] PTL Election for ONAP-OOF - self nomination

***Security Advisory: This Message Originated Outside of AT ***
Reference 
http://cso.att.com/EmailSecurity/IDSP.html
 for more information.
All,

This is the self-nomination phase and will end in 2 business days: Thursday 
July 12th 2018 at the time this email appears on the discuss list.
The ONAP election process is described in the wiki: 
https://wiki.onap.org/display/DW/Annual+Community+Elections

The list of committers for the ONAP-OOF project is located here: 
https://wiki.onap.org/display/DW/Resources+and+Repositories#ResourcesandRepositories-OptimizationFramework

Thanks,

Sarat Puthenpura
ONAP OOF  PTL




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11109): https://lists.onap.org/g/onap-discuss/message/11109
Mute This Topic: https://lists.onap.org/mt/23211907/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

2018-07-12 Thread Dileep Ranganathan
+1

Thanks,
Dileep
From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Ankit Patel
Sent: Wednesday, July 11, 2018 7:44 PM
To: onap-discuss@lists.onap.org; aroraa...@vmware.com
Cc: PUTHENPURA, SARAT (SARAT) 
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

+1
Thanks,
Ankit

On Jul 11, 2018, at 10:35 PM, Arun Arora 
mailto:aroraa...@vmware.com>> wrote:
+1
Best Regards,
Arun Arora


From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> on behalf of 
ramki krishnan mailto:ram...@vmware.com>>
Sent: Thursday, July 12, 2018 5:15:47 AM
To: onap-discuss@lists.onap.org; 
sa...@research.att.com
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

+1.

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Sarat Puthenpura
Sent: Tuesday, July 10, 2018 8:30 AM
To: onap-discuss@lists.onap.org; 
PUTHENPURA, SARAT (SARAT) 
mailto:sa...@research.att.com>>
Subject: Re: [onap-discuss] PTL Election for ONAP-OOF - self nomination

All,

I would like to self-nominate myself for the PTL position of the ONAP-OOF 
Project.

I am the current PTL and would like to continue in that role, with a strong 
commitment to continue building a world class Optimization Framework in ONAP 
that can be used by ONAP and other open source projects.

Thanks,

Sarat Puthenpura
AVP, AT Labs Advanced Technology & Systems



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of PUTHENPURA, SARAT (SARAT)
Sent: Tuesday, July 10, 2018 11:19 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] PTL Election for ONAP-OOF - self nomination

***Security Advisory: This Message Originated Outside of AT ***
Reference 
http://cso.att.com/EmailSecurity/IDSP.html
 for more information.
All,

This is the self-nomination phase and will end in 2 business days: Thursday 
July 12th 2018 at the time this email appears on the discuss list.
The ONAP election process is described in the wiki: 
https://wiki.onap.org/display/DW/Annual+Community+Elections

The list of committers for the ONAP-OOF project is located here: 
https://wiki.onap.org/display/DW/Resources+and+Repositories#ResourcesandRepositories-OptimizationFramework

Thanks,

Sarat Puthenpura
ONAP OOF  PTL




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11108): https://lists.onap.org/g/onap-discuss/message/11108
Mute This Topic: https://lists.onap.org/mt/23211907/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] integration-override files for smaller deployments ?

2018-07-12 Thread Brian
Eric@Orange,

Do you have a wiki page or place that we will put the smaller helm over ridge 
files to create differnt sizes of onap isntalls (minimal, full w/o HA, full 
w/HA etc ) ?

Brian


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11107): https://lists.onap.org/g/onap-discuss/message/11107
Mute This Topic: https://lists.onap.org/mt/23301839/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [DMaaP] - PTL Nominations

2018-07-12 Thread Dominic Lunanuova
+1

From: KOYA, RAMPRASAD
Sent: Thursday, July 12, 2018 2:57 PM
To: 'onap-discuss@lists.onap.org' ; GANDHAM, SAI 
; UNNAVA, SUNIL ; 'hg0071...@techmahindra.com' 
; LUNANUOVA, DOMINIC (DOMINIC) 

Subject: RE: [DMaaP] - PTL Nominations

Dear ONAP DMaaP Committers,

I would like to nominate myself for the role of PTL of ONAP DMaaP project.

I was the PTL of ONAP DMaaP project in the past year and delivered both 
Amsterdam and Beijing release. I've been with AT for more than 6 years, 
during which I developed many solutions including highly scalable enterprise 
grade CICD enabled microservice, data analytics and machine learning reusable 
templates minimizing application development allowing developers to focus on 
core business functions.  Also provided product vision, architecture and 
leadership to API platform modernization supporting microservices by delivering 
Docker/Kubernetes based platform, Java, node.js and python based enterprise 
grade application development templates.

My overall qualifications:

I had over 25+ years of experience working as lead architect of large-scale, 
mission-critical projects including open sourcing common platforms and 
frameworks, and also adopting a lot of opensource products with in enterprises. 
Led the product architecture and development of highly innovative and 
self-sufficiency tools, frameworks and SDKs supporting 180k+ wireless 
application developers, 200+ partners and 2000+ enterprises in creating mobile 
applications. Launched many of the industry first mobile data products and 
solutions in the world, including launching the first mobile app store, first 
mobile handsets that supported OTA app downloads, handset and product launches 
involving 3G, 4G and LTE networks.

I enjoyed working with you in the past and hope to continue getting your 
support going forward.

Regards,
Ram Koya

From: KOYA, RAMPRASAD
Sent: Thursday, July 12, 2018 1:19 PM
To: 'onap-discuss@lists.onap.org' 
mailto:onap-discuss@lists.onap.org>>; GANDHAM, SAI 
mailto:sg4...@att.com>>; UNNAVA, SUNIL 
mailto:su6...@att.com>>; 'hg0071...@techmahindra.com' 
mailto:hg0071...@techmahindra.com>>; LUNANUOVA, 
DOMINIC mailto:d...@research.att.com>>
Subject: [DMaaP] - PTL Nominations

Dear DmaaP committers,

As mandated by ONAP process, PTL elections must be held at least once a year. 
You can read more details here: 
https://wiki.onap.org/display/DW/Annual+Community+Election

If you are interested in DMaaP PTL position, Please reply to all to do 
self-nomination.

We will close the self-nomination window by 23:59 PDT July 13th, Friday, 2018.  
Further instructions will be sent out to the committers on the election 
procedure.  The final result will be announced on the ONAP lists before 7/19.

Regards,
Ram Koya


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11105): https://lists.onap.org/g/onap-discuss/message/11105
Mute This Topic: https://lists.onap.org/mt/23291639/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [dcae] VES https external port

2018-07-12 Thread William Kurkian
Thanks, got it.

William

On Thu, Jul 12, 2018, 3:25 PM VENKATESH KUMAR, VIJAY  wrote:

> William,
>
> The HTTPS port (8443) is not exposed in R2; this will be enabled in R3.
>
>
>
> Regards,
>
> Vijay
>
>
>
> *From:* onap-discuss@lists.onap.org  *On
> Behalf Of *William Kurkian
> *Sent:* Thursday, July 12, 2018 2:22 PM
> *To:* onap-discuss@lists.onap.org
> *Subject:* [onap-discuss] [dcae] VES https external port
>
>
>
> Hello,
>
>
>
> I am looking at the HTTPS option on the VES, and how to reach it. However,
> I only see the 8080 port of the VES opened up to 30235, but I don't see
> anything for 8443. Is there a way to access it from outside the cluster ?
>
>
>
> Thanks,
>
> William
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11104): https://lists.onap.org/g/onap-discuss/message/11104
Mute This Topic: https://lists.onap.org/mt/23291656/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [dcae] VES https external port

2018-07-12 Thread Vijay VK
William,
The HTTPS port (8443) is not exposed in R2; this will be enabled in R3.

Regards,
Vijay

From: onap-discuss@lists.onap.org  On Behalf Of 
William Kurkian
Sent: Thursday, July 12, 2018 2:22 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [dcae] VES https external port

Hello,

I am looking at the HTTPS option on the VES, and how to reach it. However, I 
only see the 8080 port of the VES opened up to 30235, but I don't see anything 
for 8443. Is there a way to access it from outside the cluster ?

Thanks,
William


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11103): https://lists.onap.org/g/onap-discuss/message/11103
Mute This Topic: https://lists.onap.org/mt/23291656/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [DMaaP] - PTL Nominations

2018-07-12 Thread Ram Koya
Dear ONAP DMaaP Committers,
I would like to nominate myself for the role of PTL of ONAP DMaaP project.
I was the PTL of ONAP DMaaP project in the past year and delivered both 
Amsterdam and Beijing release. I've been with AT for more than 6 years, 
during which I developed many solutions including highly scalable enterprise 
grade CICD enabled microservice, data analytics and machine learning reusable 
templates minimizing application development allowing developers to focus on 
core business functions.  Also provided product vision, architecture and 
leadership to API platform modernization supporting microservices by delivering 
Docker/Kubernetes based platform, Java, node.js and python based enterprise 
grade application development templates.

My overall qualifications:

I had over 25+ years of experience working as lead architect of large-scale, 
mission-critical projects including open sourcing common platforms and 
frameworks, and also adopting a lot of opensource products with in enterprises. 
Led the product architecture and development of highly innovative and 
self-sufficiency tools, frameworks and SDKs supporting 180k+ wireless 
application developers, 200+ partners and 2000+ enterprises in creating mobile 
applications. Launched many of the industry first mobile data products and 
solutions in the world, including launching the first mobile app store, first 
mobile handsets that supported OTA app downloads, handset and product launches 
involving 3G, 4G and LTE networks.

I enjoyed working with you in the past and hope to continue getting your 
support going forward.
Regards,
Ram Koya

From: KOYA, RAMPRASAD
Sent: Thursday, July 12, 2018 1:19 PM
To: 'onap-discuss@lists.onap.org' ; GANDHAM, SAI 
; UNNAVA, SUNIL ; 'hg0071...@techmahindra.com' 
; LUNANUOVA, DOMINIC 
Subject: [DMaaP] - PTL Nominations

Dear DmaaP committers,

As mandated by ONAP process, PTL elections must be held at least once a year. 
You can read more details here: 
https://wiki.onap.org/display/DW/Annual+Community+Election

If you are interested in DMaaP PTL position, Please reply to all to do 
self-nomination.

We will close the self-nomination window by 23:59 PDT July 13th, Friday, 2018.  
Further instructions will be sent out to the committers on the election 
procedure.  The final result will be announced on the ONAP lists before 7/19.

Regards,
Ram Koya


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11101): https://lists.onap.org/g/onap-discuss/message/11101
Mute This Topic: https://lists.onap.org/mt/23291639/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [dcae] VES https external port

2018-07-12 Thread William Kurkian
Hello,

I am looking at the HTTPS option on the VES, and how to reach it. However,
I only see the 8080 port of the VES opened up to 30235, but I don't see
anything for 8443. Is there a way to access it from outside the cluster ?

Thanks,
William

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11100): https://lists.onap.org/g/onap-discuss/message/11100
Mute This Topic: https://lists.onap.org/mt/23291656/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [DMaaP] - PTL Nominations

2018-07-12 Thread Ram Koya
Dear DmaaP committers,

As mandated by ONAP process, PTL elections must be held at least once a year. 
You can read more details here: 
https://wiki.onap.org/display/DW/Annual+Community+Election

If you are interested in DMaaP PTL position, Please reply to all to do 
self-nomination.

We will close the self-nomination window by 23:59 PDT July 13th, Friday, 2018.  
Further instructions will be sent out to the committers on the election 
procedure.  The final result will be announced on the ONAP lists before 7/19.

Regards,
Ram Koya


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11099): https://lists.onap.org/g/onap-discuss/message/11099
Mute This Topic: https://lists.onap.org/mt/23291639/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [appc] APPC LCM Restart doesn't restart the vm

2018-07-12 Thread Srivahni
Hi Scott,

I haven't found any keystone requests in karaf.log file.
I found the below data related to my request to restart the vm.










Can you mention any errors that I need to specifically look for?

Regards,
Srivahni

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Scott Seabolt
Sent: Wednesday, July 11, 2018 2:19 PM
To: onap-discuss@lists.onap.org; Chivukula, Srivahni 

Subject: Re: [onap-discuss] [appc] APPC LCM Restart doesn't restart the vm

Hi Srivahni

You should be able to look in the karaf.log (OOEM deployment it will be located 
in /var/log/onap/appc and for Heat deployed APPC environments it is 
/opt/opendaylight/current/data/log).

When APPC calls OpenStack you should see the IaaS Adapter make a Keystone 
request to get a token (Search karaf.log for "keystone").  Once a token is 
obtained and OpenStack "os-stop" is sent to OpenStack followed by an "os-start" 
once APPC confirms the VM stopped.  If these actions are not present look for 
errors in the karaf.log.

Scott Seabolt
Sr. System Engineer
678-765-9732

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Srivahni
Sent: Wednesday, July 11, 2018 1:41 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [appc] APPC LCM Restart doesn't restart the vm

Hi all,

I'm using the appc-provider-lcm:restart operation on the APPC ONAP Doc Explorer 
to restart a vm in Amsterdam.

I used the sample json request from 
https://jira.onap.org/browse/INT-206
 and modified it have my vnf and vm data.

On clicking "Try it out!", I see the request accepted and the status of vnf  
changing from "Running" to "Restarting" and back to "Running" on ONAP VID. 
However, the vm doesn't seem to restart(checked the action log in openstack 
dashboard).

Can anyone help me with the issue? Are there any logs that I can check?


Regards,
Srivahni


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11098): https://lists.onap.org/g/onap-discuss/message/11098
Mute This Topic: https://lists.onap.org/mt/23247610/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] Using CADI Framework- (AAF)

2018-07-12 Thread Jonathan Gathman
Hi Prakas,
  Can't remember if it was you I talked to during the AAF Meeting, I think so, 
but if not, and for others watching this message, here's were we are.

  First, For Beijing, when I arrived, a formal CA wasn't defined, so we had to 
make due with some Manual processes to get through.  That obviously isn't at 
all optimal.

  For Casablanca, we have committed to making the whole Configuration start-up 
for both AAF users and AAF itself much simpler, with the expectation that AAF 
can manage the Certificates without manual intervention.

  Knowing this is needed ASAP, I have been working hard, and am in Local 
Testing mode (with a Container).  I hope to have this simplified process done 
by EOW/End of Next week, in which I will spend writing documentation/informing 
in various venues how it works.  It has been suggested I make a video which is 
an excellent suggestion, so I'll try to do that when doing the demo.

  1) Part of the new Process is to create and setup all the CADI Property files 
onto a Persistent Drive.  From there, you simply need to access that persistent 
Drive, and point to the initial Properties file for your client.  This setup, 
btw, also includes Validation, so you can tell without writing a Simple Client 
that the Configs are correct (this ability was there before, but not simple for 
ONAP, which wants things more automated... now it is)

  2) Security Team is driving for CADI Client as RESTful client, and I have 
refined the interface with SECCOM members.  Finishing out requires, of course, 
the Configuration, which is, as mentioned, close to complete.  This RESTful API 
is not only committed to, but mostly complete.

  3) AAF runs Separately.  When AAF is contacted depends on what element.  If 
2-way TLS Authentication, the primary method, there is no AAF interaction once 
the Cert is delivered (this is a value add for Certman... Authentication this 
way requires NO network hits, NO caching. .   Basic Auth (user Password) (might 
be used for Portal GUIs, for instance) are cached.  Authorizations for API 
Enforcement Point, or Fine-Grained needs, are pulled from AAF, but are, as you 
mention Cached.  The Enforcement Point in discussion has been being designed 
and discussed in SECCOM, and would be delivered by a contributor.  If this part 
isn't quite ready for Casablanca, we may add an AAF only piece that looks like 
it for Casablanca as time permits.

  4) Roles and permissions are expected to be done by Applications (the 
"Namespace" admins) in the GUI.  If this is something that needs automating, 
the Management API is available, and documented on the GUI itself (see Beijing 
Test Env)

  5) GUI problem, please send issue via email to me so we can enter an iTrack 
ticket, or if you can do yourself, that's ok.  Top priority, however, is the 
Configuration setup/Client API noted above, so ONAP entities can get to work.

  6) See above... working the Demo, which includes Client usage for next week 
hopefully.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11095): https://lists.onap.org/g/onap-discuss/message/11095
Mute This Topic: https://lists.onap.org/mt/23264081/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [AAF] AAF PTL Nominations

2018-07-12 Thread Ram Koya
Please look at the poll email that came your way to vote. As per ONAP policy, 
we must conduct voting even if we’ve only one nominee.

From: onap-discuss@lists.onap.org  On Behalf Of 
GANDHAM, SAI
Sent: Thursday, July 12, 2018 10:18 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [AAF] AAF PTL Nominations

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
+1 for Jonathan


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11094): https://lists.onap.org/g/onap-discuss/message/11094
Mute This Topic: https://lists.onap.org/mt/23265687/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration - Self Nomination

2018-07-12 Thread Catherine LEFEVRE
+100 :)!

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Kang Xi
Sent: Thursday, July 12, 2018 5:09 PM
To: onap-discuss@lists.onap.org; Gary Wu 
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

+1

Regards,
Kang

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gary Wu
Sent: Thursday, July 12, 2018 10:33
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

+1

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chengli Wang
Sent: Wednesday, July 11, 2018 9:15 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>; lcl7608 
mailto:lcl7...@163.com>>; ramkik 
mailto:ram...@vmware.com>>
Cc: Liu Chenglong mailto:lcl7...@163.com>>; bf1936 
mailto:bf1...@att.com>>; Yunxia Chen 
mailto:helen.c...@huawei.com>>
Subject: 回复: Re: [onap-discuss][onap-tsc][integration] PTL Election for 
Integration - Self Nomination

+1


发件人: Liu Chenglong
发送时间: 2018-07-12 09:58
收件人: onap-discuss; 
ramkik
抄送: Liu Chenglong; 
bf1...@att.com; 
helen.c...@huawei.com
主题: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration - 
Self Nomination
+1

在 2018年7月12日,07:46,ramki krishnan mailto:ram...@vmware.com>> 
写道:

+1

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Brian
Sent: Wednesday, July 11, 2018 12:22 PM
To: onap-discuss@lists.onap.org; 
helen.c...@huawei.com
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

+1 :)

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Helen Chen
Sent: Wednesday, July 11, 2018 3:20 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>; onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

Dear ONAP Integration Committers,

I would like to nominate myself for the role of PTL of ONAP Integration project.

I was the PTL of ONAP Integration project in past one year and worked with 
Integration team delivered both Amsterdam and Beijing release. Before that, I 
also had 7+ years of experience in the open source community with projects like 
ONAP, OPEN-O, OpenDaylight, and OpenSocial.

Other qualifications:
I am a Principal Architect in the Networking Business Unit at Huawei US R, 
located at Santa Clara, California. I have years of working experience as 
software architect and leader in networking/SDN/NFV, Artificial Intelligence 
(AI) / Machine Learning (ML), cloud computing, Video / Multimedia/AR/VR/MR, 
etc. area as well as bringing new innovations from whiteboard to product 
delivery at Huawei, Cisco, Sourceforge, etc.

I had very happy and inspiring working experience collaborating with you in the 
past one year and hope to continue getting your support to bring ONAP into the 
next level.

Regards,

Helen Chen

From: onap-tsc mailto:onap-...@lists.onap.org>> on 
behalf of Helen Chen 00725961 
mailto:helen.c...@huawei.com>>
Date: Monday, July 9, 2018 at 5:32 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>, onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: [onap-discuss][onap-tsc][integration] PTL Election for Integration

Dear ONAP Integration Committers,

As mandated by ONAP process, PTL elections must be held at least once a year.   
You can read more details here: 
https://wiki.onap.org/display/DW/Annual+Community+Elections

If you are interested in the Integration PTL position.  Please reply to all to 
do self-nomination.

We will close the self-nomination window by 23:59 PDT July 11th, Wednesday, 
2018.  Further instructions will be sent out to the committers on the election 
procedure.  The final result will be announced on the ONAP lists before the end 
of this week.

Regards,
Helen Chen



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11093): https://lists.onap.org/g/onap-discuss/message/11093
Mute This Topic: https://lists.onap.org/mt/23265673/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [AAF] AAF PTL Nominations

2018-07-12 Thread Sai Gandham
+1 for Jonathan

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11092): https://lists.onap.org/g/onap-discuss/message/11092
Mute This Topic: https://lists.onap.org/mt/23265687/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration - Self Nomination

2018-07-12 Thread Kang Xi
+1

Regards,
Kang

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Gary Wu
Sent: Thursday, July 12, 2018 10:33
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

+1

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chengli Wang
Sent: Wednesday, July 11, 2018 9:15 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>; lcl7608 
mailto:lcl7...@163.com>>; ramkik 
mailto:ram...@vmware.com>>
Cc: Liu Chenglong mailto:lcl7...@163.com>>; bf1936 
mailto:bf1...@att.com>>; Yunxia Chen 
mailto:helen.c...@huawei.com>>
Subject: 回复: Re: [onap-discuss][onap-tsc][integration] PTL Election for 
Integration - Self Nomination

+1


发件人: Liu Chenglong
发送时间: 2018-07-12 09:58
收件人: onap-discuss; 
ramkik
抄送: Liu Chenglong; 
bf1...@att.com; 
helen.c...@huawei.com
主题: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration - 
Self Nomination
+1

在 2018年7月12日,07:46,ramki krishnan mailto:ram...@vmware.com>> 
写道:

+1

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Brian
Sent: Wednesday, July 11, 2018 12:22 PM
To: onap-discuss@lists.onap.org; 
helen.c...@huawei.com
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

+1 :)

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Helen Chen
Sent: Wednesday, July 11, 2018 3:20 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>; onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

Dear ONAP Integration Committers,

I would like to nominate myself for the role of PTL of ONAP Integration project.

I was the PTL of ONAP Integration project in past one year and worked with 
Integration team delivered both Amsterdam and Beijing release. Before that, I 
also had 7+ years of experience in the open source community with projects like 
ONAP, OPEN-O, OpenDaylight, and OpenSocial.

Other qualifications:
I am a Principal Architect in the Networking Business Unit at Huawei US R, 
located at Santa Clara, California. I have years of working experience as 
software architect and leader in networking/SDN/NFV, Artificial Intelligence 
(AI) / Machine Learning (ML), cloud computing, Video / Multimedia/AR/VR/MR, 
etc. area as well as bringing new innovations from whiteboard to product 
delivery at Huawei, Cisco, Sourceforge, etc.

I had very happy and inspiring working experience collaborating with you in the 
past one year and hope to continue getting your support to bring ONAP into the 
next level.

Regards,

Helen Chen

From: onap-tsc mailto:onap-...@lists.onap.org>> on 
behalf of Helen Chen 00725961 
mailto:helen.c...@huawei.com>>
Date: Monday, July 9, 2018 at 5:32 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>, onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: [onap-discuss][onap-tsc][integration] PTL Election for Integration

Dear ONAP Integration Committers,

As mandated by ONAP process, PTL elections must be held at least once a year.   
You can read more details here: 
https://wiki.onap.org/display/DW/Annual+Community+Elections

If you are interested in the Integration PTL position.  Please reply to all to 
do self-nomination.

We will close the self-nomination window by 23:59 PDT July 11th, Wednesday, 
2018.  Further instructions will be sent out to the committers on the election 
procedure.  The final result will be announced on the ONAP lists before the end 
of this week.

Regards,
Helen Chen



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11091): https://lists.onap.org/g/onap-discuss/message/11091
Mute This Topic: https://lists.onap.org/mt/23265673/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][multicloud] polling for new weekly meeting will close

2018-07-12 Thread Xinhui Li
Thanks for correction. The top winner is 9:00AM EST on Wednesday

Now is Daylight saving time!

Thanks,
Xinhui

From: Arash Hekmat 
Date: Thursday, July 12, 2018 at 10:39 PM
To: "onap-discuss@lists.onap.org" , Xinhui Li 

Subject: RE: [onap-discuss][multicloud] polling for new weekly meeting will 
close

Hi Xinhui,

That’s 9:00 AM EST on Wednesday. Right?

https://doodle.com/poll/3a96654sq22i773h

Thanks,
Arash

From: onap-discuss@lists.onap.org  On Behalf Of 
Xinhui Li
Sent: Thursday, July 12, 2018 10:31 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss][multicloud] polling for new weekly meeting will 
close

According to the polling result, the slot of 8:00AM EST on Wednesday is the top 
winner.

I would like to leave it another day for everybody’s awareness before sending 
to Kenny for help to reschedule the weekly meeting accordingly. It is not easy 
to get a slot comfortable for everyone considering our ONAP community has so 
many contributors coming from different time zones. We treasure your attendance 
to Multi Cloud project weekly meetings. If it is impossible for you to fit into 
all these proposed slots, let me know if you want to switch the meeting 
schedule in odd and even weeks

Xinhui Li
PTL of Multi VIM/Cloud

From: Xinhui Li mailto:lxin...@vmware.com>>
Date: Thursday, July 12, 2018 at 7:50 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss][multicloud] polling for new weekly meeting will close

Please poll in doodle 
https://doodle.com/poll/3a96654sq22i773h.
 We will close it in 24 hours

Xinhui Li
PTL of Multi VIM/Cloud



From: Xinhui Li mailto:lxin...@vmware.com>>
Date: Friday, July 6, 2018 at 6:22 PM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss][multicloud] Polling on Team meeting

Dear team,

Thank you all for your contribution and efforts to Multi VIM/Cloud project 
along the time. On the past Casablanca event held in June, we gathered there 
and discussed that the current weekly meeting time – 5:00PM Monday PST is not 
fit for the members from Israel and European. By this email thread, I would 
like to collect your idea about possible changes at the weekly meeting time.

One option is to add another weekly meeting for different time zones. This 
could pose challenges for all to keep synchronized with different discussions 
besides more meeting time. For this, I set up a doodle to find a new slot 
workable for most of attendees. Please feel free to leave comments on the 
doodle with new option time if more convenient for you.
https://doodle.com/poll/3a96654sq22i773h

It is not easy to get a slot comfortable for everyone considering our ONAP 
community has so many contributors coming from different time zones. We 
treasure your attendance to Multi Cloud project weekly meetings. If it is 
impossible for you to fit into all these proposed slots, let me know if you 
want to switch the meeting schedule in odd and even weeks.

Regards,
Xinhui Li
PTL Multi VIM/Cloud



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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11090): https://lists.onap.org/g/onap-discuss/message/11090
Mute This Topic: https://lists.onap.org/mt/23250299/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [AAF] AAF PTL Nominations

2018-07-12 Thread Jonathan Gathman
Thanks, Kiran and Ram!
  I am happy to serve if elected.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11089): https://lists.onap.org/g/onap-discuss/message/11089
Mute This Topic: https://lists.onap.org/mt/23265687/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][multicloud] polling for new weekly meeting will close

2018-07-12 Thread Arash Hekmat
Hi Xinhui,

That’s 9:00 AM EST on Wednesday. Right?

https://doodle.com/poll/3a96654sq22i773h

Thanks,
Arash

From: onap-discuss@lists.onap.org  On Behalf Of 
Xinhui Li
Sent: Thursday, July 12, 2018 10:31 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss][multicloud] polling for new weekly meeting will 
close

According to the polling result, the slot of 8:00AM EST on Wednesday is the top 
winner.

I would like to leave it another day for everybody’s awareness before sending 
to Kenny for help to reschedule the weekly meeting accordingly. It is not easy 
to get a slot comfortable for everyone considering our ONAP community has so 
many contributors coming from different time zones. We treasure your attendance 
to Multi Cloud project weekly meetings. If it is impossible for you to fit into 
all these proposed slots, let me know if you want to switch the meeting 
schedule in odd and even weeks

Xinhui Li
PTL of Multi VIM/Cloud

From: Xinhui Li mailto:lxin...@vmware.com>>
Date: Thursday, July 12, 2018 at 7:50 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss][multicloud] polling for new weekly meeting will close

Please poll in doodle https://doodle.com/poll/3a96654sq22i773h. We will close 
it in 24 hours

Xinhui Li
PTL of Multi VIM/Cloud



From: Xinhui Li mailto:lxin...@vmware.com>>
Date: Friday, July 6, 2018 at 6:22 PM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss][multicloud] Polling on Team meeting

Dear team,

Thank you all for your contribution and efforts to Multi VIM/Cloud project 
along the time. On the past Casablanca event held in June, we gathered there 
and discussed that the current weekly meeting time – 5:00PM Monday PST is not 
fit for the members from Israel and European. By this email thread, I would 
like to collect your idea about possible changes at the weekly meeting time.

One option is to add another weekly meeting for different time zones. This 
could pose challenges for all to keep synchronized with different discussions 
besides more meeting time. For this, I set up a doodle to find a new slot 
workable for most of attendees. Please feel free to leave comments on the 
doodle with new option time if more convenient for you.
https://doodle.com/poll/3a96654sq22i773h

It is not easy to get a slot comfortable for everyone considering our ONAP 
community has so many contributors coming from different time zones. We 
treasure your attendance to Multi Cloud project weekly meetings. If it is 
impossible for you to fit into all these proposed slots, let me know if you 
want to switch the meeting schedule in odd and even weeks.

Regards,
Xinhui Li
PTL Multi VIM/Cloud



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 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11087): https://lists.onap.org/g/onap-discuss/message/11087
Mute This Topic: https://lists.onap.org/mt/23250299/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [AAF] AAF PTL Nominations

2018-07-12 Thread Ram Koya
Thank you Kiran. Looks like we all agreeing and nominating Jonathan Gathman as 
the PTL of AAF. 

-Original Message-
From: Kamineni, Kiran K via RT  
Sent: Tuesday, July 10, 2018 12:24 PM
To: KOYA, RAMPRASAD 
Cc: KOPP, ANNE E ; LEFEVRE, CATHERINE ; 
hg0071...@techmahindra.com; GATHMAN, JONATHAN C ; GANDHAM, SAI 
; zhaohuab...@gmail.com
Subject: [ONAP Helpdesk #58165] [linuxfoundation.org #58165] RE: AAF PTL 
Nominations

+1 for Jonathan.

-- K i r a n

From: GATHMAN, JONATHAN C [mailto:jg1...@att.com]
Sent: Monday, July 09, 2018 3:12 PM
To: KOYA, RAMPRASAD ; hg0071...@techmahindra.com; 
zhaohuab...@gmail.com; Kamineni, Kiran K ; GANDHAM, 
SAI 
Cc: helpd...@onap.org; LEFEVRE, CATHERINE ; KOPP, ANNE E 

Subject: Re: AAF PTL Nominations

Greetings, Ram,
  Thanks for setting up the elections.

  I would like to officially nominate for the AAF PTL position.

  --- A little about myself, and why I would like to accept the position of PTL 
for AAF ---

  I’ve been with AT for more than 20 years, during which I architected and 
create many solutions including highly scalable Middleware Frameworks.  CADI 
was a Framework I created to enable clients to utilize multiple Authentications 
and different Authorizations.  AAF was conceived as an authorization module 
from another AT system put into a RESTful interface.  Under my leadership, we 
refined the concept to the product it is to, also converting it to Cassandra, 
and a highly efficient, scalable access model.  I’ve been primary on AAF ever 
since.

  A few years ago, I looked to the future, and realized that it would be better 
have App-2-App be 2 way Certificate, but also realized there were problems 
associated with this.  External ISP signing limited automation, and there was 
no clean way to tie the resulting Certificates to the Authorizations already 
known by User/Password.  Further, not everyone is a security expert, and is not 
equipped to get the right X509 setup.  I created, with our Security 
Organization’s blessing and help, a mechanism that ties in the authorizations 
to the Certificate with only microseconds spent on the transaction… by tying 
the process of authorization, and making it part of the Certificate itself.  
This method, when fully implemented by ONAP, will give both heightened speed 
and resiliency to Authentications.

  My experience in ONAP and Open source is being asked to bring over the 
Production grade AT AAF into ONAP, but not just bring the code in, but make 
AT’s libraries “ONAP First”.  This work, which you all participated and 
helped us complete, was highly successful in a short time.  We just need to 
help ONAP services work with it.

  Finally, I have already been involved with the ONAP TSC (consulting basis) 
where I’ve been attending all meetings.  I am an active member of the ONAP 
Security Team, attending all meetings, and, I would like to say, am 
instrumental in providing path forward for ONAP Security in general.  Finally, 
I have been educating the overall AAF Team on our weekly meetings.

  In short, I believe I have the expertise, not only as the originator and main 
creator of these technologies, but I believe I have shown adaptability to learn 
the ONAP Processes and Goals quickly, and at the same time, worked to help the 
AAF sub-team grow.

  I would appreciate your vote for PTL of AAF, and hope to bring this project 
into as solid a component for ONAP as it is for AT

Thank you,

“Instrumental” (Jonathan Gathman)
Principled-System Architect
AT Services, Inc.
jonathan.gath...@us.att.com


From: RAMPRASAD KOYA mailto:rk5...@att.com>>
Date: Monday, July 9, 2018 at 4:08 PM
To: "GATHMAN, JONATHAN C" mailto:jg1...@att.com>>, 
"hg0071...@techmahindra.com" 
mailto:hg0071...@techmahindra.com>>, 
"zhaohuab...@gmail.com" 
mailto:zhaohuab...@gmail.com>>, 
"kiran.k.kamin...@intel.com" 
mailto:kiran.k.kamin...@intel.com>>, "GANDHAM, SAI" 
mailto:sg4...@att.com>>
Cc: "helpd...@onap.org" 
mailto:helpd...@onap.org>>, "LEFEVRE, CATHERINE" 
mailto:cl6...@intl.att.com>>, ANNE E KOPP 
mailto:ak1...@att.com>>
Subject: AAF PTL Nominations

AAF Committers,

As I’m moving to a different team, I would like to request nominations for AAF 
PTL. If you are interested, please send me an email by noon CST, this 
Wednesday, 7/11. I’ll setup an election with all the interested candidates on 
7/11 with voting to close on Friday, 7/13.

let me know.

Thanks,
Ram


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11086): https://lists.onap.org/g/onap-discuss/message/11086
Mute This Topic: https://lists.onap.org/mt/23265687/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration - Self Nomination

2018-07-12 Thread Gary Wu
+1

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Chengli Wang
Sent: Wednesday, July 11, 2018 9:15 PM
To: onap-discuss ; lcl7608 ; 
ramkik 
Cc: Liu Chenglong ; bf1936 ; Yunxia Chen 

Subject: 回复: Re: [onap-discuss][onap-tsc][integration] PTL Election for 
Integration - Self Nomination

+1


发件人: Liu Chenglong
发送时间: 2018-07-12 09:58
收件人: onap-discuss; 
ramkik
抄送: Liu Chenglong; 
bf1...@att.com; 
helen.c...@huawei.com
主题: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration - 
Self Nomination
+1


在 2018年7月12日,07:46,ramki krishnan mailto:ram...@vmware.com>> 
写道:

+1

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Brian
Sent: Wednesday, July 11, 2018 12:22 PM
To: onap-discuss@lists.onap.org; 
helen.c...@huawei.com
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

+1 :)

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Helen Chen
Sent: Wednesday, July 11, 2018 3:20 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>; onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [onap-discuss][onap-tsc][integration] PTL Election for Integration 
- Self Nomination

Dear ONAP Integration Committers,

I would like to nominate myself for the role of PTL of ONAP Integration project.

I was the PTL of ONAP Integration project in past one year and worked with 
Integration team delivered both Amsterdam and Beijing release. Before that, I 
also had 7+ years of experience in the open source community with projects like 
ONAP, OPEN-O, OpenDaylight, and OpenSocial.

Other qualifications:
I am a Principal Architect in the Networking Business Unit at Huawei US R, 
located at Santa Clara, California. I have years of working experience as 
software architect and leader in networking/SDN/NFV, Artificial Intelligence 
(AI) / Machine Learning (ML), cloud computing, Video / Multimedia/AR/VR/MR, 
etc. area as well as bringing new innovations from whiteboard to product 
delivery at Huawei, Cisco, Sourceforge, etc.

I had very happy and inspiring working experience collaborating with you in the 
past one year and hope to continue getting your support to bring ONAP into the 
next level.

Regards,

Helen Chen

From: onap-tsc mailto:onap-...@lists.onap.org>> on 
behalf of Helen Chen 00725961 
mailto:helen.c...@huawei.com>>
Date: Monday, July 9, 2018 at 5:32 PM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>, onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: [onap-discuss][onap-tsc][integration] PTL Election for Integration

Dear ONAP Integration Committers,

As mandated by ONAP process, PTL elections must be held at least once a year.   
You can read more details here: 
https://wiki.onap.org/display/DW/Annual+Community+Elections

If you are interested in the Integration PTL position.  Please reply to all to 
do self-nomination.

We will close the self-nomination window by 23:59 PDT July 11th, Wednesday, 
2018.  Further instructions will be sent out to the committers on the election 
procedure.  The final result will be announced on the ONAP lists before the end 
of this week.

Regards,
Helen Chen



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11085): https://lists.onap.org/g/onap-discuss/message/11085
Mute This Topic: https://lists.onap.org/mt/23265673/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][multicloud] polling for new weekly meeting will close

2018-07-12 Thread Xinhui Li
According to the polling result, the slot of 8:00AM EST on Wednesday is the top 
winner.

I would like to leave it another day for everybody’s awareness before sending 
to Kenny for help to reschedule the weekly meeting accordingly. It is not easy 
to get a slot comfortable for everyone considering our ONAP community has so 
many contributors coming from different time zones. We treasure your attendance 
to Multi Cloud project weekly meetings. If it is impossible for you to fit into 
all these proposed slots, let me know if you want to switch the meeting 
schedule in odd and even weeks

Xinhui Li
PTL of Multi VIM/Cloud

From: Xinhui Li 
Date: Thursday, July 12, 2018 at 7:50 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss][multicloud] polling for new weekly meeting will close

Please poll in doodle https://doodle.com/poll/3a96654sq22i773h. We will close 
it in 24 hours

Xinhui Li
PTL of Multi VIM/Cloud



From: Xinhui Li 
Date: Friday, July 6, 2018 at 6:22 PM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss][multicloud] Polling on Team meeting

Dear team,

Thank you all for your contribution and efforts to Multi VIM/Cloud project 
along the time. On the past Casablanca event held in June, we gathered there 
and discussed that the current weekly meeting time – 5:00PM Monday PST is not 
fit for the members from Israel and European. By this email thread, I would 
like to collect your idea about possible changes at the weekly meeting time.

One option is to add another weekly meeting for different time zones. This 
could pose challenges for all to keep synchronized with different discussions 
besides more meeting time. For this, I set up a doodle to find a new slot 
workable for most of attendees. Please feel free to leave comments on the 
doodle with new option time if more convenient for you.
https://doodle.com/poll/3a96654sq22i773h

It is not easy to get a slot comfortable for everyone considering our ONAP 
community has so many contributors coming from different time zones. We 
treasure your attendance to Multi Cloud project weekly meetings. If it is 
impossible for you to fit into all these proposed slots, let me know if you 
want to switch the meeting schedule in odd and even weeks.

Regards,
Xinhui Li
PTL Multi VIM/Cloud



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11083): https://lists.onap.org/g/onap-discuss/message/11083
Mute This Topic: https://lists.onap.org/mt/23250299/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] Invitation: 5G Use Case Team Meeting @ Weekly from 8am to 9am on Thursday from Thu Jan 4 to Thu Dec 13 (PST) (onap-discuss@lists.onap.org)

2018-07-12 Thread Ajay Mahimkar
All – I would like to join the call @ 11:30 AM ET and discuss the 5G CM use 
case. Shouldn’t take more than 10 mins.
Is anyone covering the 5G CM PNF Software Upgrade case today?

-   Ajay

-Original Appointment-
From: ONAP Meetings and Events 
[mailto:linuxfoundation.org_1rmtb5tpr3uc8f76fmflplo...@group.calendar.google.com]
Sent: Wednesday, January 3, 2018 7:44 PM
To: ONAP Meetings and Events; onap-discuss@lists.onap.org; BEGWANI, VIMAL
Subject: [onap-discuss] Invitation: 5G Use Case Team Meeting @ Weekly from 8am 
to 9am on Thursday from Thu Jan 4 to Thu Dec 13 (PST) 
(onap-discuss@lists.onap.org)
When: Thursday, July 12, 2018 11:00 AM-12:00 PM America/New_York.
Where: https://zoom.us/j/478423919


more details 
»

5G Use Case Team Meeting
When
Weekly from 8am to 9am on Thursday from Thu Jan 4 to Thu Dec 13 Pacific 
Time

Where

https://zoom.us/j/478423919
 
(map)

Calendar
onap-discuss@lists.onap.org

Who
•
kp...@linuxfoundation.org - creator

•
onap-discuss@lists.onap.org

•
vb1...@att.com



Hi there,

ONAP Meeting 5 is inviting you to a scheduled Zoom meeting.
Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/478423919
Or iPhone one-tap :
US: +16699006833,,478423919# or +16465588656,,478423919#
Or Telephone:
Dial(for higher quality, dial a number based on your current location):
US: +1 669 900 6833 or +1 646 558 8656 or +1 877 369 0926 (Toll Free) or +1 855 
880 1246 (Toll Free)
Meeting ID: 478 423 919
International numbers available: 
https://zoom.us/zoomconference?m=yg2UISaF1ObRkQ2wSF2Hn6OHocjjMdpB




Going?   All events in this series:   
Yes
 - 
Maybe
 - 

Re: [onap-discuss] Att: PTL - Languages supported in ONAP

2018-07-12 Thread Arul Nambi
Hi,
Thanks for providing me with the language support that is needed.  To be clear 
we are looking for languages for which the code coverage needs to be supported. 
So if you have one or 2 files in a special language please avoid them.
I have compiled a list with language, project and contact in this page
https://wiki.onap.org/display/DW/Special+Languages+used+in+ONAP
Please correct the form as required. And add any language or project with a 
contact.
We will need help with these languages with TODO added in their name.
We will need someone with the following knowledge

  1.  How code coverage works in that language and tools to be used
  2.  How to integrate with Jenkins.
If someone can volunteer for each language marked as todo and if they can join 
the security meeting on Wednesday @ 9 EST we can discuss on how to support code 
coverage for that language.
Thanks for the information.
Regards
Arul
From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Vijay VK
Sent: Wednesday, July 11, 2018 12:28 PM
To: onap-discuss@lists.onap.org; lxin...@vmware.com; shankarp...@gmail.com; 
Arul Nambi 
Cc: onap-sec...@lists.onap.org
Subject: Re: [onap-discuss] Att: PTL - Languages supported in ONAP

Hi Arul,  DCAE also uses Python and Clojure (these are addition to Java and 
JavaScript, which are in your list already).

Thanks,
Vijay

From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Xinhui Li
Sent: Wednesday, July 11, 2018 10:39 AM
To: onap-discuss@lists.onap.org; 
shankarp...@gmail.com; NAMBI, ARUL 
mailto:arul.na...@amdocs.com>>
Cc: onap-sec...@lists.onap.org
Subject: Re: [onap-discuss] Att: PTL - Languages supported in ONAP

Dear Arul,

Please include Golang too.  Multi VIM/Cloud team will hug Golang in the coming 
releases for advantages with this programming language. K8s plugin could be the 
first try in Casablanca.

Thanks,
Xinhui Li
PTL of Multi VIM/Cloud

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Shankar Narayanan 
mailto:shankarp...@gmail.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"shankarp...@gmail.com" 
mailto:shankarp...@gmail.com>>
Date: Wednesday, July 11, 2018 at 10:29 PM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"arul.na...@amdocs.com" 
mailto:arul.na...@amdocs.com>>
Cc: "onap-sec...@lists.onap.org" 
mailto:onap-sec...@lists.onap.org>>
Subject: Re: [onap-discuss] Att: PTL - Languages supported in ONAP

Hi Arul,

Please do include Python as well to the list. There are quite a few projects 
that have significant Python code bases. OOF, for instance, is a pure python 
project, and would need python support from the tools used for code 
coverage/analysis.

Thanks,
Shankar.

On Wed, Jul 11, 2018 at 10:07 AM Arul Nambi 
mailto:arul.na...@amdocs.com>> wrote:
Hi PTL’s/Community,
In the security committee we are looking for the list of languages that needs 
to be supported when we come up with new tools for code coverage and static 
analysis.
Currently we know of

  1.  Java(ofcourse)
  2.  Javascript
We think that we will need PHP and Phyton, but need confirmation from the 
projects(preferably PTLs) about the language support that is needed and the 
name of the project.
There is a query in gerrit which can be used to find projects with certain file 
extensions, but it hard think of all the languauges.
Once we have a complete list I can update the wiki page so that in future we 
will know the languages that we support.
Regards
Arul

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


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 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11081): https://lists.onap.org/g/onap-discuss/message/11081
Mute This 

[onap-discuss] Using CADI Framework- (AAF)

2018-07-12 Thread Prakash via Lists.Onap.Org
Hello,
   As i have started looking into AAF newly, need few inputs from the team
that actually help me kick started with AAF.

*Things i have done so far:*
Built AAF docker image and brought up the container as well as Cassandra
container by following this link


​I have built the jar files from /authz/cadi/ using mvn compile and
got cadi-core,
aaf-cadi, cadi-oauth, cadi-enduser jars.

Then i was trying to communicate to the AAF which is up and running in my
local machine, using Java Client Access
.

*But i have the below inputs:*
1. I could see many cadi.properties file each folder under authz/cadi/ like
core,aaf,client,oauth. I'm confused on which one to use and how to use the
java file (Sample.java) to get communicated with AAF.
   i) where to keep the cadi.properties file?
   ii) how cadi client uses it ?

2. Should cadi be integrated with each component which communicates each
other?
3. Does AAF run separately which then gets communicated by cadi client for
each authorization purpose(except cached ones)?
4. Once AAF is brought up, should roles and permissions be created manually
in Cassandra or through AAF_GUI?
5. If it is via GUI, then there is a  problem in GUI. it is not accessible.
I could see some junk data displayed when accessing the aaf_gui port?
6. Is there any sample use case demo available which covers both cadi and
AAF ?

NOTE: Let me knwo if i was wrong in some part.
Prior Thanks!!
*Regards,*
Prakas
​h​
P

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11073): https://lists.onap.org/g/onap-discuss/message/11073
Mute This Topic: https://lists.onap.org/mt/23264081/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [integration] vFW Closed Loop Issues on Beijing

2018-07-12 Thread Netaji Surve
Hi pedrobarros,

Thanks for the response. It’s working now ☺ .

Thanks,
Netaji Surve

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of pedrobarr...@ua.pt
Sent: Thursday, July 12, 2018 11:14 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [integration] vFW Closed Loop Issues on Beijing

Hi,

Use as password "admin" instead of that token.

BR
Pedro

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 


Amdocs Development Centre India Private Limited having CIN: 
U72200PN2004PTC0188320 converted into Amdocs Development Centre India LLP (A 
limited liability partner­ship with LLP Identification Number: AAI-6901 
effective 28th Feb 2017)

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11072): https://lists.onap.org/g/onap-discuss/message/11072
Mute This Topic: https://lists.onap.org/mt/23245151/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [integration] vFW Closed Loop Issues on Beijing

2018-07-12 Thread pedrobarros1
Hi,

Use as password "admin" instead of that token.

BR
Pedro

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11070): https://lists.onap.org/g/onap-discuss/message/11070
Mute This Topic: https://lists.onap.org/mt/23245151/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-