Changes between Version 50 and Version 51 of Tutorials/Cloud/OSM
- Timestamp:
- Aug 21, 2020, 12:47:18 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v50 v51 25 25 1. Turn the node on: {{{ omf tell -a on -t srv1-lg1.sb1.cosmos-lab.org }}} 26 26 1. Wait for the node to come up 27 1. SSH to the node with the ssh credentials: native / native28 1. The web credentials are: admin / admin29 27 30 28 … … 156 154 [[CollapsibleEnd]] 157 155 158 ==== Accessing the WebUI156 ==== Accessing the OSM WebUI 159 157 Both nodes are listening on port 80. 158 160 159 Redirect two ports over ssh, following [wiki:UserGuide/RemoteAccess/SshTunnel This Guide] 161 160 162 161 For example, forward 9901 -> srv1-lg1:80 , 9902 -> srv2-lg1:80 163 162 164 Linux example, fromyour local machine:163 Or Linux example, commands run on your local machine: 165 164 {{{ #!shell 166 165 ssh testbeduser@sb1.cosmos-lab.org -N \ … … 168 167 -L 9981:srv2-lg1:80 169 168 }}} 169 170 The web credentials are: admin / admin, running at the ip address of the first node. 171 172 If the webui doesn't come up: 173 1. SSH to the node with the ssh credentials: native / native 174 1. Check to see that all containers are running {{{ docker stack ps osm }}} 175 1. Try re-installing OSM by running {{{./install_osm.sh}}} 170 176 171 177 … … 177 183 * URL {{{ http://$DEVSTACK_IP/identity/v3/ }}} 178 184 * User {{{ admin }}} 179 * password {{{ n omoresecret}}}185 * password {{{ native }}} 180 186 * tenant {{{ admin }}} 181 187 * name {{{ openstack-site }}} 182 * Type: {{{ openstack}}}188 * Type: {{{ openstack }}} 183 189 1. Click create 184 190