Commit 0537cd78 authored by lavado's avatar lavado
Browse files

adding images & packages of onboarding walkthrough

parent a15da2ad
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -5,6 +5,12 @@
This section uses NextEPC (an open-source implementation of a 4G/5G packet core) to go through most of the steps described in the onboarding guidelines, in order to provide a concrete example on how to build a complete VNF Package from scratch.

The example is meant to be used for educational purposes and not for a real-life implementation of an EPC. It may change over time to cover more use cases. A Linux machine is required to follow the complete procedure. 
In addition to the procedure, here you can find some resources related to it:

* [Resulting packages](http://osm-download.etsi.org/ftp/Packages/vnf-onboarding-tf/)
* [Images](http://osm-download.etsi.org/ftp/images/vnf-onboarding-tf/)
* [Video presentation (coming soon!)](#)


## VNF Requirements

@@ -14,8 +20,8 @@ The following table describes the components description and associated images.

| VDU     | Description                            |Image name            |
|:-------:|:---------------------------------------|:--------------------:|
| spgwmme | Single VDU containing SGW, PGW and MME |nextepc-spgwmme-base  |
| hss     | HSS VDU                                |nextepc-hss-base      |
| spgwmme | Single VDU containing SGW, PGW and MME |[nextepc-spgwmme-base](http://osm-download.etsi.org/ftp/images/vnf-onboarding-tf/nextepc-spgwmme-base.qcow2)  |
| hss     | HSS VDU                                |[nextepc-hss-base](http://osm-download.etsi.org/ftp/images/vnf-onboarding-tf/nextepc-hss-base.qcow2)      |

And here the NFVI requirements (for this example, as the VNF has no strict requirements)