Commit Graph

9 Commits

Author SHA1 Message Date
Nikita Zubkov 10687832f2 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.

Conflicts:

	bareon/drivers/data/nailgun.py
	bareon/drivers/deploy/nailgun.py
	bareon/utils/utils.py
	fuel_agent/tests/test_manager.py

Change-Id: Ibb614ddd1973c8fae25dae8217d207ffc92f1b15
Partial-Bug: #1537496
Depends-On: I2092bfca78fb721a8df3c8c6e4e6fd18e64ba353
2016-06-14 18:18:24 +03:00
Maksim Malchuk 1d843c4f6e 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.

Conflicts:

	bareon/utils/grub.py
	fuel_agent/tests/test_manager.py

Change-Id: I297c5a4d17606274d6f344c7dcbdcf44663984b2
Closes-Bug: #1540638
2016-06-14 18:18:24 +03:00
Ronald Bradford 2eed19e922 Graduate to using oslo-config-generator
Move to using the oslo.config library to generate sample
configuration file using  tox -e genconfig

Implements: oslo-config-generator [1]
[1] https://blueprints.launchpad.net/oslo-incubator/+spec/oslo-config-generator

Change-Id: Ic390f4409b5e24f01b7d561e1e1998d66dd97e33
2016-03-15 15:22:02 -04:00
Evgeniy L 99528c2de7 Rename fuel_agent into bareon
Change-Id: I5c0552db35595b726c35ab5dab626cc326ef759f
Closes-bug: #1524269
2015-12-15 14:14:42 +03: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