Re: [onap-discuss] Container based VNF on K8S using Beijing release

2018-08-09 Thread Chen, Weidong 2. (Nokia - US/Irving)
Hi Victor,

The krd ( https://github.com/electrocucaracha/krd ) / installer.sh appears that 
it includes multiple installations for different packages, even includes the 
K8S Golang plugin.  I can believe it makes the installation easier.  In the 
earlier time, I had this K8S Golang plugin installed on my ONAP multi services 
VM. 

I would like to know the steps in order to have all the K8S VNF onboarding 
related pieces integrated together.  After I read this posted K8S VNF 
onboarding topic, I believe we can achieve bringing the already manually 
deployed VNF on K8S to ONAP (not auto deployment from ONAP yet, it could be in 
the later releases), by doing that, ONAP has the visibility of this VNF on K8S. 
 These pieces seems are there already, but the steps to install & configure, 
like install on which VM, installation & configuration guide, any manual change 
is needed, etc.  These would be really appreciated. 

Regards,

Will

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

View/Reply Online (#11801): https://lists.onap.org/g/onap-discuss/message/11801
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-09 Thread Chen, Weidong 2. (Nokia - US/Irving)
Thanks, Steven.

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

View/Reply Online (#11798): https://lists.onap.org/g/onap-discuss/message/11798
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-09 Thread WRIGHT, STEVEN A
The Beijing release VNF Requirements are published at 
https://onap.readthedocs.io/en/beijing/guides/onap-user/vnfprovider.html
Containerized VNFs are not a feature supported by the platform in Beijing or 
Casablanca, though we would expect them to be supported at some point.
The VNF documentation has a section on VNF Guidelines 
https://onap.readthedocs.io/en/latest/submodules/vnfrqts/guidelines.git/docs/vnf_guidelines/vnf_guidelines.html
which is the place for documentation on forward looking capabilities impacting 
VNFS that may become VNF requirements in a future release.
If there is some experimental/ partial support capability for containerized 
VNFs being developed as part of Casablanca, it would be useful to update the 
VNF guidelines material to reflect this. Ultimately,  I expect there would also 
be impacts to VNFSDK/VVP for the validation/certification of containerized VNFs
regards
Steven Wright

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

View/Reply Online (#11794): https://lists.onap.org/g/onap-discuss/message/11794
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-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 Chen, Weidong 2. (Nokia - US/Irving)
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 (#11724): https://lists.onap.org/g/onap-discuss/message/11724
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 Srini
Hi Will,

What Victor provided is to bring up K8S infrastructure software on physical 
server nodes.
Shashank can provide instructions on how to bring up containerized VNFs using 
K8S plugin.  He made it work with EdgeXFoundry using few SO simulator scripts.  
Same can be used by you.

Thanks
Srini


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


Hi Srini, Victor,

Thanks for the replies!

I would be glad to contribute a part to this topic.  Right now, I already have 
a container based VNF which is onboarded on K8S manually.  Does the information 
Victor provided is for us in order to use the K8S plugin in ONAP?  After that 
is done, can I bring in the manually deployed VNF on K8S to ONAP through this 
K8S plugin?

Regards,

Will


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

View/Reply Online (#11723): https://lists.onap.org/g/onap-discuss/message/11723
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 Chen, Weidong 2. (Nokia - US/Irving)
Hi Srini, Victor,

Thanks for the replies!

I would be glad to contribute a part to this topic.  Right now, I already have 
a container based VNF which is onboarded on K8S manually.  Does the information 
Victor provided is for us in order to use the K8S plugin in ONAP?  After that 
is done, can I bring in the manually deployed VNF on K8S to ONAP through this 
K8S plugin?

Regards,

Will

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

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

2018-08-06 Thread Srini
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 (#11693): https://lists.onap.org/g/onap-discuss/message/11693
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-06 Thread Chen, Weidong 2. (Nokia - US/Irving)
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 (#11680): https://lists.onap.org/g/onap-discuss/message/11680
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-02 Thread Srini
Hi,

There is no support in R2 to onboard or deploy containerized VNFs.  We have 
started some initial work in R3 (run time aspects of deploying VNFs - VM or 
container - using K8S) and intend to have end-to-end (including onboarding) 
support in R4.

You can find more information here: 
https://wiki.onap.org/display/DW/Support+for+K8S+%28Kubernetes%29+based+Cloud+regions

Thanks
Srini


From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Chen, Weidong 2. (Nokia - US/Irving)
Sent: Thursday, August 2, 2018 12:33 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Container based VNF on K8S using Beijing release

Hi,

I need some help for container based VNF on K8S using Beijing release.  It is 
not quite clear to me what Beijing can do for K8S VNF onboarding.  It seems 
that Beijing release can not deploy the container based VNF on K8S yet.  But it 
is ok to integrate already deployed container based VNF on K8S.  Can anyone 
give some details how I can proceed for the VNF on K8S, at least the 
integration of pre-deployed VNF on K8S?

Regards,

Will Weidong Chen



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

View/Reply Online (#11628): https://lists.onap.org/g/onap-discuss/message/11628
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]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] Container based VNF on K8S using Beijing release

2018-08-02 Thread Chen, Weidong 2. (Nokia - US/Irving)
Hi,

I need some help for container based VNF on K8S using Beijing release.  It is 
not quite clear to me what Beijing can do for K8S VNF onboarding.  It seems 
that Beijing release can not deploy the container based VNF on K8S yet.  But it 
is ok to integrate already deployed container based VNF on K8S.  Can anyone 
give some details how I can proceed for the VNF on K8S, at least the 
integration of pre-deployed VNF on K8S?

Regards,

Will Weidong Chen


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

View/Reply Online (#11627): https://lists.onap.org/g/onap-discuss/message/11627
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]
-=-=-=-=-=-=-=-=-=-=-=-