Changes between Version 9 and Version 10 of Tutorials/Cloud/OSM
- Timestamp:
- Oct 15, 2019, 1:56:20 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v9 v10 1 1 === Open Source MANO (OSM) 2 2 3 A 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 3 10 This tutorial implements the getting started from: 4 11 https://osm.etsi.org/wikipub/index.php/OSM_Release_SIX … … 8 15 The previous tutorial targeted Ubuntu 14.04 and 16.04, this is updated for Ubuntu 18.04. 9 16 17 ===== Pre-set-up: 18 {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i oai_osm_1804.ndz }}} 19 20 ===== From Scratch 10 21 11 22 Dependencies: … … 31 42 1. enter "y" 32 43 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 }}}