Merge "Add ironic-ramdisk-base to build general-purpose ramdisks"

This commit is contained in:
Zuul 2021-01-04 14:52:17 +00:00 committed by Gerrit Code Review
commit 8afcde90ce
5 changed files with 14 additions and 3 deletions

View File

@ -1,11 +1,9 @@
ironic-ramdisk-base
dhcp-all-interfaces
ibft-interfaces
install-static
no-final-image
package-installs
pip-and-virtualenv
pkg-map
runtime-ssh-host-keys
selinux-permissive
source-repositories
svc-map

View File

@ -0,0 +1,5 @@
ironic-ramdisk-base
===================
This is a base element for ironic ramdisks. It does not install anything, just
takes the prepared images and extract kernel/ramdisk from it.

View File

@ -0,0 +1,3 @@
no-final-image
runtime-ssh-host-keys
selinux-permissive

View File

@ -0,0 +1,5 @@
---
features:
- |
The new element ``ironic-ramdisk-base`` can be used to build ramdisks
without IPA itself or any of its dependencies.