[onap-discuss] Bitergia Dashboard Is Now Live

2017-08-08 Thread eric.debeau
Thanks Paul

I think there is still a lot of unknown (eg Alla ...)

Regards

Eric

_

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.

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


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

2017-08-08 Thread zhang.maopeng1
hi helpdesk & Gary

   

Thanks Gary for your help.  

Now the issue is still blocked and codes of VF-C can not be submitted.

Please helpdesk help them and fix it ASAP.

thanks.




Best Regards

Maopeng







原始邮件



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







Hi helpdesk,


 


Can you help?  It seems that the redis minion is unavailable in Jenkins.


 


Thanks,


Gary


 


From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn] 
 Sent: Monday, August 07, 2017 8:01 PM
 To: Gary Wu 
 Cc: onap-discuss@lists.onap.org
 Subject: 答复: RE: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job 
Script for python project in ONAP


 

Hi Gary,

I found that your commit for redis install in jenkins env has merged, and I 
modify the job node to ‘ubuntu1604-redis-4c-4g’,

but jenkins shows that node  ‘ubuntu1604-redis-4c-4g’ can not be found, can you 
check it again?

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 activ

Re: [onap-discuss] [esr][cli] How to use ESR service in ONAP

2017-08-08 Thread Kanagaraj Manickam
Hi LiZi,

Please find the details on CLI functionalities defined for resource management 
includes VIM, EMS, VNFM, here
https://wiki.onap.org/display/DW/CLI+Functionalities#CLIFunctionalities-ExternalResourceManagement

As these CLI functionalities are depends on the new ESR REST API, it would be 
great if you could share the REST API, once its confirmed. Thank you.

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!
***

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: 09 August 2017 07:09
To: Kanagaraj Manickam
Cc: onap-discuss@lists.onap.org
Subject: RE: RE: [onap-discuss] [esr][cli] How to use ESR service in ONAP




Hi Kanagaraj,



The REST API for ESR have not been defined yet. The rest API will be realized 
in AAI in ONAP, so the url definition will comply with the rule of AAI. The 
data model of VIM will add some properties and the data model for the EMS will 
totally be changed. What kind of resource manage function of ESR you will use 
in CLI ?



BR,

LiZi






原始邮件
发件人: mailto:kanagaraj.manic...@huawei.com>>;
收件人:李滋00164331;
抄送人: mailto:onap-discuss@lists.onap.org>>;
日 期 :2017年08月08日 17:38
主 题 :RE: [onap-discuss] [esr][cli] How to use ESR service in ONAP


Dear Lizi,

Thanks for sharing these details. And yes, I could start with open-o ESR 
installer. ☺

But, actually I was assuming that ESR  will undergo some changes when it’s get 
integrated with ONAP AAI, So I wanted to get the latest ESR REST API based on  
ONAP ESR code base.
Could you please let me know if there will be any change in ESR  under ONAP and 
I can safely use Open-O ESR installer ?

Thanks,
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!
***

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: 08 August 2017 11:47
To: Kanagaraj Manickam
Cc: onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] [esr][cli] How to use ESR service in ONAP


Hi Kanagaraj,



To install ESR you can refers to 
https://wiki.open-o.org/display/IN/Sun+Release+Installation+Instructions#SunReleaseInstallationInstructions-ExternalSystemRegister
 .

And for the API you can visit 
https://wiki.open-o.org/display/CS/Common+Service%3AExternal+System+Register+API+Documentation
 for reference.

Hope that helpful :-)



Thanks,

LiZi








原始邮件
发件人: mailto:kanagaraj.manic...@huawei.com>>;
收件人: mailto:onap-discuss@lists.onap.org>>;
日 期 :2017年08月08日 13:07
主 题 :[onap-discuss] [esr][cli] How to use ESR service in ONAP


Hi ESR team,

We are from CLI project and would like to integrate ESR with CLI for providing 
required resource management functionalities ().
Kindly help us on

1.  How to get install and configure the ESR service in ONAP

2.  Reference for ESR REST API specification.

Thank you.

Regards
Kanagaraj M

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

**

Re: [onap-discuss] 1.1 deployment: AAI vm1 traversal and model-loader container failure on startup on JAXB dup field "invStatus" during v11 initialization

2017-08-08 Thread Michael O'Brien
Team,
   AAI-1 still missing 3 of 8 containers - so it is non-functional 
in 1.1/master.
   Resources:8447 is up after the AAI-137 fix on Friday (the wait 
check still times out though so it is listed as failed), but we are also 
failing with the same duplicate field on JAXB generation on schema 11 for 
traversal - which fails before the api and model-loader containers are 
attempted. This is on the 20170809:0100Z build.
   Do we have either a manual or automated E2E Jenkins job - could 
not find one.  We can then verify verified builds before doing a clean deploy.


20170808 build better - 5 containers now ( - still missing traversal:8446, 
api:8443 and model-loader)

after AAI-134<https://jira.onap.org/browse/AAI-134> resources:8447 is up - 
however the wait check is still failing

I would think that the commit should have fixed this - perhaps there is a lag 
issue building artifacts in nexus? If not then we are caching or mis-re-tagging 
artifacts somewhere.

https://gerrit.onap.org/r/#/c/6749/



Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...

Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...

ERROR: testconfig_aai-resources.api.simpledemo.openecomp.org_1 deployment 
failed.

2017-08-09 01:19:22,881 - util.py[WARNING]: Failed running 
/var/lib/cloud/instance/scripts/part-001 [1]





there are no failed containers because we fail just after resources:8447 in 
deploy_vm1.sh before the docker up call for traversal below



RESOURCES_CONTAINER_NAME=$($DOCKER_COMPOSE_CMD up -d 
aai-resources.api.simpledemo.openecomp.org 2>&1 | grep 'Creating' | grep -v 
'volume' | grep -v 'network' | awk '{ print $2; }' | head -1);



***

***Hanging below***

***



wait_for_container $RESOURCES_CONTAINER_NAME '0.0.0.0:8447';



***These 3 containers are not attempted***

GRAPH_CONTAINER_NAME=$($DOCKER_COMPOSE_CMD up -d 
aai-traversal.api.simpledemo.openecomp.org 2>&1 | grep 'Creating' | awk '{ 
print $2; }' | head -1);

wait_for_container $GRAPH_CONTAINER_NAME '0.0.0.0:8446';



$DOCKER_COMPOSE_CMD up -d aai.api.simpledemo.openecomp.org



docker exec -it $GRAPH_CONTAINER_NAME 
"/opt/app/aai-traversal/scripts/install/updateQueryData.sh";



$DOCKER_COMPOSE_CMD up -d model-loader datarouter 
aai.searchservice.simpledemo.openecomp.org





containers (5) of (8)



root@vm1-aai-inst1:~# docker ps -a

CONTAINER IDIMAGE   COMMAND 
 CREATED STATUS  PORTS  
  NAMES

f1c33a0c73aanexus3.onap.org:10001/openecomp/aai-resources   "/bin/sh -c 
./dock..."   About an hour ago   Up About an hour0.0.0.0:8447->8447/tcp 
  
testconfig_aai-resources.api.simpledemo.openecomp.org_1

d309570f17bcnexus3.onap.org:10001/openecomp/sparky-be   "/bin/sh -c 
/opt/a..."   About an hour ago   Up About an hour8000/tcp, 
0.0.0.0:9517->9517/tcp testconfig_sparky-be_1

35319a3fef1aattos/dmaap "/bin/sh -c 
./star..."   About an hour ago   Up About an hour
0.0.0.0:3904-3905->3904-3905/tcp dockerfiles_dmaap_1

b97b8a032113wurstmeister/zookeeper  "/bin/sh -c 
'/usr/..."   About an hour ago   Up About an hour22/tcp, 2888/tcp, 
3888/tcp, 0.0.0.0:2181->2181/tcp   dockerfiles_zookeeper_1

ce40bdf1471edockerfiles_kafka   
"start-kafka.sh" About an hour ago   Up About an hour
0.0.0.0:9092->9092/tcp   dockerfiles_kafka_1



If I hack the deploy_vm1.sh script to continue with the traversal container - 
we hang like before



Waiting for 'testconfig_aai-traversal.api.simpledemo.openecomp.org_1' 
deployment to finish ...

Waiting for 'testconfig_aai-traversal.api.simpledemo.openecomp.org_1' 
deployment to finish ...





We are failing with the same JAXB schema issue as before



root@vm1-aai-inst1:/opt/test-config# docker logs 
testconfig_aai-traversal.api.simpledemo.openecomp.org_1



Exception [EclipseLink-50072] (Eclipse Persistence Services - 
2.6.2.v20151217-774c696): 
org.eclipse.persistence.exceptions.JAXBException|Exception Description: 
Duplicate Property named [invStatus] found on class 
[inventory.aai.onap.org.v11.PInterface]

at 
org.eclipse.persistence.exceptions.JAXBException.duplicatePropertyName(JAXBException.java:971)

at org.eclipse.persistence.jaxb.compiler.TypeInfo.addProperty(TypeInfo.java:314)

at 
org.eclipse.persistence.jaxb.compiler.TypeInfo.setProp

onap-discuss@lists.onap.org

2017-08-08 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=jf2512@att
 .com:MAILTO:jf2...@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=Steven.Bli
 m...@amdocs.com:MAILTO:steven.blim...@amdocs.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
DESCRIPTION;LANGUAGE=en-US:Hi Jimmy and A&AI team\,\n\nAfter weeks of discu
 ssions\, the vCPE service model is in pretty good shape now despite some s
 mall updates. We would like to call a meeting with A&AI team to present th
 e service model and discuss A&AI data modeling.\n\nThanks\,\nKang\n\n\n
SUMMARY;LANGUAGE=en-US:[integration][aai] vCPE data model in A&AI
DTSTART;TZID=Eastern Standard Time:20170811T10
DTEND;TZID=Eastern Standard Time:20170811T11
UID:04008200E00074C5B7101A82E0089076F4019B10D301000
 011C990FAA3A0404385F927254553E43F
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170809T030646Z
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:759728097
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] [esr][cli] How to use ESR service in ONAP

2017-08-08 Thread li.zi30
Hi Kanagaraj,




The REST API for ESR have not been defined yet. The rest API will be realized 
in AAI in ONAP, so the url definition will comply with the rule of AAI. The 
data model of VIM will add some properties and the data model for the EMS will 
totally be changed. What kind of resource manage function of ESR you will use 
in CLI ?




BR,

LiZi
















原始邮件



发件人: 
收件人:李滋00164331
抄送人: 
日 期 :2017年08月08日 17:38
主 题 :RE: [onap-discuss] [esr][cli] How to use ESR service in ONAP







Dear Lizi,


 


Thanks for sharing these details. And yes, I could start with open-o ESR 
installer. J


 


But, actually I was assuming that ESR  will undergo some changes when it’s get 
integrated with ONAP AAI, So I wanted to get the latest ESR REST API based on  
ONAP ESR code base.


Could you please let me know if there will be any change in ESR  under ONAP and 
I can safely use Open-O ESR installer ?  


 


Thanks,


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!
 
***


 



From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn] 
 Sent: 08 August 2017 11:47
 To: Kanagaraj Manickam
 Cc: onap-discuss@lists.onap.org
 Subject: RE: [onap-discuss] [esr][cli] How to use ESR service in ONAP



 

Hi Kanagaraj,

 

To install ESR you can refers to 
https://wiki.open-o.org/display/IN/Sun+Release+Installation+Instructions#SunReleaseInstallationInstructions-ExternalSystemRegister
 .

And for the API you can visit 
https://wiki.open-o.org/display/CS/Common+Service%3AExternal+System+Register+API+Documentation
 for reference.

Hope that helpful :-)

 

Thanks,

LiZi

 

 

 

 


原始邮件



发件人: 



收件人: 



日 期 :2017年08月08日 13:07



主 题 :[onap-discuss] [esr][cli] How to use ESR service in ONAP




 


Hi ESR team,


 


We are from CLI project and would like to integrate ESR with CLI for providing 
required resource management functionalities ().


Kindly help us on


1.  How to get install and configure the ESR service in ONAP


2.  Reference for ESR REST API specification.


 


Thank you.


 


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


[onap-discuss] Register Now - ONAP Face To Face Developer Event in Paris-Saclay France

2017-08-08 Thread Phil Robb
Hello ONAP Community Members:

We have confirmed the following high level agenda for the next ONAP
Developer Face to Face meeting to be held at the Nokia facility in
Paris-Saclay, France.

Monday, Sept. 25th, 13:00 - 17:00:  Early Bird Sessions (Optional) for
those able to arrive on Monday
Tuesday, Sept. 25th, 09:00 - 17:00: Main Developer Forum
Wednesday, Sept. 26th, 09:00 - 17:00: Main Developer Forum
Thursday, Sept 27th, 09:00 - 15:00: Follow-on Unconference Sessions

A detailed agenda will be provided as the event nears.  We are soliciting
topics for the event on the following wiki page:
https://wiki.onap.org/display/DW/September+26-28+Topics

Please review this page, and put your name down for sessions you would like
to participate in, and also add any session(s) you would like to lead or
see discussed.

Please register for the event at your earliest convenience here:
https://www.regonline.com/ONAPDeveloperParis

Details on the venue, local hotels and how to receive Visa Invitation
letters will be mailed to you along with your Registration Confirmation.
For your convenience, that information is also provided below


Venue
Nokia Paris-Saclay
Route de Villejust
91620 Nozay
France
Phone: +33 01 60 40 60 40

Nearby Hotels
Below is a list of hotels within 7km of the Nokia facility
Best Western Hotel L'Oree, Saulx Les Chartreux
Route de Montlhery
91160 Saulx Les Chartreux , France

Hotel Mercure Paris Sud Les Ulis Courtaboeuf
3 Rue Rio Solado
91952 Les Ulis, France
+33 1 69 07 63 96

Meals
Nokia and ONAP will be hosting beverages and breaks throughout the
conference. Please be sure to have breakfast prior to arriving each
morning. The group will be eating in the cafeteria on campus each day, at
your own expense.

Cancellation/No-Show Fee
There is no cost to participate in the ONAP Developer Event. You will only
be charged a cancellation/no-show fee of $50.00 USD if you do not cancel by
08:00 PST on Tuesday, September 19 or do not attend the event.

Visa Information
Please visit http://events.linuxfoundation.org/visa-request to request a
visa letter.

Thanks in advance for participating in this event.  It will be our last
opportunity for face to face work during our 1st release cycle.

If you have any questions or concerns regarding this event, please contact
the ONAP Events team at eve...@onap.org

Best,

Phil.
-- 
Phil Robb
Executive Director, OpenDaylight Project
VP Operations - Networking & Orchestration, The Linux Foundation
(O) 970-229-5949
(M) 970-420-4292
Skype: Phil.Robb
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] SDC Service models failed to appear on VID

2017-08-08 Thread RAJU, CHINNAPPA
Hi, where are you seeing this error?


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

From: MAJHI, TAPAN
Sent: Tuesday, August 08, 2017 12:49 PM
To: RAJU, CHINNAPPA 
Cc: onap-discuss@lists.onap.org
Subject: SDC Service models failed to appear on VID

Hi Raju,

I can see 
https://jira.onap.org/browse/VID-2
 was opened on Vid which got immediately resolved.

I am getting the same issue with latest docker images.

[cid:image001.png@01D31047.4AEB8DB0]

Is it solved in master? Or the issue is something different?


Regards,
Tapan M
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement, you may review at 
https://www.amdocs.com/about/email-disclaimer
Amdocs Development Centre India Private Limited having CIN: 
U72200PN2004PTC0188320 converted into Amdocs Development Centre India LLP (A 
limited liability partner­ship with LLP Identification Number: AAI-6901 
effective 28th Feb 2017)
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Updated Invitation: [cli] Weekly Mtg @ Weekly from 7am to 8am on Wednesday from Wed Jul 12 to Tue Aug 8 (PDT) (onap-discuss@lists.onap.org)

2017-08-08 Thread kpaul
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700308T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20170712T07
DTEND;TZID=America/Los_Angeles:20170712T08
RRULE:FREQ=WEEKLY;UNTIL=20170809T065959Z;BYDAY=WE
DTSTAMP:20170808T175024Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:a22sf2ihom56ctulgn16kpb...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=onap-discuss@lists.onap.org;X-NUM-GUESTS=0:mailto:onap-discuss@list
 s.onap.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=kanagaraj.manic...@huawei.com;X-NUM-GUESTS=0:mailto:kanagaraj.manic
 k...@huawei.com
CREATED:20170705T175704Z
DESCRIPTION:Rescheduled to correct timezone error -kenny\n\nONAP Meeting 7 
 is inviting you to a scheduled Zoom meeting. \n\nJoin from PC\, Mac\, Linux
 \, iOS or Android: https://zoom.us/j/181688681\n\nOr iPhone one-tap (US Tol
 l):  +16465588656\,\,181688681# or +14086380968\,\,181688681#\n\nOr Telepho
 ne:\nDial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)\n
 +1 855 880 1246 (US Toll Free)\n+1 877 369 0926 (US Toll Free)\nMee
 ting ID: 181 688 681\nInternational numbers available: https://zoom.us/
 zoomconference?m=EaTwMtxTr3tVWTvKFmYnffSewNlfzbW-\n\n\n\nView your event at
  https://www.google.com/calendar/event?action=VIEW&eid=YTIyc2YyaWhvbTU2Y3R1
 bGduMTZrcGJtYzQgb25hcC1kaXNjdXNzQGxpc3RzLm9uYXAub3Jn&tok=NzIjbGludXhmb3VuZG
 F0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nb
 GUuY29tZDA1ZjYwN2M0N2VmY2E3NjZhOTQ4ODc4ZWJkZDk4NWNlYzc0NzI5OA&ctz=America/L
 os_Angeles&hl=en.
