00-introduction.md 942 Bytes
Newer Older
1
# Introduction
lavado's avatar
lavado committed
2

3
The complete onboarding process implies producing a VNF Package that will be part of the OSM catalogue for its inclusion in a Network Service.
lavado's avatar
lavado committed
4

5
The onboarded VNF should aim to fulfill the lifecycle stages it requires to function properly, which then, the NFV MANO layer should be able to automate. Hence, the resulting package, should include all the requirements, instructions and elements to achieve these lifecycle stages, which are: basic instantiation (a.k.a. "Day-0"), service initialization (a.k.a. "Day-1") and runtime operations (a.k.a. "Day-2").
lavado's avatar
lavado committed
6

lavado's avatar
lavado committed
7
![](assets/vnfonboarding.gif)
lavado's avatar
lavado committed
8

gianpietro1's avatar
gianpietro1 committed
9
More information on the delimitation of these stages can be found in the [_OSM Scope and Functionality_](http://osm-download.etsi.org/ftp/Documentation/201902-osm-scope-white-paper/#!02-osm-scope-and-functionality.md) document.
lavado's avatar
lavado committed
10

gianpietro1's avatar
gianpietro1 committed
11
This document provides guidelines for building the VNF Package to achieve each lifecycle stage successfully.