Skip to content

Devstack source snapshot that works on a fresh install of Ubuntu 22.04.3

Notifications You must be signed in to change notification settings

heralli/devstack-ubuntu-22.04.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

devstack-ubuntu-22.04.3

Devstack source snapshot that works on a fresh install of Ubuntu 22.04.3

Devstack

Installation

Create a stack user with sudo privileges and clone the repo.

 $ sudo useradd -s /bin/bash -d /opt/stack -m stack
 $ sudo chmod +x /opt/stack
 $ sudo usermod -aG sudo stack
 $ sudo su - stack
 $ pwd #you should now be on /opt/stack  
 $ git clone https://github.com/heralli/devstack-ubuntu-22.04.3.git
 $ cd devstack-ubuntu-22.04.3/devstack
 $ cp samples/local.conf .

Set/Change the following in local.conf

HOST_IP=<changeme>
ADMIN_PASSWORD=<changeme>

Run stack.sh

 $ ./stack.sh

About

Devstack source snapshot that works on a fresh install of Ubuntu 22.04.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages