Changes between Version 24 and Version 25 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jun 12, 2023, 4:48:28 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v24 v25 25 25 26 26 === Set up an OpenStack development environment via DevStack === 27 After the above of loading Ubuntu 20.04 image, you can follow below steps to install OpenStack 28 27 29 1. Update and Upgrade Packages: 28 30 {{{sudo apt-get update && sudo apt-get upgrade}}} … … 63 65 after 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 64 66 65 10. Start the OpenStack Installation using DevStack:67 10. Fireup the Stack: 66 68 {{{FORCE=yes ./stack.sh}}} 67 69 … … 70 72 71 73 This 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 credentials74 Once installation is done, it provides information related to Horizon, Keystone. 73 75 74 76 This is your host IP address: 10.19.1.2 77 75 78 This is your host IPv6 address: ::1 79 76 80 Horizon is now available at http://10.19.1.2/dashboard 81 77 82 Keystone is serving at http://10.19.1.2/identity/ 83 78 84 The default users are: admin and demo 79 85 The password: *****(Password set by you during installation process) 80 86 81 87 88 You can login to view the Horizon dashboard(http://10.19.1.2/dashboard) using below default credentials 82 89 83 90 91 92 93