[onap-discuss] 答复:[integration] Jenkins Merge Failure

2017-08-04 Thread fu.guangrong
Gary,Any idea on this?Thanks.Guangrong 

原始邮件 
 
 
 

发件人:付光荣10144542

收件人:gary.i...@huawei.com

抄送人:onap-discuss@lists.onap.org

日期:2017-08-04 14:57:41

主题:[integration] Jenkins Merge Failure

 
 
Hi Gary,





When jenkins tried to merge codes into gerrit, an error below occurred.





[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project holmes-actions-parent: Failed to deploy artifacts: Could not transfer 
artifact 
org.onap.holmes.actions:holmes-actions-parent:pom:1.0.0-20170804.064650-1 
from/to ecomp-snapshots 
(https://nexus.onap.org/content/repositories/snapshots): Access denied to: 
https://nexus.onap.org/content/repositories/snapshots/org/onap/holmes/actions/holmes-actions-parent/1.0.0-SNAPSHOT/holmes-actions-parent-1.0.0-20170804.064650-1.pom,
 ReasonPhrase: Forbidden. -> [Help 1]


06:46:50 [ERROR] 


06:46:50 [ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.


06:46:50 [ERROR] Re-run Maven using the -X switch to enable full debug logging.


06:46:50 [ERROR] 


06:46:50 [ERROR] For more information about the errors and possible solutions, 
please read the following articles:


06:46:50 [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException





Would you please help to figure out where the problem is?





Thanks





Best Regards,


Guangrong___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] 答复: RE: RE: Re: 答复: [integration] RE: About CI job Script for python project in ONAP

2017-08-04 Thread fu.jinhua
Hi Gary,

Thanks for your quickly reply, and Activiti are not needed for the unit 
test of vfc-nfvo-lcm, I think they are for vfc-nfvo-wfengine instead.

Thanks,


Jinhua






原始邮件



发件人: 
收件人:傅锦华10108953
抄送人: 
日 期 :2017年08月04日 22:35
主 题 :RE: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for 
python project in ONAP







Jinhua,


 


FYI I’ve submitted https://gerrit.onap.org/r/#/c/6727/ for the redis install, 
but only LF staff can merge changes in ci-management so hopefully they will get 
to it soon.


 


Once the above is in place, you’ll need to modify your build job to use the 
‘ubuntu1604-redis-4c-4g’ build-node.


 


By the way, it wasn’t clear whether you needed Activiti in this environment as 
well.  However, the command that was provided:


 


wget https://www.activiti.org/download-bpm/releases/activiti-5.21.0.tar.gz


 


returns 404 not found (looks like it needs registration).  If you do need 
Activiti installed in the build environment, please provide commands or links 
that can  work from the command line, and also an init.d/systemd script for 
tomcat so that we can configure the system to start tomcat on startup.


 


Thanks,


Gary


 



From: Gary Wu 
 Sent: Friday, August 04, 2017 6:27 AM
 To: 'fu.jin...@zte.com.cn' 
 Cc: onap-discuss@lists.onap.org
 Subject: RE: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script 
for python project in ONAP




 


Hi Jinhua,


 


Ok, I’ll submit these changes to ci-management and let you know when they’re 
done. 


 


Thanks,


Gary


 


From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn] 
 Sent: Friday, August 04, 2017 1:52 AM
 To: Gary Wu 
 Cc: meng.zhaoxi...@zte.com.cn onap-discuss@lists.onap.org 
zhang.maope...@zte.com.cn
 Subject: 答复: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script 
for python project in ONAP


 

Hi Gary,

How about the redis install in jenkins env? We cannot submit the codes now, can 
you help to fix it as soon as possible?

And another problem is that ci job scripts for python project only support 
subproject pattern(like  '{project-name}-{stream}-{subproject}-verify-python'),

can you extend the template which can support non-subproject pattern(like  
'{project-name}-{stream}-verify-python'), because in onap vfc-nfvo-lcm is an 
independent project.

Thanks,

Jinhua

 


原始邮件



发件人: 



收件人:孟照星10024238傅锦华10108953



抄送人: 



日 期 :2017年08月04日 01:26



主 题 :RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP




 


Hi Zhaoxing,


 


Is the Tomcat/Activiti setup also required for your unit tests?


 


The tests that require live API calls to other running services (redis, tomcat, 
etc.) are really meant  to be implemented as CSIT test cases instead of UT this 
 way you have full control over the setup and configuration of the supporting 
services (via docker containers) as you see fit, instead of having to configure 
a special Jenkins slave VM image just to  handle your specific UT requirements. 


 


Would that work for you?  i.e. move the UT test cases involving live API calls 
into CSIT instead.   If this can be done relatively easily then that would be 
the  ideal approach.  Otherwise, I can start the process to configure a special 
Jenkins slave VM image for you, but just be aware that the turnaround is slow 
on any needed changes/fixes on these VM images  if your requirements change.


 


Thanks,


Gary


 


From: meng.zhaoxi...@zte.com.cn [mailto:meng.zhaoxi...@zte.com.cn] 
 Sent: Thursday, August 03, 2017 12:49 AM
 To: fu.jin...@zte.com.cn
 Cc: Gary Wu  onap-discuss@lists.onap.org
 Subject: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for 
python project in ONAP


 


workflow engine


 


1. download Tomcat


cd /


sudo mkdir temp


cd /temp


wget 
http://apache.fayea.com/tomcat/tomcat-8/v8.5.16/bin/apache-tomcat-8.5.16.tar.gz


tar -zxf apache-tomcat-8.5.16.tar.gz


 


2. download Activiti


wget https://www.activiti.org/download-bpm/releases/activiti-5.21.0.tar.gz


tar -zxf activiti-5.21.0.tar.gz


cd wars


 


3. add to Tomcat


sudo mv activiti-rest.war /temp/apache-tomcat-8.5.16/webapps/


 


4. start Tomcat


cd /temp/apache-tomcat-8.5.16/bin


sudo chmod a+x startup.sh


sh startup.sh

 

 

 

 


Original Mail



Sender: FuJinHua10108953



To:  



CC:  



Date: 2017/08/03 08:59



Subject: [onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP




 

Hi Gary:

 

1. download and install redis

cd /tmp

wget http://download.redis.io/releases/redis-4.0.1.tar.gz

tar -zxf redis-4.0.1.tar.gz

cd redis-4.0.1

make

sudo make install

 

2. set conf file and init script

sudo mv {source code dir}/redis-server /etc/init.d/redis-server

sudo 

[onap-discuss] [ONAP Helpdesk #43937] [integration] Pending changes in ci-management

2017-08-04 Thread Jessica Wagantall via RT
Replied to all now.. 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] vLB demo closed loop

2017-08-04 Thread Serkant Uluderya
Sorry, I dropped the list.

Serkant

On Fri, Aug 4, 2017 at 8:08 PM, ROSE, DANIEL V  wrote:

> You can view the robot code here: https://gerrit.onap.org/r/
> gitweb?p=testsuite.git;a=blob;f=robot/resources/heatbridge.robot;h=
> 3ddeff1163991d870eeb043fec228d93e7020039;hb=refs/heads/release-1.0.0
>
>
>
> A script was not made for that unfortunately
>
>
>
> Thanks,
>
> Daniel Rose
>
> ECOMP / ONAP
>
> com.att.ecomp
>
> 732-420-7308 <(732)%20420-7308>
>
>
>
> *From:* Serkant Uluderya [mailto:serkant.ulude...@netsia.com]
> *Sent:* Friday, August 04, 2017 1:05 PM
> *To:* ROSE, DANIEL V 
> *Subject:* Re: [onap-discuss] vLB demo closed loop
>
>
>
> Thanks Daniel. Could you please explain a little bit about how to add the
> data about the initial base vlb stack to aai? There is no information in
> the wiki and the readme files or I'm missing something.
>
>
>
> Thanks,
>
> Serkant
>
>
>
> On Fri, Aug 4, 2017 at 7:51 PM, ROSE, DANIEL V  wrote:
>
> vLB closed loop goes vlb > dcae > policy > mso (to spin up another
> backend) so there is no appc involved. The step missing is probably the
> fact that you need to add the data about the initial base vlb stack to aai.
> This is done by the heatbridge script in robot for 1.0.0 but should be done
> by MSO automatically for Amsterdam
>
>
>
> Thanks,
>
> Daniel Rose
>
> ECOMP / ONAP
>
> com.att.ecomp
>
> 732-420-7308 <(732)%20420-7308>
>
>
>
> *From:* onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-bounces@
> lists.onap.org] *On Behalf Of *Serkant Uluderya
> *Sent:* Friday, August 04, 2017 12:48 PM
> *To:* onap-discuss@lists.onap.org
> *Subject:* [onap-discuss] vLB demo closed loop
>
>
>
> Hi,
>
>
>
> I'm trying to complete vLB demo on rackspace using version 1.0.0. I think,
> I completed all the steps except policy enforcement.
>
> What is the correct way of executing closed loop for this demo? In Policy
> portal there are 4 policies:
>
> Config_BRMS_Param_BRMSParamvFWDemoPolicy
>
> Config_BRMS_Param_BRMSParamvLBDemoPolicy
>
> Config_MS_vFirewall
>
> Config_MS_vLoadBalancer
>
>
>
> I verified the DNS traffic between ziad1vdnspg01pg01, demovlblb, demovlbdns
> and increased the traffic. No chance..
>
> It seems that ./demo.sh appc DemoModule step is required but it is not
> working for vLB. When I run this script test execution fails and gets the
> following errors:
>
>
>
> Error in file '/var/opt/OpenECOMP_ETE/robot/resources/heatbridge.robot':
> Importing test library 'HeatBridge' failed: ImportError: No module named
> HeatBridge Traceback (most recent call last): None PYTHONPATH:
> /var/opt/OpenECOMP_ETE/robot/library 
> /var/opt/OpenECOMP_ETE/robot/library/eteutils
> /usr/lib/python2.7 /usr/lib/python2.7/plat-x86_64-linux-gnu
> /usr/lib/python2.7/lib-tk /usr/lib/python2.7/lib-old
> /usr/lib/python2.7/lib-dynload /usr/local/lib/python2.7/dist-packages
> /usr/lib/python2.7/dist-packages
>
>
>
> Arguments: [ {'OS::project_id': '1034840', 'OS::stack_id':
> '92e93be5-79d4-4ddb-bb05-14e26305f1fd', 'OS::stack_name': 'DemoModule',
> 'dcae_collector_ip': '10.0.4.102', 'dcae_collector_port': '8080',
> 'demo_artifacts_version': '1.0.0', 'ecomp_private_net_cidr': '10.0.0.0/8
> ',
> 'ecomp_private_net_id': 'oam_ecomp_igMp', 'ecomp_private_subnet_id':
> 'oam_ecomp_igMp', b'id': '92e93be5-79d4-4ddb-bb05-14e26305f1fd',
> 'key_name': 'vfw_keydemo', b'name': 'DemoModule', 'pub_key': 'ssh-rsa
> B3NzaC1yc2EBJQAAAQEAqqnA9BAiMLtjOPSYBfhzLu4CiBolWosk
> Dg4KVwhTJVTTeB6CqrQNcadlGXxOHhCYuNCKkUmIVF4WTOisVOJ75Z1c4OMo
> ZLL85xVPKSIeH63kgVugwgPYQu55NbbWX+rsbUha3LnElDhNviMM3iTPbD5nnhKi
> xNERAJMTLKXvZZZGqxW94bREknYPQTT2qrk3YRqwldncopp6Nkgv3AnSJz2g
> c9tjxnWF0poTQnQm/3D6hiJICrzKfAV0EaPN0KdtYjPhKrYoy6Qb/
> tKOVaaqsvwfKBJGrT9LfcA7D7M/yj292RT1XN63hI84WC383LsaPJ6eWdDTE6zUP1eGTWCoOw==
> rsa-key-20161026', 'public_net_id': '----',
> 'repo_url_artifacts': 'https://nexus.onap.org/content/groups/staging
> ',
> 'repo_url_blob': 'https://nexus.onap.org/content/repositories/raw
> ',
> b'stack_status': 'CREATE_COMPLETE', 'vdns_name_0': 'demovlbdns',
> 'vdns_private_ip_0': '192.168.130.110', 'vdns_private_ip_1': '10.1.0.15',
> 'vf_module_id': '924a4b29-c023-44f6-b66d-97ab260474b9',
> 'vlb_flavor_name': '4 GB General Purpose v1', 'vlb_image_name': 'Ubuntu
> 

[onap-discuss] [ONAP Helpdesk #43937] [integration] Pending changes in ci-management

2017-08-04 Thread Jessica Wagantall via RT
Dear Gary, 

I have replied to most of them. For the ones that I was not added as reviewer, 
I am just now reviewing them. 

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Meetings and Bridges

2017-08-04 Thread Kenny Paul
Community Members!

Over the weekend I will be making some meeting bridge changes to better meet 
the needs of everyone involved in ONAP.  We’ve had a few situations this week 
where teams were unable to start their meetings because another team had 
neglected to end a meeting. In at least one case the meeting was still running 
24 hours later.  That fact combined with several requests for new weekly 
recurring meetings and my better understanding on how the integration between 
Zoom and G-Cal works (or doesn’t work), is driving these changes.  

My goal is to maintain as many of the existing bridge/meeting pairs as I can, 
but some bridge information will absolutely need to change. 
The calendar located on the bottom of the Community Meetings page will always 
have the most up-to-date information.
https://wiki.onap.org/pages/viewpage.action?pageId=6587439 


I will send a notice out when I’m finished making adjustments.

Best Regards, 
-kenny

Kenny Paul,  Technical Program Manager
kp...@linuxfoundation.org
510.766.5945

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration] RE: ONAP Functional Test Automation

2017-08-04 Thread Yunxia Chen
Here you go:
Video Tutorial  

Regards,

Helen Chen

From:  on behalf of "RAJU, CHINNAPPA" 

Date: Friday, August 4, 2017 at 1:00 PM
To: Gary Wu 
Cc: "NGUYEN, PHIL" , "onap-discuss@lists.onap.org" 
, "BECKER, JOSHUA C" 
Subject: Re: [onap-discuss] [integration] RE: ONAP Functional Test Automation

Hi Gary,

May be the recording would help. I will send my questions once I see the 
recording.


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

From: Gary Wu [mailto:gary.i...@huawei.com]
Sent: Friday, August 04, 2017 12:54 PM
To: RAJU, CHINNAPPA 
Cc: HOTZE, BECKY L ; NGUYEN, PHIL ; BECKER, 
JOSHUA C ; onap-discuss@lists.onap.org
Subject: [integration] RE: ONAP Functional Test Automation

Hi Chinnappa,

We have the CSIT process documented on the wiki here: 
https://wiki.onap.org/display/DW/Creating+a+CSIT+Test.
  We had also recorded a short video demonstrating the same; the recording 
should be available on the wiki shortly.

Please take a look at the above, then I can help answer any questions that you 
may have.

Thanks,
Gary

From: RAJU, CHINNAPPA [mailto:cr7...@att.com]
Sent: Friday, August 04, 2017 10:48 AM
To: Yunxia Chen >; Gary Wu 
>
Cc: HOTZE, BECKY L >; NGUYEN, PHIL 
>; BECKER, JOSHUA C 
>
Subject: ONAP Functional Test Automation

Hi Helen,

I’m from AT ECOMP Test Automation team. We’re working with AT developers 
for functional testing and automation for some of the ONAP projects for R1.

We would like to understand the process of creating a CSIT test and integrating 
with the framework defined for Integration testing. Could you/Gary give us a 
quick overview on the process.


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [SO] vCPE TOSCA Modeling doc

2017-08-04 Thread Kang Xi
Hi DeWayne,

This is very good. Thanks. Maybe next week after review the use case we can 
select a small flow to create a sample design. It does not have to be fully 
functions but will definitely help people to get a concrete understanding of 
the design.

Regards,
Kang

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of DeWayne Filppi
Sent: Thursday, August 03, 2017 18:03
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [SO] vCPE TOSCA Modeling doc

I've added a description of the TOSCA modeling approach/design for the vCPE use 
case for alternative 1 (pure TOSCA model) in the wiki: 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration] RE: ONAP Functional Test Automation

2017-08-04 Thread RAJU, CHINNAPPA
Hi Gary,

May be the recording would help. I will send my questions once I see the 
recording.


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

From: Gary Wu [mailto:gary.i...@huawei.com]
Sent: Friday, August 04, 2017 12:54 PM
To: RAJU, CHINNAPPA 
Cc: HOTZE, BECKY L ; NGUYEN, PHIL ; BECKER, 
JOSHUA C ; onap-discuss@lists.onap.org
Subject: [integration] RE: ONAP Functional Test Automation

Hi Chinnappa,

We have the CSIT process documented on the wiki here: 
https://wiki.onap.org/display/DW/Creating+a+CSIT+Test.
  We had also recorded a short video demonstrating the same; the recording 
should be available on the wiki shortly.

Please take a look at the above, then I can help answer any questions that you 
may have.

Thanks,
Gary

From: RAJU, CHINNAPPA [mailto:cr7...@att.com]
Sent: Friday, August 04, 2017 10:48 AM
To: Yunxia Chen >; Gary Wu 
>
Cc: HOTZE, BECKY L >; NGUYEN, PHIL 
>; BECKER, JOSHUA C 
>
Subject: ONAP Functional Test Automation

Hi Helen,

I'm from AT ECOMP Test Automation team. We're working with AT developers 
for functional testing and automation for some of the ONAP projects for R1.

We would like to understand the process of creating a CSIT test and integrating 
with the framework defined for Integration testing. Could you/Gary give us a 
quick overview on the process.


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration] vCPE for R1: Support multiple clouds or not?

2017-08-04 Thread Kang Xi
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN=Kang Xi:MAILTO:kang...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KLUGER, YO
 AV":MAILTO:yoav.klu...@amdocs.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="FREEMAN, B
 RIAN D":MAILTO:bf1...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=gil.bullar
 d...@att.com:MAILTO:gil.bull...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Yunxia Che
 n:MAILTO:helen.c...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Pawłowski
  Michał 1 - Korpo:MAILTO:michal.pawlows...@orange.com
DESCRIPTION;LANGUAGE=en-US:Hi All\,\n\nA question was raised in today’s m
 eeting: What is the complexity of supporting multiple clouds and whether w
 e want to include this feature in R1. At high level\, multi-cloud support 
 means to host vGMUX\, vG\, and the associated vDNS\, vDHCP\, web server in
  one cloud and the rest in another cloud. People believe that it is necess
 ary to call a meeting to discuss this topic. Please join if you are intere
 sted.\n\nThanks\,\nKang\n\n\n
SUMMARY;LANGUAGE=en-US:[integration] vCPE for R1: Support multiple clouds o
 r not?
DTSTART;TZID=Eastern Standard Time:20170808T11
DTEND;TZID=Eastern Standard Time:20170808T12
UID:04008200E00074C5B7101A82E00850673201330DD301000
 012DD42A293C43444B4D55B799E8554DB
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170804T192421Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:https://zoom.us/j/44
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:595888097
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration][so] vCPE use workflow design for SO

2017-08-04 Thread Kang Xi
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN=Kang Xi:MAILTO:kang...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=DeWayne Fi
 lppi:MAILTO:dewa...@cloudify.co
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=gil.bullar
 d...@att.com:MAILTO:gil.bull...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KLUGER, YO
 AV":MAILTO:yoav.klu...@amdocs.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="FREEMAN, B
 RIAN D":MAILTO:bf1...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Daniel Sil
 verthorn:MAILTO:daniel.silverth...@amdocs.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="GUPTA, ALO
 K":MAILTO:ag1...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Ramki Kris
 hnan:MAILTO:ram...@vmware.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Jaco Fouri
 e:MAILTO:jaco.fou...@ericsson.com
DESCRIPTION;LANGUAGE=en-US:Rescheduling to avoid conflict.\n\nAll\,\n\nWe w
 ill discuss details of workflow design for vCPE. DeWayne from SO will join
  the meeting.\n\nThanks\,\nKang\n\n\n
SUMMARY;LANGUAGE=en-US:[integration][so] vCPE use workflow design for SO
DTSTART;TZID=Eastern Standard Time:20170807T13
DTEND;TZID=Eastern Standard Time:20170807T14
UID:04008200E00074C5B7101A82E008E04469012A0DD301000
 010002947824613CCBE4084B8224539D4DC2F
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170804T184702Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:1
LOCATION;LANGUAGE=en-US:https://zoom.us/j/44
X-MICROSOFT-CDO-APPT-SEQUENCE:1
X-MICROSOFT-CDO-OWNERAPPTID:419727329
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] ONAP VoLTE SDC call

2017-08-04 Thread BULLARD, GIL
Team,
I posted to the VoLTE Use Case wiki (Drafts for discussion sub-page) an updated 
version of the PPT file that I quickly covered in today's call.  It contains a 
proposal on how to support this near term need that we face together.

Here is the link:
https://wiki.onap.org/display/DW/VoLTE+Drafts+for+discussion

I intend that this proposal has an advantage of minimizing rework and 
misalignment of Release 1 and Release 2.  Note the SO functionality in this 
proposal aligns with that which is being proposed in the vCPE Residential 
Broadband Use Case.

You will note that in this PPT I have also proposed a "design time" approach 
that results in a "flat" VoLTE model in the Release 2 timeframe through 
"compile time nesting".  Please do not conclude from this that I do not 
appreciate the business benefit of modeling in ONAP complex, multi-tiered 
services.  I do appreciate that need, and I agree that ONAP needs to be able to 
support such complex, "n-tiered" services.  In fact, I am proposing in this 
deck one way to accomplish such support, at least in the near term, by 
"flattening" the orchestration of such services.

Please also do not conclude from this "flattening" proposal that I am pushing 
back on the concept of "upper level" run-time service orchestration flows 
recursively delegating to "lower level" service orchestration flows, in an 
"n-tier" construct.   In fact, I find an attractive elegance to recursive flows 
like this.  However, I am proposing to avoid such an "n-tier" flow approach in 
the near term because I do envision that such an implementation would add 
significant complexity to ONAP orchestration "rainy day handling", certainly in 
trouble-shooting.  In addition, though I would like to see ONAP eventually 
support "rainy day handling" for such an "n-tier" orchestration architecture, I 
would prefer to first develop some underlying common "rainy day handling" 
infrastructure that each flow level can leverage.  I foresee that such a task 
will take some significant design work.  Because of that I propose the "compile 
time nesting" as a way to "flatten" the orchestration and to simplify this 
rainy day handling, at least in the near term "Release 2" timeframe.

I look forward to other's comments and feedback.
Gil Bullard
AT

-Original Appointment-
From: denghui (L) [mailto:denghu...@huawei.com]
Sent: Tuesday, August 01, 2017 11:44 AM
To: denghui (L); onap-discuss@lists.onap.org; onap-tsc
Subject: [onap-discuss] ONAP VoLTE SDC call
When: Wednesday, August 02, 2017 10:00 PM-11:00 PM (UTC+08:00) Beijing, 
Chongqing, Hong Kong, Urumqi.
Where: https://zoom.us/j/137904496


Hello all

This is for discussion ONAP VoLTE SDC call.

ONAP Meeting 5 is inviting you to a scheduled Zoom meeting.
Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/137904496
Or iPhone one-tap (US Toll): +14086380968,137904496# or +16465588656,137904496#
Or Telephone:
Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll)
Meeting ID: 137 904 496
International numbers available: 
https://zoom.us/zoomconference?m=mi-ad1sMLWlXByAKLio5vDnd9JYqUR_a

Thanks a lot

DENG Hui
  << File: ATT1.txt >>

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] 答复: Re: [onap-tsc] ONAP VoLTE SDC call

2017-08-04 Thread yuan.yue
Congratulations! Great progress for ONAP R1.


@David:  SO, SDNC, SDC team and WAN provider of Volte usecase(ZTE and CMCC) 
might have further work on defining of WAN service descriptor which is not as 
clear as NS descriptor.

@Zhuoyao Huang: please prepare and arrange discussion with related teams.

Thank you all!





Yuan Yue










袁越 yuanyue


资深战略规划师   Senior Strategy Planner



技术规划部/技术规划部/系统产品 Technology Planning Dept./Technology Planning Dept./System 
Product









南京市雨花区软件大道50号中兴通讯3号楼1/F,Building 3, ZTE Nanjing R Center II, No.50, Software 
Avenue,YuHua District,Nanjing,P.R.China 210012
T: +025 88013478 

M: +86 13851446442 
E: yuan@zte.com.cn 
www.zte.com.cn














原始邮件



发件人: 
收件人:   

抄送人:  
日 期 :2017年08月04日 01:52
主 题 :Re: [onap-tsc] ONAP VoLTE SDC call





 All,
 SDC can support SO suggestion for VoLTE service design presented in th call.
 With that, I believe we concluded the discussion about the different options, 
and we are moving forward with Option A.
SDC supports onboarding the vIMS and vEPC validated (VNF SDK) VNFs.

vIMS, vEPC, and WAN services design in SDC.

VoLTE service design in SDC.

Distribution of the 4 services to SO, SDNC, VF-C, A

 Regards,
