Changes between Version 20 and Version 21 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 17, 2019, 2:06:10 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v20 v21  
    33A full deployment consists of 3 components:
    44* OSM as the NFV Orchestrator
    5 * OpenVIM or Openstack as the infrastructure manager (only OpenVIM is supported for now)
     5* OpenVIM or Openstack as the infrastructure manager
    66* some number of compute nodes, where openvim will run VMs under OSM's instruction
     7
     8We will use the following components:
     9* OSM on ubuntu 18.04
     10* Devstack on ubuntu 18.04, in a single node configuration (this can easily be extended following devstack guides)
    711
    812
     
    1620
    1721===== Pre-set-up:
    18 {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i oai_osm_1804.ndz }}}
     22{{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i opensourcemano_1804.ndz }}}
    1923
    2024ssh Credentials: native / native
     
    5761[[CollapsibleEnd]]
    5862==== VIM Node
    59 OSM must have a Virtual Infrastructure Manager (VIM) to control. We will use OpenVIM for this tutorial, following: https://osm.etsi.org/wikipub/index.php/OpenVIM_installation
     63OSM 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
    6064
    61 We will use the following components:
    62 * Openvim on ubuntu 18.04
    63 * Floodlight openflow controller
    64 * Bridge mode networking, with local DHCP server
    6565
    6666
    6767===== Pre-Set up:
    68 {{{ omf load -t srv2-lg1.sb1.cosmos-lab.org -i oai_vim_ctrl_1804.ndz }}}
     68{{{ omf load -t srv2-lg1.sb1.cosmos-lab.org -i devstack_1804.ndz }}}
    6969
    7070[[CollapsibleStart(From Scratch)]]
     71Follow https://docs.openstack.org/devstack/latest/guides/single-machine.html
    7172[[CollapsibleEnd]]
    72 
    73 ==== Compute Node 1-N
    74 ===== Pre-Set up:
    75 {{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i oai_vim_compute_1804.ndz }}}
    76 [[CollapsibleStart(From Scratch)]]
    77 Following the tutorial at: https://osm.etsi.org/wikipub/index.php/Installation_of_an_Openvim_Compute_Node
    78 
    79 [[CollapsibleEnd]]