Re: [onap-discuss] [onap-tsc] [Gerrit] Commit message restriction

2017-11-28 Thread Vitaliy Emporopulo
Hi,

As a committer I’d say it should be enforced. Committers have tons of other 
work to do that cannot be automated.

On the other hand, the problem with revert Alexis has pointed out must be 
solved. Probably by automatically trimming the original header, so that 
together with the word “revert: “ it’s no more than 50 characters long. This 
way the message will still contain enough info to understand which commit was 
reverted.

There doesn’t seem to be a suitable hook for 
that, but probably the commit hook can be modified to check if a commit message 
starts with “revert: “.

Best regards,
Vitaliy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Alexis de Talhouët
Sent: Tuesday, November 28, 2017 18:42
To: Morales, Victor 
Cc: Mike Evans via onap-discuss ; 
t...@lists.onap.org
Subject: Re: [onap-discuss] [onap-tsc] [Gerrit] Commit message restriction

Hi Victor,

I agree, this can be set locally, and can be enforced by the committers of a 
given project.
What I’m trying to gage here is whether people rather like having this 
enforced, or if we could loosen those rules, and let committers have this 
responsibilities.

Regards,
Alexis


On Nov 28, 2017, at 11:37 AM, Morales, Victor 
> wrote:

Hey Alexis,

I never tough about these points that you mentioned. Personally, I found it 
good habit but I came from OpenStack world where they share some rules[1]. By 
other hand, I think that you can setup vim to automatically split the commit 
messages. I’d prefer to do emphasis in the content on the message rather than 
the rules, that could facilitate reviewing process.

Regards,
Victor Morales

[1] https://wiki.openstack.org/wiki/GitCommitMessages

From: > 
on behalf of Alexis de Talhouët 
>
Date: Monday, November 27, 2017 at 12:13 PM
To: Mike Evans via onap-discuss 
>
Cc: "t...@lists.onap.org" 
>
Subject: [onap-tsc] [Gerrit] Commit message restriction

Hi ONAP devs, committers, PTLs,

I want to start a thread wrt the commit message restriction; bellow my 
observations:

- reverting a patch through gerrit UI often fails with 500 ERROR due to: commit 
subject >50 characters; use shorter first paragraph
If we think about it, someone creates a patch with 50 characters as commit 
title, then someone wants to revert, it automatically force the user to revert 
using CLI because the reverts add “revert: “, which adds 9 characters, hence 
validation fails. This is somewhat annoying.

- pasting a stacktrace as a commit message is kind of prohibited: too many 
commit message lines longer than 72 characters; manually wrap lines

I understand as a community we want to foster developers to use common 
practices, but should we really enforced those?
I worked in a couple of other communities that has a large pool of contributors 
and everything is working fine, without those mentioned two rules enforced.

I tend to think it’s the commiter role to enforce best practices on commit msg 
within his project, it shouldn’t be enforced by the system itself.

So I’d like to know devs/committers/PTLs feeling about this, and also ask the 
TSC whether this is sealed in rock or not.

Thanks,
Alexis

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] [msb] Cannot access Services through MSB

2017-11-28 Thread Avdhut Kholkar
Hi,

I have followed instructions mentioned over page: 
https://wiki.onap.org/display/DW/MSB+Test+Environment+Setup
I have registered AAI service in MSB as mentioned in the wiki above
{
  "serviceName": "aai",
  "version": "v8",
  "url": "/aai/v11",
  "protocol": "REST",
  "visualRange": "1",
  "path":"/aai/v11",
  "nodes": [
{
  "ip": "10.235.34.13",
  "port": "40325",
  "ttl": 0
}
  ]
}

If I access the URL directly from AAI it works
https://:/aai/v8/cloud-infrastructure/cloud-regions
Response: 200 OK
{
"cloud-region": [
{
"cloud-owner": "OnapPrivateCloud",
"cloud-region-id": "RegionOne",
"cloud-type": "SharedNode",
"owner-defined-type": "OwnerType",
"cloud-region-version": "v1",
"cloud-zone": "CloudZone",
"resource-version": "1511873022465",
"tenants": {
"tenant": [
{
"tenant-id": "{{tenant_id}}",
"tenant-name": "onap-dev",
"resource-version": "1511873022533"
}
]
}
}
]
}

But If I access through MSB API, I get a 'BAD Gateway' error

GET 
/api/aai/v8/cloud-infrastructure/cloud-regions/cloud-region/OnapPrivateCloud/RegionOne
Host: 10.235.34.13: 40325
Content-Type: application/json
X-FromAppId: AAI
Accept: application/json

Response: 502 Bad Gateway


502 Bad Gateway



502 Bad Gateway

error message:No route found for this request!

nginx



I also tried by registering a SO URL and have the same issue. I am able to 
access the SO URL directly but via MSB.
Note that my env did not register the services directly via ESR - this should 
not make a difference I think.

Can someone help?
Regards,
Avdhut
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


Re: [onap-discuss] [esr][multicloud]How to create a new type ofresource ?

2017-11-28 Thread li.zi30
Hi Avdhut,





This is a short time meeting, I think there is no meeting record. But for 
Amsterdam, we hard coded the VIM type in esr gui. If you want to register a new 
 VIM type beyoned vmware/openstack, a bit code change need to be done. 






BR,


Lizi











原始邮件



发件人: ;
收件人: ;李滋00164331;
抄送人: ; ; ; 
;
日 期 :2017年11月29日 13:28
主 题 :RE: [onap-discuss] [esr][multicloud]How to create a new type ofresource ?




Hi Lizi,


 


Is there a recording of this session or is it documented somewhere. I am also 
interested in this but missed the meeting


 


Regards,


Avdhut Kholkar



 



