981c084014
This change introduces a new way of defining image files. Using yaml, the image file definitions can now be externalized, making updates to the images being built easier. This will also allow for easier customization of the images without having to change the actual code. Change-Id: I321fa12f6a85c6a71cbd6e4e5ed9db3bfa4cb1c7
30 lines
412 B
ReStructuredText
30 lines
412 B
ReStructuredText
===========
|
|
Disk images
|
|
===========
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
|
|
image/*
|
|
|
|
|
|
YAML file format
|
|
----------------
|
|
::
|
|
|
|
disk_images:
|
|
-
|
|
imagename: overcloud-compute
|
|
builder: dib
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: centos7
|
|
elements:
|
|
- overcloud-compute
|
|
- other-element
|
|
packages:
|
|
- vim
|
|
options:
|
|
|