From 48c56a22b2c2764777b44e8c1f9e2a7a47b19fd4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 16 Jun 2015 15:39:23 -0500 Subject: [PATCH] testnode: add a var file for ubuntu trusty 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 --- roles/testnode/vars/ubuntu_15.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/testnode/vars/ubuntu_15.yml diff --git a/roles/testnode/vars/ubuntu_15.yml b/roles/testnode/vars/ubuntu_15.yml new file mode 100644 index 0000000..ec0e8bd --- /dev/null +++ b/roles/testnode/vars/ubuntu_15.yml @@ -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 -- 2.39.5