From 211fe14946a97536d4e60a8e2c5c8b22ab8aada6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 22 Feb 2024 10:27:37 -0800 Subject: [PATCH] Remove opensuse-15 image builds from nodepool This should be landed after the parent chagne has landed and nodepool has successfully deleted all opensuse-15 image uploads from our cloud providers. At this point it should be safe to remove the image builds entirely. Change-Id: Icc870ce04b0f0b26df673f85dd6380234979906f --- nodepool/nb04.opendev.org.yaml | 5 ----- nodepool/nl01.opendev.org.yaml | 1 - nodepool/nl02.opendev.org.yaml | 1 - nodepool/nl03.opendev.org.yaml | 1 - nodepool/nl04.opendev.org.yaml | 1 - nodepool/nodepool.yaml | 17 ----------------- 6 files changed, 26 deletions(-) diff --git a/nodepool/nb04.opendev.org.yaml b/nodepool/nb04.opendev.org.yaml index 3d8e7e2c6d..f2ae885a9f 100644 --- a/nodepool/nb04.opendev.org.yaml +++ b/nodepool/nb04.opendev.org.yaml @@ -176,11 +176,6 @@ diskimages: - name: gentoo-17-0-systemd elements: [] - ############ openSUSE ############# - - - name: opensuse-15 - elements: [] - ############ Ubuntu ############# - name: ubuntu-bionic diff --git a/nodepool/nl01.opendev.org.yaml b/nodepool/nl01.opendev.org.yaml index 0921ecc067..7b5e750357 100644 --- a/nodepool/nl01.opendev.org.yaml +++ b/nodepool/nl01.opendev.org.yaml @@ -195,7 +195,6 @@ diskimages: - name: debian-bullseye - name: debian-buster - name: gentoo-17-0-systemd - - name: opensuse-15 - name: rockylinux-8 - name: rockylinux-9 - name: ubuntu-bionic diff --git a/nodepool/nl02.opendev.org.yaml b/nodepool/nl02.opendev.org.yaml index 7f67663362..d67518099e 100644 --- a/nodepool/nl02.opendev.org.yaml +++ b/nodepool/nl02.opendev.org.yaml @@ -171,7 +171,6 @@ diskimages: - name: debian-bullseye - name: debian-buster - name: gentoo-17-0-systemd - - name: opensuse-15 - name: rockylinux-8 - name: rockylinux-9 - name: ubuntu-bionic diff --git a/nodepool/nl03.opendev.org.yaml b/nodepool/nl03.opendev.org.yaml index 1622339108..4f895604f3 100644 --- a/nodepool/nl03.opendev.org.yaml +++ b/nodepool/nl03.opendev.org.yaml @@ -541,7 +541,6 @@ diskimages: - name: debian-buster - name: debian-buster-arm64 - name: gentoo-17-0-systemd - - name: opensuse-15 - name: rockylinux-8 - name: rockylinux-9 - name: rockylinux-9-arm64 diff --git a/nodepool/nl04.opendev.org.yaml b/nodepool/nl04.opendev.org.yaml index 9433a5a3a6..87e4979d89 100644 --- a/nodepool/nl04.opendev.org.yaml +++ b/nodepool/nl04.opendev.org.yaml @@ -224,7 +224,6 @@ diskimages: - name: debian-bullseye - name: debian-buster - name: gentoo-17-0-systemd - - name: opensuse-15 - name: rockylinux-8 - name: rockylinux-9 - name: ubuntu-bionic diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 161b05febe..c6f7287061 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -338,23 +338,6 @@ diskimages: GENTOO_PYTHON_ACTIVE_VERSION: python3.9 GENTOO_PROFILE: 'default/linux/amd64/17.1/systemd' - - ############ openSUSE ############# - - - name: opensuse-15 - parent: base - # NOTE(ianw): Paused 2020-12-18 due to persistent build failures - # pending investigation. Unpausing as images were deleted and we need - # new builds to debug. - pause: false - elements: - - opensuse-minimal - - cache-devstack - release: '15.2' - python-path: /usr/bin/python3 - env-vars: - DIB_DISTRIBUTION_MIRROR: 'https://mirror.dfw.rax.opendev.org/opensuse' - ############ Ubuntu ############# - name: ubuntu-bionic