Changes between Version 46 and Version 47 of Tutorials/Cloud/OSM
- Timestamp:
- Aug 21, 2020, 12:12:52 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v46 v47 82 82 1. You should see: {{{ INFO exp: 1 node successfully imaged ... }}} 83 83 1. {{{ omf tell -a on -t srv2-lg1.sb1.cosmos-lab.org }}} 84 1. {{{ ssh root@srv2-lg1.sb1.cosmos-lab.org }}}85 1. {{{ s u stack}}}84 1. Wait for the node to come up 85 1. {{{ ssh native@srv2-lg1.sb1.cosmos-lab.org }}} 86 86 1. {{{ cd ~/devstack }}} 87 1. {{{ git checkout stable/ussuri }}}88 87 1. {{{ ./stack.sh }}} 89 88 … … 92 91 ========================= 93 92 DevStack Component Timing 94 (times are in seconds) 93 (times are in seconds) 95 94 ========================= 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 95 run_process 16 96 test_with_retry 2 97 apt-get-update 5 98 osc 115 99 wait_for_service 10 100 git_timed 107 101 dbsync 65 102 pip_install 201 103 apt-get 166 104 104 ------------------------- 105 Unaccounted time 3 36105 Unaccounted time 345 106 106 ========================= 107 Total runtime 655 108 109 110 111 This is your host IP address: 10.10.21.21 107 Total runtime 1032 108 109 110 This is your host IP address: 10.19.1.2 112 111 This is your host IPv6 address: ::1 113 Horizon is now available at http://10.1 0.21.21/dashboard114 Keystone is serving at http://10.1 0.21.21/identity/112 Horizon is now available at http://10.19.1.2/dashboard 113 Keystone is serving at http://10.19.1.2/identity/ 115 114 The default users are: admin and demo 116 The password: nomoresecret 117 115 The password: native 118 116 }}} 119 117 120 You will need the ip address, keystone url, user and password in the following step. 121 122 118 You will need the ip address, keystone url, user and password in the following steps. 123 119 124 120