Remove dnf workaround in ironic-agent
Now that we use dnf mark, it's no longer needed. Change-Id: I0ed8176f7ab5122fbddd37e3ce1584091f0a3cc2
This commit is contained in:
parent
7db3196e68
commit
4f8d5d0439
@ -1,5 +1,4 @@
|
|||||||
tgt:
|
tgt:
|
||||||
curl:
|
curl:
|
||||||
# this one requires workaround with dnf - see 80-ironic-agent for details
|
|
||||||
dmidecode:
|
dmidecode:
|
||||||
ipmitool:
|
ipmitool:
|
||||||
|
@ -7,11 +7,6 @@ set -eu
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
install-packages -e python-dev git cloud-init
|
install-packages -e python-dev git cloud-init
|
||||||
# dnf removes unused dependencies by default. As we installed cloud-init before
|
|
||||||
# dmidecode, dnf removes dmidecode above as an unused dependency.
|
|
||||||
# TODO(dtantsur): use `dnf mark` from dnf 1.1.1 in install-packages once this
|
|
||||||
# command is widely available.
|
|
||||||
install-packages dmidecode
|
|
||||||
|
|
||||||
rm -rf /tmp/ironic-python-agent
|
rm -rf /tmp/ironic-python-agent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user