From 0bb08832c0ba20cc85a50d9dfbc4efc0f083b7ae Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 20 Apr 2017 19:15:29 +0200 Subject: [PATCH] tests: upgrade:client-upgrade/firefly-client-x: drop CentOS The RBD suite needs ceph-cm-ansible to install qemu-kvm on CentOS, but doing that breaks the firefly install on CentOS because: 1. the qemu-kvm that gets installed is from hammer (0.94.5) 2. qemu-kvm brings in librados2, librbd1 as dependencies As a result, the hammer librados2 and librbd1 are installed on the test nodes even before the teuthology install task starts. When it does start and tries to install firefly, it fails because firefly librados2 and librbd1 cannot be installed over their hammer versions. Fixes: http://tracker.ceph.com/issues/19571 Signed-off-by: Nathan Cutler --- .../client-upgrade/firefly-client-x/basic/distros/centos.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 120000 qa/suites/upgrade/client-upgrade/firefly-client-x/basic/distros/centos.yaml diff --git a/qa/suites/upgrade/client-upgrade/firefly-client-x/basic/distros/centos.yaml b/qa/suites/upgrade/client-upgrade/firefly-client-x/basic/distros/centos.yaml deleted file mode 120000 index 9581aea73cb0f..0000000000000 --- a/qa/suites/upgrade/client-upgrade/firefly-client-x/basic/distros/centos.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../../../distros/all/centos.yaml \ No newline at end of file -- 2.39.5