Re: [onap-discuss] Amsterdam Portal issue

2018-05-21 Thread abdelmuhaimen.seaudi
Hi Vivek, this is a heat installation of Amsterdam, does heat installation have 
/dockerdata-nfs/onap folder ?

I did nothing, I found that the output of “docker ps” is saying that the 
running containers were created 2 days ago, and that’s when I deduced that the 
VM rebooted.

Abdelmuhaimen Seaudi
Orange Labs Egypt
Email: abdelmuhaimen.sea...@orange.com
Mobile: +2012 84644 733

From: Vivekanandan Muthukrishnan [mailto:vmuthukrish...@aarnanetworks.com]
Sent: Tuesday, May 22, 2018 8:50 AM
To: SEAUDI Abdelmuhaimen OBS/CSO
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Amsterdam Portal issue

Hi Seaudi,

Could you give me more information, all ONAP container persistent data files 
are stored under /dockerdata-nfs/onap folder. We should get all the data back 
when you reboot the server.

I am not quite sure what you did, i hope the ONAP VM/server IP did not change 
when you restarted the host.

Let me know the steps that you performed after rebooting the ONAP VM/server.


Regards
Vivek

On Mon, May 21, 2018 at 7:26 PM, 
mailto:abdelmuhaimen.sea...@orange.com>> wrote:
Hi,

I had a working application onboarded on ONAP Amsterdam Portal.

I had an issue with my cloud provide, and the Portal VM rebooted.

I found all the portal dockers up, and I could access the portal, but I found 
that all the onboarded applications and all the users and roles were deleted, 
as if the portal was reset.

Is there an exaplanation why the portal lost all the applications and users 
when the vm was rebooted ? Is there a way to retrieve ?

Thanks

A. Seaudi

_



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


_

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


Re: [onap-discuss] Amsterdam Portal issue

2018-05-21 Thread Vivekanandan Muthukrishnan
Hi Seaudi,

Could you give me more information, all ONAP container persistent data
files are stored under /dockerdata-nfs/onap folder. We should get all the
data back when you reboot the server.

I am not quite sure what you did, i hope the ONAP VM/server IP did not
change when you restarted the host.

Let me know the steps that you performed after rebooting the ONAP VM/server.


Regards
Vivek

On Mon, May 21, 2018 at 7:26 PM,  wrote:

> Hi,
>
> I had a working application onboarded on ONAP Amsterdam Portal.
>
> I had an issue with my cloud provide, and the Portal VM rebooted.
>
> I found all the portal dockers up, and I could access the portal, but I
> found that all the onboarded applications and all the users and roles were
> deleted, as if the portal was reset.
>
> Is there an exaplanation why the portal lost all the applications and
> users when the vm was rebooted ? Is there a way to retrieve ?
>
> Thanks
>
> A. Seaudi
>
> _
>
> 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 mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [oom] [rancher/k8s deployment] (amsterdam release) error on onap-consul app

2018-05-21 Thread Vivekanandan Muthukrishnan
Hi Mohan,

Also i noticed that you used kubenertes 1.9.2. I guess it could due to
Docker, Kubectl or helm version compatibility issue.

Here is what we did to get ONAP amsterdam deployment up and running.

# Install docker 1.12
sudo curl https://releases.rancher.com/install-docker/*1.12.sh
* | sh

# # Install Kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/*v1.8.6*
/bin/linux/amd64/kubectl
chmod +x $HOME/.kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
mkdir -p $HOME/.kube

# Setup helm
wget http://storage.googleapis.com/kubernetes-helm/
*helm-v2.3.0-linux-amd64.tar.gz*
tar -zxvf helm-v2.3.0-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm

# Clone the amsterdam relase repository
git clone -b amsterdam http://gerrit.onap.org/r/oom

You can give it a try.

Regards
Vivek


On Mon, May 21, 2018 at 10:28 PM, Vivekanandan Muthukrishnan <
vmuthukrish...@aarnanetworks.com> wrote:

> Hi Mohan,
>
> I guess this might be something to do with your Rancher setup.
>
> Try the following.
>
> 1) Check all your kube-system containers are up and running properly
>
> 2) Make sure that OOM host IP is mapped in the /etc/hosts file
>
>  # OOM_HOST_IP{HOST_NAME}
>
> 3) Make sure that your kube-dns container has come up and running properly
>
>
> All the best
> Vivek
>
>
>
>
> On Mon, May 21, 2018 at 3:05 PM, Mohan Kumar 
> wrote:
>
>> Hi All,
>>
>>
>>
>> I am trying to deploy Amsterdam branch ONAP on Kubernetes on Rancher.
>> But onap-consul pod deployment is failing. Others pods are in running state
>>
>>
>> I have used https://github.com/obrienlabs/onap-root/blob/master/cd.sh
>> script for deployment.
>>
>>
>>
>> *Error :*
>>
>>
>> root@linux-r4ap:~/onap-root# kubectl get pods --all-namespaces -o=wide |
>> grep onap-consul
>>
>> onap-consul   consul-agent-3312409084-p8gxg 0/1
>>  CrashLoopBackOff   15515h   10.42.50.130
>> linux-r4ap.opnfv.iol.unh.edu
>>
>> onap-consul   consul-server-1173049560-8p9kh0/1
>>  CrashLoopBackOff   14715h   10.42.135.15
>> linux-r4ap.opnfv.iol.unh.edu
>>
>> onap-consul   consul-server-1173049560-cj6hc0/1
>>  CrashLoopBackOff   14715h   10.42.220.246
>> linux-r4ap.opnfv.iol.unh.edu
>>
>> onap-consul   consul-server-1173049560-fn0r00/1
>>  CrashLoopBackOff   14915h   10.42.7.90
>> linux-r4ap.opnfv.iol.unh.edu
>>
>> root@linux-r4ap:~/onap-root#
>>
>>
>>
>> and the log shows ( *on kubectl 1.7.7)*
>>
>> root@linux-r4ap:~# kubectl logs consul-agent-3312409084-p8gxg -n
>> onap-consul
>> ==> Error parsing /consul/config/aai-data-router-health.json: 1 error(s)
>> occurred:
>>
>> ** invalid config key service.checks[0].script*
>> root@linux-r4ap:~# kubectl logs consul-server-1173049560-8p9kh -n
>> onap-consul
>> bootstrap_expect > 0: expecting 3 servers
>> ==> Starting Consul agent...
>> ==> Joining cluster...
>> ==> 1 error(s) occurred:
>>
>> ** Failed to join 10.43.217.205 : dial tcp
>> 10.43.217.205:8301 : i/o timeout*
>> root@linux-r4ap:~# kubectl logs consul-server-1173049560-cj6hc -n
>> onap-consul
>> bootstrap_expect > 0: expecting 3 servers
>> ==> Starting Consul agent...
>> ==> Joining cluster...
>> ==> 1 error(s) occurred:
>>
>> ** Failed to join 10.43.217.205 : dial tcp
>> 10.43.217.205:8301 : i/o timeout*
>> root@linux-r4ap:~# kubectl log consul-server-1173049560-fn0r0 -n
>> onap-consul
>> W0521 02:41:38.633616   23168 cmd.go:392] log is DEPRECATED and will be
>> removed in a future version. Use logs instead.
>> bootstrap_expect > 0: expecting 3 servers
>> ==> Starting Consul agent...
>> ==> Joining cluster...
>> ==> 1 error(s) occurred:
>>
>> ** Failed to join 10.43.217.205 : dial tcp
>> 10.43.217.205:8301 : i/o timeout*
>>
>> root@linux-r4ap:~#* kubectl describe pod consul-agent-3312409084-jk861
>> -n onap-consul*
>>
>> Events:
>>   Type Reason Age From
>>Message
>>    -- 
>>---
>>   Normal   Scheduled  31m default-scheduler
>> Successfully assigned consul-agent-3312409084-jk861 to
>> linux-r4ap.opnfv.iol.unh.edu
>>   Normal   SuccessfulMountVolume  29m kubelet,
>> linux-r4ap.opnfv.iol.unh.edu  MountVolume.SetUp succeeded for volume
>> "consul-agent-config"
>>   Normal   SuccessfulMountVolume  29m kubelet,
>> linux-r4ap.opnfv.iol.unh.edu  MountVolume.SetUp succeeded for volume
>> "default-token-kgn7c"
>>   Normal   Pulling4m (x9 over 28m)kubelet,
>> linux-r4ap.opnfv.iol.unh.edu  pulling image "docker.io/consul:latest"
>>   Normal   Pulled 4m (x9 over 28m)kubelet,
>> linux-r4ap.op

