File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
7
7
8
8
{% import "macros.j2" as macros with context %}
9
9
10
- {% set nova_compute_ironic_packages = ['genisoimage' ] %}
10
+ {% set nova_compute_ironic_packages = ['genisoimage' , 'nvme-cli' ] %}
11
11
12
12
{% if install_type == 'binary' %}
13
13
{% if base_package_type == 'rpm' %}
14
14
15
15
{% set nova_compute_ironic_packages = nova_compute_ironic_packages + [
16
- 'nvme-cli' ,
17
16
'openstack-nova-compute'
18
17
] %}
19
18
{{ macros.install_packages(nova_compute_ironic_packages | customizable("packages")) }}
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
20
20
'iscsi-initiator-utils' ,
21
21
'ndctl' ,
22
22
'nfs-utils' ,
23
- 'nvme-cli' ,
24
23
'openstack-nova-compute' ,
25
24
'openvswitch' ,
26
25
'parted' ,
@@ -54,8 +53,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
54
53
'multipath-tools' ,
55
54
'nfs-common' ,
56
55
'nova-compute' ,
57
- 'openvswitch-switch ' ,
56
+ 'nvme-cli ' ,
58
57
'open-iscsi' ,
58
+ 'openvswitch-switch' ,
59
59
'parted' ,
60
60
'pmdk-tools' ,
61
61
'python3-cephfs' ,
@@ -96,6 +96,7 @@ RUN rm -f /etc/nova/nova-compute.conf
96
96
'libosinfo' ,
97
97
'ndctl' ,
98
98
'nfs-utils' ,
99
+ 'nvme-cli' ,
99
100
'openvswitch' ,
100
101
'parted' ,
101
102
'python3-libguestfs' ,
@@ -128,6 +129,7 @@ RUN rm -f /etc/nova/nova-compute.conf
128
129
'libosinfo-bin' ,
129
130
'multipath-tools' ,
130
131
'nfs-common' ,
132
+ 'nvme-cli' ,
131
133
'open-iscsi' ,
132
134
'parted' ,
133
135
'pmdk-tools' ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Ensures the ``nvme-cli`` package is present in ``nova-compute`` images, as
5
+ it expected by ``os-brick``.
You can’t perform that action at this time.
0 commit comments