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 36453520db Spec for packages MUST be reviewed by mos packaging team
Change-Id: I899fd0a759053d06837398d3463e1b597b5fd742
2015-12-20 20:31:37 +00:00
bootstrap Remove deprecated 'fuel-bootstrap-image-builder' 2015-12-15 15:57:55 +02:00
docker Install daemonize into mcollective container 2015-12-10 22:46:46 +03:00
iso Remove deprecated 'fuel-bootstrap-image-builder' 2015-12-15 15:57:55 +02:00
mirror Exclude i686 packages for extra CentOS 7 repo 2015-12-10 12:47:38 +02:00
packages Remove deprecated 'fuel-bootstrap-image-builder' 2015-12-15 15:57:55 +02:00
specs Remove image make module 2015-12-08 17:41:21 +03:00
utils Remove unused jenkins related files 2015-11-12 12:25:09 +03:00
virtualbox FORWARD rules for public network 2015-12-02 10:52:20 +00: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
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 image make module 2015-12-08 17:41:21 +03:00
README.md Remove image make module 2015-12-08 17:41:21 +03:00
config.mk Remove openstack_version file 2015-12-09 17:30:21 +03:00
prepare-build-env.sh Update public key for devops repo 2015-08-03 13:15:34 +03:00
report-changelog.sh Add support lzma data compression for global changelog script 2014-12-01 14:12:23 +03:00
repos.mk Align fuel packages version schema with perestroika 2015-12-11 15:30:19 +00:00
requirements-fuel-rpm.txt Update fuel packages list 2015-12-11 11:00:06 +00:00
requirements-rpm.txt Install daemonize into mcollective container 2015-12-10 22:46:46 +03:00
rules.mk Switch to perestroika v5 repositories 2015-08-10 14:33:16 +00:00
sandbox.mk Merge "Revert "Remove ubuntu proposed channel"" 2015-12-09 10:24:40 +00:00
virtualbox.mk New target 'make vbox-scripts' 2014-08-28 12:19:52 +00:00

README.md

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