devstack-gate/playbooks/setup_host.yaml

16 lines
306 B
YAML

---
- hosts: all
gather_facts: yes
vars_files:
- devstack_gate_vars.yaml
roles:
- gather_host_info
- fix_etc_hosts
- fix_disk_layout
- create_base_folder
- start_fresh_logging
- setup_stack_user
- setup_tempest_user
- copy_mirror_config
- network_sanity_check