]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Add Xenial-specific packages
authorDavid Galloway <dgallowa@redhat.com>
Wed, 27 Apr 2016 16:20:44 +0000 (12:20 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 27 Apr 2016 16:20:44 +0000 (12:20 -0400)
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 <dgallowa@redhat.com>
roles/testnode/vars/ubuntu_16.yml [new file with mode: 0644]

diff --git a/roles/testnode/vars/ubuntu_16.yml b/roles/testnode/vars/ubuntu_16.yml
new file mode 100644 (file)
index 0000000..73eca75
--- /dev/null
@@ -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