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
Alexandru Avadanii ab98c79af0 bootstrap_admin_node: Fix connectivity check.
After Fuel Master builds the bootstrap image at first boot,
internet connectivity is tested using the URL for the CentOS
updates repository.

bootstrap_admin_node.sh script parses the output of `yum repolist`,
looking for entries like 'Repo-baseurl: http://...'.

However, in Fuel 9.0, <updates> points to a mirrorlist file (a text
file containing a list of possible mirror URLs) instead of being
a single, direct link to the repository.

For now, we only test that we can access the mirrorlist file,
while the check should be performed against the mirror(s).

Old (Fuel 8) repo entry format:
Repo-baseurl: http://mirror.fuel-infra.org/.../updates/x86_64/

New (Fuel 9) mirrorlist format:
Repo-mirrors: http://mirror.fuel-infra.org/.../mos-mirrors-updates.txt

Closes-Bug: #1596981

Change-Id: I21268dd8aa8cd633f09f921b4a9e1c057a4b8ed3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-06-28 17:34:06 +02:00
fuel-release Override rpm repos from override_rpm_repos.yaml 2016-06-17 16:45:11 +03:00
iso bootstrap_admin_node: Fix connectivity check. 2016-06-28 17:34:06 +02:00
mirror Merge "[Trivial] Remove unnecessary executable privilege" 2016-05-20 10:42:07 +00:00
packages Revert "Minor changes to run 'make iso' on xenial host." 2016-06-21 13:03:11 +00:00
specs Override rpm repos from override_rpm_repos.yaml 2016-06-17 16:45:11 +03: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 Allow external values for Ubuntu 2016-06-01 11:51:30 +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 Align nailgun-agent rpm spec-filename to package name 2016-03-16 14:54:25 +02:00
requirements-fuel-rpm.txt Get rid of fuel-provisioning-scripts package 2016-05-05 14:08:34 +03:00
requirements-rpm.txt Add kmod-e1000 package 2016-06-07 13:33:05 +03:00
rules.mk Switch to perestroika v5 repositories 2015-08-10 14:33:16 +00:00
sandbox.mk Merge "Reconfigure locales noninteractively" 2016-06-09 10:03:05 +00: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.