Commit Graph

7 Commits

Author SHA1 Message Date
Steve Baker 44abab621f Delete unused elements
delorean-repo:
replaced by tripleo-repos and other repo setup approaches

hosts:
heat hasn't manage hosts file for many releases

localboot:
replaced by diskimage-builder grub2, bootloader elements

ntp:
replaced by installing chrony package

os-net-config:
the package is installed by other elements, and the script is now
called from ansible

overcloud-dracut:
replaced by diskimage-builder dracut-regenerate element

overcloud-partition:
no image now uses this, overcloud-hardened-uefi-full uses
overcloud-partition-uefi

Change-Id: I990493b51d87a40140c1648f2b04c982ce959b1d
2022-07-04 16:22:58 +12:00
Zhenzan Zhou 476af25730 Fix ubuntu grub-pc install failure
When creating an ubuntu image with localboot, the postinst script
of grub-pc will try to find root device and install grub which will
definitely fail in such a chroot environment.

Closes-Bug: #1437548
Change-Id: Ia29387f33c33e760c2711c687a43025b2013bd84
2015-04-01 14:13:35 +08:00
Jenkins 95a4daa006 Merge "adding local boot support for uboot arm arch" 2014-11-12 08:59:40 +00:00
lokesh c92822e712 adding local boot support for uboot arm arch
Once pxe image is booted. The boot.scr file should be
able to boot from local file system. kernel and ramdisk
address are provided by environment variables set on
arm board.

Change-Id: I4ad523f85baf488e50a9bc64a926830d4d749195
2014-10-24 15:22:38 +05:30
Ben Nemec 407a99f063 Allow custom root labels
Makes the localboot element aware of the custom root fs labels
added in I596104d1a63b5dc6549e8460a1ae3da00165ef04 for
diskimage-builder.  That change must merge before this one.

Change-Id: Ic89379eca8699b27a4b89de9da3fc4f56011963e
2014-09-16 13:27:49 -05:00
Om Kumar e188d0340a Remove localboot provides.
The current element-provides points to localboot
which results in error. Removing it to make it work
as its not needed at all.

Change-Id: I506fbf460fad46aa9b9ba6dd82fb7524894bbbe7
2014-09-01 12:51:13 +00:00
Om Kumar 071a011fd4 Adds local storage Boot support on PXE failures.
When used with partition image, adds capability to be able to
boot from local storage upon first PXE boot so that if subsequent
PXE boot fails, instances can still boot from local storage.

Change-Id: I4f412b604c1b21ef14c7e578851887fe7b7d0f7d
2014-06-20 22:48:11 +05:30