From 9b38fdf70d7ec24f38f1e05ddb06661eb1f59ec8 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 27 Apr 2016 12:20:44 -0400 Subject: [PATCH] testnode: Add Xenial-specific packages Used roles/testnode/vars/ubuntu_14.yml as template. Differences are: - libboost-thread1.54.0 updated to libboost-thread1.58.0 - libcrypto++9 updated to libcrypto++9v5 - libssl0.9.8 updated to libssl1.0.0 - mpich2, libmpich2-dev, and dmapi not available in Xenial Signed-off-by: David Galloway --- roles/testnode/vars/ubuntu_16.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roles/testnode/vars/ubuntu_16.yml diff --git a/roles/testnode/vars/ubuntu_16.yml b/roles/testnode/vars/ubuntu_16.yml new file mode 100644 index 00000000..73eca757 --- /dev/null +++ b/roles/testnode/vars/ubuntu_16.yml @@ -0,0 +1,23 @@ +--- +# This is temporarily disabled because of: +# http://tracker.ceph.com/issues/13572 +#apt_repos: +# # blkin libraries, only trusty has new enough lttng for these +# - "deb [arch=amd64] http://{{ mirror_host }}/blkin/ trusty main" + +packages: + - libboost-thread1.58.0 + - mpich + - qemu-system-x86 +# - blkin + - lttng-tools + ### + # for setting BIOS settings + ### + - libcrypto++9v5 + ### + +non_aarch64_packages: + - libgoogle-perftools4 + - iozone3 + - libssl1.0.0 -- 2.47.3