[onap-discuss] Canceled event: [ccsdk] Weekly (Updated Dec. 5, 2017) @ Fri May 25, 2018 8am - 9am (PDT) (onap-discuss@lists.onap.org)

2018-05-21 Thread kpaul
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:CANCEL
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:20180525T08
DTEND;TZID=America/Los_Angeles:20180525T09
DTSTAMP:20180521T211647Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:5u434331kpubtg1qgq5dtc6...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=dt
 5...@att.com;X-NUM-GUESTS=0:mailto:dt5...@att.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=on
 ap-disc...@lists.onap.org;X-NUM-GUESTS=0:mailto:onap-discuss@lists.onap.org
RECURRENCE-ID;TZID=America/Los_Angeles:20180525T08
CREATED:20171206T010454Z
DESCRIPTION:Updated Dec. 5\, 2017\n\nONAP Meeting 6 is inviting you to a sc
 heduled Zoom meeting. \n\nJoin from PC\, Mac\, Linux\, iOS or Android: http
 s://zoom.us/j/826248894\n\nOr iPhone one-tap (US Toll):  +14086380968\,\,82
 6248894# or +16465588656\,\,826248894#\n\nOr Telephone:\nDial: +1 408 6
 38 0968 (US Toll) or +1 646 558 8656 (US Toll)\n+1 855 880 1246 (US Tol
 l Free)\n+1 877 369 0926 (US Toll Free)\nMeeting ID: 826 248 894\n 
International numbers available: https://zoom.us/zoomconference?m=NVGUf0
 EROBhf9FVPH4nxUC0b1KnSta53
LAST-MODIFIED:20180521T211647Z
LOCATION:https://zoom.us/j/826248894
SEQUENCE:1
STATUS:CANCELLED
SUMMARY:[ccsdk] Weekly (Updated 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] Canceled event: [sdnc] Weekly Meeting @ Wed May 23, 2018 6am - 7am (PDT) (onap-discuss@lists.onap.org)

2018-05-21 Thread kpaul
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:CANCEL
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:20180523T06
DTEND;TZID=America/Los_Angeles:20180523T07
DTSTAMP:20180521T211625Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:je0alferfg7u2qiiu18j6tr...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=dt
 imo...@att.com;X-NUM-GUESTS=0:mailto:dtimo...@att.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=on
 ap-disc...@lists.onap.org;X-NUM-GUESTS=0:mailto:onap-discuss@lists.onap.org
RECURRENCE-ID;TZID=America/Los_Angeles:20180523T06
CREATED:20170703T234927Z
DESCRIPTION:Hi there\, \n\nONAP Meeting 6 is inviting you to a scheduled Zo
 om meeting. \n\nJoin from PC\, Mac\, Linux\, iOS or Android: https://zoom.u
 s/j/330824945\n\nOr iPhone one-tap (US Toll):  +16465588656\,\,330824945# o
 r +14086380968\,\,330824945#\n\nOr Telephone:\nDial: +1 646 558 8656 (U
 S Toll) or +1 408 638 0968 (US Toll)\n+1 855 880 1246 (US Toll Free)\n 
+1 877 369 0926 (US Toll Free)\nMeeting ID: 330 824 945\nInterna
 tional numbers available: https://zoom.us/zoomconference?m=rRItS256rDo_7Utk
 Iznpz4jzZNmjTfbO\n\n
LAST-MODIFIED:20180521T211625Z
LOCATION:https://zoom.us/j/330824945
SEQUENCE:1
STATUS:CANCELLED
SUMMARY:[sdnc] 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] Canceled: [sdnc] Weekly SDNC project team meeting

2018-05-21 Thread TIMONEY, DAN
BEGIN:VCALENDAR
METHOD:CANCEL
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="TIMONEY, DAN":MAILTO:dt5...@att.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=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="ARIA, LALE
 NA":MAILTO:la5...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="BOROKHOVIC
 H, MICHAEL":MAILTO:mich...@research.att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="CHINTHAKAY
 ALA, SHESHASHAILAVAS":MAILTO:sc2...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="GUDISENA, 
 VARUNESHWAR":MAILTO:vg4...@att.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="ISUKAPALLI
 , SASTRY":MAILTO:sas...@research.att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KUMAR, PRA
 SHANT":MAILTO:prashant.kum...@amdocs.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="LANDO, MIC
 HAEL":MAILTO:ml6...@intl.att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="LANTHIER, 
 STEPHEN":MAILTO:stephen.lanth...@amdocs.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="NGUYEN, TO
 AN T":MAILTO:tn2...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="OBRIEN, FR
 ANK MICHAEL":MAILTO:frank.obr...@amdocs.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="REECE, CHR
 IS":MAILTO:cre...@awardsolutions.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="ROTUNDO, A
 L":MAILTO:ar3...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="SILVERTHOR
 N, DANIEL":MAILTO:daniel.silverth...@amdocs.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="SPATSCHECK
 , OLIVER":MAILTO:spat...@research.att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="STILWELL, 
 DAVE":MAILTO:ds6...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="TABEDZKI, 
 RICHARD":MAILTO:rt0...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="TALASILA, 
 MANOOP":MAILTO:talas...@research.att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="THORPE, HE
 NRY E":MAILTO:ht1...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="TOFIGH, TO
 M":MAILTO:mt3...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="VAN BRAKLE
 , TRACY L":MAILTO:tv8...@att.com
ATTENDEE;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KESSLER, D
 OROTHY":MAILTO:db4...@att.com
DESCRIPTION;LANGUAGE=en-US:ONAP Meeting 6 is inviting you to a scheduled Zo
 om meeting.\n\nJoin from PC\, Mac\, Linux\, iOS or Android: https://zoom.u
 s/j/330824945\n\nOr iPhone one-tap (US Toll):  +16465588656\,\,33082
 4945# or +14086380968\,\,330824945#\n\nOr Telephone:\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)\nMeeting ID: 330 824 945\n 
International numbers available: https://zoom.us/zoomconference?m=rRItS
 256rDo_7UtkIznpz4jzZNmjTfbO\n\n
SUMMARY;LANGUAGE=en-US:Canceled: [sdnc] Weekly SDNC project team meeting
DTSTART;TZID=Eastern Standard Time:20180523T09
DTEND;TZID=Eastern Standard Time:20180523T093000
UID:FA0D73F0-6408-4E0B-B374-5E162E063BC0
RECURRENCE-ID;TZID=Eastern Standard Time:20180523T09
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20180521T153754Z
TRANSP:OPAQUE
STATUS:CANCELLED
SEQUENCE:3
LOCATION;LANGUAGE=en-US:Zoom meeting - see notes for logistics
X-MICROSOFT-CDO-APPT-SEQUENCE:3
X-MICROSOFT-CDO-OWNERAPPTID:2115447473
X-MICROSOFT-CDO-BUSYSTATUS:FREE
X-MICROSOFT-CDO-INTENDEDSTATUS:FREE
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:3
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists

[onap-discuss] [integration] Working session: resiliency testing with vFW

2018-05-21 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="PLATANIA, 
 MARCO  (MARCO)":MAILTO:plata...@research.att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Gary Wu:MA
 ILTO:gary.i...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="Yang Xu (Y
 ang, Fixed Network)":MAILTO:yang@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: Monday\, May 21\, 2018 1:00 PM-2:00 PM. (U
 TC-08:00) Pacific Time (US & Canada)\nWhere: zoom.us/j/4238608129\n\n*~*~*
 ~*~*~*~*~*~*~*\n\n\n
SUMMARY;LANGUAGE=en-US:[integration] Working session: resiliency testing wi
 th vFW
