Role os_barbican for OpenStack-Ansible
Go to file
Jesse Pretorius 422789372d 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: I051ee5ed48042d9a402583d733fe30ff06d34821
2016-11-07 17:47:46 +00:00
defaults Simplify pip options/constraints mechanism 2016-11-02 13:09:44 +00:00
doc [DOCS] - Use new documentation tree structure 2016-08-18 09:33:33 -04:00
examples Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
extras Remove deprecated ansible_ssh_host variable 2016-10-25 19:41:25 +00:00
handlers Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
meta Use updated get_url module checksum functionality 2016-11-07 17:47:46 +00:00
releasenotes Simplify pip options/constraints mechanism 2016-11-02 13:09:44 +00:00
tasks Use updated get_url module checksum functionality 2016-11-07 17:47:46 +00:00
templates Use public endpoint as service reference URL 2016-11-01 09:20:37 -07:00
tests Update paste, policy and rootwrap configurations 2016-10-13 2016-10-13 19:21:20 -07:00
vars Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
.gitignore Ansible 2.1.1 role testing 2016-09-19 13:06:53 -04:00
.gitreview Implement base configuration for OpenStack-CI 2016-03-22 12:12:44 -07:00
.travis.yml Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
CONTRIBUTING.rst [DOCS] - Removing tags: and category: 2016-08-18 17:03:05 -04:00
README.rst [DOCS] - Use new documentation tree structure 2016-08-18 09:33:33 -04:00
Vagrantfile Only install to virtual environment 2016-07-14 08:06:31 -04:00
bindep.txt Compress test execution logs 2016-09-09 09:29:41 +00:00
manual-test.rc Use centralised test scripts 2016-09-27 17:55:47 +01:00
run_tests.sh Ansible 2.1.1 role testing 2016-09-19 13:06:53 -04:00
setup.cfg [DOCS] - Use new documentation tree structure 2016-08-18 09:33:33 -04:00
setup.py Updated from global requirements 2016-07-15 03:57:39 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:37:31 +00:00
tox.ini Use upper constraints for all tox targets 2016-10-19 07:41:40 +01:00

README.rst

Barbican role for OpenStack-Ansible

This Ansible role installs and configures OpenStack Barbican.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible