Role os_sahara for OpenStack-Ansible
Go to file
Kevin Carter 3e65a5a166 Remove 'ignore_errors: true' in favor of 'failed_when: false'
This change removes the use of 'ignore_errors: true' because it causes deployers
to see red output and a stacktrace, which traditionally means something is broken,
even when the failure is known to have a fall back option or be intentional. This
conversion will provide a generally cleaner interface.

It should be noted that the 'failed' filter will still function normally. Tasks
with the 'failed_when: false' option will still be marked as 'failed' in any
registered variable. This change simply makes the output look cleaner.

Change-Id: Ia6f55ae6fd6270d03e6bf0541d577cd862b3a16b
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-11-04 15:58:46 +00:00
defaults Fix linting issues for ansible-lint 3.4.1 2016-11-04 15:17:40 +00:00
doc [DOCS] Added sahara role installation guide 2016-08-24 18:22:27 -03:00
examples [DOCS] Added sahara role installation guide 2016-08-24 18:22:27 -03:00
extras Role cleanup/changes for newton OSA 2016-08-24 02:44:06 +00:00
files/rootwrap.d Update paste, policy and rootwrap configurations 2016-09-08 2016-09-09 12:37:42 +01:00
handlers Address Ansible bare variable usage 2016-06-15 10:54:53 -04:00
meta Implement Ubuntu 16.04 Xenial support 2016-06-16 08:48:07 -03:00
releasenotes Enable release notes translation 2016-10-06 20:38:04 +02:00
tasks Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-11-04 15:58:46 +00:00
templates Update paste, policy and rootwrap configurations 2016-09-08 2016-09-09 12:37:42 +01:00
tests Temporarily pin Tempest SHA for Sahara testing 2016-11-04 09:49:09 +00:00
vars Rename package lists (and related vars) appropriately 2016-08-30 19:59:58 +01:00
.gitignore Ansible 2.1.1 role testing 2016-10-03 14:12:51 +01:00
.gitreview Test sahara with tempest 2016-06-08 08:32:43 -03:00
CONTRIBUTING.rst Fix module name 2016-05-12 10:31:00 -03:00
LICENSE Initial import 2016-05-12 10:28:58 -03:00
README.rst [DOCS] Added sahara role installation guide 2016-08-24 18:22:27 -03:00
Vagrantfile Test sahara with tempest 2016-06-08 08:32:43 -03:00
bindep.txt Compress test execution logs 2016-09-09 10:46:22 +01:00
manual-test.rc Ansible 2.1.1 role testing 2016-10-03 14:12:51 +01:00
run_tests.sh Ansible 2.1.1 role testing 2016-10-03 14:12:51 +01:00
setup.cfg Changed the home-page link 2016-10-05 12:22:14 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:06 +00:00
test-requirements.txt Updated from global requirements 2016-09-30 02:22:27 +00:00
tox.ini Use centralised Ansible test scripts 2016-10-05 12:16:26 +01:00

README.rst

OpenStack-Ansible sahara

This Ansible role installs and configures OpenStack sahara.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible