Changes between Version 24 and Version 25 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jun 12, 2023, 4:48:28 AM (13 months ago)
Author:
jlaxman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v24 v25  
    2525
    2626=== Set up an OpenStack development environment via DevStack ===
     27After the above of loading Ubuntu 20.04 image, you can follow below steps to install OpenStack
     28
    27291. Update and Upgrade Packages:
    2830{{{sudo apt-get update && sudo apt-get upgrade}}}
     
    6365after copying local.conf to the devstack folder, uncomment and change the HOST_IP to the IP of the current node(so here in this case 10.19.1.2) and
    6466
    65 10. Start the OpenStack Installation using DevStack:
     6710. Fireup the Stack:
    6668{{{FORCE=yes ./stack.sh}}}
    6769
     
    7072
    7173This will take around 15-20 minutes. In this process, you might be asked to set up passwords for Horizon, MYSQL, etc.
    72 Once installation is done, it provides information related to Horizon, Keystone. You can login to view the Horizon dashboard(http://10.19.1.2/dashboard) using below default credentials
     74Once installation is done, it provides information related to Horizon, Keystone.
    7375
    7476This is your host IP address: 10.19.1.2
     77
    7578This is your host IPv6 address: ::1
     79
    7680Horizon is now available at http://10.19.1.2/dashboard
     81
    7782Keystone is serving at http://10.19.1.2/identity/
     83
    7884The default users are: admin and demo
    7985The password: *****(Password set by you during installation process)
    8086
    8187
     88You can login to view the Horizon dashboard(http://10.19.1.2/dashboard) using below default credentials
    8289
    8390
     91
     92
     93