Skip to content

Commit

Permalink
Merge pull request #351 from stackhpc/upstream/2023.1-2024-09-27
Browse files Browse the repository at this point in the history
Synchronise 2023.1 with upstream
  • Loading branch information
priteau authored Sep 30, 2024
2 parents 0b8d51b + b80b2be commit a51711a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 26 deletions.
4 changes: 4 additions & 0 deletions docker/ironic/ironic-conductor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'systemd-udev',
'util-linux',
'xfsprogs',
'genisoimage',
'syslinux',
] %}
{% elif base_package_type == 'deb' %}
{% set ironic_conductor_packages = [
Expand All @@ -38,6 +40,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'shellinabox',
'udev',
'xfsprogs',
'genisoimage',
'isolinux',
] %}
{% endif %}

Expand Down
15 changes: 1 addition & 14 deletions docker/opensearch/opensearch-dashboards/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.configure_user(name='opensearch-dashboards', shell='/bin/bash', homedir='/usr/share/opensearch-dashboards') }}
{{ macros.enable_extra_repos(['opensearch-dashboards']) }}

# NOTE(mgoddard): Pinning to 2.15 due to https://bugs.launchpad.net/kolla/+bug/2077319
{% if base_package_type == 'deb' %}
COPY apt_preferences_opensearch_dashboards /etc/apt/preferences.d/opensearch_dashboards
{% endif %}

{% if base_package_type == 'rpm' %}
{% set opensearch_dashboards_packages = [
'opensearch-dashboards-2.15.*'
] %}
{% elif base_package_type == 'deb' %}
{% set opensearch_dashboards_packages = [
'opensearch-dashboards'
] %}
{% endif %}
{% set opensearch_dashboards_packages = ['opensearch-dashboards'] %}

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

Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions releasenotes/notes/bug-2077319-a47a06175a589a1a.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions releasenotes/notes/ironic-packages-009b388b10fab6f0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Fixed ironic-conductor missing packages genisoimage and syslinux/isolinux.

0 comments on commit a51711a

Please sign in to comment.