Remove image make module

This module has not been used since 6.1 when
we suspended support Centos based clusters.
Anyway, target image building must be a part
of deployment process not ISO build process, so
target images should be built on the master node
in runtime.

Closes-Bug: #1523931
Change-Id: I86d4b2c886ea7da3254ce95033ce9f14d8a8e191
This commit is contained in:
Vladimir Kozhukalov
2015-11-20 17:35:09 +03:00
parent 7edc0a8eb8
commit d53ac4e0c7
12 changed files with 1 additions and 604 deletions

View File

@@ -15,10 +15,6 @@ Directory structure:
- ```fuel-bootstrap-image```
Scripts which allow us to build Ubuntu based bootstrap ramdisk on the
Fuel master node in runtime. The status of this ramdisk is experimental.
- ```image```
Scripts to build CentOS based target operating system image. We install
this image on the Fuel slave nodes. This image being installed on a node provides
fully functional standalone operating system. (being deprecated)
- ```iso```
Scripts that are used for building Fuel ISO.
- ```mirror```