Role Ironic for OpenStack-Ansible
Go to file
Jesse Pretorius c42d884756 Add dependencies for paramiko 2.0
Paramiko version 2.0 has been released. It now uses the Python library
cryptography. Installing this requires additional system packages. This
commit adds in the appropriate packages required by cryptography based
on its documentation [1].

An alternative approach would have been to constrain the version of
Paramiko however the project describes the 1.x versions as relying on
insecure dependencies [2].

[1] https://cryptography.io/en/latest/installation/
[2] http://www.paramiko.org/installing.html

Change-Id: I81916b5bcf780922bfd4d6e4b938f00953832d21
2016-05-03 08:54:15 +01:00
defaults Switch defaults/tests to use master branch 2016-04-16 15:21:10 +00:00
doc Add required base test configs 2016-01-05 13:28:19 +00:00
files updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
handlers Ansible 2.x - Address deprecation warning of bare variables 2016-04-19 14:56:13 -04:00
meta Update min_ansible_version to 1.9 2016-04-11 11:12:39 +00:00
releasenotes Remove Liberty releasenote index 2016-04-20 22:18:47 +01:00
tasks Merge "Ansible 2.x - Address deprecation warning of bare variables" 2016-04-21 07:54:59 +00:00
templates updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
tests Switch defaults/tests to use master branch 2016-04-16 15:21:10 +00:00
.gitignore Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
.gitreview Add required base test configs 2016-01-05 13:28:19 +00:00
CONTRIBUTING.rst Add required base test configs 2016-01-05 13:28:19 +00:00
LICENSE Initial commit 2015-10-19 15:08:19 +10:30
local_install.sh General cleanup, incl. copyright headers 2015-11-27 12:59:56 +10:30
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:54:15 +01:00
README.rst Add required base test configs 2016-01-05 13:28:19 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:54:15 +01:00
setup.cfg Add required base test configs 2016-01-05 13:28:19 +00:00
setup.py Add required base test configs 2016-01-05 13:28:19 +00:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:42:58 -05:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00

Ironic Role for OpenStack-Ansible

This is a role for the deployment of Ironic in an OpenStack-Ansible environment.

Please see the role-ironic spec for more details.