Changes between Version 5 and Version 6 of Tutorials/Cloud/OSM


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v5 v6  
    1919 1. Turn the node on: {{{ omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org }}}
    2020 1. Log in as the user "native": {{{ ssh native@srv3-lg1.sb1.cosmos-lab.org }}}
     21 1. Add user to groups: {{{ sudo groupadd lxc && sudo groupadd docker && sudo usermod -a -G lxd,docker native }}}
    21221. Set up OSM
    2223 1. Download script: {{{ wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh }}}
    2324 1. Make it executable: {{{ chmod +x install_osm.sh }}}
    24  1. Run it: {{{ ./install_osm.sh }}}
     25 1. Run it: {{{ ./install_osm.sh 2>&1 | tee osm_install_log.txt }}}
     26 1. enter "y"
     27