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

11 lines
274 B
YAML

---
force_restack: false
stack_succeeded_file: '{{ devstack_dir }}/SUCCEEDED'
swap_file_size: 8192
devstack_primary: true
devstack_secondary: '{{ not devstack_primary }}'
devstack_host_interface: eth1
devstack_primary_host_ip: 192.168.56.10
devstack_public_interface: eth2