Use bindep to specify binary dependencies
Change-Id: I16dcd0bbf891b05b3e252795edac7550fb57be77
This commit is contained in:
parent
51de6802f1
commit
956eb44277
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