]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Add CentOS/RHEL 9 to supported operating systems
authorTakashi Kajinami <tkajinam@redhat.com>
Tue, 22 Feb 2022 16:08:34 +0000 (01:08 +0900)
committerTakashi Kajinami <tkajinam@redhat.com>
Tue, 22 Feb 2022 16:08:34 +0000 (01:08 +0900)
... because these operating systems are now verified by unit tests and
integration tests.

Change-Id: I0590ce6552ffb72389a3d793267e4e68510af7c1

metadata.json
releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml [new file with mode: 0644]

index 7e796de1a515d0261a279e447c57797bef7786b1..7e91cc5af0cb3e281c88b8ce287f635f7f753f53 100644 (file)
         {
             "operatingsystem": "RedHat",
             "operatingsystemrelease": [
-                "8"
+                "8",
+                "9"
             ]
         },
         {
             "operatingsystem": "CentOS",
             "operatingsystemrelease": [
-                "8"
+                "8",
+                "9"
             ]
         },
         {
diff --git a/releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml b/releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml
new file mode 100644 (file)
index 0000000..c3876a0
--- /dev/null
@@ -0,0 +1,4 @@
+---
+features:
+  - |
+    Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.