From: Yuri Weinstein Date: Fri, 10 May 2019 16:10:08 +0000 (-0700) Subject: qa/tests: cleaned up supported disto for nautilus X-Git-Tag: v14.2.2~189^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28065%2Fhead;p=ceph.git qa/tests: cleaned up supported disto for nautilus Signed-off-by: Yuri Weinstein --- diff --git a/qa/distros/all/centos_7.5.yaml b/qa/distros/all/centos_7.5.yaml index 54324576d75f..4cb095e6c0eb 100644 --- a/qa/distros/all/centos_7.5.yaml +++ b/qa/distros/all/centos_7.5.yaml @@ -1,2 +1,2 @@ os_type: centos -os_version: "7.5" +os_version: "7.6" diff --git a/qa/distros/all/centos_7.6.yaml b/qa/distros/all/centos_7.6.yaml new file mode 100644 index 000000000000..4cb095e6c0eb --- /dev/null +++ b/qa/distros/all/centos_7.6.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.6" diff --git a/qa/distros/all/rhel_7.5.yaml b/qa/distros/all/rhel_7.5.yaml index e5aaf3d30d3b..62f52e8e7dfd 100644 --- a/qa/distros/all/rhel_7.5.yaml +++ b/qa/distros/all/rhel_7.5.yaml @@ -1,2 +1,2 @@ os_type: rhel -os_version: "7.5" +os_version: "7.6" diff --git a/qa/distros/supported-all-distro/centos_latest.yaml b/qa/distros/supported-all-distro/centos_latest.yaml index 10e4444a36fa..00f625f78207 120000 --- a/qa/distros/supported-all-distro/centos_latest.yaml +++ b/qa/distros/supported-all-distro/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.5.yaml \ No newline at end of file +../all/centos_7.6.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.5.yaml b/qa/distros/supported-all-distro/rhel_7.5.yaml deleted file mode 120000 index eea4cef17864..000000000000 --- a/qa/distros/supported-all-distro/rhel_7.5.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.6.yaml b/qa/distros/supported-all-distro/rhel_7.6.yaml new file mode 120000 index 000000000000..ad4dd894f46e --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_7.6.yaml @@ -0,0 +1 @@ +../all/rhel_7.6.yaml \ No newline at end of file