]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/upgrade/quincy: bump ubuntu from 20->22 55976/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 5 Mar 2024 19:42:24 +0000 (14:42 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 29 Mar 2024 16:12:18 +0000 (12:12 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_20.04.yaml [deleted file]
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml [deleted symlink]
qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_latest.yaml [new symlink]
qa/suites/upgrade/quincy-x/filestore-remove-check/ubuntu_20.04.yaml [deleted file]
qa/suites/upgrade/quincy-x/filestore-remove-check/ubuntu_latest.yaml [new symlink]

diff --git a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_20.04.yaml b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_20.04.yaml
deleted file mode 100644 (file)
index dd33de8..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-os_type: ubuntu
-os_version: "20.04"
-
-tasks:
-- cephadm:
-    image: quay.io/ceph/ceph:v17.2.0
-    cephadm_branch: v17.2.0
-    cephadm_git_url: https://github.com/ceph/ceph
-
-roles:
-- - mon.a
-  - mon.c
-  - mgr.y
-  - osd.0
-  - osd.1
-  - osd.2
-  - osd.3
-  - client.0
-  - node-exporter.a
-  - alertmanager.a
-- - mon.b
-  - mgr.x
-  - osd.4
-  - osd.5
-  - osd.6
-  - osd.7
-  - client.1
-  - prometheus.a
-  - grafana.a
-  - node-exporter.b
diff --git a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04.yaml b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04.yaml
new file mode 100644 (file)
index 0000000..767cd24
--- /dev/null
@@ -0,0 +1,30 @@
+os_type: ubuntu
+os_version: "22.04"
+
+tasks:
+- cephadm:
+    image: quay.io/ceph/ceph:v17.2.0
+    cephadm_branch: v17.2.0
+    cephadm_git_url: https://github.com/ceph/ceph
+
+roles:
+- - mon.a
+  - mon.c
+  - mgr.y
+  - osd.0
+  - osd.1
+  - osd.2
+  - osd.3
+  - client.0
+  - node-exporter.a
+  - alertmanager.a
+- - mon.b
+  - mgr.x
+  - osd.4
+  - osd.5
+  - osd.6
+  - osd.7
+  - client.1
+  - prometheus.a
+  - grafana.a
+  - node-exporter.b
diff --git a/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml b/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml
deleted file mode 120000 (symlink)
index 1629648..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/all/ubuntu_20.04.yaml
\ No newline at end of file
diff --git a/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_latest.yaml b/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_latest.yaml
new file mode 120000 (symlink)
index 0000000..3a09f9a
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/supported/ubuntu_latest.yaml
\ No newline at end of file
diff --git a/qa/suites/upgrade/quincy-x/filestore-remove-check/ubuntu_20.04.yaml b/qa/suites/upgrade/quincy-x/filestore-remove-check/ubuntu_20.04.yaml
deleted file mode 100644 (file)
index e1374c4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-os_type: ubuntu
-os_version: "20.04"
-# the normal ubuntu 20.04 kernel (5.4.0-88-generic currently) have a bug that prevents the nvme_loop
-# from behaving.  I think it is this:
-#   https://lkml.org/lkml/2020/9/21/1456
-# (at least, that is the symptom: nvme nvme1: Connect command failed, error wo/DNR bit: 880)
-overrides:
-  kernel:
-    hwe: true
\ No newline at end of file
diff --git a/qa/suites/upgrade/quincy-x/filestore-remove-check/ubuntu_latest.yaml b/qa/suites/upgrade/quincy-x/filestore-remove-check/ubuntu_latest.yaml
new file mode 120000 (symlink)
index 0000000..3a09f9a
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/supported/ubuntu_latest.yaml
\ No newline at end of file