wiki:Tutorials/Cloud/OSM

Version 31 (modified by msherman, 5 years ago) ( diff )

Open Source MANO (OSM)

A full deployment consists of 3 components:

  • OSM as the NFV Orchestrator
  • OpenVIM or Openstack as the virtual infrastructure manager (VIM)
  • some number of compute nodes, where the VIM will run VMs under OSM's instruction

We will use the following components:

  • OSM on ubuntu 18.04
  • Devstack on ubuntu 18.04, in a single node configuration (this can easily be extended following devstack guides)

OSM Node

This tutorial implements the getting started from: https://osm.etsi.org/wikipub/index.php/OSM_Release_SIX

and adds support for ORBIT hardware.

The previous tutorial targeted Ubuntu 14.04 and 16.04, this is updated for Ubuntu 18.04.

Pre-set-up:

omf load -t srv1-lg1.sb1.cosmos-lab.org -i opensourcemano_1804.ndz

ssh Credentials: native / native

Web Credentials admin / admin

VIM Node

OSM must have a Virtual Infrastructure Manager (VIM) to control. We will use openstack on single node devstack for this tutorial, following: https://docs.openstack.org/devstack/latest/guides/single-machine.html

Pre-Set up:
  1. omf load -t srv2-lg1.sb1.cosmos-lab.org -i devstack_1804.ndz -r 60
  2. omf tell -a on -t srv2-lg1.sb1.cosmos-lab.org
  3. ssh root@srv2-lg1.sb1.cosmos-lab.org
  4. su stack
  5. cd ~/devstack
  6. ./stack.sh

Commands will run for a while (minutes). If successful, it will output the credentials and address to login via the webui, and will look like the following:

Connecting OSM to the VIM

  • URL http://openstackip/identity/v3
  • User admin
  • password nomoresecret
  • tenant admin
  • name openstack-site

Creating a VNF

  • upload vnf description
  • upload nf descrtiption
  • instantiate nf
  • use openstack ui to load console and ping
Note: See TracWiki for help on using the wiki.