Role Ironic for OpenStack-Ansible
Go to file
Jesse Pretorius c88ecfa826 Fix ansible performance issue
When a task is included, contains variables within the
include, and loads other tasks with conditionals that
iterate  (using a lookup plugin) Ansible will spinlock for
~30 seconds per item per task. To resolve this the iteration
using the lookup plugin was removed and the task broken out
into individual tasks.

Change-Id: I2f979c950217f85340fbb22a8c9151b5605753f7
2016-08-02 09:19:33 +01:00
defaults Support service-specific rabbitmq clusters 2016-07-18 10:41:14 -04:00
doc Ensure that doc linting is included in the linters test 2016-07-26 00:39:31 +01:00
files updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00: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 Update sphinx configuration 2016-07-12 16:53:12 +01:00
tasks Fix ansible performance issue 2016-08-02 09:19:33 +01:00
templates Define keystone region name. 2016-07-22 12:40:09 -05:00
tests Define keystone region name. 2016-07-22 12:40:09 -05:00
vars Add 16.04 support 2016-06-02 14:39:39 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:18:16 +01:00
.gitreview Update .gitreview for project rename 2016-06-03 18:14:57 -07:00
CONTRIBUTING.rst Add required base test configs 2016-01-05 13:28:19 +00:00
LICENSE Initial commit 2015-10-19 15:08:19 +10:30
local_install.sh General cleanup, incl. copyright headers 2015-11-27 12:59:56 +10:30
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:54:15 +01:00
README.rst Add required base test configs 2016-01-05 13:28:19 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:54:15 +01:00
setup.cfg Add required base test configs 2016-01-05 13:28:19 +00:00
setup.py Updated from global requirements 2016-07-15 03:57:55 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:55 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-26 00:39:31 +01:00

Ironic Role for OpenStack-Ansible

This is a role for the deployment of Ironic in an OpenStack-Ansible environment.

Please see the role-ironic spec for more details.