DTSTART;TZID=Pacific Standard Time:20180521T13
DTEND;TZID=Pacific Standard Time:20180521T14
UID:B10BCDE3-AAC3-4CD2-B1B8-02C2CE89F77A
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20180521T190811Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:zoom.us/j/4238608129
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:2116397461
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] [oom] [rancher/k8s deployment] (amsterdam release) error on onap-consul app

2018-05-21 Thread Vivekanandan Muthukrishnan
Hi Mohan,

I guess this might be something to do with your Rancher setup.

Try the following.

1) Check all your kube-system containers are up and running properly

2) Make sure that OOM host IP is mapped in the /etc/hosts file

 # OOM_HOST_IP{HOST_NAME}

3) Make sure that your kube-dns container has come up and running properly


All the best
Vivek




On Mon, May 21, 2018 at 3:05 PM, Mohan Kumar 
wrote:

> Hi All,
>
>
>
> I am trying to deploy Amsterdam branch ONAP on Kubernetes on Rancher. But
> onap-consul pod deployment is failing. Others pods are in running state
>
>
> I have used https://github.com/obrienlabs/onap-root/blob/master/cd.sh
> script for deployment.
>
>
>
> *Error :*
>
>
> root@linux-r4ap:~/onap-root# kubectl get pods --all-namespaces -o=wide |
> grep onap-consul
>
> onap-consul   consul-agent-3312409084-p8gxg 0/1
>  CrashLoopBackOff   15515h   10.42.50.130
> linux-r4ap.opnfv.iol.unh.edu
>
> onap-consul   consul-server-1173049560-8p9kh0/1
>  CrashLoopBackOff   14715h   10.42.135.15
> linux-r4ap.opnfv.iol.unh.edu
>
> onap-consul   consul-server-1173049560-cj6hc0/1
>  CrashLoopBackOff   14715h   10.42.220.246
> linux-r4ap.opnfv.iol.unh.edu
>
> onap-consul   consul-server-1173049560-fn0r00/1
>  CrashLoopBackOff   14915h   10.42.7.90
> linux-r4ap.opnfv.iol.unh.edu
>
> root@linux-r4ap:~/onap-root#
>
>
>
> and the log shows ( *on kubectl 1.7.7)*
>
> root@linux-r4ap:~# kubectl logs consul-agent-3312409084-p8gxg -n
> onap-consul
> ==> Error parsing /consul/config/aai-data-router-health.json: 1 error(s)
> occurred:
>
> ** invalid config key service.checks[0].script*
> root@linux-r4ap:~# kubectl logs consul-server-1173049560-8p9kh -n
> onap-consul
> bootstrap_expect > 0: expecting 3 servers
> ==> Starting Consul agent...
> ==> Joining cluster...
> ==> 1 error(s) occurred:
>
> ** Failed to join 10.43.217.205 : dial tcp
> 10.43.217.205:8301 : i/o timeout*
> root@linux-r4ap:~# kubectl logs consul-server-1173049560-cj6hc -n
> onap-consul
> bootstrap_expect > 0: expecting 3 servers
> ==> Starting Consul agent...
> ==> Joining cluster...
> ==> 1 error(s) occurred:
>
> ** Failed to join 10.43.217.205 : dial tcp
> 10.43.217.205:8301 : i/o timeout*
> root@linux-r4ap:~# kubectl log consul-server-1173049560-fn0r0 -n
> onap-consul
> W0521 02:41:38.633616   23168 cmd.go:392] log is DEPRECATED and will be
> removed in a future version. Use logs instead.
> bootstrap_expect > 0: expecting 3 servers
> ==> Starting Consul agent...
> ==> Joining cluster...
> ==> 1 error(s) occurred:
>
> ** Failed to join 10.43.217.205 : dial tcp
> 10.43.217.205:8301 : i/o timeout*
>
> root@linux-r4ap:~#* kubectl describe pod consul-agent-3312409084-jk861 -n
> onap-consul*
>
> Events:
>   Type Reason Age From
>Message
>    -- 
>---
>   Normal   Scheduled  31m default-scheduler
>   Successfully assigned consul-agent-3312409084-jk861 to
> linux-r4ap.opnfv.iol.unh.edu
>   Normal   SuccessfulMountVolume  29m kubelet,
> linux-r4ap.opnfv.iol.unh.edu  MountVolume.SetUp succeeded for volume
> "consul-agent-config"
>   Normal   SuccessfulMountVolume  29m kubelet,
> linux-r4ap.opnfv.iol.unh.edu  MountVolume.SetUp succeeded for volume
> "default-token-kgn7c"
>   Normal   Pulling4m (x9 over 28m)kubelet,
> linux-r4ap.opnfv.iol.unh.edu  pulling image "docker.io/consul:latest"
>   Normal   Pulled 4m (x9 over 28m)kubelet,
> linux-r4ap.opnfv.iol.unh.edu  Successfully pulled image "
> docker.io/consul:latest"
>   Normal   Created4m (x9 over 27m)kubelet,
> linux-r4ap.opnfv.iol.unh.edu  Created container
>   Normal   Started4m (x9 over 27m)kubelet,
> linux-r4ap.opnfv.iol.unh.edu  Started container
> *  Warning  DNSSearchForming   13s (x40 over 29m)  kubelet,
> linux-r4ap.opnfv.iol.unh.edu   Search
> Line limits were exceeded, some dns names have been omitted, the applied
> search line is: onap-consul.svc.cluster.local svc.cluster.local
> cluster.local kubelet.kubernetes.rancher.internal
> kubernetes.rancher.internal rancher.internal*
> *  Warning  BackOff13s (x21 over 20m)  kubelet,
> linux-r4ap.opnfv.iol.unh.edu 
> Back-off restarting failed container*
> *  Warning  FailedSync 13s (x21 over 20m)  kubelet,
> linux-r4ap.opnfv.iol.unh.edu   Error
> syncing pod*
>
> I even tried to upgrade Upgrade Kubernetes from* 1.7.7 to 1

[onap-discuss] FW: Follow-up ONAP Beijing release Security

2018-05-21 Thread THAKORE, SHISHIR B
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="THAKORE, SHISHIR B";SENT-BY="MAILTO:frank.obr...@amdocs.com":MAIL
 TO:st2...@att.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:\n\n-Original Appointment-\nFrom: THAKOR
 E\, SHISHIR B [mailto:st2...@att.com]\nSent: Monday\, May 21\, 2018 8:51 A
 M\nTo: THAKORE\, SHISHIR B\; AGRAHARAM\, SANJAY\; JAGANNATH\, VINNY\; Mich
 ael O'Brien\; 'stephen.terr...@ericsson.com'\; ESHET\, ITAMAR\; TABEDZKI\,
  RICHARD\; Ran Pollak\; LOVETT\, TREVOR J\; HAY\, AARON\; THORPE\, HENRY E
 \; VAN BRAKLE\, TRACY L\; BRESLAU\, LEE M\; WILLIAMSON\, DAVID M\; 'Alex D
 altrini (adaltrin)'\; LEFEVRE\, CATHERINE\; Jorge Salazar\; Arul Nambi\; '
 Fatih Degirmenci'\; 'Nowak\, Damian (Nokia - PL/Wroclaw)'\; 'Karin Arnold'
 \; TAYLOR\, SHANIQUA\; GUPTA\, ALOK\; 'Yang\, Bin'\; KINSEY\, DAVID F\; 'E
 li Williams (eliwill)'\; O'KEEFE\, TIMOTHY J\; CLOSE\, PIERRE\; 'Xinhui Li
 '\; 'pierre.ly...@keysight.com'\; 'marc.fied...@telekom.de'\; SOMASUNDARAM
 \, PRABHURAM\nSubject: Follow-up ONAP Beijing release Security\nWhen: Frid
 ay\, May 25\, 2018 2:00 PM-2:30 PM (UTC-05:00) Eastern Time (US & Canada).
 \nWhere: (Location Text https://connect12.uc.att.com/attinc4/meet/?ExEvent
 ID=82392423&CT=M)\n\nLater today\, Michael will add more notes and links a
 ssociated with ONAP Beijing release security in https://jira.onap.org/brow
 se/LOG-409\nReview the documents so we can identify security gaps in ELK B
 eijing release and also document security use cases for ONAP ELK Casablanc
 a release.\n\nTo join AT&T Connect Conference:\n--
 --\nClick here: https://connect12.uc.att.com/attinc4/meet/
 ?ExEventID=82392423&CT=M\n\nFor dialing-in only:\n---\
 n1.Dial one of the numbers listed below\n2. When prompted\, enter the meet
 ing access code: 2392423#\n  * Caller-Paid number: 404-469-0462\n 
  * Toll-Free Number (in USA): 877-270-7503.\n  * Blackberry (Caller-Pa
 id): 4044690462x2392423#\n  * iPhone / Android (Caller-Paid): 40446904
 62\,\,2392423#\n  * Windows Phone (Caller-Paid): tel:4044690462\,\,239
 2423#\,\n  * A number in your country or in
  a country close to you (may be toll free): https://www.teleconference.att
 .com/servlet/glbAccess?process=1&accessNumber=8772707503&accessCode=239242
 3\n\n\n\nPowered by AT&T Connect.\n\n\n
