From dce378a6b46ebcbd4a88a0306518d1d69917524f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 31 Jan 2022 13:37:25 -0800 Subject: [PATCH] Remove centos-8 This distro release reached its EOL December 31, 2021. We are removing it from our CI system as people should really stop testing on it. They can use CentOS 8 Stream or other alternatives instead. Depends-On: https://review.opendev.org/c/opendev/base-jobs/+/827181 Change-Id: I13e8185b7839371a9f9043b715dc39c6baf907d5 --- grafana/create-nodepool-dib.sh | 2 - grafana/nodepool-dib.yaml | 104 --------------------------------- nodepool/nb03.opendev.org.yaml | 19 ------ nodepool/nl01.opendev.org.yaml | 10 ---- nodepool/nl02.opendev.org.yaml | 26 --------- nodepool/nl03.opendev.org.yaml | 49 ---------------- nodepool/nl04.opendev.org.yaml | 16 ----- nodepool/nodepool.yaml | 14 ----- 8 files changed, 240 deletions(-) diff --git a/grafana/create-nodepool-dib.sh b/grafana/create-nodepool-dib.sh index 2ec502f1bf..ab0a038cdb 100755 --- a/grafana/create-nodepool-dib.sh +++ b/grafana/create-nodepool-dib.sh @@ -19,7 +19,6 @@ create "Ubuntu Focal" "ubuntu-focal" create "Ubuntu Bionic" "ubuntu-bionic" create "Ubuntu Xenial" "ubuntu-xenial" create "Centos 7" "centos-7" -create "Centos 8" "centos-8" create "Centos 8 Stream" "centos-8-stream" create "Centos 9 Stream" "centos-9-stream" create "Fedora 35" "fedora-35" @@ -27,7 +26,6 @@ create "Debian Bullseye" "debian-bullseye" create "Debian Buster" "debian-buster" create "Gentoo" "gentoo-17-0-systemd" create "openSUSE 15.1" "opensuse-15" -create "Centos 8 arm64" "centos-8-arm64" create "Centos 8-stream arm64" "centos-8-stream-arm64" create "Debian Bullseye arm64" "debian-bullseye-arm64" create "Debian Buster arm64" "debian-buster-arm64" diff --git a/grafana/nodepool-dib.yaml b/grafana/nodepool-dib.yaml index 87853497f0..8904547cbd 100644 --- a/grafana/nodepool-dib.yaml +++ b/grafana/nodepool-dib.yaml @@ -227,58 +227,6 @@ dashboard: targets: - target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-7.status.duration.mean, 'None'), "Time") refId: A -# AUTOGENERATED : Centos 8 - - - title: Centos 8 - showTitle: true - height: 200px - panels: - - title: Build status - colorBackground: true - type: singlestat - valueName: current - valueMaps: - - value: 0 - text: "OK" - - value: 1 - text: "FAILED" - thresholds: 0.1,0.9 - span: 2 - targets: - - target: "stats.gauges.nodepool.dib_image_build.centos-8.status.rc" - valueFontSize: "50%" - - - title: Last build - type: singlestat - span: 2 - format: dateTimeFromNow - targets: - - target: "stats.gauges.nodepool.dib_image_build.centos-8.status.last_build" - valueFontSize: "50%" - - - title: Image size - type: graph - span: 3 - yaxes: - - format: decbytes - min: 0 - - format: decbytes - min: 0 - targets: - - target: aliasByNode(stats.gauges.nodepool.dib_image_build.centos-8.*.size, 5) - refId: A - - - title: Build duration - type: graph - span: 3 - yaxes: - - format: ms - min: 0 - - format: ms - min: 0 - targets: - - target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-8.status.duration.mean, 'None'), "Time") - refId: A # AUTOGENERATED : Centos 8 Stream - title: Centos 8 Stream @@ -643,58 +591,6 @@ dashboard: targets: - target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.opensuse-15.status.duration.mean, 'None'), "Time") refId: A -# AUTOGENERATED : Centos 8 arm64 - - - title: Centos 8 arm64 - showTitle: true - height: 200px - panels: - - title: Build status - colorBackground: true - type: singlestat - valueName: current - valueMaps: - - value: 0 - text: "OK" - - value: 1 - text: "FAILED" - thresholds: 0.1,0.9 - span: 2 - targets: - - target: "stats.gauges.nodepool.dib_image_build.centos-8-arm64.status.rc" - valueFontSize: "50%" - - - title: Last build - type: singlestat - span: 2 - format: dateTimeFromNow - targets: - - target: "stats.gauges.nodepool.dib_image_build.centos-8-arm64.status.last_build" - valueFontSize: "50%" - - - title: Image size - type: graph - span: 3 - yaxes: - - format: decbytes - min: 0 - - format: decbytes - min: 0 - targets: - - target: aliasByNode(stats.gauges.nodepool.dib_image_build.centos-8-arm64.*.size, 5) - refId: A - - - title: Build duration - type: graph - span: 3 - yaxes: - - format: ms - min: 0 - - format: ms - min: 0 - targets: - - target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-8-arm64.status.duration.mean, 'None'), "Time") - refId: A # AUTOGENERATED : Centos 8-stream arm64 - title: Centos 8-stream arm64 diff --git a/nodepool/nb03.opendev.org.yaml b/nodepool/nb03.opendev.org.yaml index 3ba8eeabb2..fc23edf932 100644 --- a/nodepool/nb03.opendev.org.yaml +++ b/nodepool/nb03.opendev.org.yaml @@ -49,14 +49,6 @@ providers: os_command_line: "console=ttyAMA0" hw_disk_bus: scsi hw_scsi_model: virtio-scsi - - name: centos-8-arm64 - pause: false - config-drive: true - meta: - hw_firmware_type: uefi - os_command_line: "console=ttyAMA0" - hw_disk_bus: scsi - hw_scsi_model: virtio-scsi - name: centos-8-stream-arm64 pause: false config-drive: true @@ -149,17 +141,6 @@ diskimages: env-vars: DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro-us.opendev.org/debian' - - name: centos-8-arm64 - pause: true - parent: base - python-path: /usr/bin/python3 - elements: - - centos-minimal - - epel - release: 8 - env-vars: - DIB_EPEL_DISABLED: '1' - - name: centos-8-stream-arm64 parent: base python-path: /usr/bin/python3 diff --git a/nodepool/nl01.opendev.org.yaml b/nodepool/nl01.opendev.org.yaml index 0e2ba1b387..2451f01667 100644 --- a/nodepool/nl01.opendev.org.yaml +++ b/nodepool/nl01.opendev.org.yaml @@ -17,8 +17,6 @@ zookeeper-servers: labels: - name: centos-7 min-ready: 1 - - name: centos-8 - min-ready: 0 - name: centos-8-stream min-ready: 1 - name: centos-9-stream @@ -55,8 +53,6 @@ providers: diskimages: &provider_diskimages - name: centos-7 config-drive: true - - name: centos-8 - config-drive: true - name: centos-8-stream config-drive: true - name: centos-9-stream @@ -90,11 +86,6 @@ providers: flavor-name: 'Performance' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8192 - flavor-name: 'Performance' - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8192 flavor-name: 'Performance' @@ -182,7 +173,6 @@ providers: diskimages: - name: centos-7 - - name: centos-8 - name: centos-8-stream - name: centos-9-stream - name: debian-bullseye diff --git a/nodepool/nl02.opendev.org.yaml b/nodepool/nl02.opendev.org.yaml index abf31fd29c..8c2b9f9aa1 100644 --- a/nodepool/nl02.opendev.org.yaml +++ b/nodepool/nl02.opendev.org.yaml @@ -16,7 +16,6 @@ zookeeper-servers: # another launcher will need to assume this logic. labels: - name: centos-7 - - name: centos-8 - name: centos-8-stream - name: centos-9-stream - name: debian-bullseye @@ -49,8 +48,6 @@ labels: min-ready: 0 - name: nested-virt-centos-7 min-ready: 0 - - name: nested-virt-centos-8 - min-ready: 0 - name: nested-virt-centos-8-stream min-ready: 0 - name: nested-virt-centos-9-stream @@ -66,8 +63,6 @@ providers: diskimages: &provider_diskimages - name: centos-7 config-drive: true - - name: centos-8 - config-drive: true - name: centos-8-stream config-drive: true - name: centos-9-stream @@ -99,11 +94,6 @@ providers: flavor-name: 'nodepool.0' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8000 - flavor-name: 'nodepool.0' - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8000 flavor-name: 'nodepool.0' @@ -179,11 +169,6 @@ providers: flavor-name: 'nodepool.0' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: nested-virt-centos-8 - min-ram: 8000 - flavor-name: 'nodepool.0' - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: nested-virt-centos-8-stream min-ram: 8000 flavor-name: 'nodepool.0' @@ -213,11 +198,6 @@ providers: flavor-name: '8C-8GB-100GB' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8000 - flavor-name: '8C-8GB-100GB' - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8000 flavor-name: '8C-8GB-100GB' @@ -307,11 +287,6 @@ providers: flavor-name: 'opendev-zuul' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8000 - flavor-name: 'opendev-zuul' - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8000 flavor-name: 'opendev-zuul' @@ -375,7 +350,6 @@ providers: diskimages: - name: centos-7 - - name: centos-8 - name: centos-8-stream - name: centos-9-stream - name: debian-bullseye diff --git a/nodepool/nl03.opendev.org.yaml b/nodepool/nl03.opendev.org.yaml index c112af0bef..d37efab3a5 100644 --- a/nodepool/nl03.opendev.org.yaml +++ b/nodepool/nl03.opendev.org.yaml @@ -19,11 +19,6 @@ zookeeper-servers: # e.g. *-arm64 labels: - name: centos-7 - - name: centos-8 - - name: centos-8-arm64 - min-ready: 0 - - name: centos-8-arm64-large - min-ready: 0 - name: centos-8-stream - name: centos-9-stream - name: centos-8-stream-arm64 @@ -69,8 +64,6 @@ labels: min-ready: 0 - name: nested-virt-centos-7 min-ready: 0 - - name: nested-virt-centos-8 - min-ready: 0 - name: nested-virt-centos-8-stream min-ready: 0 - name: nested-virt-centos-9-stream @@ -88,8 +81,6 @@ providers: diskimages: &provider_diskimages - name: centos-7 config-drive: true - - name: centos-8 - config-drive: true - name: centos-8-stream config-drive: true - name: centos-9-stream @@ -121,11 +112,6 @@ providers: flavor-name: 'A1.8' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8000 - flavor-name: 'A1.8' - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8000 flavor-name: 'A1.8' @@ -258,13 +244,6 @@ providers: volume-size: 80 diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8000 - flavor-name: v2-highcpu-8 - boot-from-volume: true - volume-size: 80 - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8000 flavor-name: v2-highcpu-8 @@ -363,13 +342,6 @@ providers: volume-size: 80 diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: nested-virt-centos-8 - min-ram: 8000 - flavor-name: v2-highcpu-8 - boot-from-volume: true - volume-size: 80 - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: nested-virt-centos-8-stream min-ram: 8000 flavor-name: v2-highcpu-8 @@ -392,8 +364,6 @@ providers: launch-timeout: 800 rate: 0.001 diskimages: - - name: centos-8-arm64 - config-drive: true - name: centos-8-stream-arm64 config-drive: true - name: debian-bullseye-arm64 @@ -410,21 +380,11 @@ providers: - name: main max-servers: 40 labels: - - name: centos-8-arm64 - min-ram: 8000 - flavor-name: 'os.large' - diskimage: centos-8-arm64 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream-arm64 min-ram: 8000 flavor-name: 'os.large' diskimage: centos-8-stream-arm64 key-name: infra-root-keys-2020-05-13 - - name: centos-8-arm64-large - min-ram: 16000 - flavor-name: 'm1.xxlarge' - diskimage: centos-8-arm64 - key-name: infra-root-keys-2020-05-13 - name: debian-bullseye-arm64 min-ram: 8000 flavor-name: 'os.large' @@ -473,8 +433,6 @@ providers: launch-timeout: 800 rate: 0.001 diskimages: - - name: centos-8-arm64 - config-drive: true - name: centos-8-stream-arm64 config-drive: true - name: debian-bullseye-arm64 @@ -489,11 +447,6 @@ providers: - name: main max-servers: 15 labels: - - name: centos-8-arm64 - min-ram: 8000 - flavor-name: 'opendev.large' - diskimage: centos-8-arm64 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream-arm64 min-ram: 8000 flavor-name: 'opendev.large' @@ -522,8 +475,6 @@ providers: diskimages: - name: centos-7 - - name: centos-8 - - name: centos-8-arm64 - name: centos-8-stream - name: centos-9-stream - name: centos-8-stream-arm64 diff --git a/nodepool/nl04.opendev.org.yaml b/nodepool/nl04.opendev.org.yaml index 4dc078eaf7..3a716ac320 100644 --- a/nodepool/nl04.opendev.org.yaml +++ b/nodepool/nl04.opendev.org.yaml @@ -16,7 +16,6 @@ zookeeper-servers: # another launcher will need to assume this logic. labels: - name: centos-7 - - name: centos-8 - name: centos-8-stream - name: centos-9-stream - name: debian-bullseye @@ -34,8 +33,6 @@ labels: min-ready: 0 - name: nested-virt-centos-7 min-ready: 0 - - name: nested-virt-centos-8 - min-ready: 0 - name: nested-virt-centos-8-stream min-ready: 0 - name: nested-virt-centos-9-stream @@ -51,8 +48,6 @@ providers: diskimages: &provider_diskimages - name: centos-7 config-drive: true - - name: centos-8 - config-drive: true - name: centos-8-stream config-drive: true - name: centos-9-stream @@ -84,11 +79,6 @@ providers: flavor-name: ssd-osFoundation-3 diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: centos-8 - min-ram: 8000 - flavor-name: ssd-osFoundation-3 - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: centos-8-stream min-ram: 8000 flavor-name: ssd-osFoundation-3 @@ -159,11 +149,6 @@ providers: flavor-name: ssd-osFoundation-3 diskimage: centos-7 key-name: infra-root-keys-2020-05-13 - - name: nested-virt-centos-8 - min-ram: 8000 - flavor-name: ssd-osFoundation-3 - diskimage: centos-8 - key-name: infra-root-keys-2020-05-13 - name: nested-virt-centos-8-stream min-ram: 8000 flavor-name: ssd-osFoundation-3 @@ -189,7 +174,6 @@ providers: diskimages: - name: centos-7 - - name: centos-8 - name: centos-8-stream - name: centos-9-stream - name: debian-bullseye diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 1b62ef0149..5a24e65082 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -19,8 +19,6 @@ providers: diskimages: &provider_diskimages - name: centos-7 config-drive: true - - name: centos-8 - config-drive: true - name: centos-8-stream config-drive: true - name: centos-9-stream @@ -149,18 +147,6 @@ diskimages: env-vars: DIB_EPEL_DISABLED: '1' - - name: centos-8 - parent: base - pause: true - python-path: /usr/bin/python3 - release: '8' - elements: - - cache-devstack - - centos-minimal - - epel - env-vars: - DIB_EPEL_DISABLED: '1' - - name: centos-8-stream parent: base pause: false