Re: [onap-discuss] procedure to shut down and reboot ONAP/Kubernetes

2019-01-28 Thread Victor Morales
Hey there,

I don’t have experience in Kubernetes production environments but I saw that 
Kured[1] daemon set can be used for maintenance as well as “kubectl drain” 
command. Hopefully, this information can be useful.

Regards,
Victor Morales

[1] https://github.com/weaveworks/kured
[2] https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/

From:  on behalf of "Ahmad, Munir" 

Reply-To: "onap-discuss@lists.onap.org" , 
"munir.ah...@bell.ca" 
Date: Friday, January 25, 2019 at 12:02 PM
To: "onap-discuss@lists.onap.org" , 
"alessandro.dalessan...@telecomitalia.it" 

Subject: Re: [onap-discuss] procedure to shut down and reboot ONAP/Kubernetes

Hi Alessandro,

Would resource scaling work for you?

We are using this approach in our development environments, so anytime 
developers don’t use their setup they scale it to 0 then bring it back by scale 
back to 1.

Here is more info 
https://kubernetes.io/docs/reference/kubectl/cheatsheet/#scaling-resources


To bring it down

kubectl scale --replicas=0 deployments --all -n 
kubectl scale --replicas=0 statefulsets --all -n 

To bring it back up

kubectl scale --replicas=1 deployments --all -n 
kubectl scale --replicas=1 statefulsets --all -n 



From:  on behalf of D'Alessandro Alessandro 
Gerardo 
Reply-To: "onap-discuss@lists.onap.org" , 
"alessandro.dalessan...@telecomitalia.it" 

Date: Friday, January 25, 2019 at 8:17 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] procedure to shut down and reboot ONAP/Kubernetes

Hi,
we need to move our testbed (ONAP/Kubernetes/Openstack) and hence we need to 
shut it down and boot it …. but we weren't able to find any procedure to do 
that in a safe way.
Few months ago  a power outage required us to re-install both Kubernetes and 
ONAP.
Has someone of you already faced with the same problem and can provide some 
guidelines?

thanks in advance.
best regards,
Alessandro

Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone 
indicate. La diffusione, copia o qualsiasi altra azione derivante dalla 
conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate 
ricevuto questo documento per errore siete cortesemente pregati di darne 
immediata comunicazione al mittente e di provvedere alla sua distruzione, 
Grazie.

This e-mail and any attachments is confidential and may contain privileged 
information intended for the addressee(s) only. Dissemination, copying, 
printing or use by anybody else is unauthorised. If you are not the intended 
recipient, please delete this message and any attachments and advise the sender 
by return e-mail, Thanks.

Rispetta l'ambiente. Non stampare questa mail se non è necessario.



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

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



[onap-discuss] [coe] Canceling tomorrow's meeting

2018-12-10 Thread Victor Morales
Hey there,

Some of us won’t be able to attend tomorrow’s meeting so I’m going to cancel it.

Regards,
Victor Morales

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

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



[onap-discuss] [coe] Meeting Agenda

2018-12-03 Thread Victor Morales
Hi there,

MultiCloud/k8s requires Virtlet for supporting VM workloads. The installation 
and configuration of this requirement has been managed by the KRD. But there 
are questions about its installation and usage. I’m planning to cover those 
questions during tomorrow’s COE meeting[1].

Regards,
Victor Morales

[1] https://wiki.onap.org/pages/viewpage.action?pageId=16009184


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

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



[onap-discuss] [coe] Cancelled today's meeting

2018-11-27 Thread Victor Morales
Hey there,

Given the past long weekend, there is no too much to update in this meeting, 
with the exception that the OVN4NFV seed code has been merged[1]. This code 
will be consumed by the KRD in replacement for ovn-kubernetes addon.

Thanks
Victor Morales.

[1] https://gerrit.opnfv.org/gerrit/#/c/64833/

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