From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Yunxia Chen
 Sent: Wednesday, November 29, 2017 8:54 AM
 To: li.z...@zte.com.cn
 Cc: aijianwen ; Pengyu (Perry) ; 
Yehailin ; onap-discuss@lists.onap.org
 Subject: Re: [onap-discuss] [esr][multicloud]How to create a new type of 
resource ?




 


Sure. I am in zoom now


 


Regards,


 



Helen Chen


 



From: "li.z...@zte.com.cn" 
 Date: Tuesday, November 28, 2017 at 7:19 PM
 To: Helen Chen 00725961 
 Cc: onap-discuss , aijianwen 
, "Pengyu (Perry)" ,  Yehailin 

 Subject: RE: [esr][multicloud]How to create a new type of resource ?



 

 

How about now to start a zoom?

 

 

 


原始邮件



发件人: ;



收件人:李滋00164331;  ;



抄送人: ; ;  ;



日 期 :2017年11月29日  11:12



主 题 :[esr][multicloud]How to create a new type of resource ?




Hi, Lizi,


 


I want to create a new cloud type inside multicloud project, what’s the steps 
for adding  a new one? Right now, it only has vmware and winderriver.  Ideally 
we could have a quick zoom meeting. Please let me  know your available time.


 


Many thank,


 


Helen Chen


 








 




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


Re: [onap-discuss] [esr][multicloud]How to create a new type of resource ?

2017-11-28 Thread Avdhut Kholkar
Hi Lizi,

Is there a recording of this session or is it documented somewhere. I am also 
interested in this but missed the meeting

Regards,
Avdhut Kholkar

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Yunxia Chen
Sent: Wednesday, November 29, 2017 8:54 AM
To: li.z...@zte.com.cn
Cc: aijianwen ; Pengyu (Perry) ; 
Yehailin ; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [esr][multicloud]How to create a new type of 
resource ?

Sure. I am in zoom now

Regards,

Helen Chen

From: "li.z...@zte.com.cn" 
>
Date: Tuesday, November 28, 2017 at 7:19 PM
To: Helen Chen 00725961 >
Cc: onap-discuss 
>, aijianwen 
>, "Pengyu (Perry)" 
>, Yehailin 
>
Subject: RE: [esr][multicloud]How to create a new type of resource ?




How about now to start a zoom?






原始邮件
发件人: >;
收件人:李滋00164331; 
>;
抄送人: >; 
>; 
>;
日 期 :2017年11月29日 11:12
主 题 :[esr][multicloud]How to create a new type of resource ?
Hi, Lizi,

I want to create a new cloud type inside multicloud project, what’s the steps 
for adding  a new one? Right now, it only has vmware and winderriver. Ideally 
we could have a quick zoom meeting. Please let me  know your available time.

Many thank,

Helen Chen



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] [esr] How to register a new resource

2017-11-28 Thread Yunxia Chen
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=Yunxia Chen:MAILTO:helen.c...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=li.zi30@zt
 e.com.cn:MAILTO:li.z...@zte.com.cn
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 ss:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Pengyu (Pe
 rry):MAILTO:perry.p...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=aijianwen:
 MAILTO:aijian...@huawei.com
DESCRIPTION;LANGUAGE=en-US:When: Tuesday\, November 28\, 2017 7:30 PM-8:00 
 PM. (UTC-08:00) Pacific Time (US & Canada)\nWhere: https://zoom.us/j/44666
 6\n\n*~*~*~*~*~*~*~*~*~*\n\n\n
SUMMARY;LANGUAGE=en-US:[esr] How to register a new resource
DTSTART;TZID=Pacific Standard Time:20171128T193000
DTEND;TZID=Pacific Standard Time:20171128T20
UID:8E1B7286-002E-4BE1-B93C-A9C0C33043BD
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20171129T033205Z
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:2115757016
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:TRUE
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][multicloud]How to create a new type of resource ?

2017-11-28 Thread Yunxia Chen
Sure. I am in zoom now

Regards,

Helen Chen

From: "li.z...@zte.com.cn" 
Date: Tuesday, November 28, 2017 at 7:19 PM
To: Helen Chen 00725961 
Cc: onap-discuss , aijianwen 
, "Pengyu (Perry)" , Yehailin 

Subject: RE: [esr][multicloud]How to create a new type of resource ?




How about now to start a zoom?






原始邮件
发件人: ;
收件人:李滋00164331; ;
抄送人: ; ; ;
日 期 :2017年11月29日 11:12
主 题 :[esr][multicloud]How to create a new type of resource ?
Hi, Lizi,

I want to create a new cloud type inside multicloud project, what’s the steps 
for adding  a new one? Right now, it only has vmware and winderriver. Ideally 
we could have a quick zoom meeting. Please let me  know your available time.

Many thank,

Helen Chen



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


[onap-discuss] [esr][multicloud]How to create a new type of resource ?

2017-11-28 Thread Yunxia Chen
Hi, Lizi,

I want to create a new cloud type inside multicloud project, what’s the steps 
for adding  a new one? Right now, it only has vmware and winderriver. Ideally 
we could have a quick zoom meeting. Please let me know your available time.

Many thank,

Helen Chen

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


Re: [onap-discuss] [multicloud] How to create a new cloud adaptor?

2017-11-28 Thread Yunxia Chen
How about now on zoom, 44 bridge?

Regards,

Helen Chen

From: Xinhui Li 
Date: Tuesday, November 28, 2017 at 5:51 PM
To: Helen Chen 00725961 , onap-discuss 
, "Yang, Bin" 
Subject: Re: [multicloud] How to create a new cloud adaptor?

Sure, Helen

Will raise a meeting about this

Xinhui

