Skip to content

Commit 6305f95

Browse files
authored
Merge pull request #222 from stackhpc/upstream/xena-2023-05-15
Synchronise xena with upstream
2 parents 5ca0d94 + fed3e69 commit 6305f95

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docker/fluentd/Dockerfile.j2

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,7 @@ LABEL fluentd_version="0.14" fluentd_binary="td-agent"
6262

6363
{{ macros.configure_user(name=fluentd_user, groups='mysql') }}
6464

65-
# NOTE(frickler): Downgrading elasticsearch gems for compatibility with OSS versions of ES
66-
{{ macros.install_packages(fluentd_packages | customizable("packages")) }}{% if base_arch in ['aarch64', 'x86_64'] %} \
67-
&& td-agent-gem install elasticsearch:7.13.0 \
68-
&& td-agent-gem uninstall "elasticsearch:>7.13.0" \
69-
&& td-agent-gem uninstall "elasticsearch-api:>7.13.0" \
70-
&& td-agent-gem uninstall "elasticsearch-transport:>7.13.0"
71-
{% endif %}
65+
{{ macros.install_packages(fluentd_packages | customizable("packages")) }}
7266

7367
# Distro specific files and operations
7468
# Fluentd on rpm-based non-x86_64 is installed from rpm
@@ -105,7 +99,13 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
10599
RUN ln -s /bin/mkdir /usr/bin/mkdir
106100
{% endif %}
107101

108-
{{ macros.install_fluent_plugins(fluentd_user, fluentd_plugins | customizable("plugins")) }}
102+
{# NOTE(frickler): Downgrading elasticsearch gems for compatibility with OSS versions of ES #}
103+
{{ macros.install_fluent_plugins(fluentd_user, fluentd_plugins | customizable("plugins")) }} \
104+
&& td-agent-gem install elasticsearch:7.13.0 \
105+
&& td-agent-gem uninstall "elasticsearch:>7.13.0" \
106+
&& td-agent-gem uninstall "elasticsearch-api:>7.13.0" \
107+
&& td-agent-gem uninstall "elasticsearch-transport:>7.13.0" \
108+
&& td-agent-gem uninstall "elastic-transport:>7.13.0"
109109

110110
{% endblock %}
111111

docker/nova/nova-compute/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ RUN rm -f /etc/nova/nova-compute.conf
111111
'python3-libvirt',
112112
'python3-rtslib',
113113
'qemu-img',
114+
'qemu-kvm-block-rbd',
114115
'sysfsutils',
115116
'targetcli',
116117
'xfsprogs'
@@ -148,6 +149,7 @@ RUN rm -f /etc/nova/nova-compute.conf
148149
'python3-rados',
149150
'python3-rbd',
150151
'python3-rtslib-fb',
152+
'qemu-block-extra',
151153
'qemu-utils',
152154
'sasl2-bin',
153155
'sysfsutils',

0 commit comments

Comments
 (0)