Changes between Version 34 and Version 35 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jul 24, 2023, 4:49:49 PM (9 months ago)
Author:
sreeramm490
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v34 v35  
    882. Any available Orbit Sandbox Node
    99
    10 3. Ubuntu 20.04.5 LTS or Ubuntu 22.04.2 LTS (Choice is up to you)
     103. Ubuntu 22.04.2 LTS (Choice is up to you)
    1111
    1212----
     
    1414In 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. 
    1515
    16 Make sure you have Ubuntu 20.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.
     16Make 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.
    1717
    18 The below steps illustrate loading Ubuntu 20.04.5 LTS for node1-2 of sb1. For the sb1 console,
     18The below steps illustrate loading Ubuntu 22.04.2 LTS for node1-2 of sb1. For the sb1 console,
    1919
    2020{{{#!shell
     
    2323
    2424{{{#!shell
    25 username@console:~$ omf load -t node1-2 -i baseline20.04.ndz
     25username@console:~$ omf load -t node1-2 -i ubuntu2204-beta.ndz
    2626}}}
    2727
     
    116116=== Set up a remote desktop through [https://remotedesktop.google.com/access Google Remote Desktop] ===
    117117To ensure OpenStack Dashboard displays, you must download Google Remote Desktop and use Google Remote Desktop
    118 1. Install XServer Packages for Google Remote Desktop:
     1181. Install XServer Packages or Gnome-Shell for Google Remote Desktop:
    119119{{{#!shell
    120 stack@node1-2:~/devstack$ sudo apt-get install xfce4 xfce4-goodies -y
     120stack@node1-2:~/devstack$ sudo apt-get install xfce4 xfce4-goodies -y #For Xfce
     121}}}
     122{{{#!shell
     123stack@node1-2:~/devstack$ sudo apt-get install gnome-shell -y #For Gnome-Shell
    121124}}}
    1221252. Download Debian File for Google Remote Desktop:
     
    138141}}}
    139142{{{#!shell
    140 stack@node1-2:~$ sudo rm /usr/lib/python3/dist-packages/psutil-5.5.1.egg-info #For Ubuntu 20.04.5 LTS
    141 }}}
    142 {{{#!shell
    143143stack@node1-2:~$ sudo rm -rf /usr/lib/python3/psutil-5.9.0.egg-info #For Ubuntu 22.04.2 LTS
    144144}}}
    1451457. Afterwards, Install Firefox on the Xfce Session to Allow OpenStack Dashboard to Later Appear.
    146 {{{#!shell
    147 stack@node1-2:~$ sudo apt-get install firefox -y #For Ubuntu 20.04.5 LTS
    148 }}}
    149146For Ubuntu 22.04.2 LTS,
    150 
    151147{{{#!shell
    152148stack@node1-2:~$ wget -O ~/Firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"
     
    156152}}}
    157153{{{#!shell
    158 stack@node1-2:~$ cd devstack
     154stack@node1-2:~$ sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox
     155}}}
     156{{{#!shell
     157stack@node1-2:~$ firefox #Run firefox on the terminal
    159158}}}
    160159
    161160=== Start the OpenStack run-program ===
    162 10. Run OpenStack Bash File:
     1618.Open a new terminal and cd into devstack
     162{{{#!shell
     163stack@node1-2:~$ cd devstack
     164}}}
     1659. Run OpenStack Bash File:
    163166{{{#!shell
    164167stack@node1-2:~/devstack$ FORCE=yes ./stack.sh
     
    167170Wait for around 15-20 minutes for all the packages and systems to be installed.
    168171 
    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.
     172Once 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.
    170173
    171174Example Output from Successful Run: