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.
Go to file
Vitaly Parakhin 17b753df73 Add Yum configuration to the fuel-release package
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
2016-02-18 14:19:44 +02:00
bootstrap/ssh Remove CentOS bootstrap image 2016-02-10 15:07:12 +02:00
fuel-release Add Yum configuration to the fuel-release package 2016-02-18 14:19:44 +02:00
iso Add Yum configuration to the fuel-release package 2016-02-18 14:19:44 +02:00
mirror Remove Docker related code 2016-02-10 19:35:40 +03:00
packages Remove Docker related code 2016-02-10 19:35:40 +03:00
specs Add Yum configuration to the fuel-release package 2016-02-18 14:19:44 +02:00
virtualbox VirtualBox network fixes and the dockerless mode support 2016-02-15 00:13:47 +03:00
.gitignore Revert "Revert "Separate CentOS from MOS"" 2015-12-01 12:44:59 +00:00
.gitreview Update paths to repositories due to stackforge migration 2015-10-17 23:04:19 +03:00
config.mk Revert "Use current CentOS when building ISO" 2016-02-12 16:08:54 +00:00
LICENSE LICENCE added 2014-06-06 13:48:21 +00:00
MAINTAINERS Spec for packages MUST be reviewed by mos packaging team 2015-12-20 20:31:37 +00:00
Makefile Remove Docker related code 2016-02-10 19:35:40 +03:00
prepare-build-env.sh Remove Docker related code 2016-02-10 19:35:40 +03:00
README.md Remove Docker related code 2016-02-10 19:35:40 +03:00
report-changelog.sh Add support lzma data compression for global changelog script 2014-12-01 14:12:23 +03:00
repos.mk Remove version.yaml and other artifacts 2016-01-20 18:17:14 +03:00
requirements-fuel-rpm.txt Remove Docker related code 2016-02-10 19:35:40 +03:00
requirements-rpm.txt Remove unused rubygems 2015-12-28 19:30:01 +03:00
rules.mk Switch to perestroika v5 repositories 2015-08-10 14:33:16 +00:00
sandbox.mk Remove CentOS upstream repos from rpm sandbox 2016-02-04 16:38:43 +02:00
virtualbox.mk New target 'make vbox-scripts' 2014-08-28 12:19:52 +00:00

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.