LAST-MODIFIED:20170808T175024Z
LOCATION:https://zoom.us/j/181688681
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[cli] Weekly Mtg
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Updated Invitation: [cli] Weekly Mtg @ Weekly from 6am to 7am on Wednesday (PDT) (onap-discuss@lists.onap.org)

2017-08-08 Thread kpaul
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700308T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20170809T06
DTEND;TZID=America/Los_Angeles:20170809T07
RRULE:FREQ=WEEKLY;BYDAY=WE
DTSTAMP:20170808T175024Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:l7j2s9ppmepld4rsh61g0cv...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=onap-discuss@lists.onap.org;X-NUM-GUESTS=0:mailto:onap-discuss@list
 s.onap.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=kanagaraj.manic...@huawei.com;X-NUM-GUESTS=0:mailto:kanagaraj.manic
 k...@huawei.com
CREATED:20170705T175704Z
DESCRIPTION:Rescheduled to correct timezone error -kenny\n\nONAP Meeting 7 
 is inviting you to a scheduled Zoom meeting. \n\nJoin from PC\, Mac\, Linux
 \, iOS or Android: https://zoom.us/j/181688681\n\nOr iPhone one-tap (US Tol
 l):  +16465588656\,\,181688681# or +14086380968\,\,181688681#\n\nOr Telepho
 ne:\nDial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)\n
 +1 855 880 1246 (US Toll Free)\n+1 877 369 0926 (US Toll Free)\nMee
 ting ID: 181 688 681\nInternational numbers available: https://zoom.us/
 zoomconference?m=EaTwMtxTr3tVWTvKFmYnffSewNlfzbW-\n\n\n\nView your event at
  https://www.google.com/calendar/event?action=VIEW&eid=bDdqMnM5cHBtZXBsZDRy
 c2g2MWcwY3ZvOW8gb25hcC1kaXNjdXNzQGxpc3RzLm9uYXAub3Jn&tok=NzIjbGludXhmb3VuZG
 F0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nb
 GUuY29tNWRlZDIwNzAyYWE3MWQ3ZmI0MTRmNmI4NGI0ZDY2NmZiMWU0NDcwZA&ctz=America/L
 os_Angeles&hl=en.
LAST-MODIFIED:20170808T175024Z
LOCATION:https://zoom.us/j/181688681
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:[cli] Weekly Mtg
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] ecompdb_portal docker exiting with error

2017-08-08 Thread Arul Nambi
Hi Subash,
It seems you are trying to re-create existing tables,  I would check the script 
and see what it is doing in /usr/local/bin/docker-entrypoint.sh: running 
/docker-entrypoint-initdb.d/dbca-complete-mysql-1707-os.sql
From there you can figure out the mysql table exists and delete and re-create 
that docker image. I would like to bet that it is the mariadb that holds the 
tables.
Regards
Arul

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Monday, August 7, 2017 10:31 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] ecompdb_portal docker exiting with error

Hello Everyone,

We observed that ecompdb_portal docker instance (in portal vm) is exiting with 
error, looks like there is some db entry error[1].
Please let us know for it.

[1] http://paste.openstack.org/show/617689/

--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

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] SDC Service models failed to appear on VID

2017-08-08 Thread Tapan Majhi
Hi Raju,

I can see https://jira.onap.org/browse/VID-2 was opened on Vid which got 
immediately resolved.

I am getting the same issue with latest docker images.

[cid:image001.png@01D3109C.A529D0C0]

Is it solved in master? Or the issue is something different?


Regards,
Tapan M
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement, you may review at 
https://www.amdocs.com/about/email-disclaimer 


Amdocs Development Centre India Private Limited having CIN: 
U72200PN2004PTC0188320 converted into Amdocs Development Centre India LLP (A 
limited liability partner­ship with LLP Identification Number: AAI-6901 
effective 28th Feb 2017)
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration] IOException during gerrit submission

2017-08-08 Thread Gary Wu
Hi helpdesk,

The check during gerrit submission for Jira tickets seems to be broken; it 
consistently reports a java.io.IOException and fails to check if a Jira issue 
exists.  Can you take a look?

Thanks,
Gary


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


Re: [onap-discuss] [integration] Jenkins Merge Failure

2017-08-08 Thread Arul Nambi
Hi Guangrog,
As it is specified in the logs, nexus repos seems to be blocked by your 
firewall. Did you check your network settings? Are you able to open the onap 
nexus repo? Also can you sent the logs with –X switch?
Regards
Arul

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
fu.guangr...@zte.com.cn
Sent: Friday, August 4, 2017 2:58 AM
To: gary.i...@huawei.com
Cc: onap-discuss@lists.onap.org
Subject: [onap-discuss] [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








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] [VNFRQTS] 8/8/17 mtg actions

2017-08-08 Thread WRIGHT, STEVEN A
Hello all,
Thanks for a productive meeting!

I've updated IRA tasks 37,38,39,40,41,42 on moving the seed documents to add a 
note for the mappings to be added to the Wiki and the JIRA close statements.

The only open  discussion point on the requirements Table of Contents seemed to 
be the section 6. I've created 
VNFRQTS-57  and assigned it to Li 
Shitao (who raised the issue) to get this nailed down. Note this blocks 
VNFRQTS-25  and impacts SPRINT-1 
completion, though I don't believe we have any seed documents contributing 
material for this section.

As noted on the call, we have 6 sprints remaining for Amsterdam release to  
resolve any remaining issues. Please create the JIRA tasks/ bug reports you 
believe need to be resolved and lets work through them in future sprints.


best regards
Steven Wright, MBA, PhD, JD.
[Tech Integration]
AT&T Services Inc.
1057 Lenox Park Blvd NE, STE 4D28
Atlanta, GA 30319
P: 470.415.3156

sw3...@att.com
www.linkedin.com/in/drstevenawright/

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


Re: [onap-discuss] Usecase/Arch subcommittees joint meeting on Wednesday

2017-08-08 Thread Alla Goldner
Hi all,

Please find here the updated agenda with preliminary questions received from 
Architecture subcommittee (thanks, Chris!):

1.Usecase subcommittee will present R1 use cases (Yoav/Kang - vCPE, 
Chengli/Yang - vVoLTE) and provide brief overview of R2 discussions, including 
emphasizing ONAP Platform Capabilities

2.Architecture subcommittee will present and highlight differences 
between R1 and R2 foreseen architecture, so Usecase subcommittee 
representatives can ask on that and its potential impact on use cases 
implementation, and also raise relevant issues.

3.Architecture subcommittee will ask their use case related 
questions:
-  would the use case(s) require multi-site support?
-  multi-region/multi-domain/federation?
-  Multi-national?
-  Do we need to consider enhanced networking features (e.g., 
underlays)?
-  Can individual use cases be built from same components? (common 
APIs/models)
-  What are the challenges from the first set of use cases?
-  What technical debt have you identified?
-  Clarify business drivers and capabilities of the use cases
-  What are the functional commonalities between the use cases? Are 
there generic elements where we should focus?

Usecase subcommittee members, please try to come to the meeting prepared with 
responses, as our meeting time is limited; would also be good to start 
communicating some of the responses by emails sent both to Usecase and to 
Architecture subcommittee.

This is start of our dialogue which will continue towards R2, as we move on 
with use cases definition and architecture definition. We will also discuss 
format and frequency of our join meetings going forward.

Best regards,

Alla Goldner

Open Network Division
Amdocs Technology


[cid:image001.png@01D31084.6CE06890]

From: Alla Goldner
Sent: Monday, August 07, 2017 10:35 PM
To: onap-usecase...@lists.onap.org; Yoav Kluger ; 'Kang 
Xi' ; 'Chengli Wang' ; 'Yang 
Xu (Yang, Fixed Network)' ; 'Yunxia Chen' 

Cc: GILBERT, MAZIN E (MAZIN E) ; Phil Robb 
; 'Kenny Paul' ; 
onap-...@lists.onap.org
Subject: Usecase/Arch subcommittees joint meeting on Wednesday

Hi all,

After speaking with Chris, here is our proposal for the joint meeting on 
Wednesday:


1.   Usecase subcommittee will present R1 use cases (Yoav/Kang - vCPE, 
Chengli/Yang - vVoLTE), mostly concentrated on ONAP Platform capabilities



2.   Usecase subcommittee members are encouraged to ask questions/provide 
demands on potential functionality to be supported for the next releases


3.   Architecture subcommittee will present and highlight differences 
between R1 and R2 foreseen architecture, so Usecase subcommittee 
representatives can ask on that and its potential impact on use cases 
implementation, and also raise relevant issues.



4.   Architecture subcommittee will ask their use case related questions


5.   Both Usecase and Architecture subcommittee members are encouraged to 
send out their questions in advance, in order to make our discussions more 
effective.


This is start of our dialogue which will continue towards R2, as we move on 
with use cases definition and architecture definition. We will also discuss 
format and frequency of our join meetings going forward.


Best regards,

Alla Goldner

Open Network Division
Amdocs Technology


[cid:image001.png@01D31084.6CE06890]

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] Bitergia Dashboard Is Now Live

2017-08-08 Thread Kenny Paul
I am pleased to announce the availability of the ONAP Bitergia dashboard to the 
Community.
http://onap.biterg.io/   No password is required.

The dashboard offers the view for 4 different data sources:
* Git: https://onap.biterg.io/app/kibana#/dashboard/Git
* Gerrit: https://onap.biterg.io/app/kibana#/dashboard/Gerrit
* Jira: https://onap.biterg.io/app/kibana#/dashboard/Jira
* Mailing lists: https://onap.biterg.io/app/kibana#/dashboard/MailingLists

We will briefly review some of the details in the TSC meeting.

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


[onap-discuss] [SDC] distribution client AID

2017-08-08 Thread Lando,Michael
Hi,
The SDC distribution client AID is now available in the ONAP wiki:
https://wiki.onap.org/pages/viewpage.action?pageId=11929307



BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T 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] [integration] vCPE network design between vGMUX and vG

2017-08-08 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="FREEMAN, B
 RIAN D":MAILTO:bf1...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KLUGER, YO
 AV":MAILTO:yoav.klu...@amdocs.com
DESCRIPTION;LANGUAGE=en-US:All\,\n\nWe will discuss options to set up the n
 etwork between vGMUX and vGs and finalize the decision.\n\nThanks\,\nKang\
 n\n\n
SUMMARY;LANGUAGE=en-US:[integration] vCPE network design between vGMUX and 
 vG
DTSTART;TZID=Eastern Standard Time:20170810T09
DTEND;TZID=Eastern Standard Time:20170810T10
UID:04008200E00074C5B7101A82E00800FED6413B10D301000
 0100080F0CD8E53A4D9478DC0F5DC76E7DEA9
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170808T155330Z
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:-651655199
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] vCPE: Consider multi-cloud support in R2

2017-08-08 Thread Kang Xi
Hi All,

During the meeting "[integration] vCPE for R1: Support multiple clouds or not?" 
(Aug. 8 11:00-11:25am EST), the attendees unanimously concluded to leave the 
support for multiple clouds to the next release. For R1, the release 
implementation will only target a single cloud set up.

The rationale behind the above conclusion is that multi-cloud support, while 
technically feasible, would need quite some discussions to decide on multiple 
issues including lab set up, network set up, work flow design, etc. Adding it 
to R1 would further tighten the R1 schedule.

The list of attendees is shown below:

[cid:image003.jpg@01D3103A.9E36DEA0]
Regards,
Kang

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


[onap-discuss] [linuxfoundation.org #44058] Re: [ONAP Helpdesk #44058] RE: RE: RE: Re: 答复: [integration] RE: About CI job Script for python project in ONAP

2017-08-08 Thread Andrew Grimberg via RT
On 08/08/2017 07:17 AM, Gary Wu via RT wrote:
> Hi helpdesk,
> 
> Can you help?  It seems that the redis minion is unavailable in Jenkins.
> 
> Thanks,
> Gary

While the template has been merged, the ci-management job set that
creates the packer image still needs to be updated. After the job is
updated and the image built there is a manual process that LF Release
Engineering must do to update any Jenkins minion definitions to make use
of the new images. This is true for updates to current images as well.

This means that there are still several steps needed to be performed
before the image is available.

-Andy-

> From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn]
> Sent: Monday, August 07, 2017 8:01 PM
> To: Gary Wu 
> Cc: onap-discuss@lists.onap.org
> Subject: 答复: RE: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job 
> Script for python project in ONAP
> 
> 
> Hi Gary,
> 
> I found that your commit for redis install in jenkins env has merged, and I 
> modify the job node to ‘ubuntu1604-redis-4c-4g’,
> 
> but jenkins shows that node  ‘ubuntu1604-redis-4c-4g’ can not be found, can 
> you check it again?
> 
> Thanks,
> 
> Jinhua

-- 
Andrew J Grimberg
Lead, IT Release Engineering
The Linux Foundation




binOoKTu5QowL.bin
Description: application/rt-original-message
___
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-08 Thread Gary Wu
Hi helpdesk,

Can you help?  It seems that the redis minion is unavailable in Jenkins.

Thanks,
Gary

From: fu.jin...@zte.com.cn [mailto:fu.jin...@zte.com.cn]
Sent: Monday, August 07, 2017 8:01 PM
To: Gary Wu 
Cc: onap-discuss@lists.onap.org
Subject: 答复: RE: RE: Re:[onap-discuss] 答复: [integration] RE: About CI job 
Script for python project in ONAP


Hi Gary,

I found that your commit for redis install in jenkins env has merged, and I 
modify the job node to ‘ubuntu1604-redis-4c-4g’,

but jenkins shows that node  ‘ubuntu1604-redis-4c-4g’ can not be found, can you 
check it again?

Thanks,

Jinhua


原始邮件
发件人: mailto:gary.i...@huawei.com>>;
收件人:傅锦华10108953;
抄送人: mailto:onap-discuss@lists.onap.org>>;
日 期 :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' mailto: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 mailto:gary.i...@huawei.com>>
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


原始邮件
发件人: mailto:gary.i...@huawei.com>>;
收件人:孟照星10024238;傅锦华10108953;
抄送人: mailto:onap-discuss@lists.onap.org>>;
日 期 :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 mailto:gary.i...@huawei.com>>; 
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/

[onap-discuss] [vnfsdk][sdc] discuss CSAR and API coordination for R1

2017-08-08 Thread Christopher Donley (Chris)
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Pacific Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN=Christopher Donley (Chris):MAILTO:christopher.don...@huawei.co
 m
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="MAYER, AND
 REW J":MAILTO:am8...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="SHADMI, DA
 VID":MAILTO:ds2...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="Gaoweitao 
 (Victor, MANO)":MAILTO:victor@huawei.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Tim Taylor
  (timtayl):MAILTO:timt...@cisco.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="Vul, Alex":
 MAILTO:alex@intel.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="Pugaczewsk
 i, Jack":MAILTO:jack.pugaczew...@centurylink.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=Tina Tsou:
 MAILTO:tina.t...@arm.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=brian.heds
 t...@oamtechnologies.com:MAILTO:brian.hedst...@oamtechnologies.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="SPATSCHECK
 , OLIVER  (OLIVER)":MAILTO:spat...@research.att.com
DESCRIPTION;LANGUAGE=en-US:Hi there\,\n\nChris Donley is inviting you to a 
 scheduled Zoom meeting.\n\nJoin from PC\, Mac\, Linux\, iOS or Android: ht
 tps://zoom.us/j/597602947\n\nOr iPhone one-tap (US Toll):  +16465588656\,\
 ,597602947# or +14086380968\,\,597602947#\n\nOr Telephone:\nDial: +1 6
 46 558 8656 (US Toll) or +1 408 638 0968 (US Toll)\nMeeting ID: 597 60
 2 947\nInternational numbers available: https://zoom.us/zoomconference
 ?m=p_5otMlALzgGFQaQluuI4LK_0dP7WPfp\n\n\n\n
SUMMARY;LANGUAGE=en-US:[vnfsdk][sdc] discuss CSAR and API coordination for 
 R1
DTSTART;TZID=Pacific Standard Time:20170814T08
DTEND;TZID=Pacific Standard Time:20170814T09
UID:04008200E00074C5B7101A82E008B0BCAF09870FD301000
 01000EE805B3A14B7CD4D8B2B60C35D7A29FA
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170807T221141Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:1
LOCATION;LANGUAGE=en-US:https://zoom.us/j/597602947
X-MICROSOFT-CDO-APPT-SEQUENCE:1
X-MICROSOFT-CDO-OWNERAPPTID:912754657
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 case workflow design for SO

2017-08-08 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=gil.bullar
 d...@att.com:MAILTO:gil.bull...@att.com
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="KLUGER, YO
 AV":MAILTO:yoav.klu...@amdocs.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=simer.sing
 h...@us.fujitsu.com:MAILTO:simer.si...@us.fujitsu.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=Tim Taylor
  (timtayl):MAILTO:timt...@cisco.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="BULLARD, G
 IL":MAILTO:wb5...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="Lando,Mich
 ael":MAILTO:ml6...@intl.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="Gadiyar, R
 ajesh":MAILTO:rajesh.gadi...@intel.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Karin Arno
 ld:MAILTO:karin.arn...@de.ibm.com
DESCRIPTION;LANGUAGE=en-US:All\,\n\nWe will continue to discuss details of 
 workflow design for vCPE. Thanks\n\nThanks\,\nKang\n\n\n
SUMMARY;LANGUAGE=en-US:[integration][so] vCPE use case workflow design for 
 SO 
DTSTART;TZID=Eastern Standard Time:20170808T13
DTEND;TZID=Eastern Standard Time:20170808T14
UID:04008200E00074C5B7101A82E008609ADBDD850FD301000
 01000309AB06C00E3BE4D80E2D560C5EB2551
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170807T211347Z
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:893880289
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] 1.1 deployment: AAI vm1 traversal and model-loader container failure on startup on JAXB dup field "invStatus" during v11 initialization

2017-08-08 Thread Arun Arora (c)
Hi Michael,


I am also getting the same issue.

I am using git 'master' branch to deploy ONAP.


Attaching the docker log output for sparky-be and aai-resources containers.

Also, for me the deployment fails after timeout for aai-resources container. 
aai-traversal was not started at-all.


Thanks,

Arun


From: onap-discuss-boun...@lists.onap.org  
on behalf of Michael O'Brien 
Sent: Tuesday, August 8, 2017 9:54:35 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] 1.1 deployment: AAI vm1 traversal and model-loader 
container failure on startup on JAXB dup field "invStatus" during v11 
initialization

Team,
   We are moving off of 1.0.0 – started bringing up 1.1.0/master on Friday.
   For 1.1/master - having an issue bringing up the last 3 containers on AAI-1 
(the resources:8447, traversal:8446 and the API model-loader:8443) during 
deploy_vm1.sh  at line 151 during the wait on aai-resources just after 
sparky-be started up.
  Both the 3rd and 2nd last containers (resources and traversal) fail with the 
same jaxb exception before we get to loading the last critical API model-loader 
container.

   Just wondering if anyone else had an issue with the 20170804 tagged master 
build – Note I am picking up 20170807 but should be the same as the 4th.
   Btw it would be very nice if we could start tagging builds – especially the 
ones that passed E2E integration tests – so we would not have to pick up master.

   8447 is timing out waiting for the container to start.
   If I start the 8446 container manually I get an EclipseLink exception on a 
duplicate field name during ATP (code generation) loading the bean – the same 
for both resources and traversal. (btw the Eclipselink guys are still in 
downtown Ottawa) – this may be a secondary exception in this case
   This field was introduced in OXM v9 and is still in v11 and looks ok to me 
(the actual class is only generated – so check the xml fle) – just in case 
anyone remembers a recent change in AAI’s schema that would break code 
generation on jetty startup.

   Raised the following to track it.
https://jira.onap.org/browse/AAI-140

Creating testconfig_sparky-be_1
Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...
...
Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...
ERROR: testconfig_aai-resources.api.simpledemo.openecomp.org_1 deployment 
failed.
2017-08-08 03:12:04,154 - util.py[WARNING]: Failed running 
/var/lib/cloud/instance/scripts/part-001 [1]
2017-08-08 03:12:04,155 - cc_scripts_user.py[WARNING]: Failed to run module 
scripts-user (scripts in /var/lib/cloud/instance/scripts)
2017-08-08 03:12:04,155 - util.py[WARNING]: Running scripts-user () failed
Cloud-init v. 0.7.5 finished at Tue, 08 Aug 2017 03:12:04 +. Datasource 
DataSourceConfigDriveNet [net,ver=2][source=/dev/xvdd].  Up 912.76 seconds


root@vm1-aai-inst1:/opt/test-config# docker logs 
testconfig_aai-resources.api.simpledemo.openecomp.org_1

Making EdgeLabel: [startsWith]

Exception in thread "main" java.lang.ExceptionInInitializerError

at 
org.openecomp.aai.introspection.ModelInjestor.getInstance(ModelInjestor.java:69)

at org.openecomp.aai.introspection.MoxyLoader.process(MoxyLoader.java:118)

at org.openecomp.aai.introspection.MoxyLoader.(MoxyLoader.java:69)

at 
org.openecomp.aai.introspection.LoaderFactory.createLoaderForVersion(LoaderFactory.java:36)

at 
org.openecomp.aai.dbgen.SchemaGenerator.loadSchemaIntoTitan(SchemaGenerator.java:118)

at 
org.openecomp.aai.dbgen.SchemaGenerator.loadSchemaIntoTitan(SchemaGenerator.java:68)

at org.openecomp.aai.dbgen.GenTester.main(GenTester.java:120)

Caused by: Exception [EclipseLink-50072] (Eclipse Persistence Services - 
2.6.2.v20151217-774c696): org.eclipse.persistence.exceptions.JAXBException

Exception Description: Duplicate Property named [invStatus] found on class 
[inventory.aai.onap.org.v11.PInterface]

at 
org.eclipse.persistence.exceptions.JAXBException.duplicatePropertyName(JAXBException.java:971)

at org.eclipse.persistence.jaxb.compiler.TypeInfo.addProperty(TypeInfo.java:314)

at 
org.eclipse.persistence.jaxb.compiler.TypeInfo.setProperties(TypeInfo.java:340)

at 
org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor.buildTypeInfo(AnnotationsProcessor.java:864)


root@vm1-aai-inst1:/opt/test-config# docker logs 
testconfig_aai-traversal.api.simpledemo.openecomp.org_1

Exception [EclipseLink-50072] (Eclipse Persistence Services - 
2.6.2.v20151217-774c696): 
org.eclipse.persistence.exceptions.JAXBException|Exception Description: 
Duplicate Property named [invStatus] found on class 
[inventory.aai.onap.org.v11.PInterface]

at 
org.eclipse.pe

[onap-discuss] [SDC] meeting notes

2017-08-08 Thread Lando,Michael
Hello,
SDC weekly meeting notes are now available on the wiki.

SDC 2017-08-7 Meeting 
notes:
https://wiki.onap.org/display/DW/SDC+2017-08-7+Meeting+notes



BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T 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] [SDC] SDC New links

2017-08-08 Thread Lando,Michael
Hello,
In order to improve the project management we created a number of links to use 
for collecting information:

SDC agenda collection for future meetings:
https://wiki.onap.org/pages/viewpage.action?pageId=11929068

SDC R2 feature and requirement 
collection:
https://wiki.onap.org/pages/viewpage.action?pageId=11929071



BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T 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


Re: [onap-discuss] Sdc weekly

2017-08-08 Thread Lando,Michael
I created an agenda page for our meetings one of the items for discussion is 
the cancelation of the second meeting and merging them into one.
It will be discussed on the next call.


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T 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: zhao.huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn]
Sent: Tuesday, August 08, 2017 11:41 AM
To: Lando,Michael 
Cc: onap-discuss@lists.onap.org
Subject: Re:[onap-discuss] Sdc weekly


Hi Michael,



It seems that the Monday call is too late for Asia and the Tuesday call is too 
early for U.S, May I suggest we combine the two meeting into one at a more 
convient time slot for all the SDC developers?



BR,

Huabing




Original Mail
Sender:  mailto:ml6...@intl.att.com>>;
To:  mailto:onap-discuss@lists.onap.org>>;
Date: 2017/08/08 15:46
Subject: [onap-discuss] Sdc weekly


Hi,
I applolegize for not beeing able to attend todays weekly meeting.
___
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] ONAP installation: Unable to launch Portal

2017-08-08 Thread PLATANIA, MARCO (MARCO)
Subhash, Arvind,

Can you post some Portal logs or give more information about the issue your 
experiencing? Adding Manoop from Portal to the email…

Thanks,
Marco

From:  on behalf of Subhash Kumar Singh 

Date: Tuesday, August 8, 2017 at 4:52 AM
To: "onap-discuss@lists.onap.org" 
Cc: "bharti.kaus...@tcs.com" , Arvind1 Sharma 
, "onap-discuss-requ...@lists.onap.org" 

Subject: Re: [onap-discuss] ONAP installation: Unable to launch Portal

Hello Everyone,

We are also facing similar issue with portal, because ecompdb_portal docker 
instance is exiting with error.
Which I’ve already reported [1].

[1]  
https://lists.onap.org/pipermail/onap-discuss/2017-August/003078.html
--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Arvind1 Sharma
Sent: Tuesday, August 08, 2017 11:30 AM
To: onap-discuss@lists.onap.org
Cc: bharti.kaus...@tcs.com; onap-discuss-requ...@lists.onap.org
Subject: [onap-discuss] ONAP installation: Unable to launch Portal

Hi,

I'm trying to install ONAP. While opening the dashboard, I'm getting error 
"Unable to connect". Pls help.

Also, Is it possible to activate a VNF through CLI without portal.


Best Regards
Arvind Kumar Sharma
Tata Consultancy Services
Cell:- +91-99-7170-1428
Mailto: arvind1.sha...@tcs.com
Website: 
http://www.tcs.com

Experience certainty. IT Services
Business Solutions
Consulting


=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


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

2017-08-08 Thread FREEMAN, BRIAN D
If you look at the SLI-API tutorial for VoLTE on the wiki you can get a sense 
of how this is accomplished. Here a set node is used but all the value’s could 
references to context memory variables.

Device.* schema is defined by the adaptor (in this case the DC Gateway vendor’s 
API)









As an example (final parameter-name have not been selected) we might get this 
input


{

"parameter-name": "volte-wan-activate.dca_name",

"string-value": "dcA-east"

},

{

"parameter-name": "volte-wan-activate.dcb_name",

"string-value": "dcB-west"

},


The DG would lookup dcA-east and determine that the ip address of the 
controller was 10.0.1.0 and dcB-east was 10.0.2.0 (or FQDNs etc) and that the 
dcA router ID was:
'CBB702C3-6789-1234-A5AD-000A’

The DG would assign a WAN VNI from resource assignment, assign import and 
export route targets from resource assignment , calculate names from 
source/destination data like the device.description, etc.

Input variables from the call from SO would also be mapped.

Then the paramters to the adaptor could be









To be clear device.* comes from the adaptor and probably would be something 
more specific than device but the leaf names would likely match the parameters 
in the API call to the 3rd party controller.

Dc_connection.* and service_data.* are from the northbound service model and 
network data model in context memory.

Using the SLI-API and an emulator we can build and test the adaptor and the DG 
in advance of having the rest of the assets available.

The actual parameter names need to be specified so that SO can provide the 
correct rpc into SDNC but that is not dependent on the actual names used in the 
adaptor node – the DG maps from the service model parameters into those adaptor 
specific (device) parameters.

Brian


From: FREEMAN, BRIAN D
Sent: Tuesday, August 08, 2017 8:35 AM
To: huang.zhuo...@zte.com.cn
Cc: SHADMI, DAVID ; TIMONEY, DAN ; 
seshu.kuma...@huawei.com; KAPELUTO, ZAHI ; 
onap-discuss@lists.onap.org; ROZIN, EDEN ; 
onap-...@lists.onap.org
Subject: RE: Re: [onap-tsc]答复: Re: ONAP VoLTE SDC call

The adaptor should define its inputs as parameters in the adaptor node.

The schema for those paramters can be defined by the adaptor/vendor.

The directed graph will map from the WAN model into the vendor specific mode in 
the adaptor.

We are going to recomend using a model called the GENERIC-RESOURCE-API that has 
a name/value pair list of the parameters and we will pull the paramters of 
interface from that API to populate the inputs to the adaptor node.

Brian


From: huang.zhuo...@zte.com.cn 
[mailto:huang.zhuo...@zte.com.cn]
Sent: Tuesday, August 08, 2017 7:30 AM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>
Cc: SHADMI, DAVID mailto:ds2...@att.com>>; TIMONEY, DAN 
mailto:dt5...@att.com>>; 
seshu.kuma...@huawei.com; KAPELUTO, ZAHI 
mailto:zk0...@intl.att.com>>; 
onap-discuss@lists.onap.org; ROZIN, EDEN 
mailto:er4...@intl.att.com>>; 
onap-...@lists.onap.org
Subject: 答复: Re: [onap-tsc]答复: Re: ONAP VoLTE SDC call


Hi, Brian

Maybe here is the old question. Is there a common model for WAN description 
in SDN-C? If no, where should SDN-C get the input of adapter?

Thank you!











黄卓垚huangzhuoyao



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


[cid:image001.gif@01D31024.C456DB50]

[cid:image002.gif@01D31024.C456DB50]
深圳市南山区科技南路55号中兴通讯研发大楼33楼
33/F, R&D 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


原始邮件
发件人: mailto:bf1...@att.com>>;
收件人:黄卓垚10112215; mailto:ds2...@att.com>>; 
mailto:dt5...@att.com>>; 
mailto:seshu.kuma...@huawei.com>>;
抄送人: mailto:zk0...@intl.att.com>>; 
mailto:onap-discuss@lists.onap.org>>; 
mailto:er4...@intl.att.com>>; 
mailto:onap-...@lists.onap.org>>;
日 期 :2017年08月07日 23:09
主 题 :Re: [onap-tsc]答复: Re:  ONAP VoLTE SDC call


“be placed manually according to specific apdator”

The 3rd party adaptor needs the yang model as part of its development so it 
isnt needed from SDC its needed as part of the adaptor development.


I dont know if there is value in providing the yang model in the CSAR since its 
already going to be available on the controller as part of the adaptor that 
would be more Dan Timoney’s call and he probably has a better view of the 
overall  SDC to SDNC flow anyway.

Brian


From: onap-tsc-boun...@lists.onap.org

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

2017-08-08 Thread FREEMAN, BRIAN D
The adaptor should define its inputs as parameters in the adaptor node.

The schema for those paramters can be defined by the adaptor/vendor.

The directed graph will map from the WAN model into the vendor specific mode in 
the adaptor.

We are going to recomend using a model called the GENERIC-RESOURCE-API that has 
a name/value pair list of the parameters and we will pull the paramters of 
interface from that API to populate the inputs to the adaptor node.

Brian


From: huang.zhuo...@zte.com.cn [mailto:huang.zhuo...@zte.com.cn]
Sent: Tuesday, August 08, 2017 7:30 AM
To: FREEMAN, BRIAN D 
Cc: SHADMI, DAVID ; TIMONEY, DAN ; 
seshu.kuma...@huawei.com; KAPELUTO, ZAHI ; 
onap-discuss@lists.onap.org; ROZIN, EDEN ; 
onap-...@lists.onap.org
Subject: 答复: Re: [onap-tsc]答复: Re: ONAP VoLTE SDC call


Hi, Brian

Maybe here is the old question. Is there a common model for WAN description 
in SDN-C? If no, where should SDN-C get the input of adapter?

Thank you!











黄卓垚huangzhuoyao



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


[cid:image001.gif@01D31021.34BA5BF0]

[cid:image002.gif@01D31021.34BA5BF0]
深圳市南山区科技南路55号中兴通讯研发大楼33楼
33/F, R&D 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


原始邮件
发件人: mailto:bf1...@att.com>>;
收件人:黄卓垚10112215; mailto:ds2...@att.com>>; 
mailto:dt5...@att.com>>; 
mailto:seshu.kuma...@huawei.com>>;
抄送人: mailto:zk0...@intl.att.com>>; 
mailto:onap-discuss@lists.onap.org>>; 
mailto:er4...@intl.att.com>>; 
mailto:onap-...@lists.onap.org>>;
日 期 :2017年08月07日 23:09
主 题 :Re: [onap-tsc]答复: Re:  ONAP VoLTE SDC call


“be placed manually according to specific apdator”

The 3rd party adaptor needs the yang model as part of its development so it 
isnt needed from SDC its needed as part of the adaptor development.


I dont know if there is value in providing the yang model in the CSAR since its 
already going to be available on the controller as part of the adaptor that 
would be more Dan Timoney’s call and he probably has a better view of the 
overall  SDC to SDNC flow anyway.

Brian


From: onap-tsc-boun...@lists.onap.org 
[mailto:onap-tsc-boun...@lists.onap.org] On Behalf Of 
huang.zhuo...@zte.com.cn
Sent: Monday, August 07, 2017 7:12 AM
To: SHADMI, DAVID mailto:ds2...@att.com>>; TIMONEY, DAN 
mailto:dt5...@att.com>>; 
seshu.kuma...@huawei.com
Cc: onap-discuss@lists.onap.org; KAPELUTO, 
ZAHI mailto:zk0...@intl.att.com>>; ROZIN, EDEN 
mailto:er4...@intl.att.com>>; 
onap-...@lists.onap.org
Subject: [onap-tsc] 答复: Re: ONAP VoLTE SDC call


Hi,  David, Dan and seshu



   Some questions about how WAN service descriptor works with SO and SDN-C:

  1.  How does SDN-C import the YANG file describing NBI of 3rd controller? By 
Json from SO? Or be placed manually according to specific apdator? Or by other 
ways?
  2.  What kind of infomation should be contained in the interface between SO 
and SDN-C? YANG describing NBI of 3rd controller? CSAR of WAN descriptor? 
Information sending to 3rd controller? Or something else?
  3.  SDN-C receive CSAR from SDC?
  4.  SO is responsible for abstracting YANG from CSAR which is discribing the 
NBI of 3rd controller?
  5.  How to import the YANG describing NBI of 3rd controller into CSAR?



I suggest that we should discuss this topic outside the SDC call on Monday.  Do 
you have any good idea about suitable time for the discussion?



Thank you all!









黄卓垚huangzhuoyao



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


[cid:image001.gif@01D31021.34BA5BF0]

[cid:image002.gif@01D31021.34BA5BF0]
深圳市南山区科技南路55号中兴通讯研发大楼33楼
33/F, R&D 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
收件人: mailto:ds2...@att.com>>; 
mailto:dtimo...@att.com>>; 
mailto:seshu.kuma...@huawei.com>>;
抄送人:袁越10008526; mailto:er4...@intl.att.com>>;  
mailto:onap-...@lists.onap.org>>; 
mailto:zk0...@intl.att.com>>; 
mailto:onap-discuss@lists.onap.org>>;
日 期 :2017年08月05日 16:45
主 题 :答复: Re: [onap-tsc] ONAP VoLT

Re: [onap-discuss] Development guide for Policy

2017-08-08 Thread Manoj K Nair
Hi,

Additional details received from Pam / Policy team below


· Development setup : 
https://wiki.onap.org/display/DW/Deploying+and+Debugging+the+Policy+Platform 
(also documented 
here)

· Sample Vagrant file : 
https://gerrit.onap.org/r/gitweb?p=policy/docker.git;a=blob;f=vagrant/Vagrantfile;h=73d4ba3c020199830194bcc87eaacd0b6d6c485b;hb=refs/heads/master
 (created/demonstrated by Guo Ruijing)

Regards

Manoj



[https://www.netcracker.com/assets/img/netcracker-social-final.png] ƕ
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of HERNANDEZ-HERRERO, 
JORGE
Sent: Tuesday, August 08, 2017 5:17 PM
To: Atul Shegokar; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Development guide for Policy

Hi Atul,

With regards to order:  policy/common first, and policy/docker last.   The 
others can be built in any order as of now.

Please monitor https://wiki.onap.org/display/DW/Policy+Framework+Project for 
existing and upcoming policy information.

Thanks,
Jorge

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Atul Shegokar
Sent: Tuesday, August 08, 2017 5:15 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Development guide for Policy

Hi team,

Please  do you have any idea for development guide for policy or build order of 
policy project, since I was not able to locate it on wiki under  Development 
Guides link.


Thanks & Regards,

Atul Shegokar| NS-CDU-COE | Tech Mahindra

Sharda Centre, Off Karve Road, Erandwane, Pune 411 004, INDIA
Mobile: +91 9860799468, ext :
Email Id – as00500...@techmahindra.com



[cid:image002.jpg@01D271AC.E55C49F0]







Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html
 externally 
http://tim.techmahindra.com/tim/disclaimer.html
 internally within TechMahindra.





The information transmitted herein is intended only for the person or entity to 
which it is addressed and may contain confidential, proprietary and/or 
privileged material. Any review, retransmission, dissemination or other use of, 
or taking of any action in reliance upon, this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
in error, please contact the sender and delete the material from any computer.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Development guide for Policy

2017-08-08 Thread HERNANDEZ-HERRERO, JORGE
Hi Atul,

With regards to order:  policy/common first, and policy/docker last.   The 
others can be built in any order as of now.

Please monitor https://wiki.onap.org/display/DW/Policy+Framework+Project for 
existing and upcoming policy information.

Thanks,
Jorge

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Atul Shegokar
Sent: Tuesday, August 08, 2017 5:15 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Development guide for Policy

Hi team,

Please  do you have any idea for development guide for policy or build order of 
policy project, since I was not able to locate it on wiki under  Development 
Guides link.


Thanks & Regards,

Atul Shegokar| NS-CDU-COE | Tech Mahindra

Sharda Centre, Off Karve Road, Erandwane, Pune 411 004, INDIA
Mobile: +91 9860799468, ext :
Email Id - as00500...@techmahindra.com



[cid:image002.jpg@01D271AC.E55C49F0]







Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html
 externally 
http://tim.techmahindra.com/tim/disclaimer.html
 internally within TechMahindra.

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


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

2017-08-08 Thread huang.zhuoyao
Hi, Brian

Maybe here is the old question. Is there a common model for WAN description 
in SDN-C? If no, where should SDN-C get the input of adapter?

Thank you!



















黄卓垚huangzhuoyao






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









深圳市南山区科技南路55号中兴通讯研发大楼33楼 
33/F, R&D 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年08月07日 23:09
主 题 :Re: [onap-tsc]答复: Re:  ONAP VoLTE SDC call







“be placed manually according to specific apdator”


 


The 3rd party adaptor needs the yang model as part of its development so it 
isnt needed from SDC its needed as part of the adaptor development.


 


 


I dont know if there is value in providing the yang model in the CSAR since its 
already going to be available on the controller as part of the adaptor that 
would be more Dan Timoney’s call and he probably has a better view of the 
overall  SDC to SDNC flow anyway.


 


Brian


 


 


From: onap-tsc-boun...@lists.onap.org [mailto:onap-tsc-boun...@lists.onap.org] 
On Behalf Of huang.zhuo...@zte.com.cn
 Sent: Monday, August 07, 2017 7:12 AM
 To: SHADMI, DAVID  TIMONEY, DAN  
seshu.kuma...@huawei.com
 Cc: onap-discuss@lists.onap.org KAPELUTO, ZAHI  ROZIN, 
EDEN  onap-...@lists.onap.org
 Subject: [onap-tsc] 答复: Re: ONAP VoLTE SDC call


 

Hi,  David, Dan and seshu

 

   Some questions about how WAN service descriptor works with SO and SDN-C:

How does SDN-C import the YANG file describing NBI of 3rd controller? By Json 
from SO? Or be placed manually according to specific apdator? Or by other ways?

What kind of infomation should be contained in the interface between SO and 
SDN-C? YANG describing NBI of 3rd controller? CSAR of WAN descriptor? 
Information sending to 3rd controller? Or something else?

SDN-C receive CSAR from SDC?

SO is responsible for abstracting YANG from CSAR which is discribing the NBI of 
3rd controller?

How to import the YANG describing NBI of 3rd controller into CSAR?

   

I suggest that we should discuss this topic outside the SDC call on Monday.  Do 
you have any good idea about suitable time for the discussion?

 

Thank you all!

 

 

 


 


黄卓垚huangzhuoyao


 


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


 






 深圳市南山区科技南路55号中兴通讯研发大楼33楼 
 33/F, R&D 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



收件人:   



抄送人:袁越10008526
 



日 期 :2017年08月05日 16:45



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




 

There are some issues about how WAN service descriptor works with SO and SDN-C 
might need to be clarified. I suggest should we have a discussion on Monday 
8:00 PM UTC on these issues first? If this time is not suitable for everyone, 
please choose a better  time for discussion.

 

Thank you all!

 

 

 

 


 


黄卓垚huangzhuoyao


 


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


 






 深圳市南山区科技南路55号中兴通讯研发大楼33楼 
 33/F, R&D 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


 




 



 



发件人: 



收件人:袁越10008526黄卓垚10112215



抄送人: 




日 期 :2017年08月05日 01:27



主 题 :Re: [onap-tsc] ONAP VoLTE SDC call




 


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


 






 南京市雨花区软件大道50号中兴通讯3号楼
 1/F,Building 3, ZTE Nanjing R&D 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,




[onap-discuss] Development guide for Policy

2017-08-08 Thread Atul Shegokar
Hi team,

Please  do you have any idea for development guide for policy or build order of 
policy project, since I was not able to locate it on wiki under  Development 
Guides link.


Thanks & Regards,

Atul Shegokar| NS-CDU-COE | Tech Mahindra

Sharda Centre, Off Karve Road, Erandwane, Pune 411 004, INDIA
Mobile: +91 9860799468, ext :
Email Id - as00500...@techmahindra.com



[cid:image002.jpg@01D271AC.E55C49F0]








Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.


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


[onap-discuss] [sdc][vfc] SDC questions from VF-C

2017-08-08 Thread 杨艳
Hi Michael, 

VF-C team has some issues that need to be confirmed by SDC team.

1.   About SDC API(This has been listed in the blokers wiki page)

In SDC API document, we didn’t see the registration and notification API
,can you provide this API for us.

How does the SDC Resource / Service Categories fits to the VoLTE case? for
exmaple spgw/ims etc in which Categories/subCategory?

2.   VNF package 

We want to know the VNF CSAR package format exported from SDC, can you give
us an example, we want to confirm whether the package has some format
restrictions.

 2.  NS package

   Whether to support ELAN VL, which can be shared among VNFs.

   Whether the metadata can be extended, from VF-C side we need some
fields ,such as controlinfo, vnfminfo,..etc, so we want to know Whether SDC
support metadata extension   

  Whether the NS package exported from SDC support TOSCA simple
profile and standard, we want to confirm that these packages can be handled
by parsers.

   

Hopefully we can get feedback from SDC team asap. If you want to know more
details about these questions, we can also set a conf call. I suggest one
time on Wednesday UTC 12:00/China 20:00. If you think it’s ok, I will send
an invitation to you.

 

 

Best Regards,

Yan

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


Re: [onap-discuss] [esr][cli] How to use ESR service in ONAP

2017-08-08 Thread Kanagaraj Manickam
Dear Lizi,

Thanks for sharing these details. And yes, I could start with open-o ESR 
installer. ☺

But, actually I was assuming that ESR  will undergo some changes when it’s get 
integrated with ONAP AAI, So I wanted to get the latest ESR REST API based on 
ONAP ESR code base.
Could you please let me know if there will be any change in ESR  under ONAP and 
I can safely use Open-O ESR installer ?

Thanks,
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!
***

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: 08 August 2017 11:47
To: Kanagaraj Manickam
Cc: onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] [esr][cli] How to use ESR service in ONAP


Hi Kanagaraj,



To install ESR you can refers to 
https://wiki.open-o.org/display/IN/Sun+Release+Installation+Instructions#SunReleaseInstallationInstructions-ExternalSystemRegister
 .

And for the API you can visit 
https://wiki.open-o.org/display/CS/Common+Service%3AExternal+System+Register+API+Documentation
 for reference.

