Fix minor documentation issues

I updated the URL to point to the correct path to the uploaded IPA
ramdisk, as well as adding a note about running IPA inside Virtual
Media.

Change-Id: Ib4f3da5ea9fd0172e9d4ff018fd5a2890ddb978b
This commit is contained in:
Jay Faulkner 2014-09-08 11:18:49 -07:00
parent 632fa39738
commit 81a73a468b
1 changed files with 12 additions and 2 deletions

View File

@ -20,7 +20,10 @@ requirements
Booting the agent with this image
=================================
To boot the image, it should be booted via PXE. Here's an example ipxe
PXE
---
The image is typically booted via PXE. Here's an example ipxe
configuration (replace my-web-server with the IP/hostname of the http
server hosting your image):
@ -43,6 +46,13 @@ But any config value supported in the agent can be given to the agent
via the kernel command line, which allows the use of the same agent
image across environments because it contains no state.
Virtual Media
-------------
Openstack Ironic supports booting IPA via virtual media in the form of
an ISO image. Please see Ironic documentation for details on running in
this configuration.
Getting the agent
=================
@ -53,7 +63,7 @@ If you don't want to build your own image, you can download a copy of
ironic-python-agent ramdisk and kernel, built using CoreOS, at:
http://tarballs.openstack.org/ironic-python-agent/coreos/coreos_production_pxe.vmlinuz
and
http://tarballs.openstack.org/ironic-python-agent/coreos/coreos_production_pxe-oem.cpio.gz
http://tarballs.openstack.org/ironic-python-agent/coreos/coreos_production_pxe_image-oem.cpio.gz
Build instructions
------------------