View/Reply Online (#14103): https://lists.onap.org/g/onap-discuss/message/14103
Mute This Topic: https://lists.onap.org/mt/28373518/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] Has anyone had success in restarting the #kubernetes cluster after a power outage with an #OOM #Beijing ONAP

2018-11-27 Thread Victor Morales
Hey there,

Maybe this can help with this topic, I found that Kured[1] helps to drain the 
workers before they’re restarted. Its installation is thru a Kubernetes objects 
and it supports several K8s versions.

Regards,
Victor Morales

[1] https://github.com/weaveworks/kured

From:  on behalf of Mike Elliott 

Reply-To: "onap-discuss@lists.onap.org" , 
"mike.elli...@amdocs.com" 
Date: Tuesday, November 27, 2018 at 7:13 AM
To: "onap-discuss@lists.onap.org" , 
"syed...@infosys.com" , "bw3...@att.com" 
Subject: Re: [onap-discuss] Has anyone had success in restarting the 
#kubernetes cluster after a power outage with an #OOM #Beijing ONAP

Jobs are used in ONAP primarily to perform one-time database initialization. A 
limitation in using a Job is that it runs to completion and will not be 
restarted. If there are Pods that depend on the completion of a Job those Pods 
will become stuck, indefinitely. As was observed when infrastructure failures 
occur. Unfortunately, the only course of action is to reinstall the Helm Charts 
that apply the above-mentioned Job/Dependency pattern.

Some of this behavior may have been corrected in Casablanca, but I suspect 
there still may be ONAP components that suffer from this. I encourage you to 
raise defects against the ONAP components that failed to restart after the 
power outage. This will help drive the need for better resiliency testing in 
future releases. A production-grade platform is a priority for the OOM team. In 
the Dublin release our team will use feedback like this to further push this 
agenda.

Thanks,
Mike

--
Mike Elliott
ONAP OOM PTL
Amdocs Senior Architect


From:  on behalf of Syed Atif Husain 

Reply-To: "onap-discuss@lists.onap.org" , 
"syed...@infosys.com" 
Date: Tuesday, November 27, 2018 at 12:03 AM
To: "onap-discuss@lists.onap.org" , 
"bw3...@att.com" 
Subject: Re: [onap-discuss] Has anyone had success in restarting the 
#kubernetes cluster after a power outage with an #OOM #Beijing ONAP

I have faced the same issue. But haven’t found a solution so far except for 
reinstalling ONAP.

Regards,
Atif

From: onap-discuss@lists.onap.org  On Behalf Of 
bw3...@att.com
Sent: Tuesday, November 27, 2018 12:10 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Has anyone had success in restarting the #kubernetes 
cluster after a power outage with an #OOM #Beijing ONAP

After a power outage about 75% of the pods come back. And for the most part the 
functionality is not working. Seeing a bunch of errors for pods that look like 
this: container "portal-db-job" in pod "onap-portal-db-config-n6lrn" is waiting 
to start: PodInitializing
This email and the information contained herein is proprietary and confidential 
and subject to the Amdocs Email Terms of Service, which you may review at 
https://www.amdocs.com/about/email-terms-of-service


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

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



Re: [onap-discuss] ONAP Dublin SP Priorities

2018-11-13 Thread Victor Morales
Hey Steven,

Yes, our plans are to support Kubernetes objects and Helm charts in this 
multicloud/k8s plugin. We decided to create the plugin first (in Casablanca) 
and work in the integration later (Dublin and next releases), in other words, 
there is some existing progress of this support in our functional tests[1-4] 
but we haven’t modified any other ONAP component yet. As far as we know we need 
to modify the current CSAR structure to support additional formats, which means 
some changes in SDC source code and creation of client that pulls those new 
artifacts.

Regards,
Victor Morales

[1] 
https://github.com/onap/multicloud-k8s/blob/master/vagrant/tests/integration_cFW.sh
[2] 
https://github.com/onap/multicloud-k8s/blob/master/vagrant/tests/integration_vFW.sh
[3] 
https://github.com/onap/multicloud-k8s/blob/master/vagrant/tests/integration_vcFW.sh
[4] 
https://github.com/onap/multicloud-k8s/blob/master/vagrant/tests/plugin_edgex.sh

From: "WRIGHT, STEVEN A" 
Date: Tuesday, November 13, 2018 at 5:56 AM
To: Victor Morales 
Cc: "'onap-discuss@lists.onap.org'" 
Subject: ONAP Dublin SP Priorities

Hi Victor,
Looking at the Dublin SP 
Priorities<https://wiki.onap.org/display/DW/SP+priorities+for+Dublin>  req #1 
on  K8S based Cloud-region support it indicates firewall as container,.
Does this imply general support for Containerized VNFs in the Dublin timeframe?
At this time we have already VNFs onboarded with HEAT or TOSCA and this would 
imply ab additional Helm format/process for onboarding ?
I assume there would be additional VNF requirements related to containerization 
as well ?

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


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

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



[onap-discuss] [coe] Cancelling today's meeting

2018-10-30 Thread Victor Morales
Greetings,

Given that some people is attending the ONAP Architecture planning meeting and 
there are no highlights for this week I’m going to cancel this meeting.

Regards,
Victor Morales


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

View/Reply Online (#13402): https://lists.onap.org/g/onap-discuss/message/13402
Mute This Topic: https://lists.onap.org/mt/27796001/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] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-22 Thread Victor Morales
Hey Bharath,

I have few questions about this, What OpenStack release are you using? Is this 
release using Keystone v2? I was checking the urls.py 
(https://git.onap.org/multicloud/openstack/tree/ocata/ocata/proxy/urls.py ) for 
the ocata release and it seems like tenants is supported.

Thanks
Victor Morales

From:  on behalf of bharath thiruveedula 

Reply-To: "onap-discuss@lists.onap.org" , 
"bharath_...@hotmail.com" 
Date: Monday, October 22, 2018 at 10:59 AM
To: "onap-discuss@lists.onap.org" , 
"bin.y...@windriver.com" 
Subject: [onap-discuss] [multicloud] Unable to get tenant info from multicloud 
proxy

Hi,

I am using multicloud to orchestrate VNF/NS in openstack through VF-C. I am 
currently facing an issue while getting tenant details from multicloud. The 
request looks like 
"msb_base_url:80/api/multicloud/v0/cloudowner_regionone/tenants", but this 
request throws 404 error. On the other side all other requests are working fine 
for example "/api/multicloud/v0/cloudowner_regionone/tenantid/servers", 
"/api/multicloud/v0/cloudowner_regionone/tenantid/images" and so on.

Am I missing something here while getting tenant information?

Best Regards
Bharath T


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

View/Reply Online (#13192): https://lists.onap.org/g/onap-discuss/message/13192
Mute This Topic: https://lists.onap.org/mt/27511033/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] Scheduling of Daily Jobs

2018-10-01 Thread Victor Morales
Hey Gary,

I have some patchsets [1] that their changes are not merged into its 
repository.  They have merged status in Gerrit and Jenkins are not showing any 
building or merging error[2] but they’re not reflected in git.onap.org[3]. Do 
you know how can I fix this? Or retry again? I’ve tried with “please release” 
and “recheck” Gerrit comments but they’re in same status.

Thanks
Victor Morales

[1] 
https://gerrit.onap.org/r/#/q/owner:victor.morales%2540intel.com+status:merged+after:2018-09-28
[2] 
https://jenkins.onap.org/view/multicloud/job/multicloud-k8s-master-merge-golang/
[3] https://git.onap.org/multicloud/k8s/


From:  on behalf of Gary Wu 
Reply-To: "onap-discuss@lists.onap.org" , Gary Wu 

Date: Friday, September 28, 2018 at 10:29 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] Scheduling of Daily Jobs

Hi PTLs,

Currently all of the Daily Jenkins jobs (Java/Docker release jobs) are 
scheduled for around noon UTC (8 AM Eastern), which imposes severe resource 
contention on nexus and nexus3 for the next several hours and causing some of 
them to fail due to timeouts.

To fix this, I will be submitting a change to spread the load throughout the 
day instead of having them all run at the same time.  Please let me know if you 
have any concerns.

Thanks,
Gary




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

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



[onap-discuss] [coe] Today's meeting (Temporal link)

2018-09-25 Thread Victor Morales
Hey there,

Apparently, there is an issue with the current Zoom URL.  We can use this  only 
for this time

https://zoom.us/j/5786263230

Regards,

Victor Morales

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

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



[onap-discuss] [coe] Cancelling today's meeting

2018-09-11 Thread Victor Morales
Howdy,

We have an internal Intel meeting that conflicts with this one. So, most of us 
are not going to be able to make it.

Thanks
Victor Morales

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

View/Reply Online (#12387): https://lists.onap.org/g/onap-discuss/message/12387
Mute This Topic: https://lists.onap.org/mt/25514463/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] Container based VNF on K8S using Beijing release

2018-08-08 Thread Victor Morales
Hi Will,

There are some instructions in the KRD which pulls and build the source code of 
the plugin [1]. I need to double-check with Shashank if there is a recent 
change that impacts on the way to deploy it but at least this provides some 
guidance.

Regards,
Victor Morales

[1] https://github.com/electrocucaracha/krd/blob/master/installer.sh#L166-L174

From:  on behalf of "Chen, Weidong 2. (Nokia - 
US/Irving)" 
Reply-To: "onap-discuss@lists.onap.org" , 
"weidong.2.c...@nokia.com" 
Date: Tuesday, August 7, 2018 at 12:33 PM
To: "onap-discuss@lists.onap.org" 
Subject: Re: [onap-discuss] Container based VNF on K8S using Beijing release


This is great!  I look forward to.  How can I reach out to Shashank regarding 
this?  This is something new in ONAP.  And I will provide feedback to the 
community how things are going.

Regards,

Will


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

View/Reply Online (#11757): https://lists.onap.org/g/onap-discuss/message/11757
Mute This Topic: https://lists.onap.org/mt/24147785/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] Container based VNF on K8S using Beijing release

2018-08-07 Thread Victor Morales
The KRD setup and execution has been simplified to few instructions [1]:

· For fresh new installations where it’s needed to install dependencies

$ ./setup.sh -p libvirt

· Once the dependencies are installed, vagrant can be used to bring up 
the instances and execute the provisioning scripts:

$ vagrant up && vagrant up installer

By default, the KRD creates 6 VMs (3 controllers, 2 computes and 1 installer) 
but this configuration can be modified creating a config/pdf.yml file. There is 
more information about the architecture of this project into this file [2]

Regards,
Victor Morales

[1] https://github.com/electrocucaracha/krd#virtual-machines
[2] 
https://github.com/electrocucaracha/krd/blob/master/docs/src/architecture.rst


From:  on behalf of Srini 

Reply-To: "onap-discuss@lists.onap.org" , 
"Addepalli, Srinivasa R" 
Date: Monday, August 6, 2018 at 12:20 PM
To: "onap-discuss@lists.onap.org" , 
"weidong.2.c...@nokia.com" 
Subject: Re: [onap-discuss] Container based VNF on K8S using Beijing release

Hi Will,

Yes, we have Multi-Cloud K8S plugin, but the work is still in progress. Though 
some parts are tested, it is not ready for networking yet.  We intend to 
complete this in Casablanca.  That said, K8S plugin is being tested 
incrementally.  So, you (as another pair of eyes) testing would help in making 
it better.

But, I want to caution that it is not going to be integrated with SO in R3 
(Casablanca). So testing can only be done using test scripts.

BTW, you also require Kubernetes based deployment to test that out.  If you 
have not done that yet, that could be your next step.

Victor and Shashank, please provide needed information for KRD and test scripts 
to instantiate containerized VNF such as EdgeXFoundry.

Thanks
Srini


From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Chen, Weidong 2. (Nokia - US/Irving)
Sent: Monday, August 6, 2018 8:50 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Container based VNF on K8S using Beijing release

Hi Srini,

In Beijing release, I currently want to integrate the already deployed VNF on 
K8S to ONAP so that ONAP can recognize this VNF on K8S zone.  I have the Go 
Lang MultiCloud K8S plugin successfully installed.  So what will be the next 
steps?  Is there any document/guidance I can use?

Regards,

Will


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

View/Reply Online (#11709): https://lists.onap.org/g/onap-discuss/message/11709
Mute This Topic: https://lists.onap.org/mt/24147785/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] [SO] separate mailing list

2018-08-06 Thread Victor Morales
Marcus,

What about using hashtags? I’m agree with Tal and Michael about creating a 
separate mailing list per project could reduce the communication among 
projects. Shouldn’t be better to provide some mailing list etiquette 
information as OpenStack does?

https://wiki.openstack.org/wiki/MailingListEtiquette

Regards,
Victor Morales

From:  on behalf of Tal Liron 
Reply-To: "onap-discuss@lists.onap.org" , 
"tli...@redhat.com" 
Date: Saturday, August 4, 2018 at 10:06 AM
To: onap-discuss , Michael O'Brien 

Subject: Re: [onap-discuss] [SO] separate mailing list

I agree strongly with Michael that it's a bad idea. If every project had its 
own mailing list it would make visibility and participation that much harder. 
But perhaps we can create a WeChat group for the project to help dev 
coordination.

And I do think we should do something else, though -- have clearly separate 
"support" and "development" mailing lists for ONAP in general. There is 
"onap-users" that is never used and "onap-discuss" which is just too general 
and becomes the catchall for everything.

On Fri, Aug 3, 2018 at 8:10 PM Michael O'Brien 
mailto:frank.obr...@amdocs.com>> wrote:
-1
on a separate mailing list per project
I find that splitting up the already distinct project more is not a good 
development.
Onap-discuss should be the goto place for anything onap related including sdnc, 
security and so related items.
/michael

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Marcus G K Williams
Sent: Friday, August 3, 2018 3:03 PM
To: Seshu m mailto:seshu.kuma...@huawei.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; Jessica 
Wagantall 
mailto:jwagant...@linuxfoundation.org>>
Subject: [onap-discuss] [SO] separate mailing list

Seshu, +2 to your mention of setting up a separate list for SO.

As an FYI, I setup a list for SDNC when I was a committer there last year 
(https://lists.onap.org/g/onap-sdnc/topics ). The process just entailed opening 
a ticket with the LF. I’d imagine the process is the same, even though we 
migrated to groups.io<http://groups.io>.

Thanks,

Marcus Williams
IRC, Twitter, etc. @ mgkwill
Intel Corp.

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


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

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



[onap-discuss] [coe] Today's meeting

2018-07-31 Thread Victor Morales
Hey there,

These are the main topics for today’s meeting.


· Project update

oKRD – Implementation of vFirewall ONAP use case 
https://github.com/electrocucaracha/krd/blob/master/tests/integration.sh

oPlugin – Kubeconfig dynamic loading

· Opens

The meeting is scheduled to 1 pm PST through this zoom link 
https://zoom.us/j/961993336

Best Regards
Victor Morales


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

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



[onap-discuss] [coe] Today's meeting

2018-07-24 Thread Victor Morales
Hey there,

These are the main topics for today’s meeting.


· Project update (KRD and Plugin development)

· KRD Demo/Overview

· Opens

The meeting is scheduled to 1 pm PST through this zoom link 
https://zoom.us/j/961993336

https://wiki.onap.org/pages/viewpage.action?pageId=16009184

Best Regards
Victor Morales


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

View/Reply Online (#11390): https://lists.onap.org/g/onap-discuss/message/11390
Mute This Topic: https://lists.onap.org/mt/23571319/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] [coe] Today's meeting

2018-07-24 Thread Victor Morales
Got it, that change can save us deploying time and number of dependencies.

Thanks

From: Tal Liron 
Date: Monday, July 23, 2018 at 10:17 AM
To: onap-discuss , Victor Morales 

Subject: Re: [onap-discuss] [coe] Today's meeting

On Thu, Jul 19, 2018 at 12:45 PM Victor Morales 
mailto:victor.mora...@intel.com>> wrote:
Hey Tal,

This was more a status meeting, I’m going to publish the minutes that I took 
later. As you know, we have created the KRD project to offer a reference 
deployment of the minimal requirements required for the k8s plugin to work. 
Last week we did more testing to make sure that Multus CNI works properly.  
This is the ansible playbook that we create for installing and configure the 
services [1] and this is our “functional” test [2] that we use to validate it. 
That version is working but having extra eyes are always welcome. Can your team 
take a quick look and help us to double-check it?

Here is a response that I hope you find useful. Feel free to contact Doug with 
questions!

On Mon, Jul 23, 2018 at 7:09 AM Doug Smith 
mailto:dosm...@redhat.com>> wrote:
Generally looks just fine. It's got all the necessary parts -- install the 
binary somewhere, make a on-disk configuration for the default pod-to-pod 
network, load the CRD, load some CRD objects, annotate a pod, and you're off to 
the races.

One quick comment is that Multus is available as a binary already if one wants 
to skip the build steps / if one doesn't have custom builds to make -- 
https://github.com/intel/multus-cni/releases

-Doug


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

View/Reply Online (#11384): https://lists.onap.org/g/onap-discuss/message/11384
Mute This Topic: https://lists.onap.org/mt/23571319/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] [coe] Today's meeting

2018-07-19 Thread Victor Morales
Hey Tal,

This was more a status meeting, I’m going to publish the minutes that I took 
later. As you know, we have created the KRD project to offer a reference 
deployment of the minimal requirements required for the k8s plugin to work. 
Last week we did more testing to make sure that Multus CNI works properly.  
This is the ansible playbook that we create for installing and configure the 
services [1] and this is our “functional” test [2] that we use to validate it. 
That version is working but having extra eyes are always welcome. Can your team 
take a quick look and help us to double-check it?

Thanks
Victor Morales

[1] 
https://github.com/electrocucaracha/krd/blob/master/playbooks/configure-multus.yml
[2] https://github.com/electrocucaracha/krd/blob/master/tests/multus.sh


From:  on behalf of Tal Liron 
Reply-To: "onap-discuss@lists.onap.org" , 
"tli...@redhat.com" 
Date: Tuesday, July 17, 2018 at 1:29 PM
To: onap-discuss , Victor Morales 

Subject: Re: [onap-discuss] [coe] Today's meeting

Hi Victor, sorry I missed this important meeting today. Actually members of my 
team are some of the key developers of Multus and would love to be involved. I 
will be sure to join the meeting next week.

On Tue, Jul 17, 2018 at 12:34 PM Victor Morales 
mailto:victor.mora...@intel.com>> wrote:
Hey there,

Just a reminder of today’s meeting at 1:00 PM PST 
(https://wiki.onap.org/pages/viewpage.action?pageId=16009184 ). We have made 
good progress in the implementation of Multus in the KRD so this meeting will 
cover this and the impact that it has into the plugin

Regards,
Victor Morales




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

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



[onap-discuss] [coe] Today's meeting

2018-07-17 Thread Victor Morales
Hey there,

Just a reminder of today’s meeting at 1:00 PM PST 
(https://wiki.onap.org/pages/viewpage.action?pageId=16009184 ). We have made 
good progress in the implementation of Multus in the KRD so this meeting will 
cover this and the impact that it has into the plugin

Regards,
Victor Morales



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

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



[onap-discuss] [coe] Canceling today's meeting (2018-07-10)

2018-07-10 Thread Victor Morales
Hey there,

Last week, most of the team’s members took some days off and we didn’t have too 
much progress on the project. The mainly achievement was the completion of 
Multus support [1] in the KRD (More testing is in progress). If nobody has an 
important topic to discuss I’m going to proceed to cancel the today’s meeting.

Thanks
Victor Morales

[1] 
https://github.com/electrocucaracha/krd/commit/25b09ce0d3f2a0ffb9129ec7cec83edb30eaaadc


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

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



[onap-discuss] [coe] Today's meeting

2018-07-03 Thread Victor Morales
Hey there,

Just a reminder of today’s meeting at 1:00 PM PST 
(https://wiki.onap.org/pages/viewpage.action?pageId=16009184 ). The only topics 
for the agenda of today is to share the progress of the two main efforts (KRD 
and K8s plugin), any additional topic is welcomed.

Regards,
Victor Morales


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

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



[onap-discuss] [coe] Today's meeting

2018-06-26 Thread Victor Morales
Hey there,

It seems like the ONAP calendar is not reflecting the correct time of the 
meeting but it’s at 1:00 PM PST 
(https://wiki.onap.org/pages/viewpage.action?pageId=16009184 ). For today, I 
want to share what we have implemented in the KRD and K8s plugin, any 
additional topic is welcomed.

Regards,
Victor Morales

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

View/Reply Online (#10595): https://lists.onap.org/g/onap-discuss/message/10595
Mute This Topic: https://lists.onap.org/mt/22686270/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] [Multi-VIM/Cloud] ONAP - Auto - OPNFV Wiki

2018-06-21 Thread Victor Morales
Hey Tina,

Can you upload a PDF version of your presentation? It seems like the browser 
applies an encoding operation when it’s open it.

Thanks
Victor Morales

From:  on behalf of Tina Tsou 
Date: Wednesday, June 20, 2018 at 7:45 PM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [Multi-VIM/Cloud] ONAP - Auto - OPNFV Wiki

Dear all,

Here are the slides I presented at Multi-VIM/Cloud meeting today.

https://wiki.opnfv.org/display/AUTO/ONAP
Collaboration with MultiVIM

June 18th-22nd 2018, Beijing, China: ONAP-Casablanca Developer 
Forum<https://wiki.onap.org/display/DW/Casablanca+Release+Developer+Forum>, 
slides from Auto: 
Auto-input-v02.pptx<https://wiki.opnfv.org/download/attachments/24576587/Auto-input-v02.pptx?version=1&modificationDate=1529542064310&api=v2>


Thank you,
Tina
IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.


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

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