openstack-ansible-os_cinder/tasks
Kevin Carter 08696779b0 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: I86f1c186caef114ee6fe7f753db92084b5d24d7d
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:44:58 -05:00
..
cinder_backends.yml Implement support for cinder qos specs 2016-10-03 18:11:55 +00:00
cinder_db_setup.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_init_common.yml Remove dynamic inclusion from inventory-based service setup 2016-10-01 07:42:41 +00:00
cinder_init_systemd.yml Updating service group mapping implementation 2016-09-29 07:52:02 +01:00
cinder_init_upstart.yml Updating service group mapping implementation 2016-09-29 07:52:02 +01:00
cinder_install_apt.yml Rename package lists (and related vars) appropriately 2016-08-30 16:51:37 +01:00
cinder_install_yum.yml Add centos support for os_cinder role 2016-09-23 13:48:06 +00:00
cinder_install.yml Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:44:58 -05:00
cinder_lvm_config.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_post_install.yml Update rootwrap filter copy for easier maintenance 2016-09-20 16:06:44 +01:00
cinder_pre_install.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_qos.yml Implement support for cinder qos specs 2016-10-03 18:11:55 +00:00
cinder_service_add.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_service_setup.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
main.yml Merge "Use dictionary for service group mappings" 2016-09-27 14:51:53 +00:00