]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Add custom repo to Xenial to provide newer version of valgrind
authorDavid Galloway <dgallowa@redhat.com>
Thu, 15 Jun 2017 15:52:08 +0000 (11:52 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 15 Jun 2017 16:28:48 +0000 (12:28 -0400)
Fixes: http://tracker.ceph.com/issues/18126#note-11
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/ubuntu_16.yml

index 2291b3310b33f470050127c98f6dd3576a448c0a..0b5d4c2b2b4e069caecc8931ffa57fd7908d6788 100644 (file)
@@ -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