]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Disable lab-extras repo and iozone installs 177/head
authorZack Cerza <zack@redhat.com>
Tue, 8 Dec 2015 17:08:28 +0000 (10:08 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 8 Dec 2015 17:08:28 +0000 (10:08 -0700)
Tests invoking iozone will still fail. But it's better than nothing, at
least until we get the apt-mirror data we're missing.

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/vars/centos_6.yml
roles/testnode/vars/centos_7.yml
roles/testnode/vars/redhat_6.yml
roles/testnode/vars/redhat_7.yml

index 6044c35b5278ba163589e2a56ba46ca911ebe218..9d6c079a92a2444ff0355fc0dbcd53f6a8a8709e 100644 (file)
@@ -23,7 +23,7 @@ yum_repos:
   lab-extras:
     name: lab-extras
     baseurl: "http://{{ mirror_host }}/lab-extras/centos6/"
-    enabled: 1
+    enabled: 0
     gpgcheck: 0
     priority: 2
 
@@ -64,7 +64,7 @@ packages:
   - mpich2-devel
   - ant
   - fsstress
-  - iozone
+  #- iozone
   ###
   # used by the xfstests tasks
   - libtool
index 70e152037a820e6f7576a1e3c981104c961c8dee..eafb0ec77217d29515291c718fc75cd8591810d6 100644 (file)
@@ -11,7 +11,7 @@ yum_repos:
   lab-extras:
     name: lab-extras
     baseurl: "http://{{ mirror_host }}/lab-extras/centos7/"
-    enabled: 1
+    enabled: 0
     gpgcheck: 0
     priority: 2
 
@@ -48,7 +48,7 @@ packages:
   - python-nose
   - mpich
   - ant
-  - iozone
+  #- iozone
   ###
   # used by the xfstests tasks
   - libtool
index f8e8761eaf19e1485e5edae329441acbc317d2c7..79e81e82fdebf71ce021e4188d9b2e8310341404 100644 (file)
@@ -5,7 +5,7 @@ common_yum_repos:
   lab-extras:
     name: "lab-extras"
     baseurl: "http://{{ mirror_host }}/lab-extras/rhel6/"
-    enabled: 1
+    enabled: 0
     gpgcheck: 0
     priority: 2
   centos6-misc-ceph:
@@ -46,7 +46,7 @@ packages:
   - mpich2
   - ant
   - fsstress
-  - iozone
+  #- iozone
   ###
   # used by the xfstests tasks
   - libtool
index 533042461a164944300f5a3e5eb71e9b24406d4b..171defd4bf805b4bfe3fc9808fac12564a7402be 100644 (file)
@@ -5,7 +5,7 @@ common_yum_repos:
   lab-extras:
     name: "lab-extras"
     baseurl: "http://{{ mirror_host }}/lab-extras/rhel7/"
-    enabled: 1
+    enabled: 0
     gpgcheck: 0
     priority: 2
 
@@ -38,7 +38,7 @@ packages:
   - mpich
   - ant
   - lsof
-  - iozone
+  #- iozone
   - libtool
   - automake
   - gettext