SUMMARY;LANGUAGE=en-US:FW: Follow-up ONAP Beijing release Security 
DTSTART;TZID=Eastern Standard Time:20180525T14
DTEND;TZID=Eastern Standard Time:20180525T143000
UID:04008200E00074C5B7101A82E008104E9D32A9EED301000
 01000D4AC508F49DDC54BBECD6FAB73858D88
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20180521T125043Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:(Location Text https://connect12.uc.att.com/attinc4
 /meet/?ExEventID=82392423&CT=M)
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:-631941150
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] OOF integration testing

2018-05-21 Thread Shankaranarayanan P N
Thanks, Kang.

As discussed, Here's list of things we need to discuss and address:

* placementDemands should include the vgMuxInfra and vG
* BRG should be removed from the placementDemands since it is a PNF and
homing doesn't really make sense given its location is already fixed.
* the licenceDemand section should be removed (potentially) since we aren't
really doing any license optimization in R2.

Also, the testing would involve two incremental steps:

Step 1. Test the basic Homing workflow for vCPE with the air-distance and
colocation constraints (
https://wiki.onap.org/display/DW/HAS+%28R2%29+Beijing+Release+planning).
Step 2. Add the HPA and MultiCloud capacity check policies, and test with
the functional test cases.

The first step would ease us into the workflow replacing the SNIRO
emulator, while step 2 would test all the functional features we support in
R2.

Thanks,
Shankar.

On Mon, May 21, 2018 at 11:24 AM Kang Xi  wrote:

> Shankar,
>
>
>
> Please get the SNIRO request and response here:
> https://wiki.onap.org/download/attachments/16008042/sniro_request.json?version=1&modificationDate=1526916059788&api=v2
>
>
> https://wiki.onap.org/download/attachments/16008042/sniro_response.json?version=1&modificationDate=1526916059957&api=v2
>
>
>
> Marcus,
>
>
>
> I’ll set up a short meeting later today so that Shankar, you, and me can
> sync up on the test. Thanks.
>
>
>
> Regards,
>
> Kang
>
>
>
> *From:* Shankaranarayanan P N [mailto:shankarp...@gmail.com]
> *Sent:* Monday, May 21, 2018 10:16
> *To:* Yunxia Chen 
> *Cc:* Gildas Lanilis ; PATEL, ANKITKUMAR N
> (ANKITKUMAR N) ; ritu.s...@intel.com; LEFEVRE,
> CATHERINE ; FREEMAN, BRIAN D ;
> sa...@research.att.com; onap-discuss@lists.onap.org; Kang Xi <
> kang...@huawei.com>
> *Subject:* Re: OOF integration testing
>
>
>
> Thanks, Helen.
>
>
>
> Kang, Please let me know when we could discuss about the schedule and
> priority for this testing.
>
>
>
> Thanks,
>
> Shankar.
>
>
>
> On Mon, May 21, 2018 at 1:04 AM Yunxia Chen  wrote:
>
> Hi, Shankar,
>
> Thanks for the update. Please discuss with Kang, added on this maillist,
>  on schedule and priority.
>
>
>
> Regards,
>
>
>
> Helen Chen
>
>
>
> *From: *Shankaranarayanan P N 
> *Date: *Friday, May 18, 2018 at 10:21 AM
> *To: *Helen Chen 00725961 , Gildas Lanilis <
> gildas.lani...@huawei.com>, "PATEL, ANKITKUMAR N (ANKITKUMAR N)" <
> an...@research.att.com>, "ritu.s...@intel.com" ,
> "LEFEVRE, CATHERINE" , "FREEMAN, BRIAN D" <
> bf1...@att.com>, "sa...@research.att.com" ,
> onap-discuss 
> *Subject: *OOF integration testing
>
>
>
> Hi Helen, Gildas,
>
>
>
> Following up on our earlier meeting regarding the integration testing, I
> wanted to reach out and provide an update on the progress here as you
> requested.
>
>
>
> We have completed all the pairwise testing with our downstream
> dependencies (AAI, MultiCloud, Policy), and expect to complete the
> Northbound testing with SO in a short while. In order to simultaneously
> progress alongside the integration testing efforts, we have been primarily
> using the vCPE workflows for our pairwise testing.
>
>
>
> Since OOF is called by SO for homing in the vCPEResCust instantiation
> workflow, I wanted to check if the following plan for the testing would
> work:
>
>
>
> 1. Test the basic Homing workflow for vCPE with minimal constraints (
> https://wiki.onap.org/display/DW/HAS+%28R2%29+Beijing+Release+planning).
> This would, in effect, replace the SNIRO emulator stub in R1 flows with OOF
> homing workflow.
>
> 2. Add the HPA and MultiCloud capacity check policies, and test with the
> functional test cases.
>
>
>
> This way, we can start off with an initial but meaningful test and make
> progress incrementally by adding more complex policies. Please let us know
> if this sounds reasonable.
>
>
>
> Thank you so much for your help with the testing efforts !
>
>
>
> Thanks,
>
> Shankar.
>
>
>
>
>
>
>
>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] OOF integration testing

2018-05-21 Thread Kang Xi
Shankar,

Please get the SNIRO request and response here: 
https://wiki.onap.org/download/attachments/16008042/sniro_request.json?version=1&modificationDate=1526916059788&api=v2
https://wiki.onap.org/download/attachments/16008042/sniro_response.json?version=1&modificationDate=1526916059957&api=v2

Marcus,

I’ll set up a short meeting later today so that Shankar, you, and me can sync 
up on the test. Thanks.

Regards,
Kang

From: Shankaranarayanan P N [mailto:shankarp...@gmail.com]
Sent: Monday, May 21, 2018 10:16
To: Yunxia Chen 
Cc: Gildas Lanilis ; PATEL, ANKITKUMAR N (ANKITKUMAR 
N) ; ritu.s...@intel.com; LEFEVRE, CATHERINE 
; FREEMAN, BRIAN D ; 
sa...@research.att.com; onap-discuss@lists.onap.org; Kang Xi 

Subject: Re: OOF integration testing

Thanks, Helen.

Kang, Please let me know when we could discuss about the schedule and priority 
for this testing.

Thanks,
Shankar.

On Mon, May 21, 2018 at 1:04 AM Yunxia Chen 
mailto:helen.c...@huawei.com>> wrote:
Hi, Shankar,
Thanks for the update. Please discuss with Kang, added on this maillist,  on 
schedule and priority.

Regards,

Helen Chen

From: Shankaranarayanan P N 
mailto:shankarp...@gmail.com>>
Date: Friday, May 18, 2018 at 10:21 AM
To: Helen Chen 00725961 mailto:helen.c...@huawei.com>>, 
Gildas Lanilis mailto:gildas.lani...@huawei.com>>, 
"PATEL, ANKITKUMAR N (ANKITKUMAR N)" 
mailto:an...@research.att.com>>, 
"ritu.s...@intel.com" 
mailto:ritu.s...@intel.com>>, "LEFEVRE, CATHERINE" 
mailto:cl6...@intl.att.com>>, "FREEMAN, BRIAN D" 
mailto:bf1...@att.com>>, 
"sa...@research.att.com" 
mailto:sa...@research.att.com>>, onap-discuss 
mailto:onap-discuss@lists.onap.org>>
Subject: OOF integration testing

Hi Helen, Gildas,

Following up on our earlier meeting regarding the integration testing, I wanted 
to reach out and provide an update on the progress here as you requested.

We have completed all the pairwise testing with our downstream dependencies 
(AAI, MultiCloud, Policy), and expect to complete the Northbound testing with 
SO in a short while. In order to simultaneously progress alongside the 
integration testing efforts, we have been primarily using the vCPE workflows 
for our pairwise testing.

Since OOF is called by SO for homing in the vCPEResCust instantiation workflow, 
I wanted to check if the following plan for the testing would work:

1. Test the basic Homing workflow for vCPE with minimal constraints 
(https://wiki.onap.org/display/DW/HAS+%28R2%29+Beijing+Release+planning). This 
would, in effect, replace the SNIRO emulator stub in R1 flows with OOF homing 
workflow.
2. Add the HPA and MultiCloud capacity check policies, and test with the 
functional test cases.

This way, we can start off with an initial but meaningful test and make 
progress incrementally by adding more complex policies. Please let us know if 
this sounds reasonable.

Thank you so much for your help with the testing efforts !

Thanks,
Shankar.



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


Re: [onap-discuss] [multicloud] cancel the meeting on May.21 5:00 PST and update of project status

2018-05-21 Thread HU, BIN
Dear Xinhui,

On Friday, May 11th, 2018, VES team (Alok Gupta) has sent VES 6.0 draft with 
recommended changes for comments from ONAP teams. If possible, would you please 
put it on the agenda of the next available MultiVIM team meeting to discuss the 
changes in VES 6.0 draft?

Please let us know the date/time of the meeting so that we can make sure Alok 
Gupta will join.

Thanks
Bin

From: Xinhui Li [mailto:lxin...@vmware.com]
Sent: Sunday, May 20, 2018 10:50 PM
To: Addepalli, Srinivasa R ; Yang, Bin (Wind 
River) ; Hellmann, Gil (Wind River) 
; HU, BIN ; Ramki Krishnan 
; Sumit Verdi ; Ethan Lynn 
; Hong Hui Xiao ; Ke Liang 
; Bin Sun ; Ramesh Tammana 
; Morales, Victor ; Yang Xu 
(Yang, Fixed Network) ; Anil Vishnoi 
; TOFIGH, TOM ; 
isaku.yamah...@gmail.com; Huang, Haibin ; Kanagaraj 
Manickam ; Kenny Paul 
; Vul, Alex ; 
zhang.maope...@zte.com.cn; fu.jin...@zte.com.cn; Ramu n ; 
huang.zhuo...@zte.com.cn; OBRIEN, FRANK MICHAEL ; 
HEKMAT, ARASH ; BLANDFORD, SCOTT ; 
LEWIS, LAUREN A ; HALLAHAN, RYAN ; Harwani, 
Robin ; Parviz Yegani ; Mohamed 
El-Serngawy ; Potter, Nathaniel 
; Ran Pollak ; Liyan Li 
; Sachin Thakkar ; Brian Hedstrom 
; Adolfo Perez-Duran 
; Tina Tsou ; 
SULLIVAN, BRYAN L ; GUPTA, ARUN 
; NELSON, CAROL A ; Avdhut Kholkar 
; Beejal Shah ; Alka 
Choudhary ; Robin George ; SINASAC, 
DANIEL ; Manoj Kapre ; Casem Majd 
(Cas Majd) ; TABEDZKI, RICHARD ; Bou 
Hanana Mohamed ; Karin Arnold 
; pierre.ly...@keysight.com; Ramkumar Venketaramani 
; thomas.ku...@telekom.de; Jason Hunt 
; Huang, Yun (Wind River) ; 
NOSHPITZ, CLAUDE ; GUPTA, ALOK ; CHEN, CHI-MING 
; Avula, Niranjan B ; 
fernando.olive...@verizon.com; Draznin, Sagiv 
; Margaret Chiosi (A) 
; Gaoweitao (Victor, MANO) 
; zhanganb...@chinamobile.com; Lingli Deng 
; Gadiyar, Rajesh ; HAY, 
AARON ; simer.si...@us.fujitsu.com; 
david.perezcapar...@swisscom.com; meng.zhaoxi...@zte.com.cn; 
denghu...@huawei.com; shang.xiaod...@zte.com.cn; CHAPNICK, AVI 
; FREEMAN, BRIAN D ; HILTUNEN, MATTI 
; Beaudet, Eric ; Iurcovich, 
Hector (Nokia - US/Naperville) ; Alex Daltrini 
(adaltrin) ; Jorge Salazar ; Eli 
Williams (eliwill) ; Fatih Degirmenci 
; huangzhipeng ; Ramki 
Krishnan ; Morales, Victor ; HU, 
BIN ; Tal Liron ; Stephen Terrill 
; Beejal Shah ; CHAPNICK, 
AVI ; Robin George ; Munish Agarwal 
; Avdhut Kholkar ; 
Yang, Bin (Wind River) ; denghui (L) 
; FREEMAN, BRIAN D ; Ke Liang 
; Lingli Deng ; Gaoweitao 
(Victor, MANO) ; huang.zhuo...@zte.com.cn; HILTUNEN, 
MATTI ; zhang.maope...@zte.com.cn; 
zhanganb...@chinamobile.com; Christopher Donley (Chris) 
; Parviz Yegani ; Yan 
Yang ; Addepalli, Srinivasa R 
; Vul, Alex ; HU, BIN 
; GUPTA, ALOK ; denghui (L) 
; JI, LUSHENG ; MAYER, ANDREW J 
; Christopher Donley (Chris) ; 
Yang, Bin (Wind River) ; Xinhui Li 
; Sumit Verdi 
Cc: onap-discuss@lists.onap.org
Subject: [onap-discuss][multicloud] cancel the meeting on May.21 5:00 PST and 
update of project status

Hi,

Thanks for your contribution and attention to this project.
Tomorrow’s weekly meeting is cancelled for the tight integration efforts under 
going. Here I would like to update you with below items:

1 The TSC voted to postpone the RC2 and Release by 2 weeks, so RC2 has been 
moved to 5/31 and Beijing release to 6/7.

2 Most of the dev team are working on End2End integration in Open lab and 
pairwise integration in CI/CD lab.

3 We are calling for volunteers to work on documentation. Please drop me email 
if you feel interested and have time to contribute.

4 In parallel, Azure team has presented their latest proposal and found 
relevance to k8s POC.
Please refer to this link for meeting record: 
https://onevmw-my.sharepoint.com/:v:/g/personal/lxinhui_vmware_com/Ecm8TZhwfntNpB01l1QrbpEBDAPb7430ZKGS0XzrtUo8og?e=221apn

@Avi,
please share your chart presented last week with the team. Thanks.
@Munish, Vitor morales and Srini,
according to this discussion, you may have some updates about POC design and 
sample VNC template to share with the team. Let me know when you ready.

5 If you have other topics ready to discuss with the team, please send me email 
about the contents and how long you need. Then I will schedule the discussion 
accordingly (in weekly meeting and separated meeting for flexibility)

Thanks,
Xinhui Li
PTL of Multi VIM/Cloud
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Updated invitation: Weekly Service IM Discussion Call (2nd update May 21) @ Wed May 23, 2018 6am - 7am (PDT) (onap-discuss@lists.onap.org)

2018-05-21 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:20180523T06
DTEND;TZID=America/Los_Angeles:20180523T07
DTSTAMP:20180521T150949Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:0kt3iaqv6hrmn0i18cb8cet...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=denglin...@chinamobile.com;X-NUM-GUESTS=0:mailto:denglingli@chinamo
 bile.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
RECURRENCE-ID;TZID=America/Los_Angeles:20180523T08
CREATED:20180425T191942Z
DESCRIPTION:Zoom ID 9117271979\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nPlease do not edit this sec
 tion of the description.\n\nView your event at https://www.google.com/calen
 dar/event?action=VIEW&eid=MGt0M2lhcXY2aHJtbjBpMThjYjhjZXRiOTBfMjAxODA1MjNUM
 TUwMDAwWiBvbmFwLWRpc2N1c3NAbGlzdHMub25hcC5vcmc&tok=NzIjbGludXhmb3VuZGF0aW9u
 Lm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29
 tNGQ0N2YxYmIxMDc5YmUyMTUxNDAxNTMwZWQ0N2ZkMTRjZTQ3ZWE2ZQ&ctz=America%2FLos_A
 ngeles&hl=en&es=0.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20180521T150949Z
LOCATION:https://zoom.us/j/ 9117271979
SEQUENCE:2
STATUS:CONFIRMED
SUMMARY:Weekly Service IM Discussion Call (2nd update May 21)
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] [multicloud] cancel the meeting on May.21 5:00 PST and update of project status

2018-05-21 Thread Xinhui Li
Hi,

Thanks for your contribution and attention to this project.
Tomorrow’s weekly meeting is cancelled for the tight integration efforts under 
going. Here I would like to update you with below items:

1 The TSC voted to postpone the RC2 and Release by 2 weeks, so RC2 has been 
moved to 5/31 and Beijing release to 6/7.

2 Most of the dev team are working on End2End integration in Open lab and 
pairwise integration in CI/CD lab.

3 We are calling for volunteers to work on documentation. Please drop me email 
if you feel interested and have time to contribute.

4 In parallel, Azure team has presented their latest proposal and found 
relevance to k8s POC.
Please refer to this link for meeting record: 
https://onevmw-my.sharepoint.com/:v:/g/personal/lxinhui_vmware_com/Ecm8TZhwfntNpB01l1QrbpEBDAPb7430ZKGS0XzrtUo8og?e=221apn

@Avi,
please share your chart presented last week with the team. Thanks.
@Munish, Vitor morales and Srini,
according to this discussion, you may have some updates about POC design and 
sample VNC template to share with the team. Let me know when you ready.

5 If you have other topics ready to discuss with the team, please send me email 
about the contents and how long you need. Then I will schedule the discussion 
accordingly (in weekly meeting and separated meeting for flexibility)

Thanks,
Xinhui Li
PTL of Multi VIM/Cloud
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Reminder and Clarification- ONAP TSC Survey for the Community (ends May 22, 06:00 AM Pacific time)

2018-05-21 Thread Kenny Paul
(bcc'd to onap-tsc)

 

Based upon some of the write in responses I've seen there appears to be some 
confusion about the survey. This was reinforced by comments during this 
morning's PTL meeting.  SURVEY LINK: https://www.surveymonkey.com/r/VSTF3XM  
After reading this if you wish to change your answers before the Survey closes, 
you can do so.

 

This survey is about determining who should be eligible to be a TSC Voting 
Member. (see Section 2h below)

 

This survey IS NOT asking who from the ONAP Community should attend TSC 
meetings or be a member of the onap-tsc mailing list.

Everyone will still be welcome to attend any TSC meeting or subscribe to the 
list.

 

Anyone from the whole ONAP Community can and should take this survey. 

The TSC Voting Members have already provided their answers. The goal of this 
survey is to compare their responses to what the broader TSC Community thinks.

 

 

As described in Section 2h of the ONAP Project a Series of LF Projects, LLC 
Technical Charter this means 

 

h. Responsibilities: The TSC will be responsible for all aspects of oversight 
relating to the Project, which may include:

i. coordinating the technical direction of the Project;


ii. approving project or system proposals (including, but not limited to, 
incubation, deprecation, and changes to a sub-project’s scope);


iii. organizing sub-projects and removing projects;


iv. creating sub-committees or working groups to focus on cross-project 
technical issues and requirements;


v. appointing representatives to work with other open source or open standards 
communities;


vi. establishing community norms, workflows, issuing releases, and security 
issue reporting policies;


vii. establishing, maintaining and modifying policies to ensure the integrity, 
vetting and security of the ONAP Project code base; and


viii. subject to the requirements of Section 7 of this Charter, approving and 
implementing policies and processes for contributing (to be published onap.org) 
and coordinating with the Series Manager to resolve matters or concerns that 
may arise as set forth in Section 7 of this Charter;


ix. discussions, seeking consensus, and where necessary, voting on technical 
matters relating to the code base that affect multiple projects; and


x. coordinating any marketing, events, or communications regarding the Project 
with the LF Projects Manager or their designee. 

 

 

 

Thanks!

-kenny

 

From: Kenny Paul 
Date: Thursday, May 17, 2018 at 9:02 AM

 

As was suggested at the end of the TSC meeting, I am opening the same survey 
TSC Members took last week to the entire ONAP Community.

This is your opportunity to provide completely anonymous feedback on how you 
would like the TSC to be structured going forward.

Based upon the previous survey it should take you no more than 7 minutes.

 

https://www.surveymonkey.com/r/VSTF3XM

 

 

 

Best Regards, 
-kenny

Kenny Paul, Technical Program Manager, The Linux Foundation
kp...@linuxfoundation.org, 510.766.5945
San Francisco Bay Area, Pacific Time Zone

 

 

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


[onap-discuss] [Integration] OOF test with vCPE

2018-05-21 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
DESCRIPTION;LANGUAGE=en-US:\n\n
SUMMARY;LANGUAGE=en-US:[Integration] OOF test with vCPE
DTSTART;TZID=Eastern Standard Time:20180521T11
DTEND;TZID=Eastern Standard Time:20180521T12
UID:04008200E00074C5B7101A82E00810C84477F0F0D301000
 01000136DF51BC0307B42BDE4E1C867BBC1D0
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20180521T144250Z
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:-397060126
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] OOF integration testing

2018-05-21 Thread Kang Xi
Shankar,

I’ll set up a meeting today at 11am EST to discuss this. Will send out the 
meeting invite shortly.

Regards,
Kang

From: Shankaranarayanan P N [mailto:shankarp...@gmail.com]
Sent: Monday, May 21, 2018 10:16
To: Yunxia Chen 
Cc: Gildas Lanilis ; PATEL, ANKITKUMAR N (ANKITKUMAR 
N) ; ritu.s...@intel.com; LEFEVRE, CATHERINE 
; FREEMAN, BRIAN D ; 
sa...@research.att.com; onap-discuss@lists.onap.org; Kang Xi 

Subject: Re: OOF integration testing

Thanks, Helen.

Kang, Please let me know when we could discuss about the schedule and priority 
for this testing.

Thanks,
Shankar.

On Mon, May 21, 2018 at 1:04 AM Yunxia Chen 
mailto:helen.c...@huawei.com>> wrote:
Hi, Shankar,
Thanks for the update. Please discuss with Kang, added on this maillist,  on 
schedule and priority.

Regards,

Helen Chen

From: Shankaranarayanan P N 
mailto:shankarp...@gmail.com>>
Date: Friday, May 18, 2018 at 10:21 AM
To: Helen Chen 00725961 mailto:helen.c...@huawei.com>>, 
Gildas Lanilis mailto:gildas.lani...@huawei.com>>, 
"PATEL, ANKITKUMAR N (ANKITKUMAR N)" 
mailto:an...@research.att.com>>, 
"ritu.s...@intel.com" 
mailto:ritu.s...@intel.com>>, "LEFEVRE, CATHERINE" 
mailto:cl6...@intl.att.com>>, "FREEMAN, BRIAN D" 
mailto:bf1...@att.com>>, 
"sa...@research.att.com" 
mailto:sa...@research.att.com>>, onap-discuss 
mailto:onap-discuss@lists.onap.org>>
Subject: OOF integration testing

Hi Helen, Gildas,

Following up on our earlier meeting regarding the integration testing, I wanted 
to reach out and provide an update on the progress here as you requested.

We have completed all the pairwise testing with our downstream dependencies 
(AAI, MultiCloud, Policy), and expect to complete the Northbound testing with 
SO in a short while. In order to simultaneously progress alongside the 
integration testing efforts, we have been primarily using the vCPE workflows 
for our pairwise testing.

Since OOF is called by SO for homing in the vCPEResCust instantiation workflow, 
I wanted to check if the following plan for the testing would work:

1. Test the basic Homing workflow for vCPE with minimal constraints 
(https://wiki.onap.org/display/DW/HAS+%28R2%29+Beijing+Release+planning). This 
would, in effect, replace the SNIRO emulator stub in R1 flows with OOF homing 
workflow.
2. Add the HPA and MultiCloud capacity check policies, and test with the 
functional test cases.

This way, we can start off with an initial but meaningful test and make 
progress incrementally by adding more complex policies. Please let us know if 
this sounds reasonable.

Thank you so much for your help with the testing efforts !

Thanks,
Shankar.



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


Re: [onap-discuss] [oom][integration] Any unused ONAP instances in SB-06?

2018-05-21 Thread Gary Wu
Hi OOM team,

Any feedback on this?  If we don't hear back by noon PDT today I'll need to 
start shutting some of them down based on other testing demands.

Thanks,
Gary

_
From: Gary Wu
Sent: Wednesday, May 16, 2018 4:25 PM
To: onap-discuss@lists.onap.org
Subject: [oom][integration] Any unused ONAP instances in SB-06?


Hi OOM team,

There are currently 4 ONAP instances running in Wind River Integration-SB-06.  
Can we shut down some of them?  We're trying to free up some resources in order 
to spin up an instance for OOF team to do their testing.

Thanks,
Gary


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


Re: [onap-discuss] OOF integration testing

2018-05-21 Thread Shankaranarayanan P N
Thanks, Helen.

Kang, Please let me know when we could discuss about the schedule and
priority for this testing.

Thanks,
Shankar.

On Mon, May 21, 2018 at 1:04 AM Yunxia Chen  wrote:

> Hi, Shankar,
>
> Thanks for the update. Please discuss with Kang, added on this maillist,
>  on schedule and priority.
>
>
>
> Regards,
>
>
>
> Helen Chen
>
>
>
> *From: *Shankaranarayanan P N 
> *Date: *Friday, May 18, 2018 at 10:21 AM
> *To: *Helen Chen 00725961 , Gildas Lanilis <
> gildas.lani...@huawei.com>, "PATEL, ANKITKUMAR N (ANKITKUMAR N)" <
> an...@research.att.com>, "ritu.s...@intel.com" ,
> "LEFEVRE, CATHERINE" , "FREEMAN, BRIAN D" <
> bf1...@att.com>, "sa...@research.att.com" ,
> onap-discuss 
> *Subject: *OOF integration testing
>
>
>
> Hi Helen, Gildas,
>
>
>
> Following up on our earlier meeting regarding the integration testing, I
> wanted to reach out and provide an update on the progress here as you
> requested.
>
>
>
> We have completed all the pairwise testing with our downstream
> dependencies (AAI, MultiCloud, Policy), and expect to complete the
> Northbound testing with SO in a short while. In order to simultaneously
> progress alongside the integration testing efforts, we have been primarily
> using the vCPE workflows for our pairwise testing.
>
>
>
> Since OOF is called by SO for homing in the vCPEResCust instantiation
> workflow, I wanted to check if the following plan for the testing would
> work:
>
>
>
> 1. Test the basic Homing workflow for vCPE with minimal constraints (
> https://wiki.onap.org/display/DW/HAS+%28R2%29+Beijing+Release+planning).
> This would, in effect, replace the SNIRO emulator stub in R1 flows with OOF
> homing workflow.
>
> 2. Add the HPA and MultiCloud capacity check policies, and test with the
> functional test cases.
>
>
>
> This way, we can start off with an initial but meaningful test and make
> progress incrementally by adding more complex policies. Please let us know
> if this sounds reasonable.
>
>
>
> Thank you so much for your help with the testing efforts !
>
>
>
> Thanks,
>
> Shankar.
>
>
>
>
>
>
>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [OOM][LOG] Performance S3P tuning - part 1 ELK (logstash/elasticsearch scaling)

2018-05-21 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\,\nWe will having another meeting on Th
 u at 1130 EDT GMT-4 to discuss ELK performance issues – everyone is welc
 ome\nNotes:\n\n  *   An idle ONAP deployment pushes 30+ logs/sec (1+ G
 b/day) into the ELK stack – we are going through optimizing the stack.\n
   *   Logstash was saturating a single VM of a cluster before we put in a 
 temp fix to up the replicaSet from 1 to 3 – there is a change under test
 /review for a DaemonSet (1 container/vm) – we will discuss this\n * 
   Logstash issue - https://jira.onap.org/browse/LOG-376\n *   S3P ELK 
 epic - https://jira.onap.org/browse/LOG-258\n  *   A root-cause-analysis w
 ill be attempted both for the southbound filebeat push of logs into logsta
 sh and the northbound pull from elasticsearch during indexing\n *   Th
 e 30 logs/sec causes periodic vCore peaks of 7\n  *   The full resource op
 timization of all of ONAP is being started by Mike E. under https://jira.o
 nap.org/browse/OOM-927 to start - we will work with these changes\n  *   T
 he resource requirements of most of the components in OOM are defaulted/co
 mmented – we will look at the ELK containers in this session\n  *   Fine
  tuning the CPU/RAM only for ELK may be problematic unless we tune all ONA
 P components together (prioritize) – in this session we will just do the
  3 log containers\n  *   If we have time we will cover off\n *   Use o
 f a load balancer serviceType – we are taking on faith that the current 
 service distributes load properly on the DaemonSet\n *   GC heap usage
  – if it is an issue\n *   Elasticsearch shard settings (beyond defa
 ults)\n *   Oscillation behavior under a forced 2g or 2core limit stop
 /starting container\n *   Determine the sweet spot for horizontal clus
 tering of es and ls\n *   Determine the effect of cpu/ram resource lim
 its on other pods in particular vms\n *   Elasticsearch messagebroker 
 usage – if es is overloading ls\n *   Future: ElasticSearch as a ser
 vice for clamp/aai/log\n\nThank you\n/michael and the logging team\n
SUMMARY;LANGUAGE=en-US:[OOM][LOG] Performance S3P tuning - part 1 ELK (logs
 tash/elasticsearch scaling)
DTSTART;TZID=Eastern Standard Time:20180524T113000
DTEND;TZID=Eastern Standard Time:20180524T123000
UID:04008200E00074C5B7101A82E00820B9371CE4F0D301000
 010007F8EE14386FDC843955887120EB6BEC2
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20180521T135527Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:http://zoom.us/j/7939937123
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:-495626270
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] The summary of Usecase subcommittee meeting 14/05/2017 - Casablanca use cases/functional requirements endorsement

2018-05-21 Thread MAHIMKAR, AJAY (AJAY)
Change Management for Casablanca is added!
We will review this soon :)
Thanks,

-  Ajay

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Alla Goldner
Sent: Tuesday, May 15, 2018 4:22 AM
To: onap-usecase...@lists.onap.org
Cc: onap-discuss@lists.onap.org; onap-tsc 
Subject: [onap-discuss] The summary of Usecase subcommittee meeting 14/05/2017 
- Casablanca use cases/functional requirements endorsement

Hi all,

Here is the summary of our yesterday's meeting.
Thanks to all meeting participants!


1.   We have fully endorsed the following use cases/functional requirements:

a.   OSAM

b.  Auto Scaling out

c.   Consistent representation and identification of a cloud region in ONAP

d.  Edge Automation through ONAP



2.   5G group of functional requirements is endorsed, with the following 
exceptions:

a.   Terminology of SDN-R will be replaced by SDN-C, while it will be 
clarified what is the functionality of the SDN-C sub-module (used to be called 
SDN-R) to cover necessary enhancements

b.  SON and slice optimization topics will be re-discussed till next 
Monday's Usecase subcommittee meeting by all interested parties. There are 
concerns expressed by Cisco (Vladimir Yanover) which require additional 
discussions. We will monitor their progress and see if consensus is achieved or 
this issue needs to be raised and decided by the TSC



3.   Casablanca's HPA and Change Management authors - please upload your 
proposals under 
https://wiki.onap.org/display/DW/Casablanca+use+cases+proposals+for+endorsement.
 We will discuss them next Monday



4.   Cross Domain and Cross Layer VPN Service was presented for the first 
time yesterday. Some comments were received. Team will update according to the 
comments received and we will continue our discussion next Monday as well. 
Also, the team has asked for additional volunteering companies to participate 
in this development (please approach Lingli and Lin in case of interest)

Best regards,

Alla Goldner

Open Network Division
Amdocs Technology


[cid:image001.png@01D3F0E9.F24C01B0]

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] Amsterdam Portal issue