David
 -Original Appointment-
  From: LANDO, MICHAEL On Behalf Of denghui (L)
  Sent: Thursday, August 03, 2017 5:09 AM
  To: denghui (L) KAPELUTO, ZAHI SHADMI, DAVID ROZIN, EDEN 
onap-discuss@lists.onap.org onap-tsc Lando,Michael
  Subject: FW: ONAP VoLTE SDC call
  When: Thursday, August 03, 2017 9:00 PM-10:00 PM (UTC+08:00) Beijing, 
Chongqing, Hong Kong, Urumqi.
  Where: https://zoom.us/j/137904496
-Original Appointment-
  From: denghui (L) [mailto:denghu...@huawei.com] 
  Sent: Thursday, August 03, 2017 9:20 AM
  To: denghui (L) onap-discuss@lists.onap.org onap-tsc Lando,Michael
  Subject: ONAP VoLTE SDC call
  When: Thursday, August 03, 2017 9:00 PM-10:00 PM (UTC+08:00) Beijing, 
Chongqing, Hong Kong, Urumqi.
  Where: https://zoom.us/j/137904496
   
Hello all
 
This is for discussion ONAP VoLTE SDC call.

ONAP Meeting 5 is inviting you to a scheduled Zoom meeting. 

Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/137904496

Or iPhone one-tap (US Toll): +14086380968,137904496# or +16465588656,137904496#

Or Telephone:
  Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll)
  Meeting ID: 137 904 496
  International numbers available: 
https://zoom.us/zoomconference?m=mi-ad1sMLWlXByAKLio5vDnd9JYqUR_a
 
Thanks a lot
 
DENG Hui___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ptls][cli] ONAP functionalites to expose in CLI Amesterdam release

2017-08-04 Thread Kanagaraj Manickam
Dear PTLs,

For the current release, I have captured the ONAP functionalities to expose as 
part of CLI, in the wiki  https://wiki.onap.org/display/DW/CLI+Functionalities
Please refer this wiki and let me know, if any changes required. Thanks.

Regards
Kanagaraj M


***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [vnfsdk][sdc] VNF SDK/SDC alignment

2017-08-04 Thread Christopher Donley (Chris)
David,

During the 3-hour windows we have available, I'm available Monday 8-9 or 
Wednesday 6-7 or 8-9 Pacific time.  Will any of those work?

Chris

From: SHADMI, DAVID [mailto:ds2...@att.com]
Sent: Thursday, August 03, 2017 10:00 AM
To: Christopher Donley (Chris) ; LU, TINGTING 
; onap-discuss@lists.onap.org; 'Tina Tsou' ; 
Halfon Tal 
Cc: Murali p ; Gaoweitao (Victor, MANO) 
; ROZIN, EDEN ; 'Pujar, Rashmi' 
; SOMASUNDARAM, PRABHURAM ; 'Pugaczewski, 
Jack' ; 'Sandeep Shah2' 
; GUPTA, ALOK ; Parviz Yegani 
; Casem Majd (Cas Majd) ; 
OBRIEN, FRANK MICHAEL ; SILVERTHORN, DANIEL 
; ZHANG, MAX ; Karin 
Arnold ; Abinash Vishwakarma 
; KAPELUTO, ZAHI ; 
LEFEVRE, CATHERINE ; Gadiyar, Rajesh 
; Tim Taylor (timtayl) ; Marisa S 
Viveros ; Vul, Alex ; TABEDZKI, RICHARD 
; Chen, Wei D ; Yang, Vivien 
; Alex Daltrini (adaltrin) ; 
EMPOROPULO, VITALIY ; Xinhui Li 

Subject: RE: [vnfsdk][sdc] VNF SDK/SDC alignment

Hi Chris,

Can we meet early next week to continue the VNFSDK/SDC integration discussion?
The items I would like to discuss are:

  1.  CSAR structure
  2.  Continue the market place API discussions for R1

Thanks,
David

From: Christopher Donley (Chris) [mailto:christopher.don...@huawei.com]
Sent: Wednesday, August 02, 2017 1:02 PM
To: SHADMI, DAVID >; LU, TINGTING 
>; 
onap-discuss@lists.onap.org; 'Tina Tsou' 
>
Cc: Murali p >; Gaoweitao 
(Victor, MANO) >; ROZIN, 
EDEN >; 'Pujar, Rashmi' 
>; SOMASUNDARAM, PRABHURAM 
>; 'Pugaczewski, Jack' 
>; 
'Sandeep Shah2' 
>; GUPTA, ALOK 
>; Parviz Yegani 
>; Casem Majd (Cas 
Majd) >; OBRIEN, FRANK MICHAEL 
>; SILVERTHORN, DANIEL 
>; ZHANG, 
MAX >; Karin Arnold 
>; Abinash Vishwakarma 
>;
 KAPELUTO, ZAHI >; LEFEVRE, 
CATHERINE >; Gadiyar, Rajesh 
>; Tim Taylor 
(timtayl) >; Marisa S Viveros 
>; Vul, Alex 
>; TABEDZKI, RICHARD 
>; Chen, Wei D 
>; Yang, Vivien 
>; Alex Daltrini (adaltrin) 
>; EMPOROPULO, VITALIY 
>; Xinhui 
Li >
Subject: RE: [vnfsdk][sdc] VNF SDK/SDC alignment

Thanks to everyone who attended the VNFSDK/SDC meeting.  Zoom meeting 
recordings have been posted on the wiki: 
https://wiki.onap.org/pages/viewpage.action?pageId=11927730

Chris

-Original Appointment-
From: Christopher Donley (Chris)
Sent: Tuesday, August 01, 2017 2:46 PM
To: SHADMI, DAVID; LU, TINGTING; 
onap-discuss@lists.onap.org; Tina Tsou
Cc: Murali p; Gaoweitao (Victor, MANO); ROZIN, EDEN; Pujar, Rashmi; 
SOMASUNDARAM, PRABHURAM; 

[onap-discuss] [SO] vCPE TOSCA Modeling doc

2017-08-04 Thread DeWayne Filppi
I've added a description of the TOSCA modeling approach/design for the vCPE
use case for alternative 1 (pure TOSCA model) in the wiki: <
https://wiki.onap.org/display/DW/Alternative+1+%28TOSCA%29+vCPE+Use+Case+Design?src=contextnavpagetreemode
>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [vnfsdk][sdc] VNF SDK/SDC alignment

2017-08-04 Thread SHADMI, DAVID
Hi Chris,

Can we meet early next week to continue the VNFSDK/SDC integration discussion?
The items I would like to discuss are:

  1.  CSAR structure
  2.  Continue the market place API discussions for R1

Thanks,
David

From: Christopher Donley (Chris) [mailto:christopher.don...@huawei.com]
Sent: Wednesday, August 02, 2017 1:02 PM
To: SHADMI, DAVID ; LU, TINGTING ; 
onap-discuss@lists.onap.org; 'Tina Tsou' 
Cc: Murali p ; Gaoweitao (Victor, MANO) 
; ROZIN, EDEN ; 'Pujar, Rashmi' 
; SOMASUNDARAM, PRABHURAM ; 'Pugaczewski, 
Jack' ; 'Sandeep Shah2' 
; GUPTA, ALOK ; Parviz Yegani 
; Casem Majd (Cas Majd) ; 
OBRIEN, FRANK MICHAEL ; SILVERTHORN, DANIEL 
; ZHANG, MAX ; Karin 
Arnold ; Abinash Vishwakarma 
; KAPELUTO, ZAHI ; 
LEFEVRE, CATHERINE ; Gadiyar, Rajesh 
; Tim Taylor (timtayl) ; Marisa S 
Viveros ; Vul, Alex ; TABEDZKI, RICHARD 
; Chen, Wei D ; Yang, Vivien 
; Alex Daltrini (adaltrin) ; 
EMPOROPULO, VITALIY ; Xinhui Li 

Subject: RE: [vnfsdk][sdc] VNF SDK/SDC alignment

Thanks to everyone who attended the VNFSDK/SDC meeting.  Zoom meeting 
recordings have been posted on the wiki: 
https://wiki.onap.org/pages/viewpage.action?pageId=11927730

Chris

-Original Appointment-
From: Christopher Donley (Chris)
Sent: Tuesday, August 01, 2017 2:46 PM
To: SHADMI, DAVID; LU, TINGTING; 
onap-discuss@lists.onap.org; Tina Tsou
Cc: Murali p; Gaoweitao (Victor, MANO); ROZIN, EDEN; Pujar, Rashmi; 
SOMASUNDARAM, PRABHURAM; Pugaczewski, Jack; Sandeep Shah2; GUPTA, ALOK; Parviz 
Yegani; Casem Majd (Cas Majd); Michael O'Brien; Daniel Silverthorn; ZHANG, 
WEIYI (MAX); Karin Arnold; Abinash Vishwakarma; Kapeluto, Zahi; Lefevre, 
Catherine; Gadiyar, Rajesh; Tim Taylor (timtayl); Marisa S Viveros; Vul, Alex; 
TABEDZKI, RICHARD; Chen, Wei D; Yang, Vivien; Alex Daltrini (adaltrin); Vitaliy 
Emporopulo; Xinhui Li
Subject: [vnfsdk][sdc] VNF SDK/SDC alignment
When: Wednesday, August 02, 2017 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & 
Canada).
Where: 
https://zoom.us/j/979433593


Sync between SDC and VNF SDK

_
From: SHADMI, DAVID [mailto:ds2...@att.com]
Sent: Tuesday, August 01, 2017 2:02 PM
To: Christopher Donley (Chris) 
>; LU, 
TINGTING >
Cc: Murali p >; Gaoweitao 
(Victor, MANO) >; ROZIN, 
EDEN >
Subject: RE: VNF SDK sub-projects


Hi,

Can we meet 8-9am Pacific (10-11am Central)?

Thanks,
David


Hi there,

Chris Donley is inviting you to a scheduled Zoom meeting.

Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/979433593

Or iPhone one-tap (US Toll):  +16465588656,,979433593# or 
+14086380968,,979433593#

Or Telephone:
Dial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)
Meeting ID: 979 433 593
International numbers available: 
https://zoom.us/zoomconference?m=6LFSoCFAnFNuNQsfNKvHc5vVRqaosy_V



___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Updated: [sdnc] Weekly SDNC project team meeting

2017-08-04 Thread Thomas Nadeau

Several people are having issues joining the Zoom conference. The 
application says "The host has another meeting in progress."

--Tom


_
From: Thomas Nadeau
Sent: Wednesday, August 2, 2017 9:06 AM
To: 'TIMONEY, DAN' ; ARIA, LALENA ; 
BOROKHOVICH, MICHAEL ; CHINTHAKAYALA, SHESHASHAILAVAS 
; GUPTA, ALOK ; LANDO, MICHAEL 
; Stephen Lanthier ; NGUYEN, 
TOAN T ; Michael O'Brien ; 
onap-discuss@lists.onap.org; REECE, CHRIS ; ROTUNDO, 
AL ; Daniel Silverthorn ; 
SPATSCHECK, OLIVER ; STILWELL, DAVE ; 
TABEDZKI, RICHARD ; TALASILA, MANOOP 
; THORPE, HENRY E ; TOFIGH, TOM 

Subject: RE: Updated: [sdnc] Weekly SDNC project team meeting



Several people are having issues joining the Zoom conference. The 
application says "The host has another meeting in progress."

--Tom


-Original Appointment-
From: TIMONEY, DAN [mailto:dt5...@att.com]
Sent: Sunday, July 16, 2017 8:25 PM
To: TIMONEY, DAN; ARIA, LALENA; BOROKHOVICH, MICHAEL; CHINTHAKAYALA, 
SHESHASHAILAVAS; GUPTA, ALOK; LANDO, MICHAEL; Stephen Lanthier; NGUYEN, TOAN T; 
Michael O'Brien; 
onap-discuss@lists.onap.org; REECE, CHRIS; 
ROTUNDO, AL; Daniel Silverthorn; SPATSCHECK, OLIVER; STILWELL, DAVE; TABEDZKI, 
RICHARD; TALASILA, MANOOP; THORPE, HENRY E; TOFIGH, TOM
Subject: [onap-discuss] Updated: [sdnc] Weekly SDNC project team meeting
When: Wednesday, August 2, 2017 9:00 AM-9:30 AM America/New_York.
Where: Zoom meeting - see notes for logistics



When: July 12, 2017 at 9:00:00 AM EDT (recurring)
Where: Zoom meeting - see notes for logistics
--
ONAP Meeting 6 is inviting you to a scheduled Zoom meeting.

Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/330824945

Or iPhone one-tap (US Toll): +16465588656,,330824945# or 
+14086380968,,330824945#

