Changes between Version 45 and Version 46 of Tutorials/Cloud/OSM
- Timestamp:
- Aug 21, 2020, 12:07:35 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v45 v46 12 12 13 13 This tutorial implements the getting started from: 14 https://osm.etsi.org/ wikipub/index.php/OSM_Release_SIX14 https://osm.etsi.org/docs/user-guide/01-quickstart.html#installing-osm 15 15 16 16 and adds support for ORBIT hardware, with the image based on Ubuntu 18.04. … … 24 24 1. Create a reservation 25 25 1. Log into the console 26 1. Load image: {{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i opensourcemano_1804.ndz -r 60}}}26 1. Load image: {{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i tutorial-osm.ndz -r 60}}} 27 27 1. You should see: {{{ INFO exp: 1 node successfully imaged ... }}} 28 28 1. Turn the node on: {{{ omf tell -a on -t srv1-lg1.sb1.cosmos-lab.org }}} 29 29 30 ssh Credentials: native / native 31 32 Web Credentials admin / admin 30 * ssh Credentials: native / native 31 * Web Credentials admin / admin 33 32 34 33 [[CollapsibleStart(From Scratch)]]