Changes between Version 46 and Version 47 of Tutorials/Cloud/OSM


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v46 v47  
    8282 1. You should see: {{{ INFO exp:  1 node successfully imaged ... }}}
    83831. {{{ omf tell -a on -t srv2-lg1.sb1.cosmos-lab.org }}}
    84 1. {{{ ssh root@srv2-lg1.sb1.cosmos-lab.org }}}
    85 1. {{{ su stack }}}
     841. Wait for the node to come up
     851. {{{ ssh native@srv2-lg1.sb1.cosmos-lab.org }}}
    86861. {{{ cd ~/devstack }}}
    87 1. {{{ git checkout stable/ussuri }}}
    88871. {{{ ./stack.sh }}}
    8988
     
    9291=========================
    9392DevStack Component Timing
    94  (times are in seconds)
     93 (times are in seconds) 
    9594=========================
    96 run_process           25
    97 test_with_retry        2
    98 apt-get-update         2
    99 osc                  140
    100 wait_for_service      11
    101 dbsync                24
    102 pip_install          100
    103 apt-get               15
     95run_process           16
     96test_with_retry        2
     97apt-get-update         5
     98osc                  115
     99wait_for_service      10
     100git_timed            107
     101dbsync                65
     102pip_install          201
     103apt-get              166
    104104-------------------------
    105 Unaccounted time     336
     105Unaccounted time     345
    106106=========================
    107 Total runtime        655
    108 
    109 
    110 
    111 This is your host IP address: 10.10.21.21
     107Total runtime        1032
     108
     109
     110This is your host IP address: 10.19.1.2
    112111This is your host IPv6 address: ::1
    113 Horizon is now available at http://10.10.21.21/dashboard
    114 Keystone is serving at http://10.10.21.21/identity/
     112Horizon is now available at http://10.19.1.2/dashboard
     113Keystone is serving at http://10.19.1.2/identity/
    115114The default users are: admin and demo
    116 The password: nomoresecret
    117 
     115The password: native
    118116}}}
    119117
    120 You will need the ip address, keystone url, user and password in the following step.
    121 
    122 
     118You will need the ip address, keystone url, user and password in the following steps.
    123119
    124120