2018-05-21 Thread abdelmuhaimen.seaudi
Hi,

I had a working application onboarded on ONAP Amsterdam Portal.

I had an issue with my cloud provide, and the Portal VM rebooted.

I found all the portal dockers up, and I could access the portal, but I found 
that all the onboarded applications and all the users and roles were deleted, 
as if the portal was reset.

Is there an exaplanation why the portal lost all the applications and users 
when the vm was rebooted ? Is there a way to retrieve ?

Thanks

A. Seaudi

_

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] Updated invitation: Weekly Service IM Discussion Call (updated May 21) @ Wed May 23, 2018 9pm - 10pm (PDT) (onap-discuss@lists.onap.org)

2018-05-21 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:20180523T21
DTEND;TZID=America/Los_Angeles:20180523T22
DTSTAMP:20180521T124031Z
ORGANIZER;CN=ONAP Meetings and Events:mailto:linuxfoundation.org_1rmtb5tpr3
 uc8f76fmflplo...@group.calendar.google.com
UID:0kt3iaqv6hrmn0i18cb8cet...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=denglin...@chinamobile.com;X-NUM-GUESTS=0:mailto:denglingli@chinamo
 bile.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
RECURRENCE-ID;TZID=America/Los_Angeles:20180523T08
CREATED:20180425T191942Z
DESCRIPTION:Zoom ID 9117271979\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nPlease do not edit this sec
 tion of the description.\n\nView your event at https://www.google.com/calen
 dar/event?action=VIEW&eid=MGt0M2lhcXY2aHJtbjBpMThjYjhjZXRiOTBfMjAxODA1MjNUM
 TUwMDAwWiBvbmFwLWRpc2N1c3NAbGlzdHMub25hcC5vcmc&tok=NzIjbGludXhmb3VuZGF0aW9u
 Lm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29
 tNGQ0N2YxYmIxMDc5YmUyMTUxNDAxNTMwZWQ0N2ZkMTRjZTQ3ZWE2ZQ&ctz=America%2FLos_A
 ngeles&hl=en&es=0.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~
 :~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20180521T124031Z
