Role os_neutron for OpenStack-Ansible
Go to file
Kevin Carter 7849c7d8e3 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: I0e6b5fc5b10e379485cec5c58acca4b315d4a6c4
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:45:56 -05:00
defaults Set calico wheel name for py_pkgs lookup 2016-10-07 13:42:43 -05:00
doc Merge "[DOC] Fix the OVS config file in docs" 2016-09-07 13:25:30 +00:00
examples [DOCS] Move over the Neutron Plugins docs 2016-08-15 21:51:56 +00:00
files Update paste, policy and rootwrap configurations 2016-09-20 2016-09-20 15:42:10 +01:00
handlers Add conditional around the pid clean up process 2016-09-27 21:06:28 +00:00
library Add the BGP dynamic routing neutron plugin 2016-08-24 17:54:15 -03:00
meta Project Calico integration 2016-08-22 14:47:25 -05:00
releasenotes Enable release notes translation 2016-10-06 20:37:41 +02:00
tasks Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:45:56 -05:00
templates Update paste, policy and rootwrap configurations 2016-09-16 2016-09-16 07:11:47 +01:00
tests Fix dhcp-agent-list-hosting-net race condition 2016-10-01 09:27:02 +01:00
vars Add CentOS support for os_neutron 2016-10-04 10:02:36 -04:00
.gitignore Use openstack-ansible-tests and ansible 2.1.1 2016-09-22 14:33:03 +01:00
.gitreview Implement base configuration for independent repository 2016-03-01 13:21:12 -08:00
bindep.txt Compress test execution logs 2016-09-09 10:43:10 +01:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 09:24:41 +01:00
README.rst [DOCS] Add links to README; minor restructure 2016-08-16 14:27:02 -05:00
run_tests.sh Use openstack-ansible-tests and ansible 2.1.1 2016-09-22 14:33:03 +01:00
setup.cfg Update home page link in cfg file 2016-09-20 14:23:35 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:01 +00:00
test-requirements.txt Updated from global requirements 2016-09-30 02:22:22 +00:00
tox.ini Use centralised Ansible test scripts 2016-10-05 11:49:29 +00:00
Vagrantfile Adding func_ovs tox environment for neutron ovs testing 2016-07-19 08:58:54 -04:00

OpenStack-Ansible neutron

Ansible role that installs and configures OpenStack neutron.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible