Skip to content

Commit ad300f6

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add mtools package to ironic-conductor image"
2 parents 7a0c639 + d2837d8 commit ad300f6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docker/ironic/ironic-conductor/Dockerfile.j2

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1313
'e2fsprogs',
1414
'fuse',
1515
'gdisk',
16+
'genisoimage',
1617
'ipmitool',
18+
'mtools',
1719
'openssh-clients',
1820
'parted',
1921
'psmisc',
@@ -22,7 +24,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2224
'systemd-udev',
2325
'util-linux',
2426
'xfsprogs',
25-
'genisoimage',
2627
] %}
2728
{% if base_arch in ['x86_64'] %}
2829
{% set ironic_conductor_packages = ironic_conductor_packages + [
@@ -35,7 +36,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3536
'dosfstools',
3637
'e2fsprogs',
3738
'gdisk',
39+
'genisoimage',
3840
'ipmitool',
41+
'isolinux',
42+
'mtools',
3943
'openssh-client',
4044
'parted',
4145
'psmisc',
@@ -44,8 +48,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
4448
'shellinabox',
4549
'udev',
4650
'xfsprogs',
47-
'genisoimage',
48-
'isolinux',
4951
] %}
5052
{% endif %}
5153

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes ironic-conductor missing mtools package.

0 commit comments

Comments
 (0)