LOCATION:https://zoom.us/j/ 9117271979
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:Weekly Service IM Discussion Call (updated May 21)
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] [oom] [rancher/k8s deployment] (amsterdam release) error on onap-consul app

2018-05-21 Thread Mohan Kumar
Hi All,



I am trying to deploy Amsterdam branch ONAP on Kubernetes on Rancher. But
onap-consul pod deployment is failing. Others pods are in running state


I have used https://github.com/obrienlabs/onap-root/blob/master/cd.sh
script for deployment.



*Error :*


root@linux-r4ap:~/onap-root# kubectl get pods --all-namespaces -o=wide |
grep onap-consul

onap-consul   consul-agent-3312409084-p8gxg 0/1
   CrashLoopBackOff   15515h   10.42.50.130
linux-r4ap.opnfv.iol.unh.edu

onap-consul   consul-server-1173049560-8p9kh0/1
   CrashLoopBackOff   14715h   10.42.135.15
linux-r4ap.opnfv.iol.unh.edu

onap-consul   consul-server-1173049560-cj6hc0/1
   CrashLoopBackOff   14715h   10.42.220.246
linux-r4ap.opnfv.iol.unh.edu

onap-consul   consul-server-1173049560-fn0r00/1
   CrashLoopBackOff   14915h   10.42.7.90
linux-r4ap.opnfv.iol.unh.edu

root@linux-r4ap:~/onap-root#



and the log shows ( *on kubectl 1.7.7)*

root@linux-r4ap:~# kubectl logs consul-agent-3312409084-p8gxg -n onap-consul
==> Error parsing /consul/config/aai-data-router-health.json: 1 error(s)
occurred:

** invalid config key service.checks[0].script*
root@linux-r4ap:~# kubectl logs consul-server-1173049560-8p9kh -n
onap-consul
bootstrap_expect > 0: expecting 3 servers
==> Starting Consul agent...
==> Joining cluster...
==> 1 error(s) occurred:

** Failed to join 10.43.217.205 : dial tcp
10.43.217.205:8301 : i/o timeout*
root@linux-r4ap:~# kubectl logs consul-server-1173049560-cj6hc -n
onap-consul
bootstrap_expect > 0: expecting 3 servers
==> Starting Consul agent...
==> Joining cluster...
==> 1 error(s) occurred:

** Failed to join 10.43.217.205 : dial tcp
10.43.217.205:8301 : i/o timeout*
root@linux-r4ap:~# kubectl log consul-server-1173049560-fn0r0 -n onap-consul
W0521 02:41:38.633616   23168 cmd.go:392] log is DEPRECATED and will be
removed in a future version. Use logs instead.
bootstrap_expect > 0: expecting 3 servers
==> Starting Consul agent...
==> Joining cluster...
==> 1 error(s) occurred:

