Talk:OSM Release ONE

From OSM Public Wiki
Revision as of 19:48, 18 October 2016 by Garciadeblas (talk | contribs) (Created page with "OSM is an ETSI-hosted project to develop an Open Source NFV Management and Orchestration (MANO) software stack aligned with ETSI NFV. All OSM needs to deploy VNFs is some VNF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OSM is an ETSI-hosted project to develop an Open Source NFV Management and Orchestration (MANO) software stack aligned with ETSI NFV.

All OSM needs to deploy VNFs is some VNF packages (you will find some in the examples below) and one or several VIMs (+ compute nodes). The following figure illustrate

Install OSM

Install from source

All you need to run OSM Release One is a single server or VM with the following requirements:

  • 8 CPUs, 16 GB RAM, 100GB disk and a single interface with Internet access
  • Ubuntu16.04 as base image, configured to run LXD containers (see LXD configuration)

Once you have prepared a server or VM with the requirements specified here, and you have configured LXD on it, all you need to do is:

wget https://osm-download.etsi.org/ftp/osm-1.0-one/install_from_source.sh
chmod +x install_from_source.sh
./install_from_source.sh

After some time, you will get a fresh OSM Release One installation. You can access to the UI in the following URL (user:admin, password: admin):

https://your_local_ip:8443

Next steps after the installation are:

  • the addition of datacenters in order to be able to deploy NS
  • the addition of VNF and NS to the catalog
  • the deployment of NS.

Check the HowTo guide to know how to proceed with those tasks.

Adding a VIM to OSM

Using OSM

Uploading VNF images to the VIM

Onboarding a VNF

Onboarding a NS

Deploying a NS

Additional information