RETIRED, Role pip_install for OpenStack-Ansible
Go to file
Kevin Carter c45165acd3 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: Iab6a4e4be29ae358cc95d94eb1090a7963a925df
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:46:49 -05:00
defaults Make pip_install honour pip_install_options 2016-09-09 11:06:30 +10:00
doc [DOCS] Refactor pip install Docs 2016-08-12 10:14:27 -05:00
examples Rename package lists (and related vars) appropriately 2016-08-30 20:05:14 +01:00
files Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
meta IRR for pip_install 2015-11-03 02:34:10 -06:00
releasenotes Enable release notes translation 2016-10-06 20:39:04 +02:00
tasks Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:46:49 -05:00
templates Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
tests Use centralised test scripts 2016-09-28 10:51:19 +00:00
vars Rename package lists (and related vars) appropriately 2016-08-30 20:05:14 +01:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:21:47 +01:00
.gitreview New git dotfiles for independant repository 2015-11-25 17:22:01 +00:00
CONTRIBUTING.rst IRR for pip_install 2015-11-03 02:34:10 -06:00
LICENSE IRR for pip_install 2015-11-03 02:34:10 -06:00
README.rst [DOCS] Refactor pip install Docs 2016-08-12 10:14:27 -05:00
Vagrantfile Remove apt update from Vagrantfile 2016-08-19 15:45:27 -04:00
bindep.txt Compress test execution logs 2016-09-09 10:51:46 +01:00
run_tests.sh Add SNI support via OS packages 2016-08-17 12:09:30 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-19 16:51:28 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:14 +00:00
test-requirements.txt Updated from global requirements 2016-09-29 22:37:10 +00:00
tox.ini Use centralised Ansible test scripts 2016-10-05 12:17:51 +01:00

README.rst

OpenStack-Ansible pip install

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible