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.
643a1ef27c
This commit include changes:
* using the VirtualBox scripts the Fuel master node now always
booted with kernel option 'wait_for_external_config=yes' to
provide the same deployment functionality as in the 'fuel-qa'.
* settings for the kernel command line moved to the top config
file, because the settings wich could be edited should be placed
there.
* because of configuration task moved to the correct place there
is no need to parse 'bootstrap_admin_node.log' and always follow
the changes in the 'fuel-library', so all parsing logic removed
from the scripts. This also simplifies networking changes and
there is no need to patch the files on the fly and restart
docker containers if they used.
* variable 'vm_master_nat_gateway' removed from the 'config.sh'
and from the 'enable_outbound_network_for_product_vm' because
gateway should be set from the DHCP lease.
* the sysconfig configuration files on the fuel master node now
configured the right way. the backup files for configuration
files are created. also added some comments for changes in the
scripts.
* now the default routing on the fuel master node correctly
configured without creating the second default route. also
ZeroConf route creation and NetworkManager now switched off
to correct work of the network service.
* the 'resolv.conf', 'dnsmasq.upstream' and 'astute.yaml' now
correctly modified and could contain up to three DNS nameservers.
* added support for the new dockerless 9.0 Fuel.
Implements blueprint: get-rid-docker-containers
Change-Id: I8f32fb8105d0781938757fa13d5dcbbacbf9c845
Closes-Bug: #1544241
Partial-Bug: #1323365
(cherry picked from commit
|
||
---|---|---|
bootstrap | ||
docker | ||
iso | ||
mirror | ||
packages | ||
specs | ||
utils | ||
virtualbox | ||
.gitignore | ||
.gitreview | ||
config.mk | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
prepare-build-env.sh | ||
README.md | ||
report-changelog.sh | ||
repos.mk | ||
requirements-fuel-rpm.txt | ||
requirements-rpm.txt | ||
rules.mk | ||
sandbox.mk | ||
virtualbox.mk |
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.