tacker/vagrant/devstack/site.yaml
Yasufumi Ogawa 04d2c197d9 Update installer for virtualbox/ubuntu-jammy
This patch is to fix a lack of required packages for building devstack
environment and drop old focal support.

* Add pip installation of pbr for ovn-metadata agent and netaddr for
  kuryr-kubernetes.

* Remove boxes and playbooks for focal.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: Ie345e50e09a3236d0c2ab9ff1494058bdc6c010b
2024-02-28 20:07:24 +09:00

19 lines
400 B
YAML

---
- name: ubuntu-jammy controller node
hosts: ubuntu-jammy.controller
remote_user: stack
roles:
- ubuntu-jammy/controller
- name: ubuntu-jammy compute nodes
hosts: ubuntu-jammy.compute
remote_user: stack
roles:
- ubuntu-jammy/compute
- name: centos-stream8 controller node
hosts: centos-stream8.controller
remote_user: stack
roles:
- centos-stream8/controller