DIB: replace targetcli with target-restore on RHEL/CentOS 8

These systems use LIO via python-rtslib, and targetcli depends
on libX11 and other GUI packages. The target-restore package
(coming from python-rtslib) is enough to create the necessary
directories (e.g. /etc/target).

Change-Id: Ide0d23d3834c52edcbc569c05ce95ba78e1bf73d
This commit is contained in:
Dmitry Tantsur 2020-01-09 13:26:33 +01:00
parent 60875730fd
commit 07cdd87bed

View File

@ -2,7 +2,7 @@
"release": { "release": {
"rhel": { "rhel": {
"8": { "8": {
"tgt": "targetcli", "tgt": "target-restore",
"curl": "curl", "curl": "curl",
"ironic-python-agent": "openstack-ironic-python-agent", "ironic-python-agent": "openstack-ironic-python-agent",
"qemu-utils": "qemu-img", "qemu-utils": "qemu-img",
@ -11,7 +11,7 @@
}, },
"centos": { "centos": {
"8": { "8": {
"tgt": "targetcli", "tgt": "target-restore",
"curl": "curl", "curl": "curl",
"ironic-python-agent": "openstack-ironic-python-agent", "ironic-python-agent": "openstack-ironic-python-agent",
"qemu-utils": "qemu-img", "qemu-utils": "qemu-img",