** Failed to join 10.43.217.205 : dial tcp
10.43.217.205:8301 : i/o timeout*

root@linux-r4ap:~#* kubectl describe pod consul-agent-3312409084-jk861 -n
onap-consul*

Events:
  Type Reason Age From
 Message
   -- 
 ---
  Normal   Scheduled  31m default-scheduler
  Successfully assigned consul-agent-3312409084-jk861 to
linux-r4ap.opnfv.iol.unh.edu
  Normal   SuccessfulMountVolume  29m kubelet,
linux-r4ap.opnfv.iol.unh.edu  MountVolume.SetUp succeeded for volume
"consul-agent-config"
  Normal   SuccessfulMountVolume  29m kubelet,
linux-r4ap.opnfv.iol.unh.edu  MountVolume.SetUp succeeded for volume
"default-token-kgn7c"
  Normal   Pulling4m (x9 over 28m)kubelet,
linux-r4ap.opnfv.iol.unh.edu  pulling image "docker.io/consul:latest"
  Normal   Pulled 4m (x9 over 28m)kubelet,
linux-r4ap.opnfv.iol.unh.edu  Successfully pulled image "
docker.io/consul:latest"
  Normal   Created4m (x9 over 27m)kubelet,
linux-r4ap.opnfv.iol.unh.edu  Created container
  Normal   Started4m (x9 over 27m)kubelet,
linux-r4ap.opnfv.iol.unh.edu  Started container
*  Warning  DNSSearchForming   13s (x40 over 29m)  kubelet,
linux-r4ap.opnfv.iol.unh.edu   Search
Line limits were exceeded, some dns names have been omitted, the applied
search line is: onap-consul.svc.cluster.local svc.cluster.local
cluster.local kubelet.kubernetes.rancher.internal
kubernetes.rancher.internal rancher.internal*
*  Warning  BackOff13s (x21 over 20m)  kubelet,
linux-r4ap.opnfv.iol.unh.edu 
Back-off restarting failed container*
*  Warning  FailedSync 13s (x21 over 20m)  kubelet,
linux-r4ap.opnfv.iol.unh.edu   Error
syncing pod*

I even tried to upgrade Upgrade Kubernetes from* 1.7.7 to 1.9.2 *and
recreated pod service, still couldn't get consul pod running

Can you suggest how to troubleshoot the problem or if I am doing anything
incorrectly?



Thanks.,

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


[onap-discuss] [APPC] - VNF Configuration using Chef adapter

2018-05-21 Thread Mahendra Raghuwanshi
Hi,

I am looking for some help in configuring APPC to use Chef for configuring few 
of the VNFs in Amsterdam release.
I have setup the ONAP using OOM and On-boarded my VNF.

But as of now I am not able to configure my VNF using LCM as I don't have any 
idea how to configure Chef adapter and use it correctly.

Thx,
Mahendra
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