Role Ironic for OpenStack-Ansible
Go to file
Kevin Carter 3a62eccb2c 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: I7067a541362c826579fc7d17abf86fe9ddc89bee
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:45:36 -05:00
defaults Turn on debug output from IPA by default 2016-09-28 02:23:01 +00:00
doc [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
examples [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
files Update paste, policy and rootwrap configurations 2016-09-23 2016-09-23 14:06:01 +01:00
handlers Ansible 2.x - Address deprecation warning of bare variables 2016-04-19 14:56:13 -04:00
meta Remove pip_lock_down dependency 2016-06-08 21:08:25 -05:00
releasenotes Enable release notes translation 2016-10-06 20:37:05 +02:00
tasks Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:45:36 -05:00
templates Turn on debug output from IPA by default 2016-09-28 02:23:01 +00:00
tests Use centralised Ansible test scripts 2016-10-05 13:06:55 +01:00
vars Rename package lists (and related vars) appropriately 2016-08-30 18:32:27 +01:00
.gitignore Ansible 2.1.1 role testing 2016-09-21 10:01:36 -04:00
.gitreview Update .gitreview for project rename 2016-06-03 18:14:57 -07:00
bindep.txt Compress test execution logs 2016-09-09 10:34:51 +01:00
CONTRIBUTING.rst [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
LICENSE Initial commit 2015-10-19 15:08:19 +10:30
local_install.sh Use centralised test scripts 2016-09-28 08:51:21 +01:00
manual-test.rc Use centralised test scripts 2016-09-28 08:51:21 +01:00
README.rst [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
run_tests.sh Ansible 2.1.1 role testing 2016-09-21 10:01:36 -04:00
setup.cfg [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
setup.py Updated from global requirements 2016-07-15 03:57:55 +00:00
test-requirements.txt Updated from global requirements 2016-09-30 02:22:15 +00:00
tox.ini Use centralised Ansible test scripts 2016-10-05 13:06:55 +01:00
Vagrantfile Ansible 2.1.1 role testing 2016-09-21 10:01:36 -04:00

OpenStack-Ansible role for Bare Metal (ironic) service

This is an OpenStack-Ansible role to deploy the Bare Metal (ironic) service.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible