Merge "Use bindep to specify binary dependencies"
This commit is contained in:
commit
cd747e50df
14
bindep.txt
Normal file
14
bindep.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# This file contains runtime (non-python) dependencies
|
||||
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
||||
|
||||
# install Ansible as system package
|
||||
ansible
|
||||
|
||||
# cffi (required by oslo.privsep) and PyNaCL (required by paramiko)
|
||||
libffi-dev [platform:dpkg]
|
||||
libffi-devel [platform:rpm]
|
||||
|
||||
# requirements from paramiko which requires cryptography which requires ssl
|
||||
libssl-dev [platform:dpkg]
|
||||
openssl-devel [platform:rpm !platform:suse]
|
||||
libopenssl-devel [platform:suse !platform:rpm]
|
@ -2,4 +2,5 @@
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- bindep
|
||||
- orchestrate-devstack
|
||||
|
Loading…
x
Reference in New Issue
Block a user