Changes between Version 31 and Version 32 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 18, 2019, 1:24:43 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v31 v32  
    8484
    8585Commands 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:
     86{{{
     87=========================
     88DevStack Component Timing
     89 (times are in seconds)
     90=========================
     91run_process           25
     92test_with_retry        2
     93apt-get-update         2
     94osc                  140
     95wait_for_service      11
     96dbsync                24
     97pip_install          100
     98apt-get               15
     99-------------------------
     100Unaccounted time     336
     101=========================
     102Total runtime        655
    86103
     104
     105
     106This is your host IP address: 10.10.21.21
     107This is your host IPv6 address: ::1
     108Horizon is now available at http://10.10.21.21/dashboard
     109Keystone is serving at http://10.10.21.21/identity/
     110The default users are: admin and demo
     111The password: nomoresecret
     112
     113}}}
    87114
    88115
     
    116143
    117144
     145* Change IP without running stack.sh:
     146* Run unstack.sh
     147* In keystone database "update endpoint set url = REPLACE(url, '[old IP address]', '[new IP address]')";
     148* Update all Ips in /etc folder "grep -rl '[old IP address]' /etc | xargs sed -i 's/[old IP address]/[new IP address]/g'"
     149* Update all Ips in /opt/stack folder "grep -rl '[old IP address]' /opt/stack | xargs sed -i 's/[old IP address]/[new IP address]/g'"
     150* Restart apache2 server
     151* Run rejoin-stack.sh
     152* Restart Keystone "keystone-all"
     153
     154
    118155[[CollapsibleEnd]]
    119156