Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 797016c54b Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Icc6a810696788e65e9afd8be691400d4d39de313
2019-12-18 09:38:51 +01:00
Georgy Kibardin b9842ce714 Do not use separate partition for cloudinit configuration
In our usecases the separate partition is not needed. It is enough just
to put cloudinit configuration into the root filesystem.
This also allows to avoid a race condition which sometimes happens: some
process deletes the folder in tmp where the configuration partition is
mounted resulting in cloudinit failure to read its configuration.

Change-Id: Ib3efb4f517a5cf86dbf91ee53ac00108d4624dcd
Closes-Bug: #1652002
2017-02-21 09:01:12 +00:00
Dmitry Teselkin 47e8b24a12 Remove extra root= kernel parameter
Xenial-based IBP kernel boot parameters contain 'root=UUID=XXX'
record where 'XXX' points to UID of lvm volume,but in this moment
lvm groups is not activated and root partition cannot be mounted.

This occurs because script, which should activate lvm, does not handle
'UUID' option. Lvm2 Xenial package relying on presence of systemd to
activate its volumes.

In early releases this works by specific udev rules
(/lib/udev/rules.d/85-lvm2.rules)

Change-Id: I8ebe209e4de479a30c70222a35cabcfacbfd2e6c
blueprint: mos-xenial
Closes-Bug: 1552346
2016-07-28 18:19:22 +03:00
Nikita Zubkov dcdd64a952 Get root password for build image from settings
Image building process reads from settings hashed version of root
password and apply it instead of default.

Change-Id: Ibb614ddd1973c8fae25dae8217d207ffc92f1b15
Partial-Bug: #1537496
Depends-On: I2092bfca78fb721a8df3c8c6e4e6fd18e64ba353
2016-03-22 12:11:22 +03:00
Maksim Malchuk 7859dbd99c Increase all the grub_timeout defaults to 10sec
This increases the timeout value and adds the ability in the
IPMI session to catch the moment and press a key to see the
grub menu to choose a different kernel.

Change-Id: I297c5a4d17606274d6f344c7dcbdcf44663984b2
Closes-Bug: #1540638
2016-02-15 12:13:17 +00:00
Vladyslav Drok bb7b13b6c0 [Ironic] Ironic deploy support for Fuel Agent
This patch adds support for Ironic Fuel Agent deploy
driver.

Co-Authored-By: Yuriy Zveryanskyy <yzveryanskyy@mirantis.com>
Implements blueprint: baremetal-deploy-ironic

Change-Id: Ia64099b0f99ca1844421e569fad2415c1214713f
2015-10-12 19:34:21 +03:00
Sebastian Kalinowski d72e8292b7 Rename all "utils/*_utils.py"
NAME_utils.py was completely redundant and caused confusion
so it was renamed to just utils/NAME.py

Change-Id: Ifd9178772cca385f687ac9806e6043cfbf27813e
Implements: blueprint volume-manager-refactoring
2015-06-26 07:57:15 +00:00
Vladimir Kozhukalov 9c5e3579bf IBP: Added driver and objects for building images
As far as building of OS images is nothing more than
just a stage of the whole OS installing procedure
it is sounds rational to implement this in terms
of fuel-agent. Besides, we already have plenty of utilities
which could be useful during building of images.
And some tasks are the same like pre-configuring
some files inside target OS.

Related-bug: #1433193
Implements: blueprint ibp-build-ubuntu-images
Change-Id: I3fadfb16e06e4ee16926da29b7b83ca005500698
2015-04-17 17:11:09 +03:00
Vladimir Kozhukalov a4b56447d6 Modified default config file in fuel_agent
Change-Id: Id3412f458152d7af04cca9bdb051cb3865814d65
Implements: blueprint image-based-provisioning
2014-10-15 17:42:47 +04:00
Vladimir Kozhukalov 7730a743bb Added Fuel agent
Fuel agent is a bunch of tools which are
supposed to be placed on bootstrap image and
used for node discovering and image based
provisioning.

Implements: blueprint image-based-provisioning
Change-Id: I946decd50c51e6db767401682d9effbe3cf42bed
2014-07-10 19:05:58 +04:00