Revert "CI/Master only: pin opensearch{-dashboards}"
This reverts commit 19a004e0a5
.
Reason for revert: Fixed
Change-Id: I5491adef46fe0cec013a597cb05018d8d7e862f0
This commit is contained in:
parent
7c098bdd3c
commit
340350a387
@ -10,10 +10,3 @@ Pin-Priority: 1000
|
||||
Package: *
|
||||
Pin: release n=bookworm-backports
|
||||
Pin-Priority: -1000
|
||||
|
||||
# NOTE (SvenKieske): pin until we have proper authentication
|
||||
# between haproxy and opensearch-dashboard in CI
|
||||
# see bug https://bugs.launchpad.net/kolla/+bug/2060668
|
||||
Package: opensearch*
|
||||
Pin: version 2.12.*
|
||||
Pin-Priority: 1000
|
||||
|
@ -9,10 +9,3 @@ Pin-Priority: 1000
|
||||
Package: *
|
||||
Pin: origin dlm.mariadb.com
|
||||
Pin-Priority: 1000
|
||||
|
||||
# NOTE (SvenKieske): pin until we have proper authentication
|
||||
# between haproxy and opensearch-dashboard in CI
|
||||
# see bug https://bugs.launchpad.net/kolla/+bug/2060668
|
||||
Package: opensearch*
|
||||
Pin: version 2.12.*
|
||||
Pin-Priority: 1000
|
||||
|
@ -10,12 +10,6 @@ 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']) }}
|
||||
|
||||
# (SvenKieske): Workaround for https://bugs.launchpad.net/kolla/+bug/2060668
|
||||
{% if base_package_type == 'rpm' %}
|
||||
RUN dnf -y install 'dnf-command(versionlock)' && \
|
||||
dnf versionlock add --raw 'opensearch-dashboards-0:2.12.*'
|
||||
{% endif %}
|
||||
|
||||
{% set opensearch_dashboards_packages = ['opensearch-dashboards'] %}
|
||||
|
||||
{{ macros.install_packages(opensearch_dashboards_packages | customizable("packages")) }}
|
||||
|
@ -10,11 +10,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{{ macros.configure_user(name='opensearch', shell='/bin/bash', homedir='/usr/share/opensearch') }}
|
||||
{{ macros.enable_extra_repos(['opensearch']) }}
|
||||
|
||||
# (SvenKieske): Workaround for https://bugs.launchpad.net/kolla/+bug/2060668
|
||||
{% if base_package_type == 'rpm' %}
|
||||
RUN dnf -y install 'dnf-command(versionlock)' && \
|
||||
dnf versionlock add --raw 'opensearch-0:2.12.*'
|
||||
{% endif %}
|
||||
{% set opensearch_packages = [
|
||||
'opensearch'
|
||||
] %}
|
||||
|
Loading…
Reference in New Issue
Block a user