summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaomeng, Wang <whaom@cn.ibm.com>2015-03-04 02:59:39 +0000
committerHaomeng, Wang <whaom@cn.ibm.com>2015-03-04 23:05:27 +0000
commit01673cfe075d68fa416782398269cf0d8d26a141 (patch)
tree5f198cb0dfd2418ec91609512c5ecbfb98000f30 /doc
parent947edccabe526c7ad11f8006cdb3a54af7edbe14 (diff)
downloadironic-01673cfe075d68fa416782398269cf0d8d26a141.tar.gz
Add tftp mapfile configuration in install-guide
The document http://docs.openstack.org/developer/ironic/deploy/install-guide.html just show how to create a tftp map file, but this have to be enabled in tftp configuration file, else, it is not working as well. In this patch, add the tftp map file configuration steps. Closes-Bug: #1427953 Change-Id: I3d838580cbd60b3264b9378a547cadbae2136d36
Diffstat (limited to 'doc')
-rw-r--r--doc/source/deploy/install-guide.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst
index 108e84b5b..4f9d240fb 100644
--- a/doc/source/deploy/install-guide.rst
+++ b/doc/source/deploy/install-guide.rst
@@ -630,6 +630,10 @@ node(s) where ``ironic-conductor`` is running.
contents of ``/tftpboot`` to the configured directory
.. [2] http://www.syslinux.org/wiki/index.php/Library_modules
+#. Enable tftp map file, modify ``/etc/xinetd.d/tftp`` as below and restart xinetd
+ service::
+
+ server_args = -v -v -v -v -v --map-file /tftpboot/map-file /tftpboot
PXE UEFI Setup
--------------