This git repository contains Fuel ISO build scripts.
Directory structure:
fuel-bootstrap-imageScripts which allow us to build Ubuntu based bootstrap ramdisk on the Fuel master node in runtime. The status of this ramdisk is experimental.isoScripts that are used for building Fuel ISO.mirrorScripts to build local mirrors that are used for building chroot environments, bootstrap and target images, etc.packagesScripts that are used for building Fuel RPM and DEB packages.specsRPM spec for fuel and fuel-release packages.utilsAuxiliary scripts. (being deprecated)MakefileIt is the main GNU Make file which includes all other necessary GNU Make files.config.mkThe file where the whole build process is parametrized.prepare-build-env.shThe script installs all necessary packages that are needed for the build process. Currently only Ubuntu 14.04 is supported.repos.mkThe script which downloads git repositories that are needed for the build process.requirements-rpm.txtThis file is used when building local RPM mirror. All RPM packages that are needed for Fuel are listed here.sandbox.mkThe script that is used for building chroot environments.