Or Telephone:
Dial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)
+1 855 880 1246 (US Toll Free)
+1 877 369 0926 (US Toll Free)
Meeting ID: 330 824 945
International numbers available: 
https://zoom.us/zoomconference?m=rRItS256rDo_7UtkIznpz4jzZNmjTfbO

 << File: ATT2.txt >>

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 mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration][openlab] Looking for volunteer to hostvCPE use case

2017-08-04 Thread Gooch, Stephen
Hello,

The past two days I have been working in the Intel PHAROS lab.  We have 
installed a new cloud (POD-25) with the following capacity:

500 VCPUs
2.3TB RAM (available to VMs)
74TB total storage (available to VMs – aggregate of both local 
and shared storage)

This POD is dedicated to ONAP.

POD-25 is up and running as of today in PHAROS. However, the IT review for 
community access is taking longer than we have hoped.   When we do finish IT 
review (tracking a week from today),  POD-25 will also be connected with the 
smaller POD-14 via VLAN.  I believe this will be a desired resource for both 
developments and will fit the use cases based on demand.

Br,
- Stephen

From: yangyi [mailto:yangyi@chinatelecom.cn]
Sent: Tuesday, August 01, 2017 19:17
To: 'Yunxia Chen'; 'Chengli Wang'; 'BENNETT, RICH'; Gooch, Stephen
Cc: onap-discuss@lists.onap.org; 'Chen Yan'; '孙琼'; xiexj...@chinatelecom.cn; 
'wanglm.bri'
Subject: 答复: [onap-discuss] [integration][openlab] Looking for volunteer to 
hostvCPE use case

Hi Helen,

China Telecom ONAP  lab is very glad to become the lab to host vCPE use case, I 
will update the China Telecom Hosting information on Wiki and hope to receive 
the demands in details.

Regards

Yi Yang

发件人: Yunxia Chen [mailto:helen.c...@huawei.com]
发送时间: 2017年8月1日 23:33
收件人: Chengli Wang; yangyi; BENNETT, RICH; Gooch, Stephen
抄送: onap-discuss@lists.onap.org
主题: Re: [onap-discuss] [integration][openlab] Looking for volunteer to hostvCPE 
use case

Thanks Chengli for your info.

Hi, Yangyi, Rich and Stephen,
Could you please response for this? Or we could have a quick chat on it.

Regards,

Helen Chen

From: Chengli Wang 
>
Date: Tuesday, August 1, 2017 at 12:04 AM
To: Helen Chen 00725961 >
Cc: "onap-discuss@lists.onap.org" 
>
Subject: Re: [onap-discuss] [integration][openlab] Looking for volunteer to 
hostvCPE use case

Hi Helen,

Based on what discussed in open lab subcommittee meeting in July 19, 
2017(minutes), following labs 
volunteer to support vCPE use case. They will be potential choices for 
integration team to reach out.
Hope it is helpful for your information.

China Telecom ONAP Lab

China Telecom

VoLTE/vCPE

Yi Yang

AT Lab

AT

vCPE/vFW & vLB

Rich Bennett

Multi-Geo Labs

Intel & WindRiver

vCPE/vFW & vLB

Stephen Gooch


Regards,
Chengli

在 2017年8月1日,下午2:02,Yunxia Chen 
> 写道:

Dear lab owner,

Integration team is looking for a lab to host vCPE use case. With this selected 
lab, Integration team is going to work with the lab owner and projects 
leads/contributors to implement the use case. Requirements for lab:
1.   Physical env: 
https://wiki.onap.org/display/DW/Minimal+Assets+for+Physical+Lab (Please refer 
to vCPE use case)
2.   Remote access
3.   At least one full time lab admin

Please let us know before the end of this week 8/4/2017.

Regards,
Helen Chen

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Updated: [sdnc] Weekly SDNC project team meeting

2017-08-04 Thread Thomas Nadeau

Several people are having issues joining the Zoom conference. The 
application says "The host has another meeting in progress."

--Tom


-Original Appointment-
From: TIMONEY, DAN [mailto:dt5...@att.com]
Sent: Sunday, July 16, 2017 8:25 PM
To: TIMONEY, DAN; ARIA, LALENA; BOROKHOVICH, MICHAEL; CHINTHAKAYALA, 
SHESHASHAILAVAS; GUPTA, ALOK; LANDO, MICHAEL; Stephen Lanthier; NGUYEN, TOAN T; 
Michael O'Brien; onap-discuss@lists.onap.org; REECE, CHRIS; ROTUNDO, AL; Daniel 
Silverthorn; SPATSCHECK, OLIVER; STILWELL, DAVE; TABEDZKI, RICHARD; TALASILA, 
MANOOP; THORPE, HENRY E; TOFIGH, TOM
Subject: [onap-discuss] Updated: [sdnc] Weekly SDNC project team meeting
When: Wednesday, August 2, 2017 9:00 AM-9:30 AM America/New_York.
Where: Zoom meeting - see notes for logistics



When: July 12, 2017 at 9:00:00 AM EDT (recurring)
Where: Zoom meeting - see notes for logistics
--
ONAP Meeting 6 is inviting you to a scheduled Zoom meeting.

Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/330824945

Or iPhone one-tap (US Toll): +16465588656,,330824945# or 
+14086380968,,330824945#

Or Telephone:
Dial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)
+1 855 880 1246 (US Toll Free)
+1 877 369 0926 (US Toll Free)
Meeting ID: 330 824 945
International numbers available: 
https://zoom.us/zoomconference?m=rRItS256rDo_7UtkIznpz4jzZNmjTfbO

 << File: ATT2.txt >>

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 mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration][sdc] Support of vCPE model in SDC

2017-08-04 Thread Lando,Michael
Please update the SDC team once the VNF are finalized so that we will be able 
to analyze then and test them.

Another question.
Are we planning on running the vnf through ICE?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com



_
From: FREEMAN, BRIAN D
Sent: Tuesday, August 01, 2017 5:44 PM
To: Kang Xi ; KLUGER, YOAV ; Alla 
Goldner ; Lando,Michael ; Yunxia 
Chen ; TAYLOR, JON ; 
michal.pawlows...@orange.com; Lefevre, Catherine ; 
SPATSCHECK, OLIVER ; BULLARD, GIL ; 
eden.ro...@att.com; zahi.kapel...@att.com; 'onap-discuss@lists.onap.org' 
; denghui (L) 
Subject: RE: [integration][sdc] Support of vCPE model in SDC


The infra and metro VNF Heat templates need to be updated per the discussions 
with Danny et al over the last few days but its a starting point
I think we concluded that we would also have HEAT templates for the vG and the 
vBRG_EMULATOR as separate heat templates (not posted to the repo yet).

Brian

https://gerrit.onap.org/r/gitweb?p=demo.git;a=tree;f=heat/vCPE;hb=refs/heads/master


-Original Appointment-
From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, July 27, 2017 10:54 PM
To: Kang Xi; KLUGER, YOAV; Alla Goldner; LANDO, MICHAEL; Yunxia Chen; TAYLOR, 
JON; michal.pawlows...@orange.com; 
FREEMAN, BRIAN D; LEFEVRE, CATHERINE; SPATSCHECK, OLIVER; BULLARD, GIL; 
eden.ro...@att.com; 
zahi.kapel...@att.com; 
'onap-discuss@lists.onap.org'; denghui (L)
Subject: [integration][sdc] Support of vCPE model in SDC
When: Tuesday, August 01, 2017 11:00 AM-12:00 PM (UTC-05:00) Eastern Time (US & 
Canada).
Where: https://zoom.us/j/44


Hi Michael and SDC team,

We would like to discuss the vCPE service model created by Gil with you to 
check if the design could be fully supported in SDC. In case this time is not 
good we can certainly change.

Thanks,
Kang




___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] ONAP 1.1 SDC Unable to CREATE VSP - FE Healthcheck fails - Onboarding FE Down 404

2017-08-04 Thread Prasad Govindarajan
Hi

I have installed ONAP 1.1 on a Vanilla OpenStack and run the health check from 
Robot and all seemed to pass. I started the vFW demo instructions and found 
that after creating the license and trying to Create the VSP, I got an error:

Error code: POL5000
Status code: 500
Internal Server Error. Please try again later.



I found information in other postings for the healthcheck and running the 
asdc_vm_init.sh I get the following with the FE component down for the 
Onboarding.


docker run sdc-frontend...
1.1-STAGING-latest: Pulling from openecomp/sdc-frontend
Digest: sha256:f763d9491ca572fd977463d2b9284e758d224fd0f6e5c0e5445c53ffa7be0695
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/sdc-frontend:1.1-STAGING-latest
WARNING: Your kernel does not support swap limit capabilities or the cgroup is 
not mounted. Memory limited without swap.
aaa6c79f296b20560791e013fe180b3a908d6bc94eee2f1c3a0458fbfdb5e06e
Running health checks, please wait...
0

{
  "cluster_name" : "SDC-ES-AUTO",
  "status" : "yellow",
  "timed_out" : false,
  "number_of_nodes" : 1,
  "number_of_data_nodes" : 1,
  "active_primary_shards" : 3,
  "active_shards" : 3,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 1,
  "delayed_unassigned_shards" : 0,
  "number_of_pending_tasks" : 0,
  "number_of_in_flight_fetch" : 0,
  "task_max_waiting_in_queue_millis" : 0,
  "active_shards_percent_as_number" : 75.0
}
BE health-Check:
{
  "sdcVersion": "1.1.0-SNAPSHOT",
  "siteMode": "unknown",
  "componentsInfo": [
{
  "healthCheckComponent": "BE",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK"
},
{
  "healthCheckComponent": "TITAN",
  "healthCheckStatus": "UP",
  "description": "OK"
},
{
  "healthCheckComponent": "DE",
  "healthCheckStatus": "UP",
  "description": "OK"
},
{
  "healthCheckComponent": "CASSANDRA",
  "healthCheckStatus": "UP",
  "description": "OK"
},
{
  "healthCheckComponent": "ON_BOARDING",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK",
  "componentsInfo": [
{
  "healthCheckComponent": "ZU",
  "healthCheckStatus": "UP",
  "version": "0.2.0",
  "description": "OK"
},
{
  "healthCheckComponent": "BE",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK"
},
{
  "healthCheckComponent": "CAS",
  "healthCheckStatus": "UP",
  "version": "2.1.17",
  "description": "OK"
}
  ]
}
  ]
}

FE health-Check:
{
  "sdcVersion": "1.1.0-SNAPSHOT",
  "siteMode": "unknown",
  "componentsInfo": [
{
  "healthCheckComponent": "BE",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK"
},
{
  "healthCheckComponent": "TITAN",
  "healthCheckStatus": "UP",
  "description": "OK"
},
{
  "healthCheckComponent": "DE",
  "healthCheckStatus": "UP",
  "description": "OK"
},
{
  "healthCheckComponent": "CASSANDRA",
  "healthCheckStatus": "UP",
  "description": "OK"
},
{
  "healthCheckComponent": "ON_BOARDING",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK",
  "componentsInfo": [
{
  "healthCheckComponent": "ZU",
  "healthCheckStatus": "UP",
  "version": "0.2.0",
  "description": "OK"
},
{
  "healthCheckComponent": "BE",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK"
},
{
  "healthCheckComponent": "CAS",
  "healthCheckStatus": "UP",
  "version": "2.1.17",
  "description": "OK"
},
{
  "healthCheckComponent": "FE",
  "healthCheckStatus": "DOWN",
  "description": "Response code: 404"
}
  ]
},
{
  "healthCheckComponent": "FE",
  "healthCheckStatus": "UP",
  "version": "1.1.0-SNAPSHOT",
  "description": "OK"
}
  ]
}

check user existance: OK




Can anyone point me in the right direction on how to resolve so I can continue 
with vFW demo? Thank you.


Regards,

   Prasad



___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] SDC volte use case support information

2017-08-04 Thread Lando,Michael
Hi,
The Presentations and CSAR's from the current discussion on VOLTE support in 
SDC are now available under our meeting notes.
https://wiki.onap.org/display/DW/SDC+2017-07-31+Meeting+notes




BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] 答复: RE: Here is a question about SDN-C adapter,wouldyouplease help me about it? Thank you!

2017-08-04 Thread huang.zhuoyao
Dear all,


As Chengli said, we still need some inputs to instance the network 
connection service between DCs. The inputs may come from the network model or 
as the input parameters to the network instantiation action. These network 
model or input parameters have been defined yet? They should be defined by YANG 
or TOSCA? 




Thank you! 



















黄卓垚huangzhuoyao






职位position 
承载网管开发部/有线研究院/有线产品经营部Strategy & IT-IT Dept.









深圳市南山区科技南路55号中兴通讯研发大楼33楼 
33/F, R Building, ZTE Corporation Hi-tech Road South, 
Hi-tech Industrial Park Nanshan District, Shenzhen, P..R.China, 518057 
T: +86 755    F: +86 755  
M: +86 xxx 
E: huang.zhuo...@zte.com.cn 
www.zte.com.cn

 



原始邮件



发件人: 
收件人: 
抄送人:黄卓垚10112215  
日 期 :2017年07月27日 00:26
主 题 :RE: [onap-discuss] Here is a question about SDN-C adapter,wouldyouplease 
help me about it? Thank you!







Yes. Exactly.


 


Brian


 


 



From: Chengli Wang [mailto:wangchen...@chinamobile.com] 
 Sent: Wednesday, July 26, 2017 12:23 PM
 To: FREEMAN, BRIAN D 
 Cc: huang.zhuo...@zte.com.cn onap-discuss@lists.onap.org TIMONEY, DAN 

 Subject: Re: [onap-discuss] Here is a question about SDN-C adapter,would 
youplease help me about it? Thank you!




 


Brian, 



 



From your point, I think vendors should raise their input requirements , then 
SDNC get the parameters from somewhere and transfer them to the specific 
adapter via DG config node, right?





 Chengli 




 On 26 Jul 2017, at 11:57 PM, FREEMAN, BRIAN D  wrote:



Chengli,


 


I was thinking it would be option 2 – the adapters can be vendor specific since 
we will know the equipment type based on VIM inventory data as part of the DG.


 


It would be nice to have common inputs but we have had to deal with that before 
on other adapters. Its two separate config nodes btw – a WAN-VendorA config 
node and DCGW-VendorB config node.


 


Brian


 


 



From: Chengli Wang [mailto:wangchen...@chinamobile.com] 
 Sent: Wednesday, July 26, 2017 11:16 AM
 To: FREEMAN, BRIAN D 
 Cc: huang.zhuo...@zte.com.cn onap-discuss@lists.onap.org TIMONEY, DAN 

 Subject: Re: [onap-discuss] Here is a question about SDN-C adapter,would you 
please help me about it? Thank you!




 


Hi Brian,



 


As my understanding, Maybe we have two options to integrate 3rd SDN controller 
with SDN-C, please correct me if I am wrong.



Option 1, SDN-C can define the common interfaces should be followed by vendors 
adaptor, then the vendors can provide their specific adaptors to translate the 
common interfaces to their own special ones exposed by their commercial SDN 
controllers.



I think that is why Zhuoyao ask for your help to provide some inputs to 
adaptors. Is that correct, Zhuoyao?



 






Option 2, vendors can exposed their SDN controller(local controller/WAN 
controller) special north bound APIs directly to SDN-C, the config node of DG 
inside SDN-C can invoke the APIs directly. then there is no need to do the 
translation  in the adaptor. 







 


Also I know that no matter which one will be chosen, we still need some inputs 
to instance the network connection service between DCs.



The inputs may come from the network model or as the input parameters to the 
network instantiation action. What’s your suggestion?



 


Regards,



Chengli



 


在 2017年7月26日,下午8:05,FREEMAN,  BRIAN D  写道:



 


+1 onap-discuss



 


It hasnt been defined because we were waiting for input from Chengli on what 
API was expected to be used. We were told it would be a REST API to the vendor 
controller.



 


Chengli,



 


Could you add an example to the VoLTE wiki page like you did for the Overlay 
API ?



 


Brian



 


 


 


 


From: huang.zhuo...@zte.com.cn [mailto:huang.zhuo...@zte.com.cn] 
 Sent: Tuesday, July 25, 2017 11:14 PM
 To: FREEMAN, BRIAN D 
 Cc: TIMONEY, DAN  bo.kai...@zte.com.cn zhang.suj...@zte.com.cn 
feng.j...@zte.com.cn
 Subject: Here is a question about SDN-C adapter, would you please help me 
about it? Thank you!



 


Hi, Brian


 


Here is a question about SDN-C adapter, would you please help me about it?


Has the input of adapter responsible for underlay L3VPN between PEs been 
defined yet? If yes, is it  based on E2E model? And how we can know more detail 
about it? 


 


Thank you!


 


 


 


 


 


黄卓垚huangzhuoyao


 


职位position 
 承载网管开发部/有线研究院/有线产品经营部Strategy  & IT-IT Dept.


 







 深圳市南山区科技南路55号中兴通讯研发大楼33楼 
 33/F, R Building, ZTE Corporation Hi-tech Road South, 
 Hi-tech Industrial Park Nanshan District, Shenzhen, P..R.China, 518057 
 T: +86 755    F: +86  755  
 M: +86 xxx 
 E: huang.zhuo...@zte.com.cn 
 www.zte.com.cn



 









Re: [onap-discuss] [integration][sdc] Support of vCPE model in SDC

2017-08-04 Thread Kang Xi
Hi Yoav,

I've forwarded the invite to SO. I suggest that we stick to this schedule as 
one hour later is lunch and really late for people in China.

Regards,
Kang

From: Yoav Kluger [mailto:yoav.klu...@amdocs.com]
Sent: Monday, July 31, 2017 11:59
To: Kang Xi ; Alla Goldner ; 
Lando,Michael ; Yunxia Chen ; Jon 
Fannar Karlsson Taylor ; michal.pawlows...@orange.com; 
FREEMAN, BRIAN D ; Lefevre, Catherine ; 
SPATSCHECK, OLIVER (OLIVER) ; BULLARD, GIL 
; eden.ro...@att.com; zahi.kapel...@att.com; 
'onap-discuss@lists.onap.org' ; denghui (L) 

Subject: RE: [integration][sdc] Support of vCPE model in SDC

Also, we need the SO team to also be invited, the concept of PNF may be new to 
them and they need to understand what exactly is required.

Thanks,
Yoav Kluger
Amdocs Technology
+1(201)912-7294
+972-54-4850278
[cid:image001.jpg@01D309FF.C156FB90]


_
From: Yoav Kluger
Sent: Monday, July 31, 2017 8:04 AM
To: 'Kang Xi' >; Alla Goldner 
>; Lando,Michael 
>; Yunxia Chen 
>; Jon Fannar Karlsson 
Taylor >; 
michal.pawlows...@orange.com; FREEMAN, 
BRIAN D >; Lefevre, Catherine 
>; SPATSCHECK, OLIVER (OLIVER) 
>; BULLARD, GIL 
>; 
eden.ro...@att.com; 
zahi.kapel...@att.com; 
'onap-discuss@lists.onap.org' 
>; denghui (L) 
>
Subject: RE: [integration][sdc] Support of vCPE model in SDC


Kang,

This meeting conflicts with the architecture subcommittee weekly - can we move 
it one hour later?

Thanks,
Yoav Kluger
Amdocs Technology
+1(201)912-7294
+972-54-4850278
<< OLE Object: Picture (Device Independent Bitmap) >>


-Original Appointment-
From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, July 27, 2017 10:54 PM
To: Kang Xi; Yoav Kluger; Alla Goldner; Lando,Michael; Yunxia Chen; Jon Fannar 
Karlsson Taylor; 
michal.pawlows...@orange.com; FREEMAN, 
BRIAN D; Lefevre, Catherine; SPATSCHECK, OLIVER (OLIVER); BULLARD, GIL; 
eden.ro...@att.com; 
zahi.kapel...@att.com; 
'onap-discuss@lists.onap.org'; denghui (L)
Subject: [integration][sdc] Support of vCPE model in SDC
When: Tuesday, August 01, 2017 11:00 AM-12:00 PM (UTC-05:00) Eastern Time (US & 
Canada).
Where: https://zoom.us/j/44


Hi Michael and SDC team,

We would like to discuss the vCPE service model created by Gil with you to 
check if the design could be fully supported in SDC. In case this time is not 
good we can certainly change.

Thanks,
Kang




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 mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Modeling subcommittee chart

2017-08-04 Thread Michael Brenner
Hi Denghui,

In reviewing the Modeling sub-committee coordination chart - it seems that
the Modeling project itself is not listed under the projects. I may have
missed the discussion - is this intentional, or an omission? I was
expecting to see the project that owns tools (parsers/processors) to be
impacting the modeling coordination chart.
Attached link to the diagram I refer to:
https://wiki.onap.org/display/DW/ONAP+Modeling+specification

Regards,
Michael
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [onap-tsc] [VoLTE][Control Loop] VoLTE Use Case Control Loop Automation followup discussion

2017-08-04 Thread Liu Yuan
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:-//Tencent Corporation//Foxmail
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:806F72B2-2018-465E-AD8A-7B5D79EBDBBF
CLASS:PUBLIC
DTEND:20170801T13Z
STATUS:TENTATIVE
TRANSP:OPAQUE
CREATED:20170731T040233Z
DTSTAMP:20170731T040233Z
DTSTART:20170801T12Z
SUMMARY:Re: [onap-tsc] [VoLTE][Control Loop] VoLTE Use Case Control Loop A
 utomation followup discussion
ATTENDEE;CN=onap-tsc;ROLE=OPT-PARTICIPANT;RSVP=TRUE:MAILTO:onap-tsc@lists.
 onap.org
ATTENDEE;CN=onap-discuss;ROLE=OPT-PARTICIPANT;RSVP=TRUE:MAILTO:onap-discus
 s...@lists.onap.org
ATTENDEE;CN=denglingli;ROLE=OPT-PARTICIPANT;RSVP=TRUE:MAILTO:denglingli@ch
 inamobile.com
ATTENDEE;CN=mazin;ROLE=OPT-PARTICIPANT;RSVP=TRUE:MAILTO:ma...@research.att
 .com
ATTENDEE;CN=fu.guangrong;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:fu.guangron
 g...@zte.com.cn
ATTENDEE;CN=yangyanyj;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:yangyanyj@chin
 amobile.com
ATTENDEE;CN=SHACHAM, RON  (RON);ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:rsha
 c...@research.att.com
ATTENDEE;CN=GUPTA, ALOK;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:ag1367@att.c
 om
ATTENDEE;CN=l...@research.att.com;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:lji
 @research.att.com
ATTENDEE;CN=DRAGOSH, PAMELA L (PAM);ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:
 pdrag...@research.att.com
LOCATION:https://zoom.us/j/9117271979
PRIORITY:5
SEQUENCE:0
ORGANIZER;CN=liuyuanyjy:MAILTO:liuyuan...@chinamobile.com
RESOURCES:
DESCRIPTION:Hi,\n\nThanks for your feedback. Here is the meeting info as b
 elow. Hope we can solve our blockers. Thanks.\n\nThe remaining blockers:\n
 1. nf / nfc naming standard of VES -> Maybe only the naming standard relat
 ed to VoLTE as the first priority.\n2. Code: message get from and back to 
 DMaaP -> Please DCAE team point the repository\n3. Holmes team should prov
 ide the JSON components specification to DCAE team, and consider the rules
 , the DMaaP message, etc.\n\nAre there any new blockers need to be discuss
 ed? \n\nHi there, \n\nCMCC OPENO is inviting you to a scheduled Zoom meeti
 ng. \n\nTopic: VoLTE Use Case Control Loop Automation followup discussion\
 nTime: Aug 1, 2017 8:00 PM Beijing, Shanghai\n\nJoin from PC, Mac, Linux, 
 iOS or Android: https://zoom.us/j/9117271979\n\nOr iPhone one-tap (US Toll
 ):  +16465588656,,9117271979# or +14086380968,,9117271979#\n\nOr Telephone
 :\nDial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)\nM
 eeting ID: 911 727 1979\nInternational numbers available: https://zoom
 .us/zoomconference?m=gOYfuD6bgjKCKALU45taWVbpR4FYRl5S\n\n\n\n\n刘媛 / Liu Yu
 an\n网络技术研究所 / Department of Network Technology\n中国移动通信研究院 / China Mobile R
 esearch Institute\nMobile: +86 15810024078\nEmail: liuyuanyjy@chinamobile.
 com \n \nFrom: Liu Yuan\nDate: 2017-07-28 20:56\nTo: denglingli; DRAGOSH, 
 PAMELA L (PAM); l...@research.att.com; GUPTA, ALOK; SHACHAM, RON (RON); yan
 gyanyj; fu.guangrong\nCC: onap-discuss; onap-tsc\nSubject: [onap-tsc] [VoL
 TE][Control Loop] VoLTE Use Case Control Loop Automation followup discussi
 on\nHi,\n\nWe would like to arrange a follow up discussion in next week be
 fore the M2. I create a doodle page to try to find a suitable time for thi
 s discussion. Please feedback it in this week. I will send the invitation 
 email by next week.\nhttps://doodle.com/poll/hexcq3bzpfwkvb2u \n\nFor the 
 blockers written on the wiki, some of them still do not have feedback. Ple
 ase kindly help, thanks a lot.\n\nThe remaining blockers:\n1. nf / nfc nam
 ing standard of VES\n2. Code: message get from and back to DMaaP -> Please
  DCAE team point the repository\n3. Holmes team should provide the JSON co
 mponents specification to DCAE team, and consider the rules, the DMaaP mes
 sage, etc.\n\nNew blockers: maybe who want to discuss something.\n\nRegard
 s,\nYuan\n\n\n刘媛 / Liu Yuan\n网络技术研究所 / Department of Network Technology\n中
 国移动通信研究院 / China Mobile Research Institute\nMobile: +86 15810024078\nEmail
 : liuyuan...@chinamobile.com \n \nFrom: Liu Yuan\nDate: 2017-07-25 21:36\n
 To: DRAGOSH, PAMELA L (PAM); l...@research.att.com; NGUEKO, GERVAIS-MARTIAL
 ; yangyanyj; fu.guangrong; kpaul\nCC: onap-discuss; onap-tsc\nSubject: Re:
  [onap-discuss] [onap-tsc] VoLTE Use Case Control Loop Automation session\
 nThanks for joining the discussion. The slides is in the attachment, and I
  have updated the gaps in the following link. \n\nhttps://wiki.onap.org/di
 splay/DW/July+Virtual+Developers+Event+Blockers \n\nFor the following acti
 on, hope the requirement of the examples can be provide in this week. Then
 , we can have a further discussion in the next week.\n\nThanks,\nYuan\n\n\
 n刘媛 / Liu Yuan\n网络技术研究所 / Department of Network Technology\n中国移动通信研究院 / Ch
 ina Mobile Research Institute\nMobile: +86 15810024078\nEmail: liuyuanyjy@
 chinamobile.com \n \nFrom: Liu Yuan\nDate: 2017-07-25 15:06\nTo: DRAGOSH, 
 PAMELA L (PAM); 

