Role os_cinder for OpenStack-Ansible
Go to file
Jesse Pretorius b9545d93ee Use updated get_url module checksum functionality
Starting in Ansible 2.0, the get_url [1] module provides the
ability for a checksum to be provided to the get_url module
which will be verified against the local destination file
and the task skipped if it matches.

[1] http://docs.ansible.com/ansible/get_url_module.html

This patch implements the use of this functionality.

The ability to ignore a venv download failure is also removed
as this is not necessary or desirable. It is better for the
download to fail and the playbook execution to stop immediately
so that the failure point is exposed.

Change-Id: I7f0274d332b81b9d597b5f40a428f9a51030bbd4
2016-11-07 17:46:50 +00:00
defaults Simplify pip options/constraints mechanism 2016-11-02 14:41:02 +00:00
doc [DOCS] Added release-name as a watermark to Docs. 2016-10-17 15:06:24 -05:00
examples Rename package lists (and related vars) appropriately 2016-08-30 16:51:37 +01:00
files/rootwrap.d Update paste, policy and rootwrap configurations 2016-10-06 2016-10-07 12:49:19 +00:00
handlers Fix linting issues for ansible-lint 3.4.1 2016-11-02 02:51:11 +00:00
meta Use updated get_url module checksum functionality 2016-11-07 17:46:50 +00:00
releasenotes Simplify pip options/constraints mechanism 2016-11-02 14:41:02 +00:00
tasks Use updated get_url module checksum functionality 2016-11-07 17:46:50 +00:00
templates Add cinder_profiler_hmac_key to cinder.conf 2016-11-02 14:40:11 -07:00
tests Use centralised Ansible test scripts 2016-10-05 17:57:10 +01:00
vars Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
.gitignore Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
.gitreview Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst [DOCS] - Clean up role docs 2016-08-17 10:56:38 -04:00
Vagrantfile Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
bindep.txt Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
manual-test.rc Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
run_tests.sh Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
setup.cfg [DOCS] - Clean up role docs 2016-08-17 10:56:38 -04:00
setup.py Updated from global requirements 2016-07-15 03:57:43 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:37:34 +00:00
tox.ini Use upper constraints for all tox targets 2016-10-19 07:41:59 +01:00

README.rst

OpenStack-Ansible cinder

This Ansible role installs and configures OpenStack cinder.

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_cinder/

The project home is at:

http://launchpad.net/openstack-ansible