[onap-discuss] running run-clm on all repos immediately without waiting for weekly sunday build - to fix stale nexus-iq reports

2018-11-09 Thread Michael O'Brien
Team,
   Noticed some of the clm reports are stale - not reflecting current state of 
dependency issues.
   This is usually fixed by the magic word "run-clm" - in a current merge.
   Issue is how do I kick of builds in all the repos without having to hunt 
down the last commit for each repo - or without having to use gerrit to run 
Jenkins jobs.
   /michael

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

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

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



Re: [onap-discuss] Help on realizing dynamic services/VNFs using ONAP

2018-11-09 Thread Srini
Thanks Chaker for detailed response. Yes, realization of that in ONAP is one 
aspect of it and thanks for providing few methods to realize this.  My question 
was mainly on the ONAP northbound side. How does NS is expected to be defined? 
Are you implying following?

-Onboard NS with Security and SDWAN VNFs.

-When customer signs up for basic service, instantiate this NS using SO 
API. This will internally create NS instance in A&AI and associates security 
VNF and SDWAN VNF to this run NS instance. And then it creates VF (which holds 
dynamic information of VNF) for both VNF and SDWAN VNFs.

-When customer adds new function for its own existing service at later 
time (no SDC involvement), modify the run time NS instance with DLP VNF and 
then instantiate new VNF and realize using options you mentioned.   Is it 
possible today?

Thanks
Srini


From: Chaker Al Hakim [mailto:chaker.al.ha...@huawei.com]
Sent: Friday, November 9, 2018 9:59 AM
To: onap-discuss@lists.onap.org; Addepalli, Srinivasa R 

Subject: RE: Help on realizing dynamic services/VNFs using ONAP

HI Srini,

Scenario 1:  design your basic service with enough virtual port(standby) to 
support the DLP function if/when the customer requests it. If the customer does 
request the DLP feature you can then orchestrate the DLP VNF and attach it to 
the standby Virtual networks (disadvantage: Not a good way to optimize the 
usage f you virtual resources)
Scenario 2:  would be to orchestrate the service as an advanced service with 
the DLP function deactivated (no routes configured from the security appliance 
VNF to the DLP VNF). when the customer requests the advanced feature you can 
modify the routes in the security VNF through the SDN controller (Disadvantage: 
wasting more resources but could be seamless from the customer perspective)

Just to make sure were on the same page: IPS= Intrusion Prevention System(VNF), 
DLP= Data Loss Prevention(VNF)

Regards,
Chaker


From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Srini
Sent: Friday, November 09, 2018 11:16 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Help on realizing dynamic services/VNFs using ONAP

Scenario:


-Customer of operator signs up for a basic function that requires

o   Creation of set of virtual networks.

o   Instantiation of security (firewall + IPS) with appropriate routes

o   Instantiation of SDWAN (could be set of workloads) with appropriate routes.

-Customer after few days, also requests a DLP function, which requires

o   Creation of additional virtual networks

o   Instantiation of DLP workload

o   Modifying the routes in security and SDWAN workloads such that outbound 
traffic goes via security-to-DLP-to-SDWAN-Internet.

How can this  be realized in ONAP?

One method is  :

-Onboarding:

o   On board Security VNF,  SDWAN VNF and DLP VNF

o   Create two NSes : Basic and Advanced.

?  Basic to  have two VNFs (security VNF and SDWAN VNF and associated virtual 
networks).

?  Advanced to have three VNFs (Security VNF, SDWNA VNF and DLP VNF)

-Instantiation with Basic (when customer first signs up)

-When customer requests additional function - DLP, then

o   Bring down existing service

o   Instantiate advanced service.

Few challenges with above approach :

-Disruption in the service as existing VNFs are being brought down.

-Losing the configuration of existing VNFs.

What are the best practices in mitigating above challenges? And how do NSes are 
expected to be defined?
Does change management functionality help in this scenario?
Appreciate your time and thoughts.

Thanks
Srini




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

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



Re: [onap-discuss] Help on realizing dynamic services/VNFs using ONAP

2018-11-09 Thread Chaker Al Hakim
HI Srini,

Scenario 1:  design your basic service with enough virtual port(standby) to 
support the DLP function if/when the customer requests it. If the customer does 
request the DLP feature you can then orchestrate the DLP VNF and attach it to 
the standby Virtual networks (disadvantage: Not a good way to optimize the 
usage f you virtual resources)
Scenario 2:  would be to orchestrate the service as an advanced service with 
the DLP function deactivated (no routes configured from the security appliance 
VNF to the DLP VNF). when the customer requests the advanced feature you can 
modify the routes in the security VNF through the SDN controller (Disadvantage: 
wasting more resources but could be seamless from the customer perspective)

Just to make sure were on the same page: IPS= Intrusion Prevention System(VNF), 
DLP= Data Loss Prevention(VNF)

Regards,
Chaker


From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Srini
Sent: Friday, November 09, 2018 11:16 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Help on realizing dynamic services/VNFs using ONAP

Scenario:


-  Customer of operator signs up for a basic function that requires

o   Creation of set of virtual networks.

o   Instantiation of security (firewall + IPS) with appropriate routes

o   Instantiation of SDWAN (could be set of workloads) with appropriate routes.

-  Customer after few days, also requests a DLP function, which requires

o   Creation of additional virtual networks

o   Instantiation of DLP workload

o   Modifying the routes in security and SDWAN workloads such that outbound 
traffic goes via security-to-DLP-to-SDWAN-Internet.

How can this  be realized in ONAP?

One method is  :

-  Onboarding:

o   On board Security VNF,  SDWAN VNF and DLP VNF

o   Create two NSes : Basic and Advanced.

?  Basic to  have two VNFs (security VNF and SDWAN VNF and associated virtual 
networks).

?  Advanced to have three VNFs (Security VNF, SDWNA VNF and DLP VNF)

-  Instantiation with Basic (when customer first signs up)

-  When customer requests additional function - DLP, then

o   Bring down existing service

o   Instantiate advanced service.

Few challenges with above approach :

-  Disruption in the service as existing VNFs are being brought down.

-  Losing the configuration of existing VNFs.

What are the best practices in mitigating above challenges? And how do NSes are 
expected to be defined?
Does change management functionality help in this scenario?
Appreciate your time and thoughts.

Thanks
Srini




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

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



Re: [onap-discuss] [VNFSDK] vnfsdk csar-validate - producing error

2018-11-09 Thread Alex Vul
Lianhao,

What versions of the grammar are supported by this parser vs. the aria one?

Thanks,

Alex


From:  on behalf of Lianhao Lu 

Reply-To: "onap-discuss@lists.onap.org" , "Lu, 
Lianhao" 
Date: Tuesday, October 9, 2018 at 8:16 PM
To: "onap-discuss@lists.onap.org" , 
"suteertha.guha.w...@gmail.com" 
Subject: Re: [onap-discuss] [VNFSDK] vnfsdk csar-validate - producing error

Hi Suteertha,

Vnfsdk pkgtools now uses opnfv toscaparser as the backend tosca parser since 
aria has retired. It depends on the nfv-toscaparser to report any tosca syntax 
errors, while vnfsdk pkgtools itself validates the errors related to CSAR 
format (e.g. metadata, digest, signature etc.) as defined in SOL-004. I think 
the enhancement you asks for could go into nfv-toscaparser. Is it possible that 
you can send the csar file, so I can use yours as an example when talking to 
opnfv toscaparser community?

-Lianhao

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Suteertha Guha
Sent: Wednesday, October 10, 2018 12:13 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [VNFSDK] vnfsdk csar-validate - producing error

Lu,

I am using vnfsdk 1.2.0, with nfv-toscaparser 1.0.1.

When validating service-Demovlb-csar.csar, the VNFSDK fails with unhelpful 
stack traces.
I then extract the above csar and run tosca-parser on each of the yml files, 
like below:
 for i in `ls extracted_service/Definitions/*.yml`; do echo $i; tosca-parser   
--debug --template-file=$i; done

Most of the yml gets validated happily, but a few fail with unhelpful stacks as 
below. Is there a way to get better validation messages that point to what is 
in right?
extracted_service/Definitions/resource-B7d2fcebDd1143cdA3faNodesVdns-template-interface.yml

version: tosca_simple_yaml_1_1
extracted_service/Definitions/resource-B7d2fcebDd1143cdA3faNodesVdns-template.yml
Traceback (most recent call last):
  File "/usr/bin/tosca-parser", line 11, in 
sys.exit(main())
  File "/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 146, in 
main
ParserShell().main(args)
  File "/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 77, in main
self.parse(path, no_required_paras_check=nrpv, debug_mode=debug)
  File "/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 92, in 
parse
debug_mode=debug_mode)
  File "/usr/lib/python2.7/site-packages/toscaparser/tosca_template.py", line 
112, in __init__
self.topology_template = self._topology_template()
  File "/usr/lib/python2.7/site-packages/toscaparser/tosca_template.py", line 
132, in _topology_template
self.sub_mapped_node_template)
  File "/usr/lib/python2.7/site-packages/toscaparser/topology_template.py", 
line 63, in __init__
self._process_intrinsic_functions()
  File "/usr/lib/python2.7/site-packages/toscaparser/topology_template.py", 
line 278, in _process_intrinsic_functions
if cap.get_properties_objects():
  File "/usr/lib/python2.7/site-packages/toscaparser/capabilities.py", line 31, 
in get_properties_objects
props_def = self.definition.get_properties_def()
  File 
"/usr/lib/python2.7/site-packages/toscaparser/elements/capabilitytype.py", line 
54, in get_properties_def
for prop in self.get_properties_def_objects()}
  File 
"/usr/lib/python2.7/site-packages/toscaparser/elements/capabilitytype.py", line 
44, in get_properties_def_objects
for prop, schema in props.items():
AttributeError: 'NoneType' object has no attribute 'items'


Thanks a lot



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

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



[onap-discuss] #portal

2018-11-09 Thread Manoop Talasila
Dear ONAPers,

The Portal team is looking for support on the open defects with low or lowest 
priorities as they are not getting enough attention due to their obvious low 
priority status. If you are interested and would like to contribute to ONAP 
community more than what you do now, then please feel free to reach out to me 
or you can directly pick any Jira item from below link.

Here is the Jira filter for such open items list that are unassigned - 
https://jira.onap.org/issues/?filter=11508. Team will look forward for your 
support.

This could be an excellent opportunity to start with an easy task and learn the 
design & architecture of the ONAP Portal, so that you can participate in much 
more interesting new feature 
development
 in Dublin release.

For more details on weekly meeting or technical details here is the project 
link. Thanks to the 
resources (from IBM, Samsung, TechM, Huawei, ChinaMobile) that are already 
helping on critical Jira items and new features.

Manoop Talasila
ONAP Portal PTL

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

View/Reply Online (#13667): https://lists.onap.org/g/onap-discuss/message/13667
Mute This Topic: https://lists.onap.org/mt/28050694/21656
Mute #portal: https://lists.onap.org/mk?hashtag=portal&subid=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [E] [onap-discuss] Help on realizing dynamic services/VNFs using ONAP

2018-11-09 Thread Srini
Thanks Fred. Really appreciate.

Srini


From: fernando.olive...@verizon.com [mailto:fernando.olive...@verizon.com]
Sent: Friday, November 9, 2018 8:38 AM
To: onap-discuss@lists.onap.org; Addepalli, Srinivasa R 

Subject: Re: [E] [onap-discuss] Help on realizing dynamic services/VNFs using 
ONAP

Hi Srini,
We trying to address these questions in the Orchestration 
scenario subgroup.  Gil Bullard, Lingli Deng and I are writing up some 
scenarios like this to try to understand how ONAP would orchestrate them.  
Particularly interesting to me is the deployment scenario where we have 
external VNFM(s) and external NFVO(s) that are managing sub components of these 
services.
I will add this to the list of scenarios that we need to address.
Best Regards,
Fred

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Srini 
mailto:srinivasa.r.addepa...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"srinivasa.r.addepa...@intel.com" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Friday, November 9, 2018 at 11:15 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [E] [onap-discuss] Help on realizing dynamic services/VNFs using ONAP

Scenario:

-Customer of operator signs up for a basic function that requires
o   Creation of set of virtual networks.
o   Instantiation of security (firewall + IPS) with appropriate routes
o   Instantiation of SDWAN (could be set of workloads) with appropriate routes.
-Customer after few days, also requests a DLP function, which requires
o   Creation of additional virtual networks
o   Instantiation of DLP workload
o   Modifying the routes in security and SDWAN workloads such that outbound 
traffic goes via security-to-DLP-to-SDWAN-Internet.

How can this  be realized in ONAP?

One method is  :
-Onboarding:
o   On board Security VNF,  SDWAN VNF and DLP VNF
o   Create two NSes : Basic and Advanced.
§  Basic to  have two VNFs (security VNF and SDWAN VNF and associated virtual 
networks).
§  Advanced to have three VNFs (Security VNF, SDWNA VNF and DLP VNF)
-Instantiation with Basic (when customer first signs up)
-When customer requests additional function – DLP, then
o   Bring down existing service
o   Instantiate advanced service.

Few challenges with above approach :
-Disruption in the service as existing VNFs are being brought down.
-Losing the configuration of existing VNFs.

What are the best practices in mitigating above challenges? And how do NSes are 
expected to be defined?
Does change management functionality help in this scenario?
Appreciate your time and thoughts.

Thanks
Srini




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

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



[onap-discuss] [SDC] : adding a new VL model

2018-11-09 Thread Rene Robert
Hello

I need to create and add a new VL model with its associated Heat stack.

What is the procedure ?

Best regards


[Logo Orange]

René Robert
«Open and Smart solutions for autOmating Network Services»
ORANGE/IMT/OLN/CNC/NARA/OSONS

Fixe : +33 2 96 07 39 29 

Mobile : +33 6 74 78 68 43 

rene.rob...@orange.com



_

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.


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

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



Re: [onap-discuss] Registration For Dublin Release DDF in January

2018-11-09 Thread Kenny Paul
NOTE: The current response page was copied from a previous event.  That is 
being corrected.

The information on the LFN wiki site is correct: 
https://wiki.lfnetworking.org/pages/viewpage.action?pageId=8257579

 

 

Thanks!

-kenny

 

 

From: Kenny Paul 
Date: Friday, November 9, 2018 at 8:35 AM
To: "onap-discuss@lists.onap.org" , 
"onap-...@lists.onap.org" 
Subject: Registration For Dublin Release DDF in January

 

Registration is now available.

https://www.regonline.com/ONAP_OPNFVPlugfestJan2019

 

 

Best Regards, 
-kenny

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

 

 


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

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



[onap-discuss] Registration For Dublin Release DDF in January

2018-11-09 Thread Kenny Paul
Registration is now available.

https://www.regonline.com/ONAP_OPNFVPlugfestJan2019

 

 

Best Regards, 
-kenny

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

 

 


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

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



[onap-discuss] Help on realizing dynamic services/VNFs using ONAP

2018-11-09 Thread Srini
Scenario:


-Customer of operator signs up for a basic function that requires

o   Creation of set of virtual networks.

o   Instantiation of security (firewall + IPS) with appropriate routes

o   Instantiation of SDWAN (could be set of workloads) with appropriate routes.

-Customer after few days, also requests a DLP function, which requires

o   Creation of additional virtual networks

o   Instantiation of DLP workload

o   Modifying the routes in security and SDWAN workloads such that outbound 
traffic goes via security-to-DLP-to-SDWAN-Internet.

How can this  be realized in ONAP?

One method is  :

-Onboarding:

o   On board Security VNF,  SDWAN VNF and DLP VNF

o   Create two NSes : Basic and Advanced.

?  Basic to  have two VNFs (security VNF and SDWAN VNF and associated virtual 
networks).

?  Advanced to have three VNFs (Security VNF, SDWNA VNF and DLP VNF)

-Instantiation with Basic (when customer first signs up)

-When customer requests additional function - DLP, then

o   Bring down existing service

o   Instantiate advanced service.

Few challenges with above approach :

-Disruption in the service as existing VNFs are being brought down.

-Losing the configuration of existing VNFs.

What are the best practices in mitigating above challenges? And how do NSes are 
expected to be defined?
Does change management functionality help in this scenario?
Appreciate your time and thoughts.

Thanks
Srini



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

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



Re: [onap-tsc] [onap-discuss] [onap-portal] IMPORTANT! Calendar Clean-Up In Progress

2018-11-09 Thread Manoop Talasila
Hi Kenny,

I see that “portal” weekly meeting is removed from calendar as per your first 
two steps. But I did not receive the new meeting from groups.io with subject 
#cal-invite for portal weekly meeting. Please let me know, if I have to do 
anything. Thanks.

Manoop

From:  on behalf of Kenny Paul 

Reply-To: "onap-...@lists.onap.org" 
Date: Friday, November 9, 2018 at 2:50 AM
To: "onap-discuss@lists.onap.org" , 
"onap-...@lists.onap.org" 
Subject: Re: [onap-tsc] [onap-discuss] IMPORTANT! Calendar Clean-Up In Progress

I am all done with the invites from groups.io.

There are 3 existing tickets open which I will work on tomorrow:
Platform Evolution for Use Case Realization w/ SO, AAI, DCAE, SDC, VID, 
SDNC
 : Time and day change
[vnfsdk] Team ONAP2, Fri UTC 13:00 / China 21:00 / Eastern 09:00 / Pacific 
06:00
 : Time and day change
[dmaap] Team ONAP9, Wed UTC 13:00 / China 21:00 / Eastern 09:00 / Pacific 
06:00
 : expired bridge


Thanks!
-kenny


From:  on behalf of Kenny Paul 

Reply-To: , 
Date: Thursday, November 8, 2018 at 10:42 PM
To: "onap-discuss@lists.onap.org" , 
"onap-...@lists.onap.org" 
Subject: Re: [onap-discuss] IMPORTANT! Calendar Clean-Up In Progress

Status update: All of the meetings on both ONAP g-cals have been cancelled and 
the calendars deleted.
Starting on the new invites from groups.io

Thanks!
-kenny


From: Kenny Paul 
Date: Thursday, November 8, 2018 at 2:05 PM
To: "onap-discuss@lists.onap.org" , 
"onap-...@lists.onap.org" 
Subject: IMPORTANT! Calendar Clean-Up In Progress

I am about to flood all of your mail boxes with meeting notices.

Sorry in advance for the noise this is going to generate. I can assure you that 
this is the last thing I want to be doing right now.  Based upon the TSC 
meeting however,  it seems like most people are still subscribed to, or have 
invites from the original ONAP g-cal, even though it was decommissioned a while 
ago. This is creating far too much confusion and disruption so there is an 
urgent need to get everyone looking at the same data.

  *   First, you may be receiving meeting cancelations from the original g-cal, 
(ONAP Meetings and Events) This calendar will be deleted entirely.



  *   Second, you may be receiving meeting cancelations from the newer g-cal 
(ONAP Community Meetings & Events) This calendar will be deleted entirely.


  *   Third, you will be new invites that will come from groups.io. The new 
meeting invites will all be tagged with #cal-invite in the subject line. Those 
are the only ones that count going forward.

If you are ever unsure Community Meetings & 
Calendar
 on the wiki is being kept up to date and synced with groups.io whenever I make 
a change due to a ticket. NOTE: the wiki defaults to UTC. Make sure that you 
are logged into the wiki and that you have set your time 
zone
 to see calendar days/times reflected correctly for you.

There is no clean way to get rid of ghost meetings. Bottom line: If you receive 
a cancellation and it is still on your calendar, remove it.

Again, I apologize for the onslaught of notices coming your way.  Detailed 
information on how to get the most from the groups.io calendar is still to come.

Best Regards,
-kenny

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




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

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

[onap-discuss] [vnfpkg] Reminder new bridge for VNF Package Modeling call beginning today

2018-11-09 Thread Andy Mayer
All,

Just a reminder that the VNF Package Modeling call has a new bridge beginning 
today:
NEW ZOOM BRIDGE: To Join: 
https://zoom.us/j/340810232

Best Regards,
Andy

Andy Mayer, Ph.D. | PMTS, Network Cloud and Infrastructure | AT&T Labs | Phone: 
+1 (732) 420-9945 | am8...@att.com
[cid:image001.jpg@01D2E10C.0410C230]


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

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