Changes between Version 50 and Version 51 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Aug 21, 2020, 12:47:18 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v50 v51  
    25251. Turn the node on: {{{ omf tell -a on -t srv1-lg1.sb1.cosmos-lab.org }}}
    26261. 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
    2927
    3028
     
    156154[[CollapsibleEnd]]
    157155
    158 ==== Accessing the WebUI
     156==== Accessing the OSM WebUI
    159157Both nodes are listening on port 80.
     158
    160159Redirect two ports over ssh, following [wiki:UserGuide/RemoteAccess/SshTunnel This Guide]
    161160
    162161For example, forward 9901 -> srv1-lg1:80 , 9902 -> srv2-lg1:80
    163162
    164 Linux example, from your local machine:
     163Or Linux example, commands run on your local machine:
    165164{{{ #!shell
    166165ssh testbeduser@sb1.cosmos-lab.org -N \
     
    168167-L 9981:srv2-lg1:80
    169168}}}
     169
     170The web credentials are: admin / admin, running at the ip address of the first node.
     171
     172If the webui doesn't come up:
     1731. SSH to the node with the ssh credentials: native / native
     1741. Check to see that all containers are running {{{ docker stack ps osm }}}
     1751. Try re-installing OSM by running {{{./install_osm.sh}}}
    170176
    171177
     
    177183 * URL {{{ http://$DEVSTACK_IP/identity/v3/ }}}
    178184 * User {{{ admin }}}
    179  * password {{{ nomoresecret }}}
     185 * password {{{ native }}}
    180186 * tenant {{{ admin }}}
    181187 * name {{{ openstack-site }}}
    182  * Type: {{{openstack}}}
     188 * Type: {{{ openstack }}}
    1831891. Click create
    184190