ansible: Install log4j12 on Suse nodes
authorKienan Stewart <kstewart@efficios.com>
Tue, 20 Feb 2024 19:57:39 +0000 (14:57 -0500)
committerKienan Stewart <kstewart@efficios.com>
Wed, 21 Feb 2024 12:50:53 +0000 (07:50 -0500)
This package is also required to build lttng-ust with the java agents
configuration.

Change-Id: I72d5d12f0185a7e99d40095ac7d42e9afade9035
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
automation/ansible/roles/lttng-ust/vars/SLES-12.yml [new file with mode: 0644]
automation/ansible/roles/lttng-ust/vars/Suse.yml

diff --git a/automation/ansible/roles/lttng-ust/vars/SLES-12.yml b/automation/ansible/roles/lttng-ust/vars/SLES-12.yml
new file mode 100644 (file)
index 0000000..2088840
--- /dev/null
@@ -0,0 +1,9 @@
+---
+lttng_ust_packages:
+  - libnuma-devel
+  - libuuid-devel
+  - log4j
+  # This package doesn't exist on sles12
+  # - log4j12
+  - python3
+  - texinfo
index d3ad3a072f4cd61ed5c2b8d4fea74cc547374ba5..87661a60a7feb626d7288a355ddc66f6433e9383 100644 (file)
@@ -3,5 +3,6 @@ lttng_ust_packages:
   - libnuma-devel
   - libuuid-devel
   - log4j
+  - log4j12
   - python3
   - texinfo
This page took 0.024296 seconds and 4 git commands to generate.