Changes between Version 25 and Version 26 of Tutorials/m0SDN/OpenStack
- Timestamp:
- Jun 12, 2023, 4:49:42 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/OpenStack
v25 v26 4 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, 5 5 6 {{{ 7 omf tell -t node1-2 -a offh 8 }}} 6 {{{omf tell -t node1-2 -a offh }}} 9 7 10 {{{ 11 omf load -t node1-2 -i baseline20.04.ndz 12 }}} 8 {{{omf load -t node1-2 -i baseline20.04.ndz}}} 13 9 14 {{{ 15 omf tell -t node1-2 -a on 16 }}} 10 {{{omf tell -t node1-2 -a on}}} 17 11 18 12 To verify if you have loaded Ubuntu 20.04 properly, use this command after ssh into the node1-2 … … 22 16 }}} 23 17 24 this will list the current version of Ubuntu loaded.18 This will list the current version of Ubuntu loaded. 25 19 26 20 === 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 OpenStack21 After loading the Ubuntu 20.04 image is complete, you can follow below steps to install OpenStack 28 22 29 23 1. Update and Upgrade Packages: