Changes between Version 34 and Version 35 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jul 24, 2023, 4:49:49 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v34 v35 8 8 2. Any available Orbit Sandbox Node 9 9 10 3. Ubuntu 2 0.04.5 LTS or Ubuntu 22.04.2 LTS (Choice is up to you)10 3. Ubuntu 22.04.2 LTS (Choice is up to you) 11 11 12 12 ---- … … 14 14 In this tutorial, we will be using one of the sb1 nodes for setting up OpenStack. However, sb(1-10) should also be capable for OpenStack setup. 15 15 16 Make sure you have Ubuntu 2 0.04.5 (**baseline20.04.ndz**) or 22.04.2 (**ubuntu2204-beta.ndz**) LTS. To get the Ubuntu Version, follow these steps after ssh'ing into your console. Substitute for the image and node you want.16 Make sure you have Ubuntu 22.04.2 (**ubuntu2204-beta.ndz**) LTS. To get the Ubuntu Version, follow these steps after ssh'ing into your console. Substitute for the image and node you want. 17 17 18 The below steps illustrate loading Ubuntu 2 0.04.5LTS for node1-2 of sb1. For the sb1 console,18 The below steps illustrate loading Ubuntu 22.04.2 LTS for node1-2 of sb1. For the sb1 console, 19 19 20 20 {{{#!shell … … 23 23 24 24 {{{#!shell 25 username@console:~$ omf load -t node1-2 -i baseline20.04.ndz25 username@console:~$ omf load -t node1-2 -i ubuntu2204-beta.ndz 26 26 }}} 27 27 … … 116 116 === Set up a remote desktop through [https://remotedesktop.google.com/access Google Remote Desktop] === 117 117 To ensure OpenStack Dashboard displays, you must download Google Remote Desktop and use Google Remote Desktop 118 1. Install XServer Packages for Google Remote Desktop:118 1. Install XServer Packages or Gnome-Shell for Google Remote Desktop: 119 119 {{{#!shell 120 stack@node1-2:~/devstack$ sudo apt-get install xfce4 xfce4-goodies -y 120 stack@node1-2:~/devstack$ sudo apt-get install xfce4 xfce4-goodies -y #For Xfce 121 }}} 122 {{{#!shell 123 stack@node1-2:~/devstack$ sudo apt-get install gnome-shell -y #For Gnome-Shell 121 124 }}} 122 125 2. Download Debian File for Google Remote Desktop: … … 138 141 }}} 139 142 {{{#!shell 140 stack@node1-2:~$ sudo rm /usr/lib/python3/dist-packages/psutil-5.5.1.egg-info #For Ubuntu 20.04.5 LTS141 }}}142 {{{#!shell143 143 stack@node1-2:~$ sudo rm -rf /usr/lib/python3/psutil-5.9.0.egg-info #For Ubuntu 22.04.2 LTS 144 144 }}} 145 145 7. Afterwards, Install Firefox on the Xfce Session to Allow OpenStack Dashboard to Later Appear. 146 {{{#!shell147 stack@node1-2:~$ sudo apt-get install firefox -y #For Ubuntu 20.04.5 LTS148 }}}149 146 For Ubuntu 22.04.2 LTS, 150 151 147 {{{#!shell 152 148 stack@node1-2:~$ wget -O ~/Firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64" … … 156 152 }}} 157 153 {{{#!shell 158 stack@node1-2:~$ cd devstack 154 stack@node1-2:~$ sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox 155 }}} 156 {{{#!shell 157 stack@node1-2:~$ firefox #Run firefox on the terminal 159 158 }}} 160 159 161 160 === Start the OpenStack run-program === 162 10. Run OpenStack Bash File: 161 8.Open a new terminal and cd into devstack 162 {{{#!shell 163 stack@node1-2:~$ cd devstack 164 }}} 165 9. Run OpenStack Bash File: 163 166 {{{#!shell 164 167 stack@node1-2:~/devstack$ FORCE=yes ./stack.sh … … 167 170 Wait for around 15-20 minutes for all the packages and systems to be installed. 168 171 169 Once installation is done, you are permitted to access the Horizon Dashboard and Keystone Identity. You will be prompted with a similar message to the output given below. You can CTRL+Click in the Xfce Session to navigate to the Dashboard and Identity, allowing you then to explore OpenStack and all its availabilities through DevStack. 172 Once installation is done, you are permitted to access the Horizon Dashboard and Keystone Identity. You will be prompted with a similar message to the output given below. You can CTRL+Click in the Xfce Session to navigate to the Dashboard and Identity, allowing you then to explore OpenStack and all its availabilities through DevStack. If this does not work, copy the link, and use Firefox to access the the Horizon dashboard. 170 173 171 174 Example Output from Successful Run: