Merge "Cleanup/restify components.rst"
This commit is contained in:
commit
defae1a7fd
@ -1,29 +1,38 @@
|
|||||||
Componenets
|
Components
|
||||||
===========
|
==========
|
||||||
|
|
||||||
|
`disk-image-create [-a i386|amd64|armhf] -o filename {element} [{element} ...]`
|
||||||
|
|
||||||
* disk-image-create [-a i386|amd64|armhf] -o filename {element} [{element} ...]
|
|
||||||
Create an image of element {element}, optionally mixing in other elements.
|
Create an image of element {element}, optionally mixing in other elements.
|
||||||
Element dependencies are automatically included. Support for other
|
Element dependencies are automatically included. Support for other
|
||||||
architectures depends on your environment being able to run binaries of that
|
architectures depends on your environment being able to run binaries of
|
||||||
platform. For instance, to enable armhf on Ubuntu install the qemu-user-static
|
that platform. For instance, to enable armhf on Ubuntu install the
|
||||||
package. The default output format from disk-image-create is qcow2. To instead
|
qemu-user-static package. The default output format from disk-image-create
|
||||||
output a tarball pass in "-t tar". This tarball could then be used as an image
|
is qcow2. To instead output a tarball pass in "-t tar". This tarball could
|
||||||
for a linux container(see docs/docker.md).
|
then be used as an image for a linux container(see docs/docker.md).
|
||||||
|
|
||||||
* ramdisk-image-create -o filename {element} [{element} ...] : Create a kernel+
|
`ramdisk-image-create -o filename {element} [{element} ...]`
|
||||||
ramdisk pair for running maintenance on bare metal machines (deployment,
|
|
||||||
inventory, burnin etc).
|
Create a kernel+ ramdisk pair for running maintenance on bare metal
|
||||||
|
machines (deployment, inventory, burnin etc).
|
||||||
|
|
||||||
|
To generate kernel+ramdisk pair for use with nova-baremetal, use::
|
||||||
|
|
||||||
To generate kernel+ramdisk pair for use with nova-baremetal, use
|
|
||||||
ramdisk-image-create -o deploy.ramdisk deploy-baremetal
|
ramdisk-image-create -o deploy.ramdisk deploy-baremetal
|
||||||
|
|
||||||
To generate kernel+ramdisk pair for use with ironic, use
|
To generate kernel+ramdisk pair for use with ironic, use::
|
||||||
|
|
||||||
ramdisk-image-create -o deploy.ramdisk deploy-ironic
|
ramdisk-image-create -o deploy.ramdisk deploy-ironic
|
||||||
|
|
||||||
* disk-image-get-kernel filename : **DEPRECATED** Extract the appropriate
|
`disk-image-get-kernel filename`
|
||||||
kernel and ramdisk to use when doing PXE boot using filename as the image
|
|
||||||
for a machine. Consider using the `baremetal` element, rather than this tool.
|
|
||||||
|
|
||||||
* elements can be found in the top level elements directory.
|
**DEPRECATED** Extract the appropriate kernel and ramdisk to use when doing
|
||||||
|
PXE boot using filename as the image for a machine. Consider using the
|
||||||
|
:ref:`baremetal` element, rather than this tool.
|
||||||
|
|
||||||
* element-info : Extract information about elements.
|
|
||||||
|
`element-info`
|
||||||
|
|
||||||
|
Extract information about elements.
|
||||||
|
|
||||||
|
elements can be found in the top level elements directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user