From: Yunxia Chen 
Date: Wednesday, 29 November 2017 at 9:48 AM
To: onap-discuss , Xinhui Li , 
"Yang, Bin" 
Subject: [multicloud] How to create a new cloud adaptor?

Hi, Xinhui and Bin,
Could anyone help on this ?

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


Re: [onap-discuss] [multicloud] How to create a new cloud adaptor?

2017-11-28 Thread Xinhui Li
Sure, Helen

Will raise a meeting about this

Xinhui

From: Yunxia Chen 
Date: Wednesday, 29 November 2017 at 9:48 AM
To: onap-discuss , Xinhui Li , 
"Yang, Bin" 
Subject: [multicloud] How to create a new cloud adaptor?

Hi, Xinhui and Bin,
Could anyone help on this ?

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


[onap-discuss] [multicloud] How to create a new cloud adaptor?

2017-11-28 Thread Yunxia Chen
Hi, Xinhui and Bin,
Could anyone help on this ?

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


[onap-discuss] [integration] Integration Weekly Meeting

2017-11-28 Thread Yunxia Chen
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=Yunxia Chen:MAILTO:helen.c...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 ss:MAILTO:onap-discuss@lists.onap.org
DESCRIPTION;LANGUAGE=en-US:When: Wednesday\, November 29\, 2017 6:30 AM-7:3
 0 AM. (UTC-08:00) Pacific Time (US & Canada)\nWhere: https://zoom.us/j/446
 666\n\n*~*~*~*~*~*~*~*~*~*\n\nI put one here until LF gets a chance to
  reschedule ours (a long list for them).\n\n\n\nHelen chen\n
SUMMARY;LANGUAGE=en-US:[integration] Integration Weekly Meeting
DTSTART;TZID=Pacific Standard Time:20171129T063000
DTEND;TZID=Pacific Standard Time:20171129T073000
UID:647170F9-8902-498D-951B-F0FFAA314E77
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20171128T231330Z
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:2115756316
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:TRUE
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] vFirewall CL daily run @ 1200EDT - day 2

2017-11-28 Thread Michael O'Brien
Marco,
Thanks for the videos and reference env/rest artifacts, and all the Help 
today in the 1200 vFWCL testing along with Brian  - reviewing them now - 
appreciated.


Reviewing the videos from Marco via 
https://lists.onap.org/pipermail/onap-discuss/2017-November/006572.html

on https://wiki.onap.org/display/DW/Running+the+ONAP+Demos

/michael

From: onap-tsc-boun...@lists.onap.org [mailto:onap-tsc-boun...@lists.onap.org] 
On Behalf Of Michael O'Brien
Sent: Tuesday, November 28, 2017 12:00
To: onap-discuss-boun...@lists.onap.org; onap-tsc 
Subject: [onap-tsc] vFirewall CL daily run @ 1200EDT - day 2

Team,
   Yesterday we had about 15 people join the call and we had very good progress 
on a couple of the runtime issues because of help from Brian Freeman - 
specifically on switching from the single vFW to the dual vFWCL VNF's, some of 
the DNS issues between AAI1-AA2, the deprecation of demo.robot for the SDC 
onboarding piece, the VNF preload and the APPC CL - in favor of pure REST PUT's.
   We did not go past VNF preload because we onboarded the wrong vFW template 
last time
   I was happy to see Josef Reisinger from the time where he helped triage 
vanilla openstack deployment in 1.0.0 when Rackspace was simpler - we are now 
sort of flipped on this.

https://wiki.onap.org/display/DW/Vetted+vFirewall+Demo+-+Full+draft+how-to+for+F2F+and+ReadTheDocs


Today:
   ON the wiki we are ready with the following to rerun SDC onboarding and 
predeploy the dual VNF - hopefully we can bring up the 3 VMs in the logging 
tenante in the Intel OpenLab like they were for SB-01 - 10 days ago.


-Public/private onap_public key for anyone to ssh into the boxes 
(read-only please)

-2 attached ZIP files for the vFWCL VNF - with to-be-verified ENV 
settings

-Unvetted DNS entries in onap-openstack.env - still requires an 
/etc/hosts fix to resolve the hbase url in aai2 - we need to check the zones on 
10.12.25.5





Q: Helen, for reference is there anything we need to know about the APPC REST 
call that enables Closed-Loop instead of running the older ./demo.sh appc - 
call - which we hope to get to

Q: There are several JIRAs on Blade capacity at Open-Lab where we are not able 
to bring up the 64g open-o VM or the DCAE VM

Also I have had to strip out clamp - to be able to run under quota in the 
Logging tenant we are using


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

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] videos about VNF creation, vFW and vLB/vDNS closed loops

2017-11-28 Thread Michael O'Brien
Marco,
Thanks for the videos and reference env/rest artifacts, and all the Help 
today in the 1200 vFWCL testing along with Brian  – reviewing them now – 
appreciated.


Reviewing the videos from Marco via 
https://lists.onap.org/pipermail/onap-discuss/2017-November/006572.html

on https://wiki.onap.org/display/DW/Running+the+ONAP+Demos

/michael

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of PLATANIA, MARCO 
(MARCO)
Sent: Tuesday, November 28, 2017 15:34
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] videos about VNF creation, vFW and vLB/vDNS closed loops

Team,

I created a new table named “VNF Onboarding, Instantiation, and Closed-loop 
Operations” on the wiki: https://wiki.onap.org/display/DW/Running+the+ONAP+Demos

I created and uploaded three new videos:

·VNF onboarding and service creation: it shows how to onboard VNFs and 
create services with ONAP. It focuses on the vFW, but the same procedure can be 
used to onboard many other VNFs

·vFW closed-loop

·vLB/vDNS closed-loop

