Skip to content

Commit a51711a

Browse files
authored
Merge pull request #351 from stackhpc/upstream/2023.1-2024-09-27
Synchronise 2023.1 with upstream
2 parents 0b8d51b + b80b2be commit a51711a

File tree

5 files changed

+9
-26
lines changed

5 files changed

+9
-26
lines changed

docker/ironic/ironic-conductor/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2222
'systemd-udev',
2323
'util-linux',
2424
'xfsprogs',
25+
'genisoimage',
26+
'syslinux',
2527
] %}
2628
{% elif base_package_type == 'deb' %}
2729
{% set ironic_conductor_packages = [
@@ -38,6 +40,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3840
'shellinabox',
3941
'udev',
4042
'xfsprogs',
43+
'genisoimage',
44+
'isolinux',
4145
] %}
4246
{% endif %}
4347

docker/opensearch/opensearch-dashboards/Dockerfile.j2

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1010
{{ macros.configure_user(name='opensearch-dashboards', shell='/bin/bash', homedir='/usr/share/opensearch-dashboards') }}
1111
{{ macros.enable_extra_repos(['opensearch-dashboards']) }}
1212

13-
# NOTE(mgoddard): Pinning to 2.15 due to https://bugs.launchpad.net/kolla/+bug/2077319
14-
{% if base_package_type == 'deb' %}
15-
COPY apt_preferences_opensearch_dashboards /etc/apt/preferences.d/opensearch_dashboards
16-
{% endif %}
17-
18-
{% if base_package_type == 'rpm' %}
19-
{% set opensearch_dashboards_packages = [
20-
'opensearch-dashboards-2.15.*'
21-
] %}
22-
{% elif base_package_type == 'deb' %}
23-
{% set opensearch_dashboards_packages = [
24-
'opensearch-dashboards'
25-
] %}
26-
{% endif %}
13+
{% set opensearch_dashboards_packages = ['opensearch-dashboards'] %}
2714

2815
{{ macros.install_packages(opensearch_dashboards_packages | customizable("packages")) }}
2916

docker/opensearch/opensearch-dashboards/apt_preferences_opensearch_dashboards

Lines changed: 0 additions & 3 deletions
This file was deleted.

releasenotes/notes/bug-2077319-a47a06175a589a1a.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixed ironic-conductor missing packages genisoimage and syslinux/isolinux.

0 commit comments

Comments
 (0)