Skip to content

code0x9/devstack-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

about

devstack test drive

setup

  1. setup VM spec
  • disk: 40 GB
  • cpu: 6 core
  • memory: 12288 MB install ubuntu
  • set NOPASSWD to sudoers / sudo group
  1. get devstack
git clone https://opendev.org/openstack/devstack -b stable/2025.2 wget -O ./devstack/local.conf https://opendev.org/openstack/neutron/raw/branch/master/devstack/ovn-local.conf.sample
  1. configure devstack
HOST_IP=[VM IP] BRANCH=stable/2025.2 #BRANCH=refs/remote/origin/stable/2025.2 RECLONE=yes 
  1. setup devstack
./stack.sh

in case of failure, try

./unstack.sh ./clean.sh sudo rm -rf /opt/stack
This is your host IP address: 172.16.146.128 This is your host IPv6 address: ::1 Horizon is now available at http://172.16.146.128/dashboard Keystone is serving at http://172.16.146.128/identity/ The default users are: admin and demo The password: password
  1. setup openrc in ~/.profile
.~/git/code0x9/devstack-test/devstack/openrc admin

ref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published