Hope that helpful :-)



Thanks,

LiZi








原始邮件
发件人: mailto:kanagaraj.manic...@huawei.com>>;
收件人: mailto:onap-discuss@lists.onap.org>>;
日 期 :2017年08月08日 13:07
主 题 :[onap-discuss] [esr][cli] How to use ESR service in ONAP


Hi ESR team,

We are from CLI project and would like to integrate ESR with CLI for providing 
required resource management functionalities ().
Kindly help us on

1.  How to get install and configure the ESR service in ONAP

2.  Reference for ESR REST API specification.

Thank you.

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] ONAP installation: Unable to launch Portal

2017-08-08 Thread Subhash Kumar Singh
Hello Everyone,

We are also facing similar issue with portal, because ecompdb_portal docker 
instance is exiting with error.
Which I’ve already reported [1].

[1]  https://lists.onap.org/pipermail/onap-discuss/2017-August/003078.html
--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Arvind1 Sharma
Sent: Tuesday, August 08, 2017 11:30 AM
To: onap-discuss@lists.onap.org
Cc: bharti.kaus...@tcs.com; onap-discuss-requ...@lists.onap.org
Subject: [onap-discuss] ONAP installation: Unable to launch Portal

Hi,

I'm trying to install ONAP. While opening the dashboard, I'm getting error 
"Unable to connect". Pls help.

Also, Is it possible to activate a VNF through CLI without portal.


Best Regards
Arvind Kumar Sharma
Tata Consultancy Services
Cell:- +91-99-7170-1428
Mailto: arvind1.sha...@tcs.com
Website: http://www.tcs.com

Experience certainty. IT Services
Business Solutions
Consulting


=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Sdc weekly

2017-08-08 Thread zhao.huabing
Hi Michael,




It seems that the Monday call is too late for Asia and the Tuesday call is too 
early for U.S, May I suggest we combine the two meeting into one at a more 
convient time slot for all the SDC developers?




BR,

Huabing









Original Mail



Sender:  
To:  
Date: 2017/08/08 15:46
Subject: [onap-discuss] Sdc weekly





Hi,
I applolegize for not beeing able to attend todays weekly meeting.
___
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


[onap-discuss] Sdc weekly

2017-08-08 Thread Lando,Michael
Hi,
I applolegize for not beeing able to attend todays weekly meeting.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Invitation: ONAP workflow design and execution discussion @ Wed 2017-08-09 9pm - 10pm (CST) (onap-discuss@lists.onap.org)

2017-08-08 Thread Huabing Zhao
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20170809T13Z
DTEND:20170809T14Z
DTSTAMP:20170808T072528Z
ORGANIZER;CN=Huabing Zhao:mailto:zhaohuab...@gmail.com
UID:2n2h4j8ig0q2p3nkuacqtiq...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dewa...@cloudify.co;X-NUM-GUESTS=0:mailto:dewa...@cloudify.co
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Huabing Zhao;X-NUM-GUESTS=0:mailto:zhaohuab...@gmail.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=er4...@intl.att.com;X-NUM-GUESTS=0:mailto:er4...@intl.att.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=ml6...@intl.att.com;X-NUM-GUESTS=0:mailto:ml6...@intl.att.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=yangya...@chinamobile.com;X-NUM-GUESTS=0:mailto:yangyanyi@chinamobi
 le.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=sukes...@huawei.com;X-NUM-GUESTS=0:mailto:sukes...@huawei.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=onap-discuss@lists.onap.org;X-NUM-GUESTS=0:mailto:onap-discuss@list
 s.onap.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=zhang.maope...@zte.com.cn;X-NUM-GUESTS=0:mailto:zhang.maopeng1@zte.
 com.cn
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=zk0...@intl.att.com;X-NUM-GUESTS=0:mailto:zk0...@intl.att.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=bf1...@att.com;X-NUM-GUESTS=0:mailto:bf1...@att.com
CREATED:20170808T072527Z
DESCRIPTION:Hi there\, \n\nHuabing is inviting you to a scheduled Zoom meet
 ing. \n\nJoin from PC\, Mac\, Linux\, iOS or Android: https://zoom.us/j/699
 996\n\nOr iPhone one-tap (US Toll):  +14086380968\,\,66# or +16
 465588656\,\,66#\n\nOr Telephone:\nDial: +1 408 638 0968 (US To
 ll) or +1 646 558 8656 (US Toll)\nMeeting ID: 699 996 \nInterna
 tional numbers available: https://zoom.us/zoomconference?m=_5QAuX9O-wb43xJq
 oNQjTlyYurEIrnWK\n\n\n\nView your event at https://www.google.com/calendar/
 event?action=VIEW&eid=Mm4yaDRqOGlnMHEycDNua3VhY3F0aXExbmUgb25hcC1kaXNjdXNzQ
 Gxpc3RzLm9uYXAub3Jn&tok=MjEjemhhb2h1YWJpbmdAZ21haWwuY29tM2Y0YTRlOGI4MmZkYmQ
 xNmVlMjEyZmIzZDUxYWY3N2M2ZTM3Mjc0MA&ctz=Asia/Shanghai&hl=en.
LAST-MODIFIED:20170808T072528Z
LOCATION:https://zoom.us/j/66
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:ONAP workflow design and execution discussion
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


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

2017-08-08 Thread zhao.huabing
Hi,




It seems that this discussion mainly focus on vCPE. We will schedule a seperate 
meeting to generally discuss the workflow design and execution, which is 
relevant to SDC, SO and VF-C.





Thanks,

Huabing










Original Mail



Sender:  
To: lvbo10185543 
CC: 

Date: 2017/08/07 22:41
Subject: Re: [onap-discuss] [integration][so] vCPE use workflow design for SO







+Zahi,David,Eden


 


 


BR,


 


Michael Lando


Opensource & Frontend Team Lead, SDC


AT&T 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: lv.bo...@zte.com.cn [mailto:lv.bo...@zte.com.cn] 
 Sent: Monday, August 07, 2017 12:34 PM
 To: kang...@huawei.com
 Cc: onap-discuss@lists.onap.org dewa...@cloudify.co BULLARD, GIL 
 KLUGER, YOAV  FREEMAN, BRIAN D 
 Lando,Michael 
 Subject: 答复: [onap-discuss] [integration][so] vCPE use workflow design for SO


 


Hi All, 


This is Lv bo from ZTE. According to previous discussion within SDC team, ZTE 
will contribute workflow designer to ONAP and integrate workflow designer to 
SDC. So I'd like to join this meeting. I can present the  demo of workflow 
designer and discuss how to leverage it for vCPE workflow design.


 


The scheduled meeting time 2017-08-08 02:00:00(UTC+08:00) will be too tough for 
Asian developers. So could we reschedule the meeting time to 2017-08-08 
20:00:00(UTC+08:00) ~ 2017-08-08  21:00:00(UTC+08:00). Thanks.

 

Regards.

 

Lv Bo  

 



原始邮件



发件人: 



收件人: 
 



日 期 :2017年08月05日 02:49



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




 


Rescheduling to avoid conflict.


 


All,


 


We will discuss details of workflow design for vCPE. DeWayne from SO will join 
the meeting.


 


Thanks,


Kang







[integration][so] vCPE use workflow design for SO




主题:




[integration][so] vCPE use workflow design for SO





时间:




2017-08-08 01:00:00(UTC+08:00) ~ 2017-08-08 02:00:00(UTC+08:00)





地点:




https://zoom.us/j/44





与会人:




onap-discuss@lists.onap.org,dewa...@cloudify.co,gil.bull...@att.com,yoav.klu...@amdocs.com,bf1...@att.com,daniel.silverth...@amdocs.com,ag1...@att.com,ram...@vmware.com,jaco.fou...@ericsson.com,





说明:




Rescheduling to avoid conflict.
 
 All,
 
 We will discuss details of workflow design for vCPE. DeWayne from SO will join 
the meeting.
 
 Thanks,
 Kang
 
 





特此通知!



组织者:kang...@huawei.com


创建时间:2017-08-05 02:47:02(UTC+08:00)







[integration][so] vCPE use workflow design for SO




SUMMARY:




[integration][so] vCPE use workflow design for SO





TIME:




2017-08-08 01:00:00(UTC+08:00) ~ 2017-08-08 02:00:00(UTC+08:00)





LOCATION:




https://zoom.us/j/44





ATTENDEES:




onap-discuss@lists.onap.org,dewa...@cloudify.co,gil.bull...@att.com,yoav.klu...@amdocs.com,bf1...@att.com,daniel.silverth...@amdocs.com,ag1...@att.com,ram...@vmware.com,jaco.fou...@ericsson.com,





DESCRIPTION:




Rescheduling to avoid conflict.
 
 All,
 
 We will discuss details of workflow design for vCPE. DeWayne from SO will join 
the meeting.
 
 Thanks,
 Kang
 
 





Notice is hereby notified!



ORGANIZER:kang...@huawei.com


CREATEDTIME:2017-08-05 02:47:02(UTC+08:00)___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss