Merge "Remove support for iSCSI deploy from the DIB builder"

This commit is contained in:
Zuul 2021-09-14 13:33:21 +00:00 committed by Gerrit Code Review
commit 8f8cff29b5
3 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1,3 @@
tgt:
curl:
# dmidecode does not exist for ppc* arches so we use lshw
dmidecode:
@ -26,6 +25,8 @@ efivar:
chrony:
e2fsprogs:
nvme-cli:
# This provides iscsistart which is required for iBFT support
open-iscsi:
libffi-dev:
build-only: true

View File

@ -3,15 +3,13 @@
"rhel": {
"7": {
"python": "python",
"python-dev": "python-devel",
"tgt": "scsi-target-utils"
"python-dev": "python-devel"
}
},
"centos": {
"7": {
"python": "python",
"python-dev": "python-devel",
"tgt": "scsi-target-utils"
"python-dev": "python-devel"
}
}
},
@ -19,9 +17,9 @@
"redhat": {
"libffi-dev": "libffi-devel",
"libssl-dev": "openssl-devel",
"open-iscsi": "iscsi-initiator-utils",
"python-dev": "python3-devel",
"qemu-utils": "qemu-img",
"tgt": "target-restore"
"qemu-utils": "qemu-img"
},
"suse": {
"qemu-utils": "qemu",

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The ``iscsi`` deploy interface is no longer supported by the DIB builder,
use ironic-python-agent-builder 2.7.0 or older for it.