Role Ironic for OpenStack-Ansible
Go to file
Kevin Carter 1cb4962922 updated Ironic role to fix tftp-hpa issues
This change addresses two issues:

1 - the tftpd-hpa package has to be installed on all conductors
    regardless of standalone more or not.
2 - the tftpd-hpa has an issue where is till not function over
    ipv4 unless expressly set. To resolve this issue the default
    configuration file has been changed to lockdown the listen
    address and set the port. This is the related launchpad issue
    for tftp-hpa [0]

[0] - https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1448500

Change-Id: I9861de0a0384661a27f0971f77ab340f4c1d59e3
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-04-13 11:14:11 +00:00
defaults updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
doc Add required base test configs 2016-01-05 13:28:19 +00:00
files updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
handlers Isolating standalone Ironic mode 2016-02-15 09:39:27 +00:00
meta Update min_ansible_version to 1.9 2016-04-11 11:12:39 +00:00
releasenotes Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
tasks updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
templates updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
tests Merge "Update ironic.conf for swift and keystone compat" 2016-04-13 11:12:09 +00:00
.gitignore Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
.gitreview Add required base test configs 2016-01-05 13:28:19 +00: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
README.rst Add required base test configs 2016-01-05 13:28:19 +00:00
local_install.sh General cleanup, incl. copyright headers 2015-11-27 12:59:56 +10:30
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:21:37 +00:00
run_tests.sh Add required base test configs 2016-01-05 13:28:19 +00:00
setup.cfg Add required base test configs 2016-01-05 13:28:19 +00:00
setup.py Add required base test configs 2016-01-05 13:28:19 +00:00
test-requirements.txt Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00

README.rst

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.