From a8c481b59b8098850be00e09a9d2980b4be48bfb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Feb 2023 09:50:01 -0800 Subject: [PATCH] Publish raw images on our nodepool builders Previously we only published qcow2 images, but on our ARM build we've only got raw images which means nothing is published. Just prevent publication of the vhd images and allow raw and qcow2 both to be accessible. Change-Id: Idb4b846a3a2fcc1840389e703bf6ff6357b836e9 --- playbooks/roles/nodepool-builder/templates/vhost.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/nodepool-builder/templates/vhost.conf.j2 b/playbooks/roles/nodepool-builder/templates/vhost.conf.j2 index 88a268b79c..8a9527753d 100644 --- a/playbooks/roles/nodepool-builder/templates/vhost.conf.j2 +++ b/playbooks/roles/nodepool-builder/templates/vhost.conf.j2 @@ -38,8 +38,8 @@ Options Indexes FollowSymLinks MultiViews AllowOverride None Require all granted - # Only allow access to the qcow2 files as they are smallest - + # Only allow access to raw and qcow2 images + Require all denied