From: David Galloway Date: Thu, 15 Jun 2017 15:52:08 +0000 (-0400) Subject: testnode: Add custom repo to Xenial to provide newer version of valgrind X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=45abf85342fca8639b19b97ad46c5ab2d1f71cc8;p=ceph-cm-ansible.git testnode: Add custom repo to Xenial to provide newer version of valgrind Fixes: http://tracker.ceph.com/issues/18126#note-11 Signed-off-by: David Galloway --- diff --git a/roles/testnode/vars/ubuntu_16.yml b/roles/testnode/vars/ubuntu_16.yml index 2291b33..0b5d4c2 100644 --- a/roles/testnode/vars/ubuntu_16.yml +++ b/roles/testnode/vars/ubuntu_16.yml @@ -1,9 +1,7 @@ --- -# 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" +apt_repos: + # http://tracker.ceph.com/issues/18126 + - "deb [trusted=yes] https://chacra.ceph.com/r/valgrind/latest/HEAD/ubuntu/xenial/flavors/default/ xenial main" packages: - libboost-thread1.58.0 @@ -22,6 +20,8 @@ packages: packages_to_upgrade: # http://tracker.ceph.com/issues/13522#note-51 - libgoogle-perftools4 + # http://tracker.ceph.com/issues/18126#note-11 + - valgrind non_aarch64_packages: - libgoogle-perftools4