Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius 85b92f8c44 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: I0994dcd713391235946b4d9aa762b518bd0eddae
2016-05-04 08:35:14 +00:00
defaults Merge "Enabled debug logging functionality for libvirt" 2016-04-21 01:53:57 +00:00
doc Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
files Update paste, policy and rootwrap configurations 2016-04-03 2016-04-03 12:00:48 +01:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Update min_ansible_version to 1.9 2016-04-11 12:21:17 +01:00
releasenotes Remove Liberty releasenote index 2016-04-20 22:21:04 +01:00
tasks Add Nova config for os_ironic role 2016-04-11 07:06:07 +00:00
templates Update paste, policy and rootwrap configurations 2016-04-22 2016-04-22 17:23:44 +01:00
tests Run specific tempest tests 2016-04-25 15:33:25 +01:00
.gitignore Add reno scaffolding for release notes management 2016-04-09 19:21:11 +01:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
README.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:43:09 -05:00
tox.ini Use tempest for testing 2016-04-22 15:43:30 +01:00

os_nova role

tags

openstack, cloud, ansible, os_nova

category

*nix

os_nova Role

- name: os_nova role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_nova" }