Role os_rally for OpenStack-Ansible
Go to file
Kevin Carter 4cd19d9ce8 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: I5986a6588788b09501935fcd0fc18b96531bdca2
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:46:07 -05:00
defaults Remove rally_host_group variable 2016-08-23 14:45:16 -04:00
doc [DOCS] - Use new documentation tree structure 2016-08-22 16:07:06 -05:00
examples Rename package lists (and related vars) appropriately 2016-08-30 19:58:46 +01:00
meta Implement Ubuntu 16.04 support 2016-07-21 13:27:11 -04:00
releasenotes Enable release notes translation 2016-10-06 20:37:56 +02:00
tasks Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:46:07 -05:00
templates Disable stderr logging 2016-08-04 17:45:04 +00:00
tests Update test-vars.yml for repositories 2016-10-05 22:01:48 +05:30
vars Rename package lists (and related vars) appropriately 2016-08-30 19:58:46 +01:00
.gitignore Update testing bits for consistency 2016-09-17 16:55:27 -04:00
.gitreview Inital commit 2016-03-24 17:13:47 -04:00
bindep.txt Compress test execution logs 2016-09-09 10:45:41 +01:00
CONTRIBUTING.rst Inital commit 2016-03-24 17:13:47 -04:00
LICENSE Inital commit 2016-03-24 17:13:47 -04:00
manual-test.rc Use centralised test scripts 2016-09-28 11:34:10 +01:00
README.rst [DOCS] - Use new documentation tree structure 2016-08-22 16:07:06 -05:00
run_tests.sh Update testing bits for consistency 2016-09-17 16:55:27 -04:00
setup.cfg [DOCS] - Use new documentation tree structure 2016-08-22 16:07:06 -05:00
setup.py Updated from global requirements 2016-07-15 03:58:04 +00:00
test-requirements.txt Updated from global requirements 2016-09-30 02:22:25 +00:00
tox.ini Use centralised Ansible test scripts 2016-10-05 18:25:34 +01:00
Vagrantfile Remove apt-get update from Vagrantfile 2016-09-12 14:40:59 -04:00

Rally role for OpenStack-Ansible

This Ansible role installs and configures OpenStack Rally.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible