devstack-plugin-tobiko/roles/devstack-tobiko-deploy/tasks/install-bindeps.yaml
Federico Ressi 2fd41f4c9c [Vagrant] Update Vagranfile and its playbooks
- add multinode support for devstack nodes
- write clouds.yaml and ssh_config file to devstack-tobiko-deploy source dir
- update tobiko.conf file
- create simple functional test cases to test vagrant configuration
- remove local projects synchronization

Change-Id: I9d2517d5fa6c72b98726af8aa3ba9fa8bcf0918f
2022-07-16 07:31:40 +00:00

15 lines
218 B
YAML

---
- name: "ensure required packages are installed"
become: true
package:
name:
- acl
- git
- iptables
- python3
- python3-pip
- python3-systemd
- rsync
- sudo