From 5262094f9e595eea9188cee005b98fa736a4dd6d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 14 Feb 2023 17:25:45 +0000 Subject: [PATCH] Stop caching infrequently-used CirrOS images According to Ic8b3e790fe332cf68bad7aaa3d5f85229600380b review comments, OpenSearch indexing indicates jobs aren't often using CirrOS 0.3.4, 0.3.5, 0.4.0 or 0.5.1 images any longer. If jobs occasionally used them and have to retrieve them from the Internet then that's fine, we really only need to cache images which are used frequently. Remove the rest in order to shrink our node images somewhat. Change-Id: Ibada405e0c1183559f428c749d0e54d0a45a2223 --- nodepool/elements/cache-devstack/source-repository-images | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nodepool/elements/cache-devstack/source-repository-images b/nodepool/elements/cache-devstack/source-repository-images index 380b7b0725..2f30da4e74 100644 --- a/nodepool/elements/cache-devstack/source-repository-images +++ b/nodepool/elements/cache-devstack/source-repository-images @@ -1,10 +1,3 @@ -cirros-0.3.4-x86_64-disk.img file /opt/cache/files/cirros-0.3.4-x86_64-disk.img https://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img -cirros-0.3.5-x86_64-disk.img file /opt/cache/files/cirros-0.3.5-x86_64-disk.img https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img -cirros-0.4.0-x86_64-disk.img file /opt/cache/files/cirros-0.4.0-x86_64-disk.img https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img -cirros-0.4.0-x86_64-uec.tar.gz file /opt/cache/files/cirros-0.4.0-x86_64-uec.tar.gz https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-uec.tar.gz -cirros-0.5.1-x86_64-disk.img file /opt/cache/files/cirros-0.5.1-x86_64-disk.img https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img -cirros-0.5.1-x86_64-uec.tar.gz file /opt/cache/files/cirros-0.5.1-x86_64-uec.tar.gz https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-uec.tar.gz -cirros-0.5.1-aarch64-disk.img file /opt/cache/files/cirros-0.5.1-aarch64-disk.img https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-aarch64-disk.img cirros-0.5.2-x86_64-disk.img file /opt/cache/files/cirros-0.5.2-x86_64-disk.img https://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-disk.img cirros-0.5.2-x86_64-uec.tar.gz file /opt/cache/files/cirros-0.5.2-x86_64-uec.tar.gz https://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-uec.tar.gz cirros-0.5.2-aarch64-disk.img file /opt/cache/files/cirros-0.5.2-aarch64-disk.img https://download.cirros-cloud.net/0.5.2/cirros-0.5.2-aarch64-disk.img