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
|
2017-02-08 04:45:12 +00:00
|
|
|
``elements``; ``diskimage-builder`` acts as a framework to easily add
|
2016-05-16 05:13:39 +00:00
|
|
|
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
|
2019-04-28 01:03:52 +00:00
|
|
|
Infrastructure <https://docs.openstack.org/infra/system-config/>`__.
|
2016-05-16 05:13:39 +00:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2019-04-28 01:03:52 +00:00
|
|
|
* `https://docs.openstack.org/releasenotes/diskimage-builder/
|
|
|
|
<https://docs.openstack.org/releasenotes/diskimage-builder/>`__
|
2016-05-16 05:13:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
The code is available at:
|
|
|
|
|
2019-04-23 11:37:24 +00:00
|
|
|
* `https://opendev.org/openstack/diskimage-builder/
|
|
|
|
<https://opendev.org/openstack/diskimage-builder/>`__
|
2016-05-16 05:13:39 +00:00
|
|
|
|
|
|
|
|
2016-10-06 21:49:08 +00:00
|
|
|
Issues
|
|
|
|
------
|
|
|
|
|
|
|
|
Issues are tracked on launchpad at:
|
|
|
|
|
2018-01-31 09:45:16 +00:00
|
|
|
* `<https://bugs.launchpad.net/diskimage-builder/+bugs>`__
|
2016-10-06 21:49:08 +00:00
|
|
|
|
|
|
|
|
2016-08-15 15:41:55 +00:00
|
|
|
Communication
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Communication among the diskimage-builder developers happens on IRC in
|
2021-07-22 10:17:12 +00:00
|
|
|
``#openstack-dib`` on OFTC and on the ``openstack-discuss`` mailing list
|
2019-07-01 10:55:15 +00:00
|
|
|
(``openstack-discuss@lists.openstack.org``).
|
2016-08-15 15:41:55 +00:00
|
|
|
|
|
|
|
|
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
|
2017-02-08 04:45:12 +00:00
|
|
|
specs/README
|