From 598b2a4cc340aeb5ea84f9ffefa46326ac03b086 Mon Sep 17 00:00:00 2001 From: Maartje Eyskens Date: Thu, 25 Mar 2021 12:10:13 +0100 Subject: [PATCH] Export calico-host-protection_values for controleplane check calico-host-protection_values was not set as output in Terraform for Packet this caused the control plane check of lokoctl to error. Signed-off-by: Maartje Eyskens --- .../packet/flatcar-linux/kubernetes/outputs.tf | 4 ++++ pkg/assets/generated_assets.go | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf b/assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf index c76271fd1..659183b99 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf +++ b/assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf @@ -35,6 +35,10 @@ output "calico_values" { value = module.bootkube.calico_values } +output "calico-host-protection_values" { + value = join("", local_file.calico_host_protection.*.content) +} + output "lokomotive_values" { value = module.bootkube.lokomotive_values } diff --git a/pkg/assets/generated_assets.go b/pkg/assets/generated_assets.go index 28f2d016e..1ba26ea9c 100644 --- a/pkg/assets/generated_assets.go +++ b/pkg/assets/generated_assets.go @@ -6769,9 +6769,9 @@ var vfsgenAssets = func() http.FileSystem { "/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 1190, + uncompressedSize: 1298, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xc1\x6a\xdc\x30\x10\x86\xef\x7e\x8a\x21\x39\x14\x0a\xeb\x53\xaf\xbd\xf5\xdc\x57\x30\xb3\xa3\x3f\xbb\x62\x65\x8d\x90\x46\x2e\xa6\xe4\xdd\x8b\x71\xd8\xd8\x4e\x37\x88\xdc\x0c\xf3\xfd\x9f\x86\xf1\xaf\xd5\x52\x35\x7a\xba\xd5\x33\x44\xe3\x8b\xbf\x9c\xd8\x8d\x3e\x3e\xd1\xdf\x8e\x68\xe2\x50\x41\x3f\x69\x54\x57\x03\xfa\xb3\xaa\x2d\x60\x7f\xa4\xbb\xd7\xae\xfb\x68\x6a\x76\x2c\x9f\x01\xb6\xb5\x08\x0f\x82\x6c\x9f\x2b\xde\xa0\x6d\x8e\x93\x2f\xc8\x13\xf2\x3e\x19\x54\x38\xf4\x9c\xfc\xb0\x4e\x97\xc8\xf3\x3a\x2d\xfd\xcc\x63\x20\xd1\x68\x88\x46\x2f\x9a\x89\x43\x20\x87\x14\x74\x86\x23\xb9\x72\xb6\xd2\xdf\x5f\x48\xea\x4e\x72\x85\xdc\x92\xfa\x68\xc8\xc3\x6a\xf9\x7c\xd3\x07\xa1\xe3\xdd\x4e\xf7\xf5\x9b\xac\xff\x8d\x1c\x9d\x39\xc2\x50\x9a\x7d\x3b\xfc\xe8\x0a\xb0\x66\xd1\x3b\xbb\xff\xaf\xc1\x8b\x36\x49\x76\xe8\xd6\x11\xf4\xa6\xa3\x9a\x9f\xd0\xe4\xf9\x80\x6f\x5d\x0b\x55\x2c\x73\x3a\x15\x48\x86\xb5\x1d\xea\x51\x6a\xad\xd5\xaf\x3a\x8e\x33\xbd\xbd\x50\x0b\x1c\x99\x92\x64\xb0\x61\xa9\x15\xa2\x43\x14\x8f\x42\x1a\xc3\xdc\x3d\xd3\x6f\x35\xba\x54\xce\x1c\x0d\x0b\x7c\x65\xa3\x3f\x1a\xbf\xd9\xd2\xbd\x78\xc1\x7d\x59\x87\xc9\x0b\x06\xef\x0e\xeb\x25\x96\x1b\x6c\x58\xc7\xfd\xd2\xe4\xac\x21\x20\x97\xfe\x7b\xef\xdd\xee\xfc\xef\xb3\x21\xd5\x73\xf0\x32\xf8\x34\xfd\x68\xd7\xb1\x08\xca\x2e\xfb\x50\x9f\xfd\xc4\x86\x2f\xfa\x37\xe1\xee\xb5\xfb\x17\x00\x00\xff\xff\x04\x14\xe4\x54\xa6\x04\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xb1\x8e\xdb\x30\x0c\x86\x77\x3f\x05\x91\x1b\xda\x1e\x6a\x4f\x5d\xbb\x75\xee\x2b\x08\x0a\xc5\x24\x6c\x68\x51\x90\x28\x17\x41\x71\xef\x5e\xb8\x0e\x12\xdb\xb9\x1c\x8c\x6e\x02\xf8\x7f\x1f\x09\x91\x5a\x2d\x55\x83\xdd\xb9\xee\x09\x35\x1e\xf8\xd8\xfa\xd0\x73\xdc\xc1\x9f\x06\x60\xf0\x52\x09\xbe\x43\xaf\xa1\x0a\x75\x7b\x55\x1b\x83\xdd\x3a\xdd\xbc\x35\xcd\xa3\x69\xb3\x63\x7c\x0a\xd9\xdc\x82\xde\x21\x65\xfb\x58\x71\x0d\xcd\x39\x9f\xb8\x50\x1e\x28\x2f\x49\x51\xf4\xd2\xf9\xc4\x6e\xaa\x8e\xc8\xcb\x54\x2d\xdd\xc5\xf7\x02\xa8\xd1\x28\x1a\x1c\x34\x83\x17\x81\x40\x49\xf4\x42\x01\xf0\xe4\xb3\x95\xee\xd6\x21\x69\x68\xf1\x44\x78\x4e\xca\xd1\x28\xbb\xc9\xf2\xf1\xa4\x4f\xa0\xf5\xbf\xb5\xb7\xf1\x37\x59\xdf\x45\xd6\xce\x1c\xc9\xa8\x6c\xf6\x2d\xe2\x6b\x97\x90\x6d\x16\xdd\xb3\xcb\xbd\x0a\xa3\x6e\x92\x2c\xa2\x8f\x8e\xf6\xa4\xc5\xda\x94\xd5\x08\x8d\x35\xbe\xeb\xfc\xa5\x1c\x3f\xef\x76\x5f\xa7\x03\x70\x07\x96\x9b\x77\xc4\xdd\x1d\xef\x5e\xbb\xeb\x09\x7c\x99\xf7\x12\x3d\x6b\xaf\xc6\x03\x6d\x9a\xf9\x21\x3e\x77\x8d\xa9\x62\xd9\xa7\xb6\x10\x66\xb2\x6d\x4b\x79\x46\x4d\x27\xfc\xa3\xf6\xfd\x05\xae\x1d\x6a\xa1\x00\xa6\x80\x99\xbc\xd1\x78\xc2\x14\x03\x45\x64\x2a\xa0\x51\x2e\xcd\x0b\xfc\x54\x83\x63\xf5\xd9\x47\xa3\x31\x7c\xf2\x06\xbf\x35\x7e\xb2\xf1\xce\xe3\x91\x6e\xc3\x06\x1a\x18\xc9\x71\x58\x8d\x97\x3c\x9e\xc9\xdc\x54\xfe\xf7\x65\x59\x45\x28\x97\xee\xb5\xe3\xb0\x58\xd3\xbd\xe6\x52\xdd\x0b\xa3\xe3\x34\x7c\xdb\xae\xf3\x88\x54\x16\xec\x53\x7d\xe6\xc1\x1b\xfd\xa7\x7f\x06\x37\x6f\xcd\xdf\x00\x00\x00\xff\xff\x90\xe9\x0f\x17\x12\x05\x00\x00"), }, "/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.tf": &vfsgen۰CompressedFileInfo{ name: "packet-ccm.tf",