Remove support for iSCSI deploy from the DIB builder
... but keep support for iscsistart used by iBFT. Change-Id: I8e892b505d39197dbfffc8d47408b4747679cc85
This commit is contained in:
parent
09dcdedf00
commit
001100e2e2
@ -1,4 +1,3 @@
|
|||||||
tgt:
|
|
||||||
curl:
|
curl:
|
||||||
# dmidecode does not exist for ppc* arches so we use lshw
|
# dmidecode does not exist for ppc* arches so we use lshw
|
||||||
dmidecode:
|
dmidecode:
|
||||||
@ -26,6 +25,8 @@ efivar:
|
|||||||
chrony:
|
chrony:
|
||||||
e2fsprogs:
|
e2fsprogs:
|
||||||
nvme-cli:
|
nvme-cli:
|
||||||
|
# This provides iscsistart which is required for iBFT support
|
||||||
|
open-iscsi:
|
||||||
|
|
||||||
libffi-dev:
|
libffi-dev:
|
||||||
build-only: true
|
build-only: true
|
||||||
|
@ -3,15 +3,13 @@
|
|||||||
"rhel": {
|
"rhel": {
|
||||||
"7": {
|
"7": {
|
||||||
"python": "python",
|
"python": "python",
|
||||||
"python-dev": "python-devel",
|
"python-dev": "python-devel"
|
||||||
"tgt": "scsi-target-utils"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"centos": {
|
"centos": {
|
||||||
"7": {
|
"7": {
|
||||||
"python": "python",
|
"python": "python",
|
||||||
"python-dev": "python-devel",
|
"python-dev": "python-devel"
|
||||||
"tgt": "scsi-target-utils"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -19,9 +17,9 @@
|
|||||||
"redhat": {
|
"redhat": {
|
||||||
"libffi-dev": "libffi-devel",
|
"libffi-dev": "libffi-devel",
|
||||||
"libssl-dev": "openssl-devel",
|
"libssl-dev": "openssl-devel",
|
||||||
|
"open-iscsi": "iscsi-initiator-utils",
|
||||||
"python-dev": "python3-devel",
|
"python-dev": "python3-devel",
|
||||||
"qemu-utils": "qemu-img",
|
"qemu-utils": "qemu-img"
|
||||||
"tgt": "target-restore"
|
|
||||||
},
|
},
|
||||||
"suse": {
|
"suse": {
|
||||||
"qemu-utils": "qemu",
|
"qemu-utils": "qemu",
|
||||||
|
5
releasenotes/notes/no-iscsi-5d132e6468acab0b.yaml
Normal file
5
releasenotes/notes/no-iscsi-5d132e6468acab0b.yaml
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user