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
Sergey Kulanov 2da9f556da [kickstart] Install documentation together with packages
Remove --excludedocs flag for packages in kickstart

Change-Id: I92d8fbe3f6e1e077761fa9047f5b30913cdd5e2e
Related-bug: #1510860
2015-11-02 18:06:09 +02:00
bootstrap Build network-checker package from new repository 2015-10-28 19:50:33 +03:00
docker Fix sudoers requiretty config 2015-10-26 10:42:51 +00:00
fuel-bootstrap-image-builder Build network-checker package from new repository 2015-10-28 19:50:33 +03:00
image Build network-checker package from new repository 2015-10-28 19:50:33 +03:00
iso [kickstart] Install documentation together with packages 2015-11-02 18:06:09 +02:00
mirror Update mirror list for ISO build 2015-10-30 17:17:50 +02:00
packages Build network-checker package from new repository 2015-10-28 19:50:33 +03:00
specs Build network-checker package from new repository 2015-10-28 19:50:33 +03:00
upgrade Build upgrade tarball with new fuel-upgrade repository 2015-10-29 20:13:10 +03:00
utils Remove obsolete unused utils 2015-10-01 14:13:05 +03:00
virtualbox Use right way to skip fuelmenu 2015-10-05 10:18:25 +00:00
.gitignore Add ignore repomd.xml that generated by make iso 2015-09-28 21:24:39 +08:00
.gitreview Update paths to repositories due to stackforge migration 2015-10-17 23:04:19 +03:00
config.mk Update mirror list for ISO build 2015-10-30 17:17:50 +02:00
LICENSE LICENCE added 2014-06-06 13:48:21 +00:00
MAINTAINERS Update MAINTAINERS 2015-10-22 12:05:20 +03:00
Makefile Remove UPGRADE_VERSIONS variable 2015-09-23 16:13:34 +03:00
prepare-build-env.sh Update public key for devops repo 2015-08-03 13:15:34 +03:00
README.md Actualize README.md 2015-11-02 13:00:41 +03:00
regenerate_ubuntu_repo.sh Refactor how we are doing packaging 2015-04-20 18:21:57 +03:00
report-changelog.sh Add support lzma data compression for global changelog script 2014-12-01 14:12:23 +03:00
repos.mk Build upgrade tarball with new fuel-upgrade repository 2015-10-29 20:13:10 +03:00
requirements-deb.txt.README Update paths to repositories due to stackforge migration 2015-10-17 23:04:19 +03:00
requirements-eggs.txt Update Fabric version in Shotgun requirements 2014-12-29 17:15:16 +02:00
requirements-gems.txt Use a new ruby 2.1 in the master node as a single ruby version 2014-04-08 11:47:00 +04:00
requirements-rpm.txt Remove shotgun package from requirements-rpm.txt 2015-10-15 17:13:25 +03:00
requirements-test-eggs.txt Update makesystem for usig of fuel-ostf-tests repo 2013-10-04 14:03:04 +04:00
rules.mk Switch to perestroika v5 repositories 2015-08-10 14:33:16 +00:00
sandbox.mk Install rpm packages one by one using xargs and yum 2015-09-21 18:30:11 +03: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:

  • bootstrap Scripts for building CentOS based bootstrap ramdisk. The Fuel discovery agent (nailgun-agent) and Fuel operating system provisioning agent (fuel-agent) are installed into this ramdisk.
  • docker Scripts for building Docker containers are located. The Fuel master node is deployed using Docker. Every Fuel major component like Nailgun, Astute, Cobbler, Mcollective, etc. is installed as a separate Docker container.
  • 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.
  • image Scripts to build CentOS based target operating system image. We install this image on the Fuel slave nodes. This image being installed on a node provides fully functional standalone operating system. (being deprecated)
  • 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.
  • upgrade Scripts that are used for building Fuel upgrade tarball. (being deprecated)
  • 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.