Changes between Version 5 and Version 6 of Tutorials/Cloud/OSM
- Timestamp:
- Oct 15, 2019, 1:07:38 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v5 v6 19 19 1. Turn the node on: {{{ omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org }}} 20 20 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 }}} 21 22 1. Set up OSM 22 23 1. Download script: {{{ wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh }}} 23 24 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