From cea490f471c339cc5d454b139e65dadd3613f77a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 11 Jun 2024 13:00:32 -0700 Subject: [PATCH] Pause centos-8-stream image builds CentOS 8 Stream is EOL and they cleaned up the repos for this release which our mirrors happily mirrored. This means the nodes are no longer functional without significant intervention. Intead of fixing things we start the process of removal by stopping the image builds. Change-Id: I5642a8dd3d539563caeba7a09cb86fe19769b38e --- nodepool/nb04.opendev.org.yaml | 1 + nodepool/nodepool.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nodepool/nb04.opendev.org.yaml b/nodepool/nb04.opendev.org.yaml index 7d1d8a48b1..1651aa4792 100644 --- a/nodepool/nb04.opendev.org.yaml +++ b/nodepool/nb04.opendev.org.yaml @@ -255,6 +255,7 @@ diskimages: - name: centos-8-stream-arm64 parent: base + pause: true python-path: /usr/bin/python3 elements: - centos-minimal diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index a4a44ee6de..16ce4831f6 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -159,7 +159,7 @@ diskimages: - name: centos-8-stream parent: base - pause: false + pause: true python-path: /usr/bin/python3 release: '8-stream' elements: