devstack test drive
- setup VM spec
- disk: 40 GB
- cpu: 6 core
- memory: 12288 MB install ubuntu
- set NOPASSWD to sudoers / sudo group
- 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- configure devstack
HOST_IP=[VM IP] BRANCH=stable/2025.2 #BRANCH=refs/remote/origin/stable/2025.2 RECLONE=yes - setup devstack
./stack.shin case of failure, try
./unstack.sh ./clean.sh sudo rm -rf /opt/stackThis 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- setup openrc in ~/.profile
.~/git/code0x9/devstack-test/devstack/openrc admin- OVN OpenStack Tutorial: https://docs.ovn.org/en/latest/tutorials/ovn-openstack.html