Changes between Version 28 and Version 29 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jul 5, 2023, 1:32:39 PM (12 months ago)
Author:
sreeramm490
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v28 v29  
    22
    33== Tutorial: OpenStack Setup==
    4 In this tutorial, we will be using one of the sb9 nodes for setting up OpenStack. Make sure you have Ubuntu 20.04.5 LTS. To get the Ubuntu Version, follow these steps on the sb9 console. The below steps illustrate for node1-2 of sb9. On your sb9 console,
     4Requirements:
     5
     61. [https://www.orbit-lab.org/wiki/Documentation/CGettingStarted Setup/Practice] of Orbit Nodes.
     7
     82. Any available Orbit Sandbox Node
     9
     103. Ubuntu 20.04.5 LTS or Ubuntu 22.04.5 LTS (Choice is up to you)
     11
     12----
     13
     14In 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. 
     15
     16Make sure you have Ubuntu 20.04.5 (**baseline20.04.ndz**) or 22.04.5 (**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
     18The below steps illustrate loading Ubuntu 20.04.5 LTS for node1-2 of sb9. On your sb9 console,
    519
    620{{{omf tell -t node1-2 -a offh }}}
     
    1024{{{omf tell -t node1-2 -a on}}}
    1125
    12 To verify if you have loaded Ubuntu 20.04 properly, use this command after ssh into the node1-2
     26To verify if you have loaded your Ubuntu version properly, use this command after ssh into the node1-2
    1327
    1428{{{lsb_release -a}}}