The vFW and vLB/vDNS closed-loop videos show how to run closed-loop operations 
step by step. I also uploaded the VNF topology data used to preload SDNC (for 
both vFW and vLB/vDNS) and the APPC mount point for the vFW closed loop.

Hope this helps.

Marco

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] [OOM] Amsterdam stabilization

2017-11-28 Thread Michael O'Brien
Alexis,
Very good and fast work on the commits I have seen so far from you that fix 
the following 20 health checks – and thanks for the versioning changes
See anything assigned to Alexis under the R1 stabilization epic 
https://jira.onap.org/browse/OOM-459
https://gerrit.onap.org/r/#/q/owner:alexis.de_talhouet%2540bell.ca+status:open
 I recommend we push the master changes first – wait 60-110 min for the CD 
build to run – before merging to release-1.1.0 (except for those cherry-picked 
commits already in 1.1.0)

After Alexis’s changes

Basic APPC Health Check   | PASS |
Basic Microservice Bus Health Check   | PASS |
(times 19 other that group with MSB)

-Thank you


Check this hourly master CD build after all the merges are in
http://jenkins.onap.info/job/oom-cd/437/console


Before (Current)
21:31:24 Basic SDNGC Health Check  
| PASS |
21:31:24 
--
21:31:24 Basic A Health Check   
| PASS |
21:31:24 
--
21:31:24 Basic Policy Health Check 
| PASS |
21:31:24 
--
21:31:24 Basic MSO Health Check
| PASS |
21:31:24 
--
21:31:24 Basic ASDC Health Check   
| PASS |
21:31:24 
--
21:31:24 Basic APPC Health Check   
| FAIL |
21:31:24 503 != 200
21:31:24 
--
21:31:24 Basic Portal Health Check 
| PASS |
21:31:24 
--
21:31:24 Basic Message Router Health Check 
| PASS |
21:31:24 
--
21:31:24 Basic VID Health Check
| PASS |
21:31:24 
--
21:31:24 Basic Microservice Bus Health Check   
| FAIL |
There are 19 other failures under MSB that group with the one above


Committers – once these changes get in – we will be closer to a full demo 
of OOM beside HEAT in the upcoming 4th Dec KubeCon and 11th Dec ONAP F2F 
Developer conference.


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Alexis de Talhouët
Sent: Tuesday, November 28, 2017 15:57
To: Mike Evans via onap-discuss 
Subject: [onap-discuss] [OOM] Amsterdam stabilization

Greetings OOMers,

We are getting closer to having all outstanding issues resolved, as far as 
Health Check goes. (E2E testing will be performed as per as the vFW testing 
currently taking place daily at 12am EST).

We still aren’t deploying DCAE, but everything else is now passing Robot Health 
Check.
To get to this stage, you will need all outstanding patches: 
https://gerrit.onap.org/r/#/q/topic:fix-amsterdam

So I’m asking OOM committers to please review and merge those outstanding 
patches.

Thanks,
Alexis

$ ./ete-k8s.sh health
Starting Xvfb on display :88 with res 1280x1024x24
Executing robot tests at log level TRACE

==
OpenECOMP ETE
==
OpenECOMP ETE.Robot
==
OpenECOMP ETE.Robot.Testsuites
==
OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp components are...
==
Basic DCAE Health Check   [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError(': Failed to 

[onap-discuss] ONAP OOM vFWCL hands-on: 3 days in prep of 4 Dec KubeCon - 1100-1200EDT

2017-11-28 Thread Michael O'Brien
Team,
The vFWCL HEAT testing is going very well in the 1200-1330EDT daily meeting
https://wiki.onap.org/display/DW/Vetted+vFirewall+Demo+-+Full+draft+how-to+for+F2F+and+ReadTheDocs

Now that we have identified a good portion of the changes involved up until 
VF-Module creation (where we left off today) we can do a parallel session 
certifying OOM.
This is by necessity and also by request.
We have a 3 day window to complete this Wed/Thu/Fri - the best time looks 
like 1100-1200EDT - our deadline is the 4th Dec for KubeCon where the Amsterdam 
release of ONAP is undergoing demos before our 11th Dec F2F.

 As with HEAT where we are getting excellent progress involving the 
community including the help of Brian Freeman and Marco Platania - we will 
document artifacts/flow/issues/workarounds as we encounter them in the shared 
wiki above.
 The zoom meeting is the same for both

https://zoom.us/j/7939937123

thank you
/michael


Michael O'Brien
Amdocs Technology
16135955268
55268
[amdocs-a]

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] ONAP OOM vFWCL hands-on: 3 days in prep of 4 Dec KubeCon

2017-11-28 Thread Michael O'Brien
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=Michael O'Brien:MAILTO:frank.obr...@amdocs.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
DESCRIPTION;LANGUAGE=en-US:Team\,\nThe vFWCL HEAT testing is going very
  well in the 1200-1330EDT daily meeting\nhttps://wiki.onap.org/display/DW/
 Vetted+vFirewall+Demo+-+Full+draft+how-to+for+F2F+and+ReadTheDocs\n\nN
 ow that we have identified a good portion of the changes involved up until
  VF-Module creation (where we left off today) we can do a parallel session
  certifying OOM.\nThis is by necessity and also by request.\nWe ha
 ve a 3 day window to complete this Wed/Thu/Fri – the best time looks lik
 e 1100-1200EDT – our deadline is the 4th Dec for KubeCon where the Amste
 rdam release of ONAP is undergoing demos before our 11th Dec F2F.\n\n 
 As with HEAT where we are getting excellent progress involving the communi
 ty including the help of Brian Freeman and Marco Platania – we will docu
 ment artifacts/flow/issues/workarounds as we encounter them in the shared 
 wiki above.\n The zoom meeting is the same for both\n\nhttps://zoom.us
 /j/7939937123\n\nthank you\n/michael\n\n
RRULE:FREQ=DAILY;UNTIL=20171201T16Z;INTERVAL=1
SUMMARY;LANGUAGE=en-US:ONAP OOM vFWCL hands-on: 3 days in prep of 4 Dec Kub
 eCon
DTSTART;TZID=Eastern Standard Time:20171129T11
DTEND;TZID=Eastern Standard Time:20171129T12
UID:04008200E00074C5B7101A82E00820F2A7A76A68D301000
 010006F225F1CE4EE984BA0EFEECBCA944D10
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20171128T221448Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:https://zoom.us/j/7939937123
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:-1050888223
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:1
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] [OOM] Amsterdam stabilization

