From 81a73a468bd50ca32c562bc32b1769a327811740 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Mon, 8 Sep 2014 11:18:49 -0700 Subject: [PATCH] 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 --- coreos/README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/coreos/README.rst b/coreos/README.rst index fb4ea80..5d97086 100644 --- a/coreos/README.rst +++ b/coreos/README.rst @@ -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 ------------------