Re: [onap-discuss] [integration][so] Tools to create work flows for SO?

2017-08-04 Thread Lando,Michael
+David,Zahi,Eden


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


From: Kang Xi [mailto:kang...@huawei.com]
Sent: Friday, July 28, 2017 6:15 AM
To: Seshu m ; 'onap-discuss@lists.onap.org' 

Cc: KLUGER, YOAV ; Alla Goldner 
; Lando,Michael ; Yunxia Chen 
; TAYLOR, JON ; 
michal.pawlows...@orange.com; FREEMAN, BRIAN D ; Lefevre, 
Catherine ; SPATSCHECK, OLIVER 
Subject: [integration][so] Tools to create work flows for SO?

Hi Seshu,

For vCPE we have multiple work flows to instantiate the different parts of the 
service. What tool will be used to create such flows and how are those flows be 
distributed to SO? Are we going to use Camunda, import the output bpm files to 
SDC and let SDC package them in csar, which is then distributed to SO?

We have created Question 22 on the following page to collect information 
related to all the tools/UIs. We would like to list the required input, output, 
sample files, availability of the tools, and major functions under development 
for R1. Would appreciate if you could provide the above information either by 
email or posting directly on the wiki.
https://wiki.onap.org/display/DW/Use+Case+Related+Important+Questions+and+Answers

Regards,
Kang


___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration] RE: ONAP Functional Test Automation

2017-08-04 Thread ROSE, DANIEL V
Chinnappa,

In addition to what gary said, I tend to like examples and so I would recommend 
checking out

https://gerrit.onap.org/r/gitweb?p=integration.git;a=blob;f=test/csit/tests/so/sanity-check/sanity_test_so.robot;h=e53b46c4cb270b3e19b7bdf20d37f9e28f6c96c3;hb=refs/heads/master

Thanks,

Daniel Rose
ECOMP / ONAP
com.att.ecomp
732-420-7308

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gary Wu
Sent: Friday, August 04, 2017 1:54 PM
To: RAJU, CHINNAPPA 
Cc: NGUYEN, PHIL ; onap-discuss@lists.onap.org; BECKER, JOSHUA 
C 
Subject: [onap-discuss] [integration] RE: ONAP Functional Test Automation

Hi Chinnappa,

We have the CSIT process documented on the wiki here: 
https://wiki.onap.org/display/DW/Creating+a+CSIT+Test.
  We had also recorded a short video demonstrating the same; the recording 
should be available on the wiki shortly.

Please take a look at the above, then I can help answer any questions that you 
may have.

Thanks,
Gary

From: RAJU, CHINNAPPA [mailto:cr7...@att.com]
Sent: Friday, August 04, 2017 10:48 AM
To: Yunxia Chen >; Gary Wu 
>
Cc: HOTZE, BECKY L >; NGUYEN, PHIL 
>; BECKER, JOSHUA C 
>
Subject: ONAP Functional Test Automation

Hi Helen,

I'm from AT ECOMP Test Automation team. We're working with AT developers 
for functional testing and automation for some of the ONAP projects for R1.

We would like to understand the process of creating a CSIT test and integrating 
with the framework defined for Integration testing. Could you/Gary give us a 
quick overview on the process.


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration][so] vCPE use workflow design for SO

2017-08-04 Thread Kang Xi
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN=Kang Xi:MAILTO:kang...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=DeWayne Fi
 lppi:MAILTO:dewa...@cloudify.co
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=gil.bullar
 d...@att.com:MAILTO:gil.bull...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KLUGER, YO
 AV":MAILTO:yoav.klu...@amdocs.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="FREEMAN, B
 RIAN D":MAILTO:bf1...@att.com
DESCRIPTION;LANGUAGE=en-US:All\,\n\nWe will discuss details of workflow des
 ign for vCPE. DeWayne from SO will join the meeting.\n\nThanks\,\nKang\n\n
 \n
SUMMARY;LANGUAGE=en-US:[integration][so] vCPE use workflow design for SO
DTSTART;TZID=Eastern Standard Time:20170807T11
DTEND;TZID=Eastern Standard Time:20170807T12
UID:04008200E00074C5B7101A82E008E04469012A0DD301000
 010002947824613CCBE4084B8224539D4DC2F
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170804T180018Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:https://zoom.us/j/44
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:419727329
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration] RE: ONAP Functional Test Automation

2017-08-04 Thread Gary Wu
Hi Chinnappa,

We have the CSIT process documented on the wiki here: 
https://wiki.onap.org/display/DW/Creating+a+CSIT+Test.  We had also recorded a 
short video demonstrating the same; the recording should be available on the 
wiki shortly.

Please take a look at the above, then I can help answer any questions that you 
may have.

Thanks,
Gary

From: RAJU, CHINNAPPA [mailto:cr7...@att.com]
Sent: Friday, August 04, 2017 10:48 AM
To: Yunxia Chen ; Gary Wu 
Cc: HOTZE, BECKY L ; NGUYEN, PHIL ; BECKER, 
JOSHUA C 
Subject: ONAP Functional Test Automation

Hi Helen,

I'm from AT ECOMP Test Automation team. We're working with AT developers 
for functional testing and automation for some of the ONAP projects for R1.

We would like to understand the process of creating a CSIT test and integrating 
with the framework defined for Integration testing. Could you/Gary give us a 
quick overview on the process.


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [onap-tsc] ONAP VoLTE SDC call

2017-08-04 Thread SHADMI, DAVID
Can we use the SDC call on Monday 8am PDT to discuss the WAN service descriptor?

Thanks,
David

From: yuan@zte.com.cn [mailto:yuan@zte.com.cn]
Sent: Thursday, August 03, 2017 10:49 PM
To: SHADMI, DAVID ; huang.zhuo...@zte.com.cn
Cc: denghu...@huawei.com; onap-discuss@lists.onap.org; onap-...@lists.onap.org; 
KAPELUTO, ZAHI ; ROZIN, EDEN 
Subject: 答复: Re: [onap-tsc] ONAP VoLTE SDC call


Congratulations! Great progress for ONAP R1.

@David:  SO, SDNC, SDC team and WAN provider of Volte usecase(ZTE and CMCC) 
might have further work on defining of WAN service descriptor which is not as 
clear as NS descriptor.

@Zhuoyao Huang: please prepare and arrange discussion with related teams.

Thank you all!



Yuan Yue





袁越 yuanyue

资深战略规划师   Senior Strategy Planner

技术规划部/技术规划部/系统产品 Technology Planning Dept./Technology Planning Dept./System 
Product


[cid:image001.gif@01D30D1C.CD809DC0]

[cid:image002.gif@01D30D1C.CD809DC0]
南京市雨花区软件大道50号中兴通讯3号楼
1/F,Building 3, ZTE Nanjing R Center II, No.50, Software Avenue,YuHua 
District,Nanjing,P.R.China 210012

T: +025 88013478
M: +86 13851446442
E: yuan@zte.com.cn
www.zte.com.cn

原始邮件
发件人: >;
收件人: >; 
>; 
>;
抄送人: >; 
>;
日 期 :2017年08月04日 01:52
主 题 :Re: [onap-tsc] ONAP VoLTE SDC call


All,

SDC can support SO suggestion for VoLTE service design presented in th call.

With that, I believe we concluded the discussion about the different options, 
and we are moving forward with Option A.

1.   SDC supports onboarding the vIMS and vEPC validated (VNF SDK) VNFs.

2.   vIMS, vEPC, and WAN services design in SDC.

3.   VoLTE service design in SDC.

4.   Distribution of the 4 services to SO, SDNC, VF-C, A

Regards,
David

-Original Appointment-
 From: LANDO, MICHAEL On Behalf Of denghui (L)
 Sent: Thursday, August 03, 2017 5:09 AM
 To: denghui (L); KAPELUTO, ZAHI; SHADMI, DAVID; ROZIN, EDEN; 
onap-discuss@lists.onap.org; onap-tsc; 
Lando,Michael
 Subject: FW: ONAP VoLTE SDC call
 When: Thursday, August 03, 2017 9:00 PM-10:00 PM (UTC+08:00) Beijing, 
Chongqing, Hong Kong, Urumqi.
 Where: 
https://zoom.us/j/137904496

-Original Appointment-
 From: denghui (L) [mailto:denghu...@huawei.com]
 Sent: Thursday, August 03, 2017 9:20 AM
 To: denghui (L); 
onap-discuss@lists.onap.org; onap-tsc; 
Lando,Michael
 Subject: ONAP VoLTE SDC call
 When: Thursday, August 03, 2017 9:00 PM-10:00 PM (UTC+08:00) Beijing, 
Chongqing, Hong Kong, Urumqi.
 Where: 
https://zoom.us/j/137904496

Hello all

This is for discussion ONAP VoLTE SDC call.
ONAP Meeting 5 is inviting you to a scheduled Zoom meeting.
Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/137904496
Or iPhone one-tap (US Toll): +14086380968,137904496# or +16465588656,137904496#
Or Telephone:
 Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll)
 Meeting ID: 137 904 496
 International numbers available: 
https://zoom.us/zoomconference?m=mi-ad1sMLWlXByAKLio5vDnd9JYqUR_a

Thanks a lot

DENG Hui





___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] vLB demo closed loop

2017-08-04 Thread ROSE, DANIEL V
vLB closed loop goes vlb > dcae > policy > mso (to spin up another backend) so 
there is no appc involved. The step missing is probably the fact that you need 
to add the data about the initial base vlb stack to aai. This is done by the 
heatbridge script in robot for 1.0.0 but should be done by MSO automatically 
for Amsterdam

Thanks,
Daniel Rose
ECOMP / ONAP
com.att.ecomp
732-420-7308

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Serkant Uluderya
Sent: Friday, August 04, 2017 12:48 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] vLB demo closed loop

Hi,

I'm trying to complete vLB demo on rackspace using version 1.0.0. I think, I 
completed all the steps except policy enforcement.
What is the correct way of executing closed loop for this demo? In Policy 
portal there are 4 policies:
Config_BRMS_Param_BRMSParamvFWDemoPolicy
Config_BRMS_Param_BRMSParamvLBDemoPolicy
Config_MS_vFirewall
Config_MS_vLoadBalancer

I verified the DNS traffic between ziad1vdnspg01pg01, demovlblb, demovlbdns and 
increased the traffic. No chance..
It seems that ./demo.sh appc DemoModule step is required but it is not working 
for vLB. When I run this script test execution fails and gets the following 
errors:

Error in file '/var/opt/OpenECOMP_ETE/robot/resources/heatbridge.robot': 
Importing test library 'HeatBridge' failed: ImportError: No module named 
HeatBridge Traceback (most recent call last): None PYTHONPATH: 
/var/opt/OpenECOMP_ETE/robot/library 
/var/opt/OpenECOMP_ETE/robot/library/eteutils /usr/lib/python2.7 
/usr/lib/python2.7/plat-x86_64-linux-gnu /usr/lib/python2.7/lib-tk 
/usr/lib/python2.7/lib-old /usr/lib/python2.7/lib-dynload 
/usr/local/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages

Arguments: [ {'OS::project_id': '1034840', 'OS::stack_id': 
'92e93be5-79d4-4ddb-bb05-14e26305f1fd', 'OS::stack_name': 'DemoModule', 
'dcae_collector_ip': '10.0.4.102', 'dcae_collector_port': '8080', 
'demo_artifacts_version': '1.0.0', 'ecomp_private_net_cidr': 
'10.0.0.0/8',
 'ecomp_private_net_id': 'oam_ecomp_igMp', 'ecomp_private_subnet_id': 
'oam_ecomp_igMp', b'id': '92e93be5-79d4-4ddb-bb05-14e26305f1fd', 'key_name': 
'vfw_keydemo', b'name': 'DemoModule', 'pub_key': 'ssh-rsa 
B3NzaC1yc2EBJQAAAQEAqqnA9BAiMLtjOPSYBfhzLu4CiBolWoskDg4KVwhTJVTTeB6CqrQNcadlGXxOHhCYuNCKkUmIVF4WTOisVOJ75Z1c4OMoZLL85xVPKSIeH63kgVugwgPYQu55NbbWX+rsbUha3LnElDhNviMM3iTPbD5nnhKixNERAJMTLKXvZZZGqxW94bREknYPQTT2qrk3YRqwldncopp6Nkgv3AnSJz2gc9tjxnWF0poTQnQm/3D6hiJICrzKfAV0EaPN0KdtYjPhKrYoy6Qb/tKOVaaqsvwfKBJGrT9LfcA7D7M/yj292RT1XN63hI84WC383LsaPJ6eWdDTE6zUP1eGTWCoOw==
 rsa-key-20161026', 'public_net_id': '----', 
'repo_url_artifacts': 
'https://nexus.onap.org/content/groups/staging',
 'repo_url_blob': 
'https://nexus.onap.org/content/repositories/raw',
 b'stack_status': 'CREATE_COMPLETE', 'vdns_name_0': 'demovlbdns', 
'vdns_private_ip_0': '192.168.130.110', 'vdns_private_ip_1': '10.1.0.15', 
'vf_module_id': '924a4b29-c023-44f6-b66d-97ab260474b9', 'vlb_flavor_name': '4 
GB General Purpose v1', 'vlb_image_name': 'Ubuntu 14.04 LTS (Trusty Tahr) 
(PVHVM)', 'vlb_name_0': 'demovlblb', 'vlb_private_ip_0': '192.168.130.100', 
'vlb_private_ip_1': '10.1.0.14', 'vlb_private_net_cidr': 
'192.168.130.0/24',
 'vlb_private_net_id': 'demolb_private', 'vnf_id': 
'154b6a30-4620-4630-88b4-81ce2c5afbfd'} | 'vpg_name_0' ]
Dictionary does not contain key 'vpg_name_0'.

Thanks in advance,
Serkant
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] vLB demo closed loop

2017-08-04 Thread Serkant Uluderya
Hi,

I'm trying to complete vLB demo on rackspace using version 1.0.0. I think,
I completed all the steps except policy enforcement.
What is the correct way of executing closed loop for this demo? In Policy
portal there are 4 policies:
Config_BRMS_Param_BRMSParamvFWDemoPolicy
Config_BRMS_Param_BRMSParamvLBDemoPolicy
Config_MS_vFirewall
Config_MS_vLoadBalancer

I verified the DNS traffic between ziad1vdnspg01pg01, demovlblb, demovlbdns
and increased the traffic. No chance..
It seems that ./demo.sh appc DemoModule step is required but it is not
working for vLB. When I run this script test execution fails and gets the
following errors:

Error in file '/var/opt/OpenECOMP_ETE/robot/resources/heatbridge.robot':
Importing test library 'HeatBridge' failed: ImportError: No module named
HeatBridge Traceback (most recent call last): None PYTHONPATH:
/var/opt/OpenECOMP_ETE/robot/library
/var/opt/OpenECOMP_ETE/robot/library/eteutils /usr/lib/python2.7
/usr/lib/python2.7/plat-x86_64-linux-gnu /usr/lib/python2.7/lib-tk
/usr/lib/python2.7/lib-old /usr/lib/python2.7/lib-dynload
/usr/local/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages

Arguments: [ {'OS::project_id': '1034840', 'OS::stack_id':
'92e93be5-79d4-4ddb-bb05-14e26305f1fd', 'OS::stack_name': 'DemoModule',
'dcae_collector_ip': '10.0.4.102', 'dcae_collector_port': '8080',
'demo_artifacts_version': '1.0.0', 'ecomp_private_net_cidr': '10.0.0.0/8',
'ecomp_private_net_id': 'oam_ecomp_igMp', 'ecomp_private_subnet_id':
'oam_ecomp_igMp', b'id': '92e93be5-79d4-4ddb-bb05-14e26305f1fd',
'key_name': 'vfw_keydemo', b'name': 'DemoModule', 'pub_key': 'ssh-rsa
B3NzaC1yc2EBJQAAAQEAqqnA9BAiMLtjOPSYBfhzLu4CiBolWoskDg4KVwhTJVTTeB6CqrQNcadlGXxOHhCYuNCKkUmIVF4WTOisVOJ75Z1c4OMoZLL85xVPKSIeH63kgVugwgPYQu55NbbWX+rsbUha3LnElDhNviMM3iTPbD5nnhKixNERAJMTLKXvZZZGqxW94bREknYPQTT2qrk3YRqwldncopp6Nkgv3AnSJz2gc9tjxnWF0poTQnQm/3D6hiJICrzKfAV0EaPN0KdtYjPhKrYoy6Qb/tKOVaaqsvwfKBJGrT9LfcA7D7M/yj292RT1XN63hI84WC383LsaPJ6eWdDTE6zUP1eGTWCoOw==
rsa-key-20161026', 'public_net_id': '----',
'repo_url_artifacts': 'https://nexus.onap.org/content/groups/staging',
'repo_url_blob': 'https://nexus.onap.org/content/repositories/raw',
b'stack_status': 'CREATE_COMPLETE', 'vdns_name_0': 'demovlbdns',
'vdns_private_ip_0': '192.168.130.110', 'vdns_private_ip_1': '10.1.0.15',
'vf_module_id': '924a4b29-c023-44f6-b66d-97ab260474b9', 'vlb_flavor_name':
'4 GB General Purpose v1', 'vlb_image_name': 'Ubuntu 14.04 LTS (Trusty
Tahr) (PVHVM)', 'vlb_name_0': 'demovlblb', 'vlb_private_ip_0':
'192.168.130.100', 'vlb_private_ip_1': '10.1.0.14', 'vlb_private_net_cidr':
'192.168.130.0/24', 'vlb_private_net_id': 'demolb_private', 'vnf_id':
'154b6a30-4620-4630-88b4-81ce2c5afbfd'} | 'vpg_name_0' ]
Dictionary does not contain key 'vpg_name_0'.

Thanks in advance,
Serkant
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [sdc] Building SDC in standalone mode for development.

2017-08-04 Thread Morales, Victor
Hi Viswa,

The list of instructions that I’ve collected is this one:

https://git.onap.org/integration/tree/bootstrap/vagrant-onap/lib/sdc


I don’t think that it includes all of them but at least it’s a good starting 
point

Thanks
Victor Morales
irc: electrocucaracha

From:  on behalf of Viswa KSP 

Date: Friday, August 4, 2017 at 4:53 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [sdc] Building SDC in standalone mode for development.

Dear SDC Team,

I am currently building SDC from source ( as per READ.ME ) and 
trying to understand if SDC can live as an independent system . One of the 
initial way to stand-up standalone SDC is by using WebsealSimulator.

However, there is no clear documentation on how to start SDC components ( SDC 
FE/BE/DAO etc ) in a single development machine without having to take docker 
route.

The docker.sh ( as per READ.ME ) is downloading images from 
ONAP nexus repo as opposed to run code from local development environment. Also 
I couldn't located startWebsealSimulator.sh & startWebsealSimulator.sh from the 
code that I cloned from gerrit.

Could someone from SDC team help me in providing me list of steps to power up 
SDC in standalone mode ? I'm interested in running SDC natively in my 
development machine as opposed to setting up local nexus repo and then taking 
the docker.sh route to install the same.

I also volunteer to compile the list of steps for future SDC dev community to 
take this route, however I would need info to proceed further.

BR,
Viswa
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] 答复: [integration] RE: About CI job Script for python project in ONAP

2017-08-04 Thread Gary Wu
Jinhua,

FYI I’ve submitted https://gerrit.onap.org/r/#/c/6727/ for the redis install, 
but only LF staff can merge changes in ci-management so hopefully they will get 
to it soon.

Once the above is in place, you’ll need to modify your build job to use the 
‘ubuntu1604-redis-4c-4g’ build-node.

By the way, it wasn’t clear whether you needed Activiti in this environment as 
well.  However, the command that was provided:

wget https://www.activiti.org/download-bpm/releases/activiti-5.21.0.tar.gz

returns 404 not found (looks like it needs registration).  If you do need 
Activiti installed in the build environment, please provide commands or links 
that can work from the command line, and also an init.d/systemd script for 
tomcat so that we can configure the system to start tomcat on startup.

Thanks,
Gary

From: Gary Wu
Sent: Friday, August 04, 2017 6:27 AM
To: 'fu.jin...@zte.com.cn' 
Cc: onap-discuss@lists.onap.org
Subject: RE: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script 
for python project in ONAP

Hi Jinhua,

Ok, I’ll submit these changes to ci-management and let you know when they’re 
done.

Thanks,
Gary

From: fu.jin...@zte.com.cn 
[mailto:fu.jin...@zte.com.cn]
Sent: Friday, August 04, 2017 1:52 AM
To: Gary Wu >
Cc: meng.zhaoxi...@zte.com.cn; 
onap-discuss@lists.onap.org; 
zhang.maope...@zte.com.cn
Subject: 答复: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script 
for python project in ONAP


Hi Gary,

How about the redis install in jenkins env? We cannot submit the codes now, can 
you help to fix it as soon as possible?

And another problem is that ci job scripts for python project only support 
subproject pattern(like  '{project-name}-{stream}-{subproject}-verify-python'),

can you extend the template which can support non-subproject pattern(like  
'{project-name}-{stream}-verify-python'), because in onap vfc-nfvo-lcm is an 
independent project.

Thanks,

Jinhua


原始邮件
发件人: >;
收件人:孟照星10024238;傅锦华10108953;
抄送人: >;
日 期 :2017年08月04日 01:26
主 题 :RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP


Hi Zhaoxing,

Is the Tomcat/Activiti setup also required for your unit tests?

The tests that require live API calls to other running services (redis, tomcat, 
etc.) are really meant to be implemented as CSIT test cases instead of UT; this 
 way you have full control over the setup and configuration of the supporting 
services (via docker containers) as you see fit, instead of having to configure 
a special Jenkins slave VM image just to handle your specific UT requirements.

Would that work for you?  i.e. move the UT test cases involving live API calls 
into CSIT instead.  If this can be done relatively easily then that would be 
the  ideal approach.  Otherwise, I can start the process to configure a special 
Jenkins slave VM image for you, but just be aware that the turnaround is slow 
on any needed changes/fixes on these VM images if your requirements change.

Thanks,
Gary

From: meng.zhaoxi...@zte.com.cn 
[mailto:meng.zhaoxi...@zte.com.cn]
Sent: Thursday, August 03, 2017 12:49 AM
To: fu.jin...@zte.com.cn
Cc: Gary Wu >; 
onap-discuss@lists.onap.org
Subject: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP


workflow engine



1. download Tomcat

cd /

sudo mkdir temp

cd /temp

wget 
http://apache.fayea.com/tomcat/tomcat-8/v8.5.16/bin/apache-tomcat-8.5.16.tar.gz

tar -zxf apache-tomcat-8.5.16.tar.gz



2. download Activiti

wget https://www.activiti.org/download-bpm/releases/activiti-5.21.0.tar.gz

tar -zxf activiti-5.21.0.tar.gz

cd wars



3. add to Tomcat

sudo mv activiti-rest.war /temp/apache-tomcat-8.5.16/webapps/



4. start Tomcat

cd /temp/apache-tomcat-8.5.16/bin

sudo chmod a+x startup.sh

sh startup.sh








Original Mail
Sender: FuJinHua10108953
To:  >;
CC:  >;
Date: 2017/08/03 08:59
Subject: [onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP



Hi Gary:



1. download and install redis

cd /tmp

wget http://download.redis.io/releases/redis-4.0.1.tar.gz

tar -zxf redis-4.0.1.tar.gz

cd redis-4.0.1

make

sudo make install



2. set conf file and init script

sudo mv {source code dir}/redis-server /etc/init.d/redis-server

sudo chmod +x /etc/init.d/redis-server

sudo mv {source code dir}/redis.conf /etc/redis.conf



3. set auto start when start system

sudo update-rc.d 

[onap-discuss] [sdnc][ccsdk] Refactoring of SDNC seed code for ONAP Amsterdam release

2017-08-04 Thread TIMONEY, DAN
As part of the ONAP Amsterdam release, most of the seed code that had been 
contributed to the SDNC project for OpenECOMP is being moved/refactored to the 
new CCSDK (Common Controller SDK) project.  Many of you will probably remember 
this change from our face to face meeting in Middletown earlier this year.  We 
also need to refactor our code to replace references to openecomp with onap.  
These changes will require us to change our Maven groupIds as well as our Java 
package names, which will impact any projects that are currently using these 
repositories – notably APP-C.

I have created a wiki page that documents the specific changes we are making – 
here’s a link :  
https://wiki.onap.org/display/DW/CCSDK+-+Porting+from+SDN-C+seed+code

Please note that we have made a conscious decision NOT to move our existing 
repositories from sdnc or to remove the seed code that is already there.  
Rather, for the code that is moving, our plan is to leave the current code in 
place in the sdnc repositories, but deprecate it, in order to provide backward 
compatibility for any projects that might already be using our seed code.

Please also note that we are currently working on our refactoring user stories 
– so some of the new refactored versions listed on that page are not yet 
available.  I wanted to provide this page now so that client projects had early 
guidance on changes needed to migrate from the current SDNC seed code to the 
new CCSDK version.

Dan

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
Middletown, NJ 08873
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration] Pending changes in ci-management

2017-08-04 Thread Gary Wu
Hi helpdesk,

There's now quite a backlog of ci-management changes that need to be merged.  
Can you help?

https://gerrit.onap.org/r/#/q/project:ci-management+status:open

Thanks,
Gary


___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] 答复: [integration] RE: About CI job Script for python project in ONAP

2017-08-04 Thread Gary Wu
Hi Jinhua,

Ok, I’ll submit these changes to ci-management and let you know when they’re 
done.

Thanks,
Gary

From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn]
Sent: Friday, August 04, 2017 1:52 AM
To: Gary Wu 
Cc: meng.zhaoxi...@zte.com.cn; onap-discuss@lists.onap.org; 
zhang.maope...@zte.com.cn
Subject: 答复: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script 
for python project in ONAP


Hi Gary,

How about the redis install in jenkins env? We cannot submit the codes now, can 
you help to fix it as soon as possible?

And another problem is that ci job scripts for python project only support 
subproject pattern(like  '{project-name}-{stream}-{subproject}-verify-python'),

can you extend the template which can support non-subproject pattern(like  
'{project-name}-{stream}-verify-python'), because in onap vfc-nfvo-lcm is an 
independent project.

Thanks,

Jinhua


原始邮件
发件人: >;
收件人:孟照星10024238;傅锦华10108953;
抄送人: >;
日 期 :2017年08月04日 01:26
主 题 :RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP


Hi Zhaoxing,

Is the Tomcat/Activiti setup also required for your unit tests?

The tests that require live API calls to other running services (redis, tomcat, 
etc.) are really meant to be implemented as CSIT test cases instead of UT; this 
 way you have full control over the setup and configuration of the supporting 
services (via docker containers) as you see fit, instead of having to configure 
a special Jenkins slave VM image just to handle your specific UT requirements.

Would that work for you?  i.e. move the UT test cases involving live API calls 
into CSIT instead.  If this can be done relatively easily then that would be 
the  ideal approach.  Otherwise, I can start the process to configure a special 
Jenkins slave VM image for you, but just be aware that the turnaround is slow 
on any needed changes/fixes on these VM images if your requirements change.

Thanks,
Gary

From: meng.zhaoxi...@zte.com.cn 
[mailto:meng.zhaoxi...@zte.com.cn]
Sent: Thursday, August 03, 2017 12:49 AM
To: fu.jin...@zte.com.cn
Cc: Gary Wu >; 
onap-discuss@lists.onap.org
Subject: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP


workflow engine



1. download Tomcat

cd /

sudo mkdir temp

cd /temp

wget 
http://apache.fayea.com/tomcat/tomcat-8/v8.5.16/bin/apache-tomcat-8.5.16.tar.gz

tar -zxf apache-tomcat-8.5.16.tar.gz



2. download Activiti

wget https://www.activiti.org/download-bpm/releases/activiti-5.21.0.tar.gz

tar -zxf activiti-5.21.0.tar.gz

cd wars



3. add to Tomcat

sudo mv activiti-rest.war /temp/apache-tomcat-8.5.16/webapps/



4. start Tomcat

cd /temp/apache-tomcat-8.5.16/bin

sudo chmod a+x startup.sh

sh startup.sh








Original Mail
Sender: FuJinHua10108953
To:  >;
CC:  >;
Date: 2017/08/03 08:59
Subject: [onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP



Hi Gary:



1. download and install redis

cd /tmp

wget http://download.redis.io/releases/redis-4.0.1.tar.gz

tar -zxf redis-4.0.1.tar.gz

cd redis-4.0.1

make

sudo make install



2. set conf file and init script

sudo mv {source code dir}/redis-server /etc/init.d/redis-server

sudo chmod +x /etc/init.d/redis-server

sudo mv {source code dir}/redis.conf /etc/redis.conf



3. set auto start when start system

sudo update-rc.d redis-server defaults



4. manually start redis-server

sudo /etc/init.d/redis-server start



Thanks,

Jinhua












Sender:  >;
To: 傅锦华10108953;
CC:  >;
Date: 2017年08月03日 01:46
Subject: [integration] RE: About CI job Script for python project in ONAP


Hi Jinhua,

Our LF test infrastructure in ONAP is now mainly running on Ubuntu 16.04.  Can 
you send me a list of  commands (apt-get, etc.) that installs and runs redis on 
 Ubuntu 16.04 in a manner that supports your unit test cases?  I can help add 
those into the LF Jenkins slave environment definition.

Thanks,
Gary

From: fu.jin...@zte.com.cn 
[mailto:fu.jin...@zte.com.cn]
Sent: Wednesday, August 02, 2017 1:23 AM
To: Gary Wu >
Cc: zhang.maope...@zte.com.cn; 
yangya...@chinamobile.com; 
lxin...@vmware.com; 
ying.yunl...@zte.com.cn
Subject: 答复: RE: About CI job Script for python project in ONAP


Hi Gary,

Thanks for your comments, I have 

[onap-discuss] [integration[ RE: Hi Gary, help to Merge a change , Thanks.

2017-08-04 Thread Gary Wu
Hi Chuanyu,

Currently only LF staff has permissions to merge changes in ci-management.  
I’ve added Andrew and Jessica as reviewers to your change; hopefully they can 
help merge your change soon.

Thanks,
Gary

From: Chenchuanyu
Sent: Thursday, August 03, 2017 11:07 PM
To: Gary Wu 
Subject: Hi Gary, help to Merge a change ,Thanks.

Hi Gary:
Please help to merge this change for CSIT task job: 
https://gerrit.onap.org/r/#/c/6619/

Thanks.
Chuanyu Chen.
***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] 答复: RE: Re: 答复: [integration] RE: About CI job Script for python project in ONAP

2017-08-04 Thread fu.jinhua
Hi Gary,

How about the redis install in jenkins env? We cannot submit the codes now, can 
you help to fix it as soon as possible?

And another problem is that ci job scripts for python project only support 
subproject pattern(like  '{project-name}-{stream}-{subproject}-verify-python'),

can you extend the template which can support non-subproject pattern(like  
'{project-name}-{stream}-verify-python'), because in onap vfc-nfvo-lcm is an 
independent project.

Thanks,

Jinhua






原始邮件



发件人: 
收件人:孟照星10024238傅锦华10108953
抄送人: 
日 期 :2017年08月04日 01:26
主 题 :RE: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP







Hi Zhaoxing,


 


Is the Tomcat/Activiti setup also required for your unit tests?


 


The tests that require live API calls to other running services (redis, tomcat, 
etc.) are really meant to be implemented as CSIT test cases instead of UT this  
way you have full control over the setup and configuration of the supporting 
services (via docker containers) as you see fit, instead of having to configure 
a special Jenkins slave VM image just to handle your specific UT requirements. 


 


Would that work for you?  i.e. move the UT test cases involving live API calls 
into CSIT instead.  If this can be done relatively easily then that would be 
the  ideal approach.  Otherwise, I can start the process to configure a special 
Jenkins slave VM image for you, but just be aware that the turnaround is slow 
on any needed changes/fixes on these VM images if your requirements change.


 


Thanks,


Gary


 


From: meng.zhaoxi...@zte.com.cn [mailto:meng.zhaoxi...@zte.com.cn] 
 Sent: Thursday, August 03, 2017 12:49 AM
 To: fu.jin...@zte.com.cn
 Cc: Gary Wu  onap-discuss@lists.onap.org
 Subject: Re:[onap-discuss] 答复: [integration] RE: About CI job Script for 
python project in ONAP


 


workflow engine


 


1. download Tomcat


cd /


sudo mkdir temp


cd /temp


wget 
http://apache.fayea.com/tomcat/tomcat-8/v8.5.16/bin/apache-tomcat-8.5.16.tar.gz


tar -zxf apache-tomcat-8.5.16.tar.gz


 


2. download Activiti


wget https://www.activiti.org/download-bpm/releases/activiti-5.21.0.tar.gz


tar -zxf activiti-5.21.0.tar.gz


cd wars


 


3. add to Tomcat


sudo mv activiti-rest.war /temp/apache-tomcat-8.5.16/webapps/


 


4. start Tomcat


cd /temp/apache-tomcat-8.5.16/bin


sudo chmod a+x startup.sh


sh startup.sh

 

 

 

 


Original Mail



Sender: FuJinHua10108953



To:  



CC:  



Date: 2017/08/03 08:59



Subject: [onap-discuss] 答复: [integration] RE: About CI job Script for python 
project in ONAP




 

Hi Gary:

 

1. download and install redis

cd /tmp

wget http://download.redis.io/releases/redis-4.0.1.tar.gz

tar -zxf redis-4.0.1.tar.gz

cd redis-4.0.1

make

sudo make install

 

2. set conf file and init script

sudo mv {source code dir}/redis-server /etc/init.d/redis-server

sudo chmod +x /etc/init.d/redis-server

sudo mv {source code dir}/redis.conf /etc/redis.conf

 

3. set auto start when start system

sudo update-rc.d redis-server defaults

 

4. manually start redis-server 

sudo /etc/init.d/redis-server start

 

Thanks,

Jinhua

 

 

 

 

 



 



Sender:  



To: 傅锦华10108953



CC:  



Date: 2017年08月03日 01:46



Subject: [integration] RE: About CI job Script for python project in ONAP




 


Hi Jinhua,


 


Our LF test infrastructure in ONAP is now mainly running on Ubuntu 16.04.  Can 
you send me a list of  commands (apt-get, etc.) that installs and runs redis on 
 Ubuntu 16.04 in a manner that supports your unit test cases?  I can help add 
those into the LF Jenkins slave environment definition.


 


Thanks,


Gary


 


From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn] 
 Sent: Wednesday, August 02, 2017 1:23 AM
 To: Gary Wu 
 Cc: zhang.maope...@zte.com.cn yangya...@chinamobile.com lxin...@vmware.com 
ying.yunl...@zte.com.cn
 Subject: 答复: RE: About CI job Script for python project in ONAP


 

Hi Gary,

Thanks for your comments, I have fixed the yaml file. And I have another 
problem about ci verify job for python project,

Our unit test cases need redis server be started before run unit test cases, 
can you help fix it in ONAP jenkins env?

Thanks,

Jinhua

 


原始邮件



发件人: 



收件人:傅锦华10108953



抄送人:张茂鹏10030173    



日 期 :2017年08月02日 12:50



主 题 :RE: About CI job Script for python project in ONAP




 


Hi Jinhua,


 


I’ve added review comments to your Gerrit submission.  Once those changes are 
incorporated they should   address Jessica’s concerns as well.



 Thanks,


Gary


 


From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn] 
 Sent: Tuesday, August 01, 2017 8:54 PM
 To: Gary Wu 
 Cc: zhang.maope...@zte.com.cn