File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
55
55
'openvswitch-switch' ,
56
56
'open-iscsi' ,
57
57
'parted' ,
58
- 'pmdk-tools' ,
59
58
'python3-cephfs' ,
60
59
'python3-guestfs' ,
61
60
'python3-ironicclient' ,
@@ -69,10 +68,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
69
68
] %}
70
69
# FIXME(pkopec): since Ubuntu 19.04 'ndctl' package is available
71
70
# for other archs than 'x86_64
71
+ # NOTE(hrw): similar situation with 'pmdk-tools'
72
72
{% if base_distro == 'debian' or
73
73
(base_distro == 'ubuntu' and base_arch == 'x86_64' ) %}
74
74
{% set nova_compute_packages = nova_compute_packages + [
75
75
'ndctl' ,
76
+ 'pmdk-tools' ,
76
77
] %}
77
78
{% endif %}
78
79
@@ -124,7 +125,6 @@ RUN rm -f /etc/nova/nova-compute.conf
124
125
'nfs-common' ,
125
126
'open-iscsi' ,
126
127
'parted' ,
127
- 'pmdk-tools' ,
128
128
'python3-cephfs' ,
129
129
'python3-guestfs' ,
130
130
'python3-libvirt' ,
@@ -144,10 +144,12 @@ RUN rm -f /etc/nova/nova-compute.conf
144
144
{% endif %}
145
145
# FIXME(pkopec): since Ubuntu 19.04 'ndctl' package is available
146
146
# for other archs than 'x86_64'
147
+ # NOTE(hrw): similar situation with 'pmdk-tools'
147
148
{% if base_distro == 'debian' or
148
149
(base_distro == 'ubuntu' and base_arch == 'x86_64' ) %}
149
150
{% set nova_compute_packages = nova_compute_packages + [
150
151
'ndctl' ,
152
+ 'pmdk-tools' ,
151
153
] %}
152
154
{% endif %}
153
155
You can’t perform that action at this time.
0 commit comments