From e57a8e25f2fe1bd78d4e96f120388bca56317162 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Fri, 13 Dec 2024 13:58:39 +0100 Subject: [PATCH] debug Signed-off-by: Paul Meyer --- .github/workflows/e2e.yml | 4 ++++ testdata/uplosi.conf | 28 +++++++++++++--------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8cb73c0..37a9d8b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,8 +57,12 @@ jobs: mkdir -p ./testdata/uplosi.conf.d cat < ./testdata/uplosi.conf.d/0100-azure.conf + [variant.${variant}] + provider = "azure" [variant.${variant}.azure] resourceGroup = "${resource_group}" + sharedImageGallery = "{{.Name}}" + sharingProfile = "private" EOF cat ./testdata/uplosi.conf.d/0100-azure.conf - name: Build minimal image diff --git a/testdata/uplosi.conf b/testdata/uplosi.conf index baca981..326a9ba 100644 --- a/testdata/uplosi.conf +++ b/testdata/uplosi.conf @@ -6,19 +6,17 @@ name = "uplosi_test" subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435" location = "GermanyWestCentral" -[variant.azure_private] -provider = "azure" -[variant.azure_private.azure] -provider = "azure" -resourceGroup = "{{.Name}}" -sharedImageGallery = "{{.Name}}" -sharingProfile = "private" +# [variant.azure_private] +# provider = "azure" +# [variant.azure_private.azure] +# resourceGroup = "{{.Name}}" +# sharedImageGallery = "{{.Name}}" +# sharingProfile = "private" -[variant.azure_public] -provider = "azure" -[variant.azure_public.azure] -provider = "azure" -resourceGroup = "{{.Name}}" -sharedImageGallery = "{{.Name}}" -sharingProfile = "community" -sharingNamePrefix = "uplositest" +# [variant.azure_public] +# provider = "azure" +# [variant.azure_public.azure] +# resourceGroup = "{{.Name}}" +# sharedImageGallery = "{{.Name}}" +# sharingProfile = "community" +# sharingNamePrefix = "uplositest"