Changes between Version 9 and Version 10 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 15, 2019, 1:56:20 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v9 v10  
    11=== Open Source MANO (OSM)
    22
     3A full deployment consists of 3 components:
     4* OSM as the NFV Orchestrator
     5* OpenVIM or Openstack as the infrastructure manager (only OpenVIM is supported for now)
     6* some number of compute nodes, where openvim will run VMs under OSM's instruction
     7
     8
     9==== OSM Node
    310This tutorial implements the getting started from:
    411https://osm.etsi.org/wikipub/index.php/OSM_Release_SIX
     
    815The previous tutorial targeted Ubuntu 14.04 and 16.04, this is updated for Ubuntu 18.04.
    916
     17===== Pre-set-up:
     18{{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i oai_osm_1804.ndz }}}
     19
     20===== From Scratch
    1021
    1122Dependencies:
     
    3142 1. enter "y"
    3243 
     44
     45==== VIM Node
     46===== Pre-Set up:
     47{{{ omf load -t srv2-lg1.sb1.cosmos-lab.org -i oai_vim_ctrl_1804.ndz }}}
     48
     49===== From Scratch:
     50
     51
     52==== Compute Node 1-N
     53===== Pre-Set up:
     54{{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i oai_vim_compute_1804.ndz }}}