Changes between Version 31 and Version 32 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jul 5, 2023, 3:07:54 PM (13 months ago)
Author:
sreeramm490
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v31 v32  
    1212----
    1313
    14 In this tutorial, we will be using one of the sb9 nodes for setting up OpenStack. However, sb(1-10) should also be capable for OpenStack setup. 
     14In 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
    1616Make 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.
    1717
    18 The below steps illustrate loading Ubuntu 20.04.5 LTS for node1-2 of sb9. On your sb9 console,
     18The below steps illustrate loading Ubuntu 20.04.5 LTS for node1-2 of sb1. For the sb1 console,
    1919
    2020{{{#!shell
     
    8686stack@node1-2:~$ pip install cryptography==38.0.4
    8787}}}
    88 9. Copy the local.conf into the devstack folder:
     889. Copy the local.conf into the Devstack Folder:
    8989{{{#!shell
    9090stack@node1-2:~$ cd devstack/samples/local.conf devstack
     
    9393stack@node1-2:~$ cd devstack
    9494}}}
    95 10. Identify Node's IP Address; configure and setup local.conf in Devstack folder according to requirement (either the controller or compute node):
     9510. Identify Node's IP Address; Configure and Setup local.conf in Devstack Folder According to Requirement (either the controller or compute node): [=#point]
    9696{{{#!shell
    9797stack@node1-2:~/devstack$ hostname -I
    9898}}}
    99 Example Image of Getting IP Address:
     99Example Image of Getting Node's IP Address:
    100100
    101101[[Image(hostname-I.jpg)]]
     
    106106stack@node1-2:~/devstack$ nano local.conf
    107107}}}
    108 Scroll to the ADMIN_PASSWORD, and change the password to what you prefer. Afterwards, scroll to HOST_IP. Remove the comment in front of the HOST_IP and set the IP to that of the current node (10.11.1.2 this case).
    109 Example Images of Changing Password and IP Address:
     108Scroll to the ADMIN_PASSWORD, and change the password to what you prefer. Afterwards, scroll to HOST_IP. Remove the comment in front of the HOST_IP and set the IP to that of the what IP address was given by [#point hostname -I] (10.11.1.2 this case). Save changes.
    110109
    111 [[Image()]]
     110Example Images of Changed Password and IP Address:
    112111
    113 [[Image()]]
     112[[Image(badpassword.jpg)]]
     113
     114[[Image(ipaddress.jpg)]]
     115
     116=== Set up a remote desktop through [https://remotedesktop.google.com/access Google Remote Desktop] ===
     117To ensure OpenStack Dashboard displays, you must download Google Remote Desktop and use Google Remote Desktop
     1181. Install XServer Packages for Google Remote Desktop:
     119{{{#!shell
     120stack@node1-2:~/devstack$ sudo apt-get install xfce4 xfce4-goodies -y
     121}}}
     1222. Download Debian File for Google Remote Desktop:
     123{{{#!shell
     124stack@node1-2:~/devstack$ wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
     125}}}
     1263. Install Google Remote Desktop:
     127{{{#!shell
     128stack@node1-2:~/devstack$ sudo apt install ./chrome-remote-desktop_current_amd64.deb -y
     129}}}
     1304. Start the Google Remote Desktop:
     131Outside of the node, login into
    114132
    11513310. Fireup the Stack: