From: Sage Weil Date: Wed, 29 Jan 2020 18:52:53 +0000 (-0600) Subject: qa/distros: add rhel/centos 8.1 X-Git-Tag: v15.1.1~538^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8c674757f06a332c2b59c9f0b1a0703853b09b7;p=ceph.git qa/distros: add rhel/centos 8.1 Signed-off-by: Sage Weil --- diff --git a/qa/distros/all/centos_8.1.yaml b/qa/distros/all/centos_8.1.yaml new file mode 100644 index 000000000000..104574c68b76 --- /dev/null +++ b/qa/distros/all/centos_8.1.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "8.1" diff --git a/qa/distros/all/centos_8.yaml b/qa/distros/all/centos_8.yaml index dc785878a473..8abfcfd12472 120000 --- a/qa/distros/all/centos_8.yaml +++ b/qa/distros/all/centos_8.yaml @@ -1 +1 @@ -centos_8.0.yaml \ No newline at end of file +centos_8.1.yaml \ No newline at end of file diff --git a/qa/distros/all/rhel_8.1.yaml b/qa/distros/all/rhel_8.1.yaml new file mode 100644 index 000000000000..0c1ec3523d1f --- /dev/null +++ b/qa/distros/all/rhel_8.1.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "8.1" diff --git a/qa/distros/all/rhel_8.yaml b/qa/distros/all/rhel_8.yaml index b03323c71525..c58864f0433e 120000 --- a/qa/distros/all/rhel_8.yaml +++ b/qa/distros/all/rhel_8.yaml @@ -1 +1 @@ -rhel_8.0.yaml \ No newline at end of file +rhel_8.1.yaml \ No newline at end of file