From: Nathan Cutler Date: Mon, 30 Jan 2017 13:19:05 +0000 (+0100) Subject: tests: make distros/all/centos.yaml be a symlink to centos_7.3 X-Git-Tag: v10.2.6~17^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a75f980d3cb00cc31c479f5e4253a6385563663;p=ceph.git tests: make distros/all/centos.yaml be a symlink to centos_7.3 Before this commit, tests that used distros/all/centos.yaml would fail on VPS because VPS defaults to centos 7.0 when os_version is not specified. Signed-off-by: Nathan Cutler --- diff --git a/qa/distros/all/centos.yaml b/qa/distros/all/centos.yaml deleted file mode 100644 index 8f4854b95ac8..000000000000 --- a/qa/distros/all/centos.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: centos diff --git a/qa/distros/all/centos.yaml b/qa/distros/all/centos.yaml new file mode 120000 index 000000000000..6ae4874530d4 --- /dev/null +++ b/qa/distros/all/centos.yaml @@ -0,0 +1 @@ +centos_7.3.yaml \ No newline at end of file