Merge "Install ironic-agent dependencies via package-installs"
This commit is contained in:
commit
5f73230908
@ -7,7 +7,6 @@ set -eu
|
||||
set -o pipefail
|
||||
|
||||
SCRIPTDIR=$(dirname $0)
|
||||
install-packages python-dev qemu-utils parted hdparm util-linux genisoimage gcc
|
||||
|
||||
# Install the latest version of pip and setuptools which has some
|
||||
# fixes for building behind proxy.
|
||||
|
@ -3,3 +3,10 @@ curl:
|
||||
# this one requires workaround with dnf - see 80-ironic-agent for details
|
||||
dmidecode:
|
||||
ipmitool:
|
||||
qemu-utils:
|
||||
gcc:
|
||||
python-dev:
|
||||
parted:
|
||||
hdparm:
|
||||
util-linux:
|
||||
genisoimage:
|
||||
|
@ -15,7 +15,9 @@
|
||||
"redhat": {
|
||||
"tgt": "scsi-target-utils",
|
||||
"curl": "curl",
|
||||
"ironic-python-agent": "openstack-ironic-python-agent"
|
||||
"ironic-python-agent": "openstack-ironic-python-agent",
|
||||
"qemu-utils": "qemu-img",
|
||||
"python-dev": "python2-devel"
|
||||
},
|
||||
"debian": {
|
||||
"tgt": "tgt",
|
||||
@ -25,6 +27,8 @@
|
||||
"default": {
|
||||
"tgt": "tgt",
|
||||
"curl": "curl",
|
||||
"ironic-python-agent": "openstack-ironic-python-agent"
|
||||
"ironic-python-agent": "openstack-ironic-python-agent",
|
||||
"qemu-utils": "qemu-utils",
|
||||
"python-dev": "python-dev"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user