Changes between Version 25 and Version 26 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jun 12, 2023, 4:49:42 AM (13 months ago)
Author:
jlaxman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v25 v26  
    44In 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,
    55
    6 {{{
    7 omf tell -t node1-2 -a offh
    8 }}}
     6{{{omf tell -t node1-2 -a offh }}}
    97
    10 {{{
    11 omf load -t node1-2 -i baseline20.04.ndz
    12 }}}
     8{{{omf load -t node1-2 -i baseline20.04.ndz}}}
    139
    14 {{{
    15 omf tell -t node1-2 -a on
    16 }}}
     10{{{omf tell -t node1-2 -a on}}}
    1711
    1812To verify if you have loaded Ubuntu 20.04 properly, use this command after ssh into the node1-2
     
    2216}}}
    2317
    24 this will list the current version of Ubuntu loaded.
     18This will list the current version of Ubuntu loaded.
    2519
    2620=== 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
     21After loading the Ubuntu 20.04 image is complete, you can follow below steps to install OpenStack
    2822
    29231. Update and Upgrade Packages: