]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: upgrade:client-upgrade/firefly-client-x: drop CentOS 14691/head
authorNathan Cutler <ncutler@suse.com>
Thu, 20 Apr 2017 17:15:29 +0000 (19:15 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 22 Aug 2017 12:57:12 +0000 (14:57 +0200)
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 <ncutler@suse.com>
qa/suites/upgrade/client-upgrade/firefly-client-x/basic/distros/centos.yaml [deleted symlink]

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 (symlink)
index 9581aea..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../distros/all/centos.yaml
\ No newline at end of file