RETIRED, Fuel is the control plane for installing and managing OpenStack. It is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more.
17b753df73
This package installs the following Yum configuration entries for Fuel Admin node: * base, updates and security MOS repos (enabled by default) * repos configuration includes online mirrorlists * GPG key for MOS packages (verification is enabled) Also remove Fuel packages that directly depend on the 'fuel' package from the FUEL_PACKAGES var Change-Id: I20c2c53d823372b44a6c9409f0ee46c1d1910782 Blueprint: separate-fuel-node-provisioning |
||
---|---|---|
bootstrap/ssh | ||
fuel-release | ||
iso | ||
mirror | ||
packages | ||
specs | ||
virtualbox | ||
.gitignore | ||
.gitreview | ||
config.mk | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
prepare-build-env.sh | ||
README.md | ||
report-changelog.sh | ||
repos.mk | ||
requirements-fuel-rpm.txt | ||
requirements-rpm.txt | ||
rules.mk | ||
sandbox.mk | ||
virtualbox.mk |
FUEL
This git repository contains Fuel ISO build scripts.
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.iso
Scripts that are used for building Fuel ISO.mirror
Scripts to build local mirrors that are used for building chroot environments, bootstrap and target images, etc.packages
Scripts that are used for building Fuel RPM and DEB packages.specs
RPM spec for fuel and fuel-release packages.utils
Auxiliary scripts. (being deprecated)virtualbox
Scripts that allow a user to try Fuel easily. Being run they start several virtual box VMs. One of them is used for the Fuel master node and others are used as slave nodes where Fuel installs an operating system and deploys OpenStack.Makefile
It is the main GNU Make file which includes all other necessary GNU Make files.config.mk
The file where the whole build process is parametrized.prepare-build-env.sh
The script installs all necessary packages that are needed for the build process. Currently only Ubuntu 14.04 is supported.repos.mk
The script which downloads git repositories that are needed for the build process.requirements-rpm.txt
This file is used when building local RPM mirror. All RPM packages that are needed for Fuel are listed here.sandbox.mk
The script that is used for building chroot environments.virtualbox.mk
The script that is used for preparing tarball archive with virtualbox scripts.