Changes between Version 11 and Version 12 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 15, 2019, 3:20:44 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v11 v12  
    3636 1. Load the image: {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60 }}}
    3737 1. Turn the node on: {{{ omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org }}}
     38 1. Log in as root: {{{ ssh native@srv3-lg1.sb1.cosmos-lab.org }}}
     39 1. set up non-root user {{{  echo native:native | chpasswd }}}
     40 1. Add user to groups: {{{ sudo groupadd lxd && sudo groupadd docker && sudo usermod -a -G lxd,docker native }}}
     41 1. logout: {{{ exit }}}
    3842 1. Log in as the user "native": {{{ ssh native@srv3-lg1.sb1.cosmos-lab.org }}}
    39  1. Add user to groups: {{{ sudo groupadd lxd && sudo groupadd docker && sudo usermod -a -G lxd,docker native }}}
    40  1. Log out and back in {{{ exit }}} then {{{ssh native@srv3-lg1.sb1.cosmos-lab.org }}}
    41431. Set up OSM
    4244 1. Download script: {{{ wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh }}}