]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: add a var file for ubuntu trusty
authorAndrew Schoen <aschoen@redhat.com>
Tue, 16 Jun 2015 20:39:23 +0000 (15:39 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 17 Jun 2015 21:47:29 +0000 (16:47 -0500)
There are some packages listed here that we install on other versions of
ubuntu but can't on trusty.  I'm unsure if these are actually needed
though or if they're just cruft.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/vars/ubuntu_15.yml [new file with mode: 0644]

diff --git a/roles/testnode/vars/ubuntu_15.yml b/roles/testnode/vars/ubuntu_15.yml
new file mode 100644 (file)
index 0000000..ec0e8bd
--- /dev/null
@@ -0,0 +1,12 @@
+---
+apt_repos: []
+
+packages:
+  - libgoogle-perftools4
+# FIXME: not available on vivid, figure out what's available and use it
+# - libboost-thread1.54.0
+  - mpich
+  - qemu-system-x86
+# FIXME: not available on vivid, figure out what's available and use it
+#  - blkin
+  - lttng-tools