Changes between Version 47 and Version 48 of Tutorials/Cloud/OSM
- Timestamp:
- Aug 21, 2020, 12:19:53 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v47 v48 11 11 12 12 13 This tutorial implements the getting started from: 14 https://osm.etsi.org/docs/user-guide/01-quickstart.html#installing-osm 15 16 and adds support for ORBIT hardware, with the image based on Ubuntu 18.04. 13 This tutorial implements the getting started from: [https://osm.etsi.org/docs/user-guide/01-quickstart.html#installing-osm here], and adds support for ORBIT hardware, with the image based on Ubuntu 18.04. 17 14 18 15 To save time, run the OSM and VIM steps in separate ssh terminals, as they can be done at the same time. … … 27 24 1. You should see: {{{ INFO exp: 1 node successfully imaged ... }}} 28 25 1. Turn the node on: {{{ omf tell -a on -t srv1-lg1.sb1.cosmos-lab.org }}} 29 30 * ssh Credentials: native / native 31 * Web Credentials admin / admin 26 1. Wait for the node to come up 27 1. SSH to the node with the ssh credentials: native / native 28 1. The web credentials are: admin / admin 29 32 30 33 31 [[CollapsibleStart(From Scratch)]] … … 74 72 [[CollapsibleEnd]] 75 73 ==== VIM Node 76 OSM must have a Virtual Infrastructure Manager (VIM) to control. We will use openstack on single node devstack for this tutorial, following : https://docs.openstack.org/devstack/latest/guides/single-machine.html74 OSM must have a Virtual Infrastructure Manager (VIM) to control. We will use openstack on single node devstack for this tutorial, following [https://docs.openstack.org/devstack/train/guides/single-machine.html this guide]. 77 75 78 76 … … 87 85 1. {{{ ./stack.sh }}} 88 86 89 Commands will run for a while ( minutes). If successful, it will output the credentials and address to login via the webui, and will look like the following:87 Commands will run for a while (about 10 minutes). If successful, it will output the credentials and address to login via the webui, and will look like the following: 90 88 {{{#!shell-session 91 89 ========================= … … 164 162 For example, forward 9901 -> srv1-lg1:80 , 9902 -> srv2-lg1:80 165 163 164 Linux example, from your local machine: 165 {{{ #!shell 166 ssh testbeduser@sb1.cosmos-lab.org -N \ 167 -L 9980:srv1-lg1:80 \ 168 -L 9981:srv2-lg1:80 169 }}} 170 166 171 167 172 ==== Connecting OSM to the VIM