Changes between Version 47 and Version 48 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Aug 21, 2020, 12:19:53 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v47 v48  
    1111
    1212
    13 This tutorial implements the getting started from:
    14 https://osm.etsi.org/docs/user-guide/01-quickstart.html#installing-osm
    15 
    16 and adds support for ORBIT hardware, with the image based on Ubuntu 18.04.
     13This tutorial implements the getting started from: [https://osm.etsi.org/docs/user-guide/01-quickstart.html#installing-osm here], and adds support for ORBIT hardware, with the image based on Ubuntu 18.04.
    1714
    1815To save time, run the OSM and VIM steps in separate ssh terminals, as they can be done at the same time.
     
    2724  1. You should see: {{{ INFO exp:  1 node successfully imaged ... }}}
    28251. Turn the node on: {{{ omf tell -a on -t srv1-lg1.sb1.cosmos-lab.org }}}
    29 
    30 * ssh Credentials: native / native
    31 * Web Credentials admin / admin
     261. Wait for the node to come up
     271. SSH to the node with the ssh credentials: native / native
     281. The web credentials are: admin / admin
     29
    3230
    3331[[CollapsibleStart(From Scratch)]]
     
    7472[[CollapsibleEnd]]
    7573==== VIM Node
    76 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
     74OSM 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/train/guides/single-machine.html this guide].
    7775
    7876
     
    87851. {{{ ./stack.sh }}}
    8886
    89 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:
     87Commands will run for a while (about 10 minutes). If successful, it will output the credentials and address to login via the webui, and will look like the following:
    9088{{{#!shell-session
    9189=========================
     
    164162For example, forward 9901 -> srv1-lg1:80 , 9902 -> srv2-lg1:80
    165163
     164Linux example, from your local machine:
     165{{{ #!shell
     166ssh testbeduser@sb1.cosmos-lab.org -N \
     167-L 9980:srv1-lg1:80 \
     168-L 9981:srv2-lg1:80
     169}}}
     170
    166171
    167172==== Connecting OSM to the VIM