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

Should be usable with the ramdisk deploy interface.

Change-Id: I07c3064322357ddb37cb6e8be2f672adcc1a9a0b
This commit is contained in:
Dmitry Tantsur 2020-12-16 17:51:37 +01:00
parent 2f2f15fce5
commit 094aa37f90
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.