2017-11-28 Thread Alexis de Talhouët
Greetings OOMers,

We are getting closer to having all outstanding issues resolved, as far as 
Health Check goes. (E2E testing will be performed as per as the vFW testing 
currently taking place daily at 12am EST).

We still aren’t deploying DCAE, but everything else is now passing Robot Health 
Check.
To get to this stage, you will need all outstanding patches: 
https://gerrit.onap.org/r/#/q/topic:fix-amsterdam 


So I’m asking OOM committers to please review and merge those outstanding 
patches.

Thanks,
Alexis

$ ./ete-k8s.sh health
Starting Xvfb on display :88 with res 1280x1024x24
Executing robot tests at log level TRACE

==
OpenECOMP ETE
==
OpenECOMP ETE.Robot
==
OpenECOMP ETE.Robot.Testsuites
==
OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp components are...
==
Basic DCAE Health Check   [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
| FAIL |
ConnectionError: HTTPConnectionPool(host='dcae-controller.onap-dcae', 
port=8080): Max retries exceeded with url: /healthcheck (Caused by 
NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or 
service not known',))
--
Basic SDNGC Health Check  | PASS |
--
Basic A Health Check   | PASS |
--
Basic Policy Health Check | PASS |
--
Basic MSO Health Check| PASS |
--
Basic ASDC Health Check   | PASS |
--
Basic APPC Health Check   | PASS |
--
Basic Portal Health Check | PASS |
--
Basic Message Router Health Check | PASS |
--
Basic VID Health Check| PASS |
--
Basic Microservice Bus Health Check   | PASS |
--
Basic CLAMP Health Check  | PASS |
--
catalog API Health Check  | PASS |
--
emsdriver API Health Check| PASS |
--
gvnfmdriver API Health Check  | PASS |
--
huaweivnfmdriver API Health Check | PASS |
--
multicloud API Health Check   | PASS |
--
multicloud-ocata API Health Check | PASS |

[onap-discuss] videos about VNF creation, vFW and vLB/vDNS closed loops

2017-11-28 Thread PLATANIA, MARCO (MARCO)
Team,

I created a new table named “VNF Onboarding, Instantiation, and Closed-loop 
Operations” on the wiki: https://wiki.onap.org/display/DW/Running+the+ONAP+Demos

I created and uploaded three new videos:

· VNF onboarding and service creation: it shows how to onboard VNFs and 
create services with ONAP. It focuses on the vFW, but the same procedure can be 
used to onboard many other VNFs

· vFW closed-loop

· vLB/vDNS closed-loop

The vFW and vLB/vDNS closed-loop videos show how to run closed-loop operations 
step by step. I also uploaded the VNF topology data used to preload SDNC (for 
both vFW and vLB/vDNS) and the APPC mount point for the vFW closed loop.

Hope this helps.

Marco

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


Re: [onap-discuss] Official PowerPoint ONAP presentation template...

2017-11-28 Thread Kenny Paul
Yup, here you go.

ONAP Branded Slide Template 

 


Best Regards, 
-kenny

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

> On Nov 28, 2017, at 11:58 AM, Vul, Alex  wrote:
> 
> Hi,
>  
> Is there an official PowerPoint presentation template for ONAP? Where would 
> it be located, if there is one?
>  
> Thanks in advance,
>  
> Alex Vul
> Intel Corporation

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


Re: [onap-discuss] Official PowerPoint ONAP presentation template...

2017-11-28 Thread Vul, Alex
Never mind, found it!!!


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Vul, Alex
Sent: Tuesday, November 28, 2017 11:58 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Official PowerPoint ONAP presentation template...

Hi,

Is there an official PowerPoint presentation template for ONAP? Where would it 
be located, if there is one?

Thanks in advance,

Alex Vul
Intel Corporation


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


[onap-discuss] Official PowerPoint ONAP presentation template...

2017-11-28 Thread Vul, Alex
Hi,

Is there an official PowerPoint presentation template for ONAP? Where would it 
be located, if there is one?

Thanks in advance,

Alex Vul
Intel Corporation


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


Re: [onap-discuss] [VVP] VVP-devkit deployment problems

2017-11-28 Thread Moshe Hoadley
Hi
It turns out that centos 6 doesn’t support docker so I switched to 
bento/centos-7.4 which is the only version above 7 I could find.
With this image both the network configuration issue and docker installation 
were resolved.

However, I’m facing new problems and I need some help:

1)  In box 1, the plays for configuring iptables - ‘Drop Input’ and ‘Drop 
Output’, result in a disconnect of the SSH connection to the VM with no way to 
reestablish the connection. This causes ansible to fail.

The operations being performed are: ‘iptables –P INPUT DROP’ and ‘iptables –P 
OUTPUT DROP’.

As a workaround I removed these operations and was able to continue with the 
flow.

2)  In box 2 (ceph) ansible playbook gets stuck at task ‘is ceph running 
already?’

When I checked in the ceph vm it turns out that ceph didn’t boot properly with 
‘can’t find keyring file’.

I tried using version 3 of ceph roles (instead of version 2.2.10) but it was 
incompatible with our tags. I wasn’t able to find a workaround for this issue.

3)  I noticed that the folders under ../vvp/devkit/zones/deployment/k8 are 
empty. ( ‘services’, ‘jobs’, ‘deployments’, ‘configmaps’). The vvp-deploy 
operation does nothing since it doesn’t find anything in these folders. Is 
there something missing or is it generated as part of the deployment process?

Any help will be appreciated.

Thanks
Moshe Hoadley
• 972-9-77-62712
[cid:image001.png@01D2F989.346CD870]

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Moshe Hoadley
Sent: Monday, November 27, 2017 9:33 AM
To: Karthik ; Binshtok, Edan 
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E] Re: VVP-devkit : Problem

Hi
I managed to deploy box 1 and get passed network setting by changing to centos 
6.

Now the process continues and fails on installing docker in the centos machine.
The task is ../devkit/ansible/roles/ansible-vvp-bootstrap/tasks/main.yml
There are a few problems with it:

-  The docker package is called docer-ce or docker-ee (in the task it 
tries to install ‘docker’)

-  The docker repository needs to be added first

-  Some other docker dependencies are missing and need to be installed 
first.

I’m working on this now, will update once resolved.

Thanks
Moshe Hoadley
• 972-9-77-62712
[cid:image001.png@01D2F989.346CD870]

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Karthik
Sent: Friday, November 24, 2017 11:56 AM
To: Moshe Hoadley >
Cc: Binshtok, Edan >; 
onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E] Re: VVP-devkit : Problem

Hi Moshe ,
Yes, home/karthik/.vagrant.d/boxes/vvp-empty/0/virtualbox/box.ovf  folder is 
exists in my system.  You are right, In my virtual box : 2 VMs are up and 
running , 3rd VM is not exist .

Thanks,
Karthik


On Fri, Nov 24, 2017 at 2:58 PM, Moshe Hoadley 
> wrote:
Didn’t encounter this.
Can you check if the folder exists: 
home/karthik/.vagrant.d/boxes/vvp-empty/0/virtualbox/box.ovf

Also, for the workaround, you need to get to a position where the 2 first vms 
are up and running (you can see it in the vritualbox gui. To open the gui just 
type ‘virtualbox’).
The third vm should not exist at all so, in order to try again, first go and 
delete the 3rd vm.

Let me know how it goes.


Thanks
Moshe Hoadley
• 972-9-77-62712
[cid:image001.png@01D2F989.346CD870]

From: Karthik [mailto:sdkarth...@gmail.com]
Sent: Friday, November 24, 2017 10:05 AM
To: Moshe Hoadley >
Cc: Binshtok, Edan >; 
onap-discuss@lists.onap.org

Subject: Re: [onap-discuss] [E] Re: VVP-devkit : Problem

Hi Moshe ,
I pulled the latest code and followed your work around .
I got the below error when it tries to launch 3rd VM.

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "-n", 
"/home/karthik/.vagrant.d/boxes/vvp-empty/0/virtualbox/box.ovf"]

Stderr: 0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance read failed
VBoxManage: error: Start tag expected, '<' not found.
VBoxManage: error: Location: 
'/home/karthik/.vagrant.d/boxes/vvp-empty/0/virtualbox/box.ovf', line 1 (0), 
column 1
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component 
ApplianceWrap, interface IAppliance
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at 
line 307 of file VBoxManageAppliance.cpp
Please refer the attached image.

Hi 

[onap-discuss] Updated invitation: [vvp] Weekly Meeting @ Weekly from 8am to 9am on Thursday from Thu Aug 31 to Wed Dec 6 (PDT) (onap-discuss@lists.onap.org)

2017-11-28 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:20170831T08
DTEND;TZID=America/Los_Angeles:20170831T09
RRULE:FREQ=WEEKLY;UNTIL=20171207T075959Z;BYDAY=TH
DTSTAMP:20171128T181149Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:4vtm2h0u9plrp69619abfat...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=sw3...@att.com;X-NUM-GUESTS=0:mailto:sw3...@att.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
CREATED:20170828T173623Z
DESCRIPTION:Hi there\, \n\nONAP Meeting 4 is inviting you to a scheduled Zo
 om meeting. \n\nJoin from PC\, Mac\, Linux\, iOS or Android: https://zoom.u
 s/j/242271647\n\nOr iPhone one-tap :\nUS: +16465588656\,\,242271647#  o
 r +16699006833\,\,242271647# \nOr Telephone:\nDial(for higher quality\,
  dial a number based on your current location):\nUS: +1 646 558 865
 6  or +1 669 900 6833  or +1 877 369 0926 (Toll Free) or +1 877 853 5247  (
 Toll Free)\nMeeting ID: 242 271 647\nInternational numbers availabl
 e: https://zoom.us/zoomconference?m=SKT0njBqw_2Xfg9vmabn5Kt13V5cLneM\n\n\n\
 n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~::~:~::-\nPlease do not edit this section of the description.\n\nView 
 your event at https://www.google.com/calendar/event?action=VIEW=NHZ0bTJ
 oMHU5cGxycDY5NjE5YWJmYXRycGEgb25hcC1kaXNjdXNzQGxpc3RzLm9uYXAub3Jn=NzIjb
 GludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxl
 bmRhci5nb29nbGUuY29tMmZlOWVkNmEwNTRlMzAyM2IxN2ViOTA0NTA0MjE0YjBhNzZlMGY0ZQ&
 ctz=America/Los_Angeles=en.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20171128T181148Z
LOCATION:https://zoom.us/j/242271647
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[vvp] Weekly Meeting
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] Invitation: [vvp] Weekly Meeting (starting Dec. 5, /2017) @ Weekly from 6am to 7am on Tuesday (PST) (onap-discuss@lists.onap.org)

2017-11-28 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:20171205T06
DTEND;TZID=America/Los_Angeles:20171205T07
RRULE:FREQ=WEEKLY;BYDAY=TU
DTSTAMP:20171128T181058Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:75m4t11cb4fq5bq69pocfph...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=eb5...@intl.att.com;X-NUM-GUESTS=0:mailto:eb5...@intl.att.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
CREATED:20171128T181057Z
DESCRIPTION:Hi there\, \n\nONAP Meeting 4 is inviting you to a scheduled Zo
 om meeting. \n\nJoin from PC\, Mac\, Linux\, iOS or Android: https://zoom.u
 s/j/242271647\n\nOr iPhone one-tap :\nUS: +16699006833\,\,242271647#  o
 r +16465588656\,\,242271647# \nOr Telephone:\nDial(for higher quality\,
  dial a number based on your current location):\nUS: +1 669 900 683
 3  or +1 646 558 8656  or +1 877 369 0926 (Toll Free) or +1 855 880 1246 (T
 oll Free)\nMeeting ID: 242 271 647\nInternational numbers available
 : https://zoom.us/zoomconference?m=SKT0njBqw_2Xfg9vmabn5Kt13V5cLneM\n\n\n\n
 -::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~::~:~::-\nPlease do not edit this section of the description.\n\nView y
 our event at https://www.google.com/calendar/event?action=VIEW=NzVtNHQx
 MWNiNGZxNWJxNjlwb2NmcGhmYXAgb25hcC1kaXNjdXNzQGxpc3RzLm9uYXAub3Jn=NzIjbG
 ludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlb
 mRhci5nb29nbGUuY29tNWQ1Y2VmNzUyN2RiZWNkMWZhY2I0ZjkzZjk4MzU5MDA3MmMzZTg5Mg
 tz=America/Los_Angeles=en.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20171128T181057Z
LOCATION:https://zoom.us/j/242271647
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[vvp] Weekly Meeting (starting Dec. 5\, /2017)
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] Resources Required

2017-11-28 Thread eric.debeau
Hello Ayush

We documented the full ONAP installation requirements in readthedocs: 
http://onap.readthedocs.io/en/latest/guides/onap-developer/settingup/fullonap.html#requirements

We are working to define a minimal configuration with smaller flavors to run 
with a minimal number of users and VNFs.

Best 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] Invitation: [aai] Visualizing the AAI Model @ Fri Dec 1, 2017 7am - 8am (PST) (onap-discuss@lists.onap.org)

2017-11-28 Thread kpaul
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20171201T15Z
DTEND:20171201T16Z
DTSTAMP:20171128T175006Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:1utp081n8257f0istmbmqha...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=jf2...@att.com;X-NUM-GUESTS=0:mailto:jf2...@att.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
CREATED:20171128T175005Z
DESCRIPTION:Hi there\, \n\nONAP Meeting 2 is inviting you to a scheduled Zo
 om meeting. \n\nJoin from PC\, Mac\, Linux\, iOS or Android: https://zoom.u
 s/j/513936935\n\nOr iPhone one-tap :\nUS: +16699006833\,\,513936935#  o
 r +16465588656\,\,513936935# \nOr Telephone:\nDial(for higher quality\,
  dial a number based on your current location):\nUS: +1 669 900 683
 3  or +1 646 558 8656  or +1 877 369 0926 (Toll Free) or +1 855 880 1246 (T
 oll Free)\nMeeting ID: 513 936 935\nInternational numbers available
 : https://zoom.us/zoomconference?m=imVmMctNGfXSuCTIV6521NX7P9oPTlfH\n\n\n\n
 -::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~::~:~::-\nPlease do not edit this section of the description.\n\nView y
 our event at https://www.google.com/calendar/event?action=VIEW=MXV0cDA4
 MW44MjU3ZjBpc3RtYm1xaGExMGIgb25hcC1kaXNjdXNzQGxpc3RzLm9uYXAub3Jn=NzIjbG
 ludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlb
 mRhci5nb29nbGUuY29tZmFjMDI2ZWMwZDM4MmM2NjU1NWQyNWYyYmFhMjI4ZDU1MmJhMWM0Mg
 tz=America/Los_Angeles=en.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20171128T175005Z
LOCATION:https://zoom.us/j/513936935
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[aai] Visualizing the AAI Model
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] December Developer Forum Registration

2017-11-28 Thread Kenny Paul
Just a reminder- If you are planning on attending the the Developer Forum in 
person and have not already registered for the event, please don’t forget to do 
so!  

ONAP Beijing Release Developer Forum,  December 11-13, 2017, Santa Clara, CA, 
USA  



There is no cost to participate, however if you do not cancel by 08:00 PDT on 
Monday, December 4 or no-show for the event there is a fee of 50.00 USD.


Best Regards, 
-kenny

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

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


Re: [onap-discuss] [onap-tsc] [Gerrit] Commit message restriction

2017-11-28 Thread Alexis de Talhouët
Hi Victor,

I agree, this can be set locally, and can be enforced by the committers of a 
given project. 
What I’m trying to gage here is whether people rather like having this 
enforced, or if we could loosen those rules, and let committers have this 
responsibilities.

Regards,
Alexis

> On Nov 28, 2017, at 11:37 AM, Morales, Victor  
> wrote:
> 
> Hey Alexis,
>  
> I never tough about these points that you mentioned. Personally, I found it 
> good habit but I came from OpenStack world where they share some rules[1]. By 
> other hand, I think that you can setup vim to automatically split the commit 
> messages. I’d prefer to do emphasis in the content on the message rather than 
> the rules, that could facilitate reviewing process.
>  
> Regards,
> Victor Morales
>  
> [1] https://wiki.openstack.org/wiki/GitCommitMessages 
> 
>  
> From:  on behalf of Alexis de Talhouët 
> 
> Date: Monday, November 27, 2017 at 12:13 PM
> To: Mike Evans via onap-discuss 
> Cc: "t...@lists.onap.org" 
> Subject: [onap-tsc] [Gerrit] Commit message restriction
>  
> Hi ONAP devs, committers, PTLs, 
>  
> I want to start a thread wrt the commit message restriction; bellow my 
> observations:
>  
> - reverting a patch through gerrit UI often fails with 500 ERROR due to: 
> commit subject >50 characters; use shorter first paragraph
> If we think about it, someone creates a patch with 50 characters as commit 
> title, then someone wants to revert, it automatically force the user to 
> revert using CLI because the reverts add “revert: “, which adds 9 characters, 
> hence validation fails. This is somewhat annoying.
>  
> - pasting a stacktrace as a commit message is kind of prohibited: too many 
> commit message lines longer than 72 characters; manually wrap lines
>  
> I understand as a community we want to foster developers to use common 
> practices, but should we really enforced those?
> I worked in a couple of other communities that has a large pool of 
> contributors and everything is working fine, without those mentioned two 
> rules enforced.
>  
> I tend to think it’s the commiter role to enforce best practices on commit 
> msg within his project, it shouldn’t be enforced by the system itself.
>  
> So I’d like to know devs/committers/PTLs feeling about this, and also ask the 
> TSC whether this is sealed in rock or not.
>  
> Thanks,
> Alexis

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


Re: [onap-discuss] [onap-tsc] [Gerrit] Commit message restriction

2017-11-28 Thread Morales, Victor
Hey Alexis,

I never tough about these points that you mentioned. Personally, I found it 
good habit but I came from OpenStack world where they share some rules[1]. By 
other hand, I think that you can setup vim to automatically split the commit 
messages. I’d prefer to do emphasis in the content on the message rather than 
the rules, that could facilitate reviewing process.

Regards,
Victor Morales

[1] https://wiki.openstack.org/wiki/GitCommitMessages

From:  on behalf of Alexis de Talhouët 

Date: Monday, November 27, 2017 at 12:13 PM
To: Mike Evans via onap-discuss 
Cc: "t...@lists.onap.org" 
Subject: [onap-tsc] [Gerrit] Commit message restriction

Hi ONAP devs, committers, PTLs,

I want to start a thread wrt the commit message restriction; bellow my 
observations:

- reverting a patch through gerrit UI often fails with 500 ERROR due to: commit 
subject >50 characters; use shorter first paragraph
If we think about it, someone creates a patch with 50 characters as commit 
title, then someone wants to revert, it automatically force the user to revert 
using CLI because the reverts add “revert: “, which adds 9 characters, hence 
validation fails. This is somewhat annoying.

- pasting a stacktrace as a commit message is kind of prohibited: too many 
commit message lines longer than 72 characters; manually wrap lines

I understand as a community we want to foster developers to use common 
practices, but should we really enforced those?
I worked in a couple of other communities that has a large pool of contributors 
and everything is working fine, without those mentioned two rules enforced.

I tend to think it’s the commiter role to enforce best practices on commit msg 
within his project, it shouldn’t be enforced by the system itself.

So I’d like to know devs/committers/PTLs feeling about this, and also ask the 
TSC whether this is sealed in rock or not.

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


[onap-discuss] [vnfrqts] meeting

2017-11-28 Thread WRIGHT, STEVEN A
Meeting record for 2017-11-28 posted to 
Wiki

Reminder - No VNFRQTS Project meeting 2017-12-12 due to F-F developer Event.

best regards
Steven Wright, MBA, PhD, JD.
[Tech Integration]
AT 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] Deploying SDC on a Linux VM for Development

2017-11-28 Thread Vitaliy Emporopulo
Hi Thamlur,

I successfully deployed SDC version 1.1.0 inside a VM (Ubuntu 14.04) a few days 
ago, from scratch. Please follow 
https://wiki.onap.org/display/DW/Deploying+SDC+on+a+Linux+VM+for+Development.

You’ll have to build and run the SDC Simulator separately. Keep in mind that it 
currently doesn’t work “as is” from master because of 
https://jira.onap.org/browse/SDC-698. Follow the bug description to build the 
simulator from utils/webseal-simulator.

Regards,
Vitaliy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Thamlur Raju
Sent: Tuesday, November 28, 2017 11:05
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Deploying SDC on a Linux VM for Development

Hi,
I am trying create a development env, but i am not able to enable the 
SDC-Simulator. Because i doesn't have the Vagrant environment.
1. Without Vagrant environment we can't access the SDC-Simulator ?
2. Without Vagrant environment i can't get the " webseal-simulator " project? 
if i will get where i will get it?



Thanks,
Thamlur Raju.
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


[onap-discuss] [modeling] today modeling teleconf is cancelled.

2017-11-28 Thread denghui (L)
Hello all

Apologize for not considering thanks giving holiday, lots of people are still 
not yet return back, so we will cancel this week teleconf.

Best regards,

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


[onap-discuss] Deploying SDC on a Linux VM for Development

2017-11-28 Thread Thamlur Raju
Hi,

I am trying create a development env, but i am not able to enable the
SDC-Simulator. Because i doesn't have the Vagrant environment.

1. Without Vagrant environment we can't access the SDC-Simulator ?
2. Without Vagrant environment i can't get the " webseal-simulator "
project? if i will get where i will get it?





Thanks,
Thamlur Raju.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss