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
OpenDev Sysadmins 160eeb2f11 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:29:24 +00:00
fuel-release Override rpm repos from override_rpm_repos.yaml 2016-06-17 16:45:11 +03:00
iso Use mos and proposed repos during centos install 2017-02-14 10:39:37 +00:00
mirror Add holdback and hotfix repos into custom isos 2017-02-14 12:51:12 +00:00
packages Update DEBRELEASE for Xenial 2016-08-02 00:14:12 +03:00
specs Fix wrong licenses for fuel-release and fuel-setup subpackages 2016-06-30 13:04:20 +03:00
.gitignore .gitignore cleanup after virtualbox scripts removed 2016-02-24 05:32:05 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:24 +00:00
00-debmirror.patch Make sure the ISO tracks the latest merged code 2017-02-14 12:47:06 +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 Removed virtualbox scripts 2016-02-23 00:44:53 +03:00
README.md Removed virtualbox scripts 2016-02-23 00:44:53 +03:00
config.mk Set default EXTRA_RPM_REPOS to use proposed repo 2017-01-30 18:02:45 +03:00
prepare-build-env.sh Don't need to reboot system due to linux-image-generic-lts-vivid removal 2016-04-11 08:49:18 +08:00
report-changelog.sh Add support lzma data compression for global changelog script 2014-12-01 14:12:23 +03:00
repos.mk Merge "Remove fuel-mirror package" 2016-06-29 16:06:13 +00:00
requirements-fuel-rpm.txt Add Timmy to the master node 2016-08-25 17:36:29 +03:00
requirements-rpm.txt Remove unused gcc package 2017-03-29 10:49:41 +00:00
rules.mk Switch to perestroika v5 repositories 2015-08-10 14:33:16 +00:00
sandbox.mk Allow to pass RPM repos to build-sandbox 2016-09-08 12:45:14 +03:00

README.md

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)
  • 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.