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 a3f11fddb1 Switch main bootstrap source repository to online one
In case of deploying Fuel Master node on a pre-provisioned
server, we should use online repositories instead of local
ones, to build the Ubuntu bootstrap.

Change-Id: If4a5d8d715740289e85f8004a5655b35c25c9c6b
Closes-Bug: #1570747
2016-04-19 13:30:00 +00:00
bootstrap/ssh Remove CentOS bootstrap image 2016-02-10 15:07:12 +02:00
fuel-release Align mirror path for CentOS repos 2016-04-01 15:57:48 +03:00
iso Switch main bootstrap source repository to online one 2016-04-19 13:30:00 +00:00
mirror Disable yum verify SSL certificates/hosts at all 2016-04-01 11:59:32 +03:00
packages Fix sources preparation for the fuel-library package 2016-04-15 10:59:10 +00:00
specs Tweaks for deployment on a pre-provisioned systems 2016-02-24 13:27:18 +02:00
.gitignore .gitignore cleanup after virtualbox scripts removed 2016-02-24 05:32:05 +00:00
.gitreview Update paths to repositories due to stackforge migration 2015-10-17 23:04:19 +03: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 Align mirror path for CentOS repos 2016-04-11 09:59:53 +00:00
prepare-build-env.sh Remove linux-image-generic-lts-vivid kernel from prepare env script 2016-03-14 13:57:15 +00:00
report-changelog.sh Add support lzma data compression for global changelog script 2014-12-01 14:12:23 +03:00
repos.mk Align nailgun-agent rpm spec-filename to package name 2016-03-16 14:54:25 +02:00
requirements-fuel-rpm.txt Install send2syslog package instead of copying file 2016-02-25 17:22:00 +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 Disable yum verify SSL certificates/hosts at all 2016-04-01 11:59:32 +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.