7a908d8a02
This change removes Chef from the DevStack build profile and replaces it with an Ansible role. Change-Id: I2976a27aabad7b623bf8d55bc146deff5f14e35e
9 lines
159 B
YAML
9 lines
159 B
YAML
- hosts: devstack
|
|
sudo: yes
|
|
vars:
|
|
unpriv_user: vagrant
|
|
unpriv_home: /home/{{unpriv_user}}
|
|
roles:
|
|
- {role: devstack-build, tags: [devstack]}
|
|
|