2015-02-12 07:07:47 +00:00
|
|
|
Diskimage-builder Documentation
|
|
|
|
===============================
|
2015-02-07 10:30:02 +00:00
|
|
|
|
2016-05-16 05:13:39 +00:00
|
|
|
``diskimage-builder`` is a tool for automatically building customized
|
|
|
|
operating-system images for use in clouds and other environments.
|
2015-02-07 10:30:02 +00:00
|
|
|
|
2016-05-16 05:13:39 +00:00
|
|
|
It includes support for building images based on many major
|
|
|
|
distributions and can produce cloud-images in all common formats
|
|
|
|
(``qcow2``, ``vhd``, ``raw``, etc), bare metal file-system images and
|
|
|
|
ram-disk images. These images are composed from the many included
|
|
|
|
`elements`; ``diskimage-builder`` acts as a framework to easily add
|
|
|
|
your own elements for even further customization.
|
|
|
|
|
|
|
|
``diskimage-builder`` is used extensively by the `TripleO project
|
|
|
|
<https://wiki.openstack.org/wiki/TripleO>`__ and within `OpenStack
|
|
|
|
Infrastructure <http://docs.openstack.org/infra/system-config/>`__.
|
|
|
|
|
|
|
|
Code
|
2015-02-12 07:07:47 +00:00
|
|
|
----
|
|
|
|
|
2016-05-16 05:13:39 +00:00
|
|
|
Release notes for the latest and previous versions are available at:
|
|
|
|
|
|
|
|
* `http://docs.openstack.org/releasenotes/diskimage-builder/
|
|
|
|
<http://docs.openstack.org/releasenotes/diskimage-builder/>`__
|
|
|
|
|
|
|
|
|
|
|
|
The code is available at:
|
|
|
|
|
|
|
|
* `https://git.openstack.org/cgit/openstack/diskimage-builder/
|
|
|
|
<https://git.openstack.org/cgit/openstack/diskimage-builder/>`__
|
|
|
|
|
|
|
|
|
2016-08-15 15:41:55 +00:00
|
|
|
Communication
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Communication among the diskimage-builder developers happens on IRC in
|
|
|
|
#openstack-dib on freenode and on the openstack-dev mailing list (openstack-dev@lists.openstack.org).
|
|
|
|
|
|
|
|
|
2016-05-16 05:13:39 +00:00
|
|
|
Table of Contents
|
|
|
|
-----------------
|
2015-02-07 10:30:02 +00:00
|
|
|
|
|
|
|
.. toctree::
|
2015-02-12 07:07:47 +00:00
|
|
|
:maxdepth: 2
|
2015-02-07 10:30:02 +00:00
|
|
|
|
2015-03-29 16:47:30 +00:00
|
|
|
user_guide/index
|
|
|
|
developer/index
|
|
|
|
elements
|
2015-04-27 14:50:37 +00:00
|
|
|
copyright
|