Changes between Version 2 and Version 3 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 15, 2019, 12:57:22 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v2 v3  
    88The previous tutorial targeted Ubuntu 14.04 and 16.04, this is updated for Ubuntu 18.04.
    99
    10 {{{
    11 omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60
    12 omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org
    13 ssh root@srv3-lg1.sb1.cosmos-lab.org
    14 }}}
    15 
    16 {{{
    17 wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh
    18 chmod +x install_osm.sh
    19 ./install_osm.sh
    20 }}}
     101. Prepare the node
     11 1. Load the image: {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60 }}}
     12 1. Turn the node on: {{{ omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org }}}
     13 1. Log in as root: {{{ ssh root@srv3-lg1.sb1.cosmos-lab.org }}}
     141. Set up OSM
     15 1. Download script: {{{ wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh }}}
     16 1. Make it executable: {{{ chmod +x install_osm.sh }}}
     17 1. Run it: {{{ ./install_osm.sh }}}