From 8507eafff8e56f1424e2b82c5219f41bd6219c03 Mon Sep 17 00:00:00 2001 From: Imran Pochi Date: Fri, 30 Jul 2021 17:52:17 +0530 Subject: [PATCH 1/4] packet: Migrate from Packet to Equinix Metal This commit migrates terraform related resources from Packet to Equinix Metal. It does so by: - replacing the Terraform provider `packethost/packet` with `equinix/metal`. - replacing the prefix `packet_` in `assets/terraform/packet/*` *.tf files with the prefix `metal_`. - Updates the module name from `module.packet` to `module.equinixmetal`, renames the directory `assets/terraform-modules/packet` to `assets/terraform-modules/equinixmetal` - change description in Terraform variables to Equinix Metal - rename code references from Packet to EquinixMetal - test: rename file and dir to equinixmetal - build tags: rename from packet to equinixmetal - docs: update packet to equinixmetal in configuration - ci: change packet to equinixmetal in cluster config - scripts: replace Packet with Equinix Metal - test: Rename PlatformPacket to PlatformEquinixMetal - update env vars referencing Packet to EM - ci: packet to equinixmetal Signed-off-by: Imran Pochi --- .golangci.yml | 4 +- Makefile | 2 +- README.md | 6 +- .../flatcar-linux/kubernetes/bootkube.tf | 16 +- .../kubernetes/bootstrap-configs.tf | 0 .../kubernetes/calico-host-protection.tf | 2 +- .../calico-host-protection.yaml.tmpl | 0 .../cl/controller-install.yaml.tmpl | 0 .../kubernetes/cl/controller.yaml.tmpl | 2 +- .../flatcar-linux/kubernetes/controllers.tf | 4 +- .../flatcar-linux/kubernetes/outputs.tf | 6 +- .../flatcar-linux/kubernetes/packet-ccm.tf | 0 .../kubernetes/packet-ccm.yaml.tmpl | 0 .../flatcar-linux/kubernetes/ssh.tf | 6 +- .../flatcar-linux/kubernetes/variables.tf | 16 +- .../flatcar-linux/kubernetes/versions.tf | 6 +- .../kubernetes/workers/bootstrap-configs.tf | 0 .../workers/cl/bootstrap-kubeconfig.yaml.tmpl | 0 .../kubernetes/workers/cl/install.yaml.tmpl | 0 .../kubernetes/workers/cl/worker.yaml.tmpl | 2 +- .../kubernetes/workers/outputs.tf | 6 +- .../kubernetes/workers/variables.tf | 16 +- .../kubernetes/workers/versions.tf | 6 +- .../kubernetes/workers/workers.tf | 6 +- .../equinixmetal-cluster.lokocfg.envsubst} | 10 +- ...equinixmetal_arm-cluster.lokocfg.envsubst} | 6 +- ...quinixmetal_fluo-cluster.lokocfg.envsubst} | 6 +- ci/scripts/deploy-cluster.sh | 12 +- cli/cmd/cluster/utils.go | 12 +- cli/cmd/cluster/utils_internal_test.go | 10 +- docs/concepts/dns.md | 2 +- .../platforms/equinix-metal.md | 10 +- docs/how-to-guides/cloudflare-dns.md | 2 +- docs/how-to-guides/rook-ceph-storage.md | 2 +- .../worker-pool-separate-facility.md | 2 +- docs/quickstarts/equinix-metal.md | 6 +- docs/quickstarts/tinkerbell.md | 4 +- examples/packet-production/cluster.lokocfg | 6 +- examples/packet-testing/cluster.lokocfg | 6 +- pkg/assets/generated_assets.go | 416 +++++++++--------- .../equinixmetal.go} | 22 +- .../equinixmetal_test.go} | 2 +- .../{packet => equinixmetal}/template.go | 48 +- scripts/find-updates.sh | 14 +- test/calico/calico_test.go | 2 +- test/calico/metadata_access_test.go | 4 +- .../cert-manager/cert-manager_test.go | 2 +- .../cluster-autoscaler_test.go | 2 +- .../component_delete_multiple_release_test.go | 2 +- test/components/contour/contour_test.go | 2 +- test/components/dex/dex_test.go | 2 +- .../external-dns/external-dns_test.go | 2 +- .../fluo_reboot_test.go | 2 +- .../fluo_test.go | 2 +- test/components/gangway/gangway_test.go | 2 +- test/components/httpbin/httpbin_test.go | 2 +- .../inspektor-gadget/inspektorgadget_test.go | 2 +- test/components/install_test.go | 2 +- test/components/istio/istio_test.go | 2 +- .../kubernetes/cert_rotate_disruptive_test.go | 2 +- ...ontrolplane-single-node_disruptive_test.go | 2 +- .../controlplane-single-node_test.go | 2 +- test/components/kubernetes/doc.go | 2 +- .../kubernetes/kubelet_disruptive_test.go | 2 +- .../kubernetes/kubelet_labels_test.go | 2 +- test/components/kubernetes/kubelet_test.go | 2 +- .../kubernetes/namespaces_labels_test.go | 2 +- test/components/linkerd/linkerd_test.go | 2 +- test/components/metallb/metallb_test.go | 2 +- .../metrics-server/metrics_server_test.go | 2 +- .../node-local-dns/node-local-dns_test.go | 2 +- .../nodeproblemdetector_test.go | 2 +- .../openebs-operator/openebs_operator_test.go | 2 +- test/components/packet_ccm_test.go | 2 +- test/components/patch_serviceaccount_test.go | 2 +- .../prometheus_operator_test.go | 2 +- test/components/rook/rook-ceph_test.go | 2 +- test/components/rook/rook_test.go | 2 +- test/components/util/util.go | 8 +- test/components/velero/velero_test.go | 2 +- test/components/web-ui/webui_test.go | 2 +- .../match_host_test.go | 8 +- test/monitoring/components_alerts_test.go | 6 +- test/monitoring/components_metrics_test.go | 20 +- test/monitoring/grafana_password_test.go | 2 +- test/monitoring/monitoring_test.go | 2 +- test/monitoring/scrape_targets_test.go | 2 +- .../equinixmetal_test.go} | 12 +- test/system/clc_snippets_test.go | 2 +- test/system/conntrack_global_test.go | 2 +- test/system/docker_live_restore_test.go | 2 +- test/system/etcd_env_vars_test.go | 2 +- test/system/ssh_keys_test.go | 2 +- 93 files changed, 425 insertions(+), 423 deletions(-) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/bootkube.tf (69%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/bootstrap-configs.tf (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/calico-host-protection.tf (96%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/cl/controller.yaml.tmpl (99%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/controllers.tf (96%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/outputs.tf (89%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/packet-ccm.tf (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/ssh.tf (95%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/variables.tf (88%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/versions.tf (85%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/bootstrap-configs.tf (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl (100%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl (99%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/outputs.tf (67%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/variables.tf (87%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/versions.tf (78%) rename assets/terraform-modules/{packet => equinixmetal}/flatcar-linux/kubernetes/workers/workers.tf (94%) rename ci/{packet/packet-cluster.lokocfg.envsubst => equinixmetal/equinixmetal-cluster.lokocfg.envsubst} (96%) rename ci/{packet_arm/packet_arm-cluster.lokocfg.envsubst => equinixmetal_arm/equinixmetal_arm-cluster.lokocfg.envsubst} (93%) rename ci/{packet_fluo/packet_fluo-cluster.lokocfg.envsubst => equinixmetal_fluo/equinixmetal_fluo-cluster.lokocfg.envsubst} (94%) rename pkg/platform/{packet/packet.go => equinixmetal/equinixmetal.go} (97%) rename pkg/platform/{packet/packet_test.go => equinixmetal/equinixmetal_test.go} (99%) rename pkg/platform/{packet => equinixmetal}/template.go (83%) rename test/ingress/{packet_test => equinixmetal_test}/match_host_test.go (93%) rename test/platform/{packet/packet_test.go => equinixmetal/equinixmetal_test.go} (90%) diff --git a/.golangci.yml b/.golangci.yml index 637bcb8c3..cc634d04c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,13 +1,13 @@ run: build-tags: - aws - - packet + - equinixmetal - aks - e2e - baremetal - disruptivee2e - poste2e - - packet_fluo + - equinixmetal_fluo modules-download-mode: vendor diff --git a/Makefile b/Makefile index 1098e56e4..9a0626f91 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VERSION := MOD ?= vendor DOCS_DIR ?= docs/cli -ALL_BUILD_TAGS := "aws,packet,aks,e2e,baremetal,disruptivee2e,poste2e,packet_fluo" +ALL_BUILD_TAGS := "aws,equinixmetal,aks,e2e,baremetal,disruptivee2e,poste2e,equinixmetal_fluo" ADMISSION_WEBHOOK_SERVER := "quay.io/kinvolk/lokomotive-admission-webhook-server" diff --git a/README.md b/README.md index 5e6881af8..bdf1f957e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Check the [installation guide](https://kinvolk.io/docs/lokomotive/latest/install Follow one of the quickstart guides for the supported platforms: -* [Packet quickstart](https://kinvolk.io/docs/lokomotive/latest/quickstarts/packet) +* [Equinix Metal quickstart](https://kinvolk.io/docs/lokomotive/latest/quickstarts/equinix-metal) * [AWS quickstart](https://kinvolk.io/docs/lokomotive/latest/quickstarts/aws) * [Bare metal quickstart](https://kinvolk.io/docs/lokomotive/latest/quickstarts/baremetal) @@ -47,9 +47,9 @@ Follow one of the quickstart guides for the supported platforms: ### How to guides * [Backup Rook Ceph volume on S3 using Velero](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/backup-rook-ceph-volumes) -* [Kubernetes storage with Rook Ceph on Packet cloud](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/rook-ceph-storage) +* [Kubernetes storage with Rook Ceph on Equinix Metal](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/rook-ceph-storage) * [Set up monitoring on Lokomotive](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/monitoring-with-prometheus-operator) -* [Setting up an HTTP ingress controller on Lokomotive with MetalLB and Contour on Packet](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/ingress-with-contour-metallb) +* [Setting up an HTTP ingress controller on Lokomotive with MetalLB and Contour on Equinix Metal](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/ingress-with-contour-metallb) * [Setting up cluster authentication on Lokomotive with GitHub, Dex and Gangway](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/authentication-with-dex-gangway) * [Setting up third party OAuth for Grafana](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/setup-thirdparty-auth-for-grafana) * [Upgrading bootstrap kubelet](https://kinvolk.io/docs/lokomotive/latest/how-to-guides/upgrade-bootstrap-kubelet) diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/bootkube.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootkube.tf similarity index 69% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/bootkube.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootkube.tf index d0524b10e..f88d50934 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/bootkube.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootkube.tf @@ -9,15 +9,15 @@ module "bootkube" { # Cannot use cyclic dependencies on controllers or their DNS records api_servers = [local.api_server] api_servers_external = [format("%s.%s", var.cluster_name, var.dns_zone)] - etcd_servers = [for i, d in packet_device.controllers : format("%s-etcd%d.%s", var.cluster_name, i, var.dns_zone)] + etcd_servers = [for i, d in metal_device.controllers : format("%s-etcd%d.%s", var.cluster_name, i, var.dns_zone)] asset_dir = var.asset_dir network_mtu = var.network_mtu - etcd_endpoints = packet_device.controllers.*.access_private_ipv4 + etcd_endpoints = metal_device.controllers.*.access_private_ipv4 controller_count = var.controller_count - # Select private Packet NIC by using the can-reach Calico autodetection option with the first + # Select private Equinix Metal NIC by using the can-reach Calico autodetection option with the first # controller's private IP. - network_ip_autodetection_method = "can-reach=${packet_device.controllers[0].access_private_ipv4}" + network_ip_autodetection_method = "can-reach=${metal_device.controllers[0].access_private_ipv4}" pod_cidr = var.pod_cidr service_cidr = var.service_cidr @@ -32,17 +32,17 @@ module "bootkube" { # Extra flags to API server. kube_apiserver_extra_flags = var.kube_apiserver_extra_flags - # Block access to Packet metadata service. + # Block access to Equinix Metal metadata service. # - # https://www.packet.com/developers/docs/servers/key-features/metadata/ + # https://metal.equinix.com/developers/docs/servers/metadata/ # - # metadata.packet.net should always resolve to 192.80.8.124. + # metadata.platformequinix.net should always resolve to 192.80.8.124. blocked_metadata_cidrs = ["192.80.8.124/32"] bootstrap_tokens = var.enable_tls_bootstrap ? concat([local.controller_bootstrap_token], var.worker_bootstrap_tokens) : [] enable_tls_bootstrap = var.enable_tls_bootstrap - # We install calico-host-protection chart on Packet which ships GNPs, so we can disable failsafe ports in Calico. + # We install calico-host-protection chart on Equinix Metal which ships GNPs, so we can disable failsafe ports in Calico. failsafe_inbound_host_ports = [] encrypt_pod_traffic = var.encrypt_pod_traffic diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/bootstrap-configs.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootstrap-configs.tf similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/bootstrap-configs.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootstrap-configs.tf diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.tf similarity index 96% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.tf index c9fb388fb..9514aac07 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.tf @@ -18,7 +18,7 @@ resource "local_file" "calico_crds" { resource "local_file" "calico_host_protection" { content = templatefile("${path.module}/calico-host-protection.yaml.tmpl", { host_endpoints = [ - for device in packet_device.controllers : + for device in metal_device.controllers : { name = "${device.hostname}-bond0", node_name = device.hostname, diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller.yaml.tmpl similarity index 99% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller.yaml.tmpl index d66d5e6c4..a3b9b642b 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller.yaml.tmpl +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller.yaml.tmpl @@ -320,7 +320,7 @@ storage: :OUTPUT ACCEPT [0:0] -A INPUT -i lo -j ACCEPT -A INPUT -p tcp --dport 22 -j ACCEPT - # Use 10.0.0.0/8 as this is Packet private network CIDR. + # Use 10.0.0.0/8 as this is Equinix Metal private network CIDR. # It will be closed more tightly via Calico, which rules are easy to update. -A INPUT -s 10.0.0.0/8 -p tcp --dport 179 -j ACCEPT -A INPUT -s 10.0.0.0/8 -p tcp --dport 2379 -j ACCEPT diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/controllers.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf similarity index 96% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/controllers.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf index c361247f3..fe14b1921 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/controllers.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf @@ -1,4 +1,4 @@ -resource "packet_device" "controllers" { +resource "metal_device" "controllers" { count = var.controller_count hostname = "${var.cluster_name}-controller-${count.index}" plan = var.controller_type @@ -21,7 +21,7 @@ resource "packet_device" "controllers" { lifecycle { ignore_changes = [ - // With newer Packet provider, changing userdata causes re-creation of the device, + // With newer Equinix Metal provider, changing userdata causes re-creation of the device, // which we want to silent to avoid destroying controller nodes and losing cluster data. user_data, // As we do not support replacing controller nodes at the moment, ignore changes to controller diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf similarity index 89% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf index f9d0e5495..b3e264ac2 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf @@ -58,13 +58,13 @@ output "node-local-dns_values" { # Dummy output used to create dependencies only # Not guaranteed that won't change output "device_ids" { - value = packet_device.controllers.*.id + value = metal_device.controllers.*.id } output "controllers_public_ipv4" { - value = packet_device.controllers.*.access_public_ipv4 + value = metal_device.controllers.*.access_public_ipv4 } output "controllers_private_ipv4" { - value = packet_device.controllers.*.access_private_ipv4 + value = metal_device.controllers.*.access_private_ipv4 } diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/ssh.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf similarity index 95% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/ssh.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf index 873421bea..16318b2f3 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/ssh.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf @@ -4,7 +4,7 @@ resource "null_resource" "copy-controller-secrets" { connection { type = "ssh" - host = packet_device.controllers[count.index].access_public_ipv4 + host = metal_device.controllers[count.index].access_public_ipv4 user = "core" timeout = "60m" } @@ -87,7 +87,7 @@ resource "null_resource" "copy-assets-dir" { connection { type = "ssh" - host = packet_device.controllers[0].access_public_ipv4 + host = metal_device.controllers[0].access_public_ipv4 user = "core" timeout = "15m" } @@ -108,7 +108,7 @@ resource "null_resource" "bootkube-start" { connection { type = "ssh" - host = packet_device.controllers[0].access_public_ipv4 + host = metal_device.controllers[0].access_public_ipv4 user = "core" timeout = "15m" } diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/variables.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf similarity index 88% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/variables.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf index e98696329..8fbd91eb4 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/variables.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf @@ -11,11 +11,11 @@ variable "dns_zone" { } variable "project_id" { - description = "Packet project ID (e.g. 405efe9c-cce9-4c71-87c1-949c290b27dc)" + description = "Equinix Metal project ID (e.g. 405efe9c-cce9-4c71-87c1-949c290b27dc)" } variable "auth_token" { - description = "Packet Auth token (e.g. 4KUDZICtnKfNF4uJSGxxLi4GhWxhzKPj)" + description = "Equinix Metal Auth token (e.g. 4KUDZICtnKfNF4uJSGxxLi4GhWxhzKPj)" } # Nodes @@ -47,20 +47,20 @@ variable "controller_count" { variable "controller_type" { type = string default = "c3.small.x86" - description = "Packet instance type for controllers" + description = "Equinix Metal instance type for controllers" } variable "ipxe_script_url" { type = string - # Note: iPXE-booting Flatcar on Packet over HTTPS is failing due to a bug in iPXE. + # Note: iPXE-booting Flatcar on Equinix Metal over HTTPS is failing due to a bug in iPXE. # This patch is supposed to fix this: http://git.ipxe.org/ipxe.git/commitdiff/b6ffe28a2 # However, the upstream fix can work only when the HTTPS server does not rely on elliptic # curves. So we should use HTTPS only for servers without elliptic curves, and otherwise # use HTTP. Fortunately, since stable.release.flatcar-linux.net does not rely on elliptic # curves. it should not be a problem in that case. - # It has been possible to natively install Flatcar images as official OS option on Packet, - # but only for amd64. There is no arm64 Flatcar image available on Packet. + # It has been possible to natively install Flatcar images as official OS option on Equinix Metal, + # but only for amd64. There is no arm64 Flatcar image available on Equinix Metal. default = "" description = "Location to load the pxe boot script from" @@ -68,7 +68,7 @@ variable "ipxe_script_url" { variable "facility" { type = string - description = "Packet facility to deploy the cluster in" + description = "Equinix Metal facility to deploy the cluster in" } variable "controller_clc_snippets" { @@ -146,7 +146,7 @@ variable "enable_aggregation" { } variable "reservation_ids" { - description = "Specify Packet hardware_reservation_id for instances. A map where the key format is 'controller-$${index}' and the value is the reservation ID. Nodes not present in the map will use the value of `reservation_ids_default` variable. Example: reservation_ids = { controller-0 = \"\" }" + description = "Specify Equinix Metal hardware_reservation_id for instances. A map where the key format is 'controller-$${index}' and the value is the reservation ID. Nodes not present in the map will use the value of `reservation_ids_default` variable. Example: reservation_ids = { controller-0 = \"\" }" type = map(string) default = {} } diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf similarity index 85% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf index 01f1b2e50..9d9a8daf4 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf @@ -16,9 +16,9 @@ terraform { source = "hashicorp/null" version = "3.1.0" } - packet = { - source = "packethost/packet" - version = "3.2.1" + metal = { + source = "equinix/metal" + version = "3.0.0" } random = { source = "hashicorp/random" diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/bootstrap-configs.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/bootstrap-configs.tf similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/bootstrap-configs.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/bootstrap-configs.tf diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl similarity index 100% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl similarity index 99% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl index 7272c31c9..ac827f9ec 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl @@ -332,7 +332,7 @@ storage: :OUTPUT ACCEPT [0:0] -A INPUT -i lo -j ACCEPT -A INPUT -p tcp --dport 22 -j ACCEPT - # Use 10.0.0.0/8 as this is Packet private network CIDR. + # Use 10.0.0.0/8 as this is Equinix Metal private network CIDR. # It will be closed more tightly via Calico, which rules are easy to update. -A INPUT -s 10.0.0.0/8 -p tcp --dport 179 -j ACCEPT -A INPUT -s 10.0.0.0/8 -p tcp --dport 10250 -j ACCEPT diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/outputs.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/outputs.tf similarity index 67% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/outputs.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/outputs.tf index fce01d12f..79fb762a7 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/outputs.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/outputs.tf @@ -1,15 +1,15 @@ output "worker_nodes_hostname" { - value = packet_device.nodes.*.hostname + value = metal_device.nodes.*.hostname } output "worker_nodes_public_ipv4" { - value = packet_device.nodes.*.access_public_ipv4 + value = metal_device.nodes.*.access_public_ipv4 } # Dummy output used to create dependencies only # Not guaranteed that won't change output "device_ids" { - value = packet_device.nodes.*.id + value = metal_device.nodes.*.id } output "worker_bootstrap_token" { diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/variables.tf similarity index 87% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/variables.tf index 7be40bd54..7fd3cd884 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/variables.tf @@ -6,7 +6,7 @@ variable "cluster_name" { } variable "project_id" { - description = "Packet project ID (e.g. 405efe9c-cce9-4c71-87c1-949c290b27dc)" + description = "Equinix Metal project ID (e.g. 405efe9c-cce9-4c71-87c1-949c290b27dc)" } # Nodes @@ -25,7 +25,7 @@ variable "worker_count" { variable "type" { type = string default = "c3.small.x86" - description = "Packet instance type for workers, can be changed afterwards to recreate the nodes" + description = "Equinix Metal instance type for workers, can be changed afterwards to recreate the nodes" } variable "clc_snippets" { @@ -51,14 +51,14 @@ variable "taints" { variable "ipxe_script_url" { type = string - # Note: iPXE-booting Flatcar on Packet over HTTPS is failing due to a bug in iPXE. + # Note: iPXE-booting Flatcar on Equinix Metal over HTTPS is failing due to a bug in iPXE. # This patch is supposed to fix this: http://git.ipxe.org/ipxe.git/commitdiff/b6ffe28a2 # However, the upstream fix can work only when the HTTPS server does not rely on elliptic # curves. So we should use HTTPS only for servers without elliptic curves, and otherwise # use HTTP. Fortunately, since stable.release.flatcar-linux.net does not rely on elliptic # curves. it should not be a problem in that case. - # It has been possible to natively install Flatcar images as official OS option on Packet, - # but only for amd64. There is no arm64 Flatcar image available on Packet. + # It has been possible to natively install Flatcar images as official OS option on Equinix Metal, + # but only for amd64. There is no arm64 Flatcar image available on Equinix Metal. default = "" description = "Location to load the pxe boot script from" @@ -66,7 +66,7 @@ variable "ipxe_script_url" { variable "facility" { type = string - description = "Packet facility to deploy the cluster in" + description = "Equinix Metal facility to deploy the cluster in" } variable "os_arch" { @@ -149,7 +149,7 @@ variable "setup_raid_ssd_fs" { } variable "reservation_ids" { - description = "Specify Packet hardware_reservation_id for instances. A map where the key format is 'worker-$${index}' and the value is the reservation ID. Nodes not present in the map will use the value of `reservation_ids_default` variable. Example: reservation_ids = { worker-0 = \"\" }" + description = "Specify Equinix Metal hardware_reservation_id for instances. A map where the key format is 'worker-$${index}' and the value is the reservation ID. Nodes not present in the map will use the value of `reservation_ids_default` variable. Example: reservation_ids = { worker-0 = \"\" }" type = map(string) default = {} } @@ -169,7 +169,7 @@ EOD } variable "disable_bgp" { - description = "Disable BGP on nodes. Nodes won't be able to connect to Packet BGP peers. Note that BGP is used to receive internet traffic directed to Packet elastic IPs" + description = "Disable BGP on nodes. Nodes won't be able to connect to Equinix Metal BGP peers. Note that BGP is used to receive internet traffic directed to Equinix Metal elastic IPs" type = bool default = false } diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/versions.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/versions.tf similarity index 78% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/versions.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/versions.tf index 2d9bbf337..ff997b364 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/versions.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/versions.tf @@ -8,9 +8,9 @@ terraform { source = "poseidon/ct" version = "0.8.0" } - packet = { - source = "packethost/packet" - version = "3.2.1" + metal = { + source = "equinix/metal" + version = "3.0.0" } random = { source = "hashicorp/random" diff --git a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/workers.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/workers.tf similarity index 94% rename from assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/workers.tf rename to assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/workers.tf index 8f94d1dd7..e242842ef 100644 --- a/assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/workers.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/workers.tf @@ -1,4 +1,4 @@ -resource "packet_device" "nodes" { +resource "metal_device" "nodes" { count = var.worker_count hostname = "${var.cluster_name}-${var.pool_name}-worker-${count.index}" plan = var.type @@ -19,7 +19,7 @@ resource "packet_device" "nodes" { lifecycle { ignore_changes = [ - // With newer Packet provider, changing userdata causes re-creation of the device, + // With newer Equinix Metal provider, changing userdata causes re-creation of the device, // which we want to silent to avoid destroying nodes, as they may contain local data. user_data, ] @@ -78,6 +78,6 @@ data "ct_config" "ignitions" { snippets = var.clc_snippets } -data "packet_project" "project" { +data "metal_project" "project" { project_id = var.project_id } diff --git a/ci/packet/packet-cluster.lokocfg.envsubst b/ci/equinixmetal/equinixmetal-cluster.lokocfg.envsubst similarity index 96% rename from ci/packet/packet-cluster.lokocfg.envsubst rename to ci/equinixmetal/equinixmetal-cluster.lokocfg.envsubst index ef929ecc0..1f7aa3746 100644 --- a/ci/packet/packet-cluster.lokocfg.envsubst +++ b/ci/equinixmetal/equinixmetal-cluster.lokocfg.envsubst @@ -1,4 +1,4 @@ -cluster "packet" { +cluster "equinixmetal" { asset_dir = pathexpand("~/lokoctl-assets") cluster_name = "$CLUSTER_ID" controller_count = 1 @@ -24,9 +24,9 @@ EOF zone = "$AWS_DNS_ZONE" } - facility = "$PACKET_LOCATION" + facility = "$EQUINIXMETAL_FACILITY" - project_id = "$PACKET_PROJECT_ID" + project_id = "$EQUINIXMETAL_PROJECT_ID" ssh_pubkeys = ["$PUB_KEY"] management_cidrs = ["0.0.0.0/0"] @@ -198,8 +198,8 @@ component "cluster-autoscaler" { max_workers = 2 packet { - project_id = "$PACKET_PROJECT_ID" - facility = "$PACKET_LOCATION" + project_id = "$EQUINIXMETAL_PROJECT_ID" + facility = "$EQUINIXMETAL_FACILITY" } service_monitor = true diff --git a/ci/packet_arm/packet_arm-cluster.lokocfg.envsubst b/ci/equinixmetal_arm/equinixmetal_arm-cluster.lokocfg.envsubst similarity index 93% rename from ci/packet_arm/packet_arm-cluster.lokocfg.envsubst rename to ci/equinixmetal_arm/equinixmetal_arm-cluster.lokocfg.envsubst index ee887cf97..91e7b1d34 100644 --- a/ci/packet_arm/packet_arm-cluster.lokocfg.envsubst +++ b/ci/equinixmetal_arm/equinixmetal_arm-cluster.lokocfg.envsubst @@ -1,4 +1,4 @@ -cluster "packet" { +cluster "equinixmetal" { asset_dir = pathexpand("~/lokoctl-assets") cluster_name = "$CLUSTER_ID" controller_count = 1 @@ -23,9 +23,9 @@ EOF zone = "$AWS_DNS_ZONE" } - facility = "$PACKET_LOCATION" + facility = "$EQUINIXMETAL_FACILITY" - project_id = "$PACKET_PROJECT_ID" + project_id = "$EQUINIXMETAL_PROJECT_ID" ipxe_script_url = "http://alpha.release.flatcar-linux.net/arm64-usr/current/flatcar_production_packet.ipxe" os_arch = "arm64" diff --git a/ci/packet_fluo/packet_fluo-cluster.lokocfg.envsubst b/ci/equinixmetal_fluo/equinixmetal_fluo-cluster.lokocfg.envsubst similarity index 94% rename from ci/packet_fluo/packet_fluo-cluster.lokocfg.envsubst rename to ci/equinixmetal_fluo/equinixmetal_fluo-cluster.lokocfg.envsubst index f1c123813..dbba4413c 100644 --- a/ci/packet_fluo/packet_fluo-cluster.lokocfg.envsubst +++ b/ci/equinixmetal_fluo/equinixmetal_fluo-cluster.lokocfg.envsubst @@ -1,4 +1,4 @@ -cluster "packet" { +cluster "equinixmetal" { asset_dir = pathexpand("~/lokoctl-assets") cluster_name = "$CLUSTER_ID" controller_count = 1 @@ -24,9 +24,9 @@ EOF zone = "$AWS_DNS_ZONE" } - facility = "$PACKET_LOCATION" + facility = "$EQUINIXMETAL_FACILITY" - project_id = "$PACKET_PROJECT_ID" + project_id = "$EQUINIXMETAL_PROJECT_ID" ssh_pubkeys = ["$PUB_KEY"] management_cidrs = ["0.0.0.0/0"] diff --git a/ci/scripts/deploy-cluster.sh b/ci/scripts/deploy-cluster.sh index 4542be160..41d7eed91 100755 --- a/ci/scripts/deploy-cluster.sh +++ b/ci/scripts/deploy-cluster.sh @@ -61,7 +61,7 @@ export CLUSTER_ID="ci$(date +%s)-$SUFFIX" export PUB_KEY=$(cat ~/.ssh/id_rsa.pub) case "$platform" in -packet|packet_fluo) +equinixmetal|equinixmetal_fluo) if ! best_location_for_instance_type "c2.medium.x86"; then exit 1 fi @@ -76,22 +76,22 @@ packet|packet_fluo) # get a random available region AVAIL_LOCATIONS_ARRAY=($AVAIL_LOCATIONS) - export PACKET_LOCATION=${AVAIL_LOCATIONS_ARRAY[$RANDOM % ${#AVAIL_LOCATIONS_ARRAY[@]}]} + export EQUINIXMETAL_FACILITY=${AVAIL_LOCATIONS_ARRAY[$RANDOM % ${#AVAIL_LOCATIONS_ARRAY[@]}]} ;; -packet_arm) +equinixmetal_arm) if ! best_location_for_instance_type "c2.large.arm"; then exit 1 fi # get a random available region AVAIL_LOCATIONS_ARRAY=($AVAIL_LOCATIONS) - export PACKET_LOCATION=${AVAIL_LOCATIONS_ARRAY[$RANDOM % ${#AVAIL_LOCATIONS_ARRAY[@]}]} + export EQUINIXMETAL_FACILITY=${AVAIL_LOCATIONS_ARRAY[$RANDOM % ${#AVAIL_LOCATIONS_ARRAY[@]}]} ;; esac resource_dir=$(pwd)/.. cd "ci/$platform" -cat "$platform-cluster.lokocfg.envsubst" | envsubst '$AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY $PUB_KEY $CLUSTER_ID $AWS_DEFAULT_REGION $AWS_DNS_ZONE $AWS_DNS_ZONE_ID $PACKET_PROJECT_ID $EMAIL $GITHUB_CLIENT_ID $GITHUB_CLIENT_SECRET $DEX_STATIC_CLIENT_CLUSTERAUTH_ID $DEX_STATIC_CLIENT_CLUSTERAUTH_SECRET $GANGWAY_REDIRECT_URL $GANGWAY_SESSION_KEY $DEX_INGRESS_HOST $GANGWAY_INGRESS_HOST $ISSUER_HOST $REDIRECT_URI $API_SERVER_URL $AUTHORIZE_URL $TOKEN_URL $PACKET_LOCATION $ARM_SUBSCRIPTION_ID $ARM_TENANT_ID $ARM_CLIENT_ID $ARM_CLIENT_SECRET' >"$platform-cluster.lokocfg" +cat "$platform-cluster.lokocfg.envsubst" | envsubst '$AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY $PUB_KEY $CLUSTER_ID $AWS_DEFAULT_REGION $AWS_DNS_ZONE $AWS_DNS_ZONE_ID $EQUINIXMETAL_PROJECT_ID $EMAIL $GITHUB_CLIENT_ID $GITHUB_CLIENT_SECRET $DEX_STATIC_CLIENT_CLUSTERAUTH_ID $DEX_STATIC_CLIENT_CLUSTERAUTH_SECRET $GANGWAY_REDIRECT_URL $GANGWAY_SESSION_KEY $DEX_INGRESS_HOST $GANGWAY_INGRESS_HOST $ISSUER_HOST $REDIRECT_URI $API_SERVER_URL $AUTHORIZE_URL $TOKEN_URL $EQUINIXMETAL_FACILITY $ARM_SUBSCRIPTION_ID $ARM_TENANT_ID $ARM_CLIENT_ID $ARM_CLIENT_SECRET' >"$platform-cluster.lokocfg" export LOKOCFG_LOCATION="$(pwd)/$platform-cluster.lokocfg" export KUBECONFIG=$HOME/lokoctl-assets/cluster-assets/auth/kubeconfig @@ -104,7 +104,7 @@ RET=0 if [ "${RET}" = 0 ]; then # Tell FLUO to pause update reboots for controller nodes - if [ "$platform" == "packet" ] || [ "$platform" == "packet_fluo" ]; then + if [ "$platform" == "equinixmetal" ] || [ "$platform" == "equinixmetal_fluo" ]; then kubectl annotate node --all "flatcar-linux-update.v1.flatcar-linux.net/reboot-paused=true" fi diff --git a/cli/cmd/cluster/utils.go b/cli/cmd/cluster/utils.go index 09ff1b022..51231c441 100644 --- a/cli/cmd/cluster/utils.go +++ b/cli/cmd/cluster/utils.go @@ -31,7 +31,7 @@ import ( "github.com/kinvolk/lokomotive/pkg/platform/aks" "github.com/kinvolk/lokomotive/pkg/platform/aws" "github.com/kinvolk/lokomotive/pkg/platform/baremetal" - "github.com/kinvolk/lokomotive/pkg/platform/packet" + "github.com/kinvolk/lokomotive/pkg/platform/equinixmetal" "github.com/kinvolk/lokomotive/pkg/platform/tinkerbell" ) @@ -77,11 +77,11 @@ func getConfiguredBackend(lokoConfig *config.Config) (backend, hcl.Diagnostics) func getPlatform(name string) (platform.Platform, error) { platforms := map[string]platform.Platform{ - aks.Name: aks.NewConfig(), - aws.Name: aws.NewConfig(), - packet.Name: packet.NewConfig(), - baremetal.Name: baremetal.NewConfig(), - tinkerbell.Name: tinkerbell.NewConfig(), + aks.Name: aks.NewConfig(), + aws.Name: aws.NewConfig(), + equinixmetal.Name: equinixmetal.NewConfig(), + baremetal.Name: baremetal.NewConfig(), + tinkerbell.Name: tinkerbell.NewConfig(), } if p, ok := platforms[name]; ok { diff --git a/cli/cmd/cluster/utils_internal_test.go b/cli/cmd/cluster/utils_internal_test.go index d728c0f3f..35735c15d 100644 --- a/cli/cmd/cluster/utils_internal_test.go +++ b/cli/cmd/cluster/utils_internal_test.go @@ -84,7 +84,7 @@ func prepareKubeconfigSource(t *testing.T, k *kubeconfigSources) (*log.Entry, *c func TestGetKubeconfigBadConfig(t *testing.T) { k := &kubeconfigSources{ - configFile: `cluster "packet" { + configFile: `cluster "equinixmetal" { asset_dir = "/foo" }`, } @@ -169,7 +169,7 @@ func TestGetKubeconfigSourceFlag(t *testing.T) { expectedPath := []string{"/foo"} k := &kubeconfigSources{ - configFile: `cluster "packet" { + configFile: `cluster "equinixmetal" { asset_dir = "/bad" cluster_name = "" @@ -211,7 +211,7 @@ func TestGetKubeconfigSourceConfigFile(t *testing.T) { expectedPath := []string{} k := &kubeconfigSources{ - configFile: `cluster "packet" { + configFile: `cluster "equinixmetal" { asset_dir = "/foo" cluster_name = "" @@ -274,7 +274,7 @@ func TestGetKubeconfigFromAssetsDir(t *testing.T) { } k := &kubeconfigSources{ - configFile: fmt.Sprintf(`cluster "packet" { + configFile: fmt.Sprintf(`cluster "equinixmetal" { asset_dir = "%s" cluster_name = "" @@ -313,7 +313,7 @@ func TestGetKubeconfigFromAssetsDir(t *testing.T) { func TestGetKubeconfigSourceBadConfigFile(t *testing.T) { k := &kubeconfigSources{ - configFile: `cluster "packet" { + configFile: `cluster "equinixmetal" { asset_dir = "/foo" }`, } diff --git a/docs/concepts/dns.md b/docs/concepts/dns.md index 5f8dd2ef6..2dbbcfa3f 100644 --- a/docs/concepts/dns.md +++ b/docs/concepts/dns.md @@ -107,7 +107,7 @@ Based on the information above, the following DNS records are created: Lokomotive currently doesn't support DNS provisioning for bare metal clusters. The user has to create the necessary records *in advance*, before deploying a cluster. -## Equinix Metal formerly Packet +## Equinix Metal (formerly Packet) Following is a sample record set for a Equinix Metal cluster called `my-cluster` with 3 controller nodes under a zone called `example.com`. For illustration, assume the controller nodes have the following diff --git a/docs/configuration-reference/platforms/equinix-metal.md b/docs/configuration-reference/platforms/equinix-metal.md index f6e313310..e857f5ea1 100644 --- a/docs/configuration-reference/platforms/equinix-metal.md +++ b/docs/configuration-reference/platforms/equinix-metal.md @@ -21,7 +21,7 @@ Example configuration file: ```tf # mycluster.lokocfg -variable "packet_token" {} +variable "equinixmetal_token" {} variable "asset_dir" {} variable "facility" {} variable "cluster_name" {} @@ -32,7 +32,7 @@ variable "controller_clc_snippets" {} variable "workers_type" {} variable "dns_zone" {} variable "route53_zone_id" {} -variable "packet_project_id" {} +variable "equinixmetal_project_id" {} variable "ssh_public_keys" {} variable "management_cidrs" {} variable "node_private_cidrs" {} @@ -56,8 +56,8 @@ backend "s3" { # path = "path/to/local/file" #} -cluster "packet" { - auth_token = var.packet_token +cluster "equinixmetal" { + auth_token = var.equinixmetal_token asset_dir = var.asset_dir @@ -79,7 +79,7 @@ cluster "packet" { ipxe_script_url = "" - project_id = var.packet_project_id + project_id = var.equinixmetal_project_id dns { zone = var.dns_zone diff --git a/docs/how-to-guides/cloudflare-dns.md b/docs/how-to-guides/cloudflare-dns.md index 7be9f9b44..64807d622 100644 --- a/docs/how-to-guides/cloudflare-dns.md +++ b/docs/how-to-guides/cloudflare-dns.md @@ -29,7 +29,7 @@ The token needs to have the following permissions: In your cluster configuration file, configure Cloudflare as the DNS provider: ```hcl -cluster "packet" { +cluster "equinixmetal" { cluster_name = "my-cluster" ... dns { diff --git a/docs/how-to-guides/rook-ceph-storage.md b/docs/how-to-guides/rook-ceph-storage.md index 4e25b7096..6eb8cf8e0 100644 --- a/docs/how-to-guides/rook-ceph-storage.md +++ b/docs/how-to-guides/rook-ceph-storage.md @@ -28,7 +28,7 @@ At the end of this tutorial you will have a storage backed by `rook` and `rook-c Deploy a cluster with at least one worker pool dedicated to `rook-ceph`. A dedicated worker pool configuration should look like the following: ```tf -cluster "packet" { +cluster "equinixmetal" { ... worker_pool "storage" { diff --git a/docs/how-to-guides/worker-pool-separate-facility.md b/docs/how-to-guides/worker-pool-separate-facility.md index cfa266749..ce484c931 100644 --- a/docs/how-to-guides/worker-pool-separate-facility.md +++ b/docs/how-to-guides/worker-pool-separate-facility.md @@ -41,7 +41,7 @@ node_private_cidrs = ["10.10.10.128/25", "10.xx.xx.xx/25"] ``` ### Step 3: Add worker pool with a different facility -Add the following snippet to your existing `lokocfg` file, under the `cluster "packet"` section: +Add the following snippet to your existing `lokocfg` file, under the `cluster "equinixmetal"` section: ```tf worker_pool "worker-new-facility" { diff --git a/docs/quickstarts/equinix-metal.md b/docs/quickstarts/equinix-metal.md index 6bcdb0131..9cf5f0f29 100644 --- a/docs/quickstarts/equinix-metal.md +++ b/docs/quickstarts/equinix-metal.md @@ -90,7 +90,7 @@ mkdir lokomotive-demo && cd lokomotive-demo Create a file named `cluster.lokocfg` with the following contents: ```hcl -cluster "packet" { +cluster "equinixmetal" { asset_dir = "./assets" cluster_name = "lokomotive-demo" @@ -257,8 +257,8 @@ You can now safely delete the directory created for this guide if you no longer ``` ... -module.packet-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m30s elapsed) -module.packet-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m40s elapsed) +module.equinixmetal-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m30s elapsed) +module.equinixmetal-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m40s elapsed) ... ``` diff --git a/docs/quickstarts/tinkerbell.md b/docs/quickstarts/tinkerbell.md index a78966e47..b970eb909 100644 --- a/docs/quickstarts/tinkerbell.md +++ b/docs/quickstarts/tinkerbell.md @@ -250,8 +250,8 @@ and start over. See [Cleanup](#cleanup) section for instruction how to clean thi ``` ... -module.packet-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m30s elapsed) -module.packet-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m40s elapsed) +module.equinixmetal-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m30s elapsed) +module.equinixmetal-lokomotive-demo.null_resource.copy-controller-secrets: Still creating... (8m40s elapsed) ... ``` diff --git a/examples/packet-production/cluster.lokocfg b/examples/packet-production/cluster.lokocfg index a1db5fa9c..882b1039a 100644 --- a/examples/packet-production/cluster.lokocfg +++ b/examples/packet-production/cluster.lokocfg @@ -1,6 +1,6 @@ variable "dns_zone" {} variable "route53_zone_id" {} -variable "packet_project_id" {} +variable "equinixmetal_project_id" {} variable "ssh_public_keys" {} variable "management_cidrs" {} variable "node_private_cidrs" {} @@ -52,7 +52,7 @@ backend "s3" { dynamodb_table = var.lock_dynamodb_table } -cluster "packet" { +cluster "equinixmetal" { asset_dir = pathexpand(var.asset_dir) cluster_name = var.cluster_name controller_count = var.controllers_count @@ -74,7 +74,7 @@ cluster "packet" { facility = var.facility - project_id = var.packet_project_id + project_id = var.equinixmetal_project_id ssh_pubkeys = var.ssh_public_keys management_cidrs = var.management_cidrs diff --git a/examples/packet-testing/cluster.lokocfg b/examples/packet-testing/cluster.lokocfg index ea8ded76d..7f0d7a38e 100644 --- a/examples/packet-testing/cluster.lokocfg +++ b/examples/packet-testing/cluster.lokocfg @@ -1,6 +1,6 @@ variable "dns_zone" {} variable "route53_zone_id" {} -variable "packet_project_id" {} +variable "equinixmetal_project_id" {} variable "ssh_public_keys" {} variable "cert_manager_email" {} variable "metallb_address_pool" {} @@ -37,7 +37,7 @@ variable "node_private_cidrs" { default = ["10.0.0.0/8"] } -cluster "packet" { +cluster "equinixmetal" { asset_dir = pathexpand(var.asset_dir) cluster_name = var.cluster_name controller_count = var.controllers_count @@ -52,7 +52,7 @@ cluster "packet" { facility = var.facility - project_id = var.packet_project_id + project_id = var.equinixmetal_project_id ssh_pubkeys = var.ssh_public_keys management_cidrs = var.management_cidrs diff --git a/pkg/assets/generated_assets.go b/pkg/assets/generated_assets.go index 4cb60d472..f94a3c939 100644 --- a/pkg/assets/generated_assets.go +++ b/pkg/assets/generated_assets.go @@ -7830,6 +7830,175 @@ var vfsgenAssets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xbd\x8e\x14\x31\x10\x84\xf3\x79\x8a\xd2\x5c\xb2\x97\x4c\x74\xe9\x3d\xc0\x65\x17\x40\x42\xb2\xf2\xda\x35\x3b\x2d\x79\xdc\xa6\xdb\x5e\x38\x10\xef\x8e\x66\xff\x04\x02\x21\x81\x70\xec\xea\xef\x73\x97\x1f\xf0\x6e\x11\xc7\x2c\x99\x88\x5a\x5a\x90\xe2\x38\x05\x93\x70\xc8\x74\x7c\x5a\x24\x2e\x08\x46\xf8\x12\x8c\x09\x61\xd5\x72\x44\xc8\x19\xab\xa6\xbe\x5d\x91\x82\xb6\x8d\x48\x62\x8c\x4d\xed\x6d\xc2\x4b\x73\xd4\x6e\x55\x9d\x10\x1f\x1e\xd0\x14\xc6\xd4\x23\x91\x7a\xcd\x12\x43\x13\x2d\x08\x25\x21\xb8\x8b\xb7\x6d\x08\xcb\xac\x16\x65\x9b\x8e\xa8\xeb\xaa\x05\xa3\x94\x46\x9b\x43\xe4\x88\x59\xed\x8c\x6d\x0b\x6f\xe8\x69\x18\x6e\xa6\x18\x63\xee\xde\x68\xfb\x12\x56\x8e\xf8\x3a\x00\xed\xad\x12\xd7\xf3\x0c\x6f\x26\xe5\x38\x00\x89\x1e\x4d\xea\xd9\xe0\x19\xe3\xfb\x22\x1f\x3b\x71\x8d\x63\x8b\x63\x57\x8d\x95\x25\x31\x6d\xe6\xa9\xf8\xfe\x8b\x16\x3e\x8e\xc3\xb7\x9f\x88\x5a\x9a\x69\xce\x34\xdf\xd7\x7e\xc8\x12\xf7\x52\x4f\x4f\xbf\x83\x67\xf1\xb6\xbb\x18\x3c\xfe\xaa\xf0\x7a\x0e\xe3\xe5\xf5\xf4\x84\x90\x92\xd1\x9d\x0e\x9d\xef\xef\xfd\x81\x74\x59\xf7\xdd\xf7\x4f\x4a\x26\xa7\xd0\xf8\xaf\x4e\x97\xf4\xff\x90\xba\xed\xef\x6f\x5a\xf9\xa0\x85\x97\x2e\x7a\x49\xb4\xeb\x3f\x34\x46\xb5\xe4\xf0\x45\x7b\x4e\x38\x10\xd1\x18\x1a\x13\x76\x9c\x8e\x13\xf8\x39\xac\x35\x73\x8a\xba\x9e\xcb\xfa\x1e\x00\x00\xff\xff\x4e\xb2\x14\xd2\xdd\x02\x00\x00"), }, + "/terraform-modules/equinixmetal": &vfsgen۰DirInfo{ + name: "equinixmetal", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/terraform-modules/equinixmetal/flatcar-linux": &vfsgen۰DirInfo{ + name: "flatcar-linux", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes": &vfsgen۰DirInfo{ + name: "kubernetes", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootkube.tf": &vfsgen۰CompressedFileInfo{ + name: "bootkube.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 2323, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x56\xef\x6b\x23\x37\x10\xfd\xbe\x7f\xc5\xe0\x6b\xe8\x5d\x49\xd6\xb9\xf4\x0a\x77\x01\x53\xda\xdc\x51\x02\x6d\x08\xdc\x87\x7e\x08\x41\xc8\xd2\xac\x57\x58\xd6\x6c\x35\x5a\xc7\xe9\x91\xff\xbd\xcc\xca\x6b\xef\x3a\x76\xb9\x25\x10\xd0\x7b\x7a\xa3\xf9\xa1\x27\x7b\x32\xda\x33\x7c\x2b\x00\x74\xe3\x14\x63\x5c\x63\x84\x19\x54\x14\x57\x3a\xbd\x9d\x9c\xf1\x45\x13\xdd\x5a\x27\x2c\xcf\x78\x72\x0e\x6b\x1d\x4b\xe3\x5b\x4e\x18\x55\xd0\x2b\xcc\x2b\x36\xb0\xfa\x97\x02\xbe\x2b\x5e\x8a\x62\x45\xb6\xf5\x08\x93\x39\x51\x5a\xb6\x73\x9c\x74\xea\x4c\x6d\x34\x08\xf9\x9b\xc1\xa4\x2c\xa7\xf9\x6f\x47\x2b\x00\x86\xca\x30\x7b\x15\xac\x28\x00\xde\xc0\x8d\x0e\x81\x12\xb4\x8c\x60\x9e\x8d\x77\x06\x2c\x36\x18\x2c\x06\xe3\x90\x81\x02\x18\x0a\x29\x92\xf7\x18\x19\x28\x42\xaa\xd1\x45\xf8\x7c\xf7\x15\x22\x1a\x8a\x96\x47\xc9\x32\xec\xbe\x19\x3c\x74\xf5\x28\xf7\xe8\xe3\x98\xab\x70\x93\x30\x06\xed\x85\xbb\xaf\xd1\x77\xd5\x46\xa4\x30\x19\xfb\x2a\x6e\x96\x02\x77\x0e\x16\x5c\x80\x15\x26\xed\x95\xc5\xb5\x33\x58\x0e\x53\xb9\x1e\x76\x45\x94\xce\xec\xa9\xc0\xee\x48\x6c\xcd\x8c\x49\x59\x17\x01\x86\x29\x0b\x6f\x07\x15\x00\x01\xd3\x13\xc5\xa5\x5a\xa5\xf6\x90\x36\x80\xfa\x5c\x30\xd8\x86\x5c\x48\xbc\x23\x9e\x3a\x7e\xf9\x53\xa9\x8d\x41\x66\xb5\x1d\x28\xe5\x9a\xf5\x07\x69\xfa\x8e\xa3\x0c\xb5\x21\x0d\x02\x1e\x42\x79\x00\xbe\xa2\x47\x93\x60\x2b\x03\x5f\xfe\x69\x5d\x70\x1b\xf8\x4b\x02\xc3\xdd\xed\x0d\xcc\x9f\xa1\x65\x17\x16\xd2\x79\x30\x3a\x5c\x44\xd4\xa6\x86\x1b\xed\x9d\x21\xd0\x6d\x22\x8b\x09\x4d\x72\x14\x80\x9a\xee\xdf\x93\x4b\x75\x47\xaf\x5c\xe4\xd4\x85\xd9\x07\xff\x91\x77\xc1\x6e\xef\xcb\x41\x8d\x5c\xa3\x46\x6a\x6a\x85\xa9\x26\x2b\xf3\xbd\x0b\x3b\xfb\xe1\xdb\xa9\x92\x3c\x5c\x3e\x1e\xab\xc9\xcb\x44\xf2\x6c\xc8\x2a\xe3\xec\xa8\x5b\x7d\x5d\x7a\x4c\xee\x15\x46\x91\x3d\xa0\x66\xda\x10\x1b\xdc\x2e\x4b\x2b\xed\x82\xe2\xb6\xaa\xdc\xe6\xe0\x9a\x8d\x30\x69\x72\xd0\x73\x8f\x2a\x62\x43\x31\x49\x49\x07\xf2\x87\xd8\x9e\xae\x17\x8b\x88\x0b\xdd\x55\xf6\x90\x3e\xc0\x24\x4d\x83\x31\xb1\x5a\x6b\xef\xac\x4b\xcf\xaa\xc1\xe8\xc8\xaa\x9a\xda\xc8\xfd\xd1\x4e\x33\xf2\x3c\x7c\x76\x2c\xca\x5d\xfb\x18\x7d\x05\x35\x71\x42\x0b\xe2\x2a\x1e\x93\x34\xcc\x66\x8a\x12\x58\x65\x58\x6d\xe1\x6d\x94\xff\x61\x74\x41\xbe\x6c\x52\xd4\x50\x79\xbd\x60\x48\x04\xbf\xdd\xdf\x42\xbe\xc7\x22\x2f\x44\xa5\x1b\x97\x57\xc4\x24\xa2\x56\x99\x9b\xd5\x4f\x13\x72\x0a\xbf\x7b\x32\x4b\xc8\xb3\x20\xf2\xe3\x99\x96\xf9\xb1\x3a\xe9\xbe\xd9\x12\xf2\x4d\xb7\xaf\x4e\xa9\xe1\xeb\xe9\xb4\x9b\xb0\x12\xf3\xae\xd2\xd0\x6a\x6a\x71\x8d\x9e\x1a\x8c\x3c\xb5\x64\x78\xba\x35\x9d\x69\xaf\x35\xdd\x69\xf4\x2b\x65\xe3\x75\x12\x87\xe9\x65\x02\x26\xe0\x9a\x5a\x6f\x41\xfb\x27\xfd\xcc\x10\x91\xc9\xaf\x51\x4e\xf8\xfe\xd3\x55\xf9\xf1\xb2\xfc\x58\xbe\xbf\xfa\x20\xe7\x99\x4b\x06\x68\x55\xaf\xd6\x0d\x9d\xa4\xff\x30\x19\x52\xa7\x3f\x5f\x4d\x1e\x25\x67\xb1\x7d\x4e\x51\x37\x2a\xd1\x12\x03\xbf\x9e\xab\xe4\x59\xed\x58\xf0\xab\xdc\x47\xa3\xd3\xdb\xad\x45\x0f\xac\xe1\x40\xea\x31\x7b\x9f\x5c\xd0\xd7\x20\xbf\x83\x6b\x78\x78\xdc\x8f\xea\x38\xca\xe9\x03\xe4\x3e\xfd\x8d\xe0\x02\x27\xed\x3d\x98\xce\x4d\x2e\x64\x54\x2e\x9a\x48\xbd\x9f\x98\x5a\xc7\x24\x8f\xd0\xb8\x85\x4f\xb5\x33\x35\x70\xed\x1a\x86\x3f\xee\xee\xf9\x1c\x98\xe0\xa9\x73\xa7\x7e\x38\xa1\xd2\xce\xb3\xae\x10\xe4\x3e\xb1\x3c\x05\xd9\xb1\xa4\xbc\x3d\xa6\x5c\x98\x53\x1b\x6c\x37\xa2\x2a\x13\x67\x7d\x42\x26\x3e\x37\xb2\x68\x55\x8a\xba\xaa\x9c\x39\xf0\x83\x23\x0c\x49\xcb\x2d\x02\x45\x54\x9b\x5f\x2e\x3f\x29\x13\x94\xa9\xd1\x2c\xb7\x3b\x8e\x41\x45\xf6\xec\x90\xa2\x36\x4b\xb5\xd2\x1b\xb9\x92\xca\x50\xc4\xbd\x6b\x1f\x01\xbb\x6d\x9e\x5a\xab\x9a\x48\x6b\x67\xbb\x9f\x19\x93\xfe\x3d\x9d\xe4\xfa\xde\x91\x45\xf8\x53\x1a\xdc\xbd\xd7\x86\x42\xe5\x16\x6d\xec\xdc\xa2\xdc\x37\x2d\x90\x45\xd5\xcd\x81\xb2\x81\xc7\x5d\x1b\x63\x62\xd6\xa3\x05\xe5\x9a\xe1\x8b\x76\x88\x15\x2f\xc5\x7f\x01\x00\x00\xff\xff\x23\x73\x7b\x4e\x13\x09\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootstrap-configs.tf": &vfsgen۰CompressedFileInfo{ + name: "bootstrap-configs.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 628, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xcf\x4a\x03\x31\x10\xc6\xef\x79\x8a\x8f\xf5\xa2\x97\xa5\xbd\x78\x28\x2c\x3d\xfa\x10\x22\x21\x9b\x1d\xb7\xc1\x31\x09\x93\x89\x50\xca\xbe\xbb\x74\xb7\xa8\x55\x50\x0b\xbd\x85\xf0\xfd\x99\xef\xc7\xc9\x3b\x2e\x38\x18\xc0\xa7\xa8\x92\x98\x49\x6c\x9f\x92\x16\x15\x97\xad\xa6\x17\x8a\xe8\xf0\xe6\xa4\xa5\xe8\x7a\x26\xab\x5c\x3e\x05\xd8\xce\x5e\x60\x16\xda\x30\x1c\xdf\xe8\x20\x2e\x0e\xe9\xd5\x16\x95\x10\xc7\xf6\x5b\x9e\x0d\xc3\xe3\xea\xa9\x15\x2a\x95\xf5\x8b\xbb\x90\x17\xd2\x3f\xdd\x8b\xec\x2c\x61\xc2\x06\x87\xc9\x4c\xc6\xdc\xe0\x81\x22\x89\x53\x82\x83\x97\x7d\xd6\x34\x8a\xcb\xbb\xe0\x1d\xf3\xfe\x94\xbc\xf4\x21\x0c\xb8\xcd\xb5\xe7\xe0\xef\x5a\x23\x54\x52\x15\x4f\x68\xce\xda\x1b\x34\x3f\xaf\x6f\x4e\xc0\x6a\xd4\xdf\xd8\x74\x1d\x54\x2a\x61\x8b\x35\x36\x58\x19\x03\x30\xc5\x51\x77\x47\x42\xf7\x06\xa8\x39\x93\xcc\xbc\x9e\x1d\x17\x32\x40\xc9\xe4\x83\xe3\x8f\x9f\x0b\x17\x2d\x68\x2e\x19\xb3\x38\xae\x31\x68\xfd\xdf\x45\xef\x01\x00\x00\xff\xff\xe1\xba\xe7\x31\x74\x02\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.tf": &vfsgen۰CompressedFileInfo{ + name: "calico-host-protection.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 1506, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\xcd\x6e\xe3\x46\x0c\xbe\xeb\x29\x08\x61\x0f\x9b\xc2\xd6\x74\x0f\x45\x81\x00\x3e\x65\x0f\xbd\x2d\xd0\xe6\x56\x14\x06\x3d\xa2\xa3\x81\xa9\xa1\x30\xa4\x9c\x1a\x81\xdf\xbd\x98\x91\x64\x19\xe9\x36\xc5\xe6\x22\x84\xc3\xef\x87\x1f\x69\xe7\xe0\xf9\xdb\xd7\x6f\x8f\xf0\x34\xa6\x44\xd1\xf8\xb2\x81\x83\x88\x9d\xc6\x03\x41\x88\x6a\xc8\xac\x80\xcc\xe0\x3b\x4c\xa6\x10\x22\x0c\x98\x90\x99\x78\x03\xaf\x5d\xf0\x1d\x78\x1c\x95\xb4\x72\x0e\x3c\x72\xf0\xb2\xed\x44\x6d\x3b\x24\x31\xf2\x16\x24\x4e\xd0\x85\x0d\x4b\xc9\x04\x8e\x18\x18\xc4\x7b\xd4\x20\x11\x39\x2b\xa3\x42\xb0\x4c\xf4\x42\x45\xaa\x00\xa8\x85\x03\x1d\x25\x11\x58\x47\xf0\x54\x24\x16\x4a\x53\xe2\x63\x53\x39\x97\x41\xcf\x02\xaf\x92\x4e\x98\x64\x8c\x2d\x58\x17\x14\x82\xea\x48\x1b\x78\x25\xe8\xf1\x44\x80\x11\xe8\x6f\x4b\x08\x5e\x86\x0b\xc8\xf1\x9e\xf1\xe9\xf7\xaf\x59\xd2\x24\x53\xe5\xfa\x2d\x86\x1e\x63\x38\x92\x9a\x42\x1b\x12\x79\x93\x34\x59\xb5\x4e\x94\xe0\x35\x30\xc3\x81\x00\x87\x81\x03\xb5\x19\x3d\xdb\xcd\xa9\xfd\x46\xdc\xcf\xd1\x35\xf0\x9c\x2d\x51\xd4\x31\x51\x46\xa3\x4d\xfa\x59\x18\x13\x81\x4f\x84\x76\x9b\x76\xb1\xf1\x71\xa6\x77\x29\x2d\x31\xfc\x41\x04\x9d\xd9\xa0\x8f\xce\xbd\x04\xeb\xc6\x43\xe3\xa5\x77\xa7\x10\xcf\xc2\x27\xc7\x72\x92\x5e\x2c\x9c\xc9\x95\x74\xd4\x7d\xf9\xf2\xeb\x2f\x70\x94\x04\x7d\x76\xdd\x92\x61\x60\x6d\xaa\x44\x2a\x63\xf2\x04\x35\x8b\x47\xde\x1f\x03\x53\x0d\xf5\xe4\x67\xef\x53\xab\x35\xbc\x55\x90\x91\x7b\x42\xdf\xc1\x0e\x72\x8b\x92\x7d\xae\x3f\xbd\x9d\x31\x35\xa8\x4a\xb6\x6f\x43\xba\xba\x29\x02\x97\xf3\xdc\xea\x45\x8d\x7a\x37\x11\xb9\x42\xb4\x81\xfa\xa7\xe6\x82\x3d\xd7\x0f\x55\x05\xe0\x25\x1a\x45\x83\x99\xf2\x87\xf9\xdc\xa7\xb7\xec\xa8\x39\x23\x8f\x74\xad\x1f\xb2\xcb\xc0\x14\xb1\x27\xd8\xc1\xbf\xd9\x6e\x1b\xde\xce\x69\xfb\x36\xbd\x27\xa9\xae\xd5\xff\x44\x92\x57\xb4\x5f\x57\x34\xa5\xb3\x8c\xb2\x03\xa3\x7e\x60\x34\x5a\x26\x1a\xd0\xba\xa6\x97\x76\x64\xba\xba\xef\x6f\xb9\x44\xd2\x58\x3f\x70\xbd\x29\x6c\x00\x45\x84\x62\x3b\x48\x88\xa6\xb0\x83\x3f\x4b\xb9\xac\x01\x5a\x3a\x07\x9f\x7f\xb7\xd0\x93\x21\xef\xa7\xff\x9b\xec\x21\x09\x33\x25\x85\xc7\xb9\xfd\x6d\xfe\x02\x94\x54\xd6\xbf\x92\xcf\x0c\xcc\x62\xf9\xf9\xba\x3d\x48\x6c\x7f\xae\x37\x2b\x48\x5a\xda\xaf\xc8\x1d\xbc\x43\xac\x9d\x21\x1a\xa5\x23\xfa\xb9\x7d\x07\xf5\x7b\x2e\xc6\x03\x71\x1e\x65\xf5\x04\x50\x97\x28\x96\x41\xeb\x8c\x0b\xf1\x25\x91\x6a\x7d\xdf\x95\x7d\xd8\x65\xa0\xfa\x66\x7e\x1d\x76\x6d\xbc\x56\xf7\xdf\xbf\x26\xe9\x1e\x23\xbe\x50\x4f\xd1\xf6\x3e\xb4\x29\x1b\xc8\x67\xf1\xbe\x5c\x7a\x3d\x8f\x6a\x94\x6e\x8d\x5e\xa2\x47\xfb\xbc\x64\x9f\x71\x83\xb4\xe5\x79\x73\x57\x53\x4a\x39\x95\x52\x9f\xa5\x4b\xbd\xa4\x37\xa4\x70\x46\x9b\x1e\xf5\x21\xc3\xae\xe5\xf8\x3f\xbc\xd4\xff\xbc\xfb\xef\x9e\x4e\x3e\xda\x7f\x02\x00\x00\xff\xff\x1c\x7a\x0d\x4a\xe2\x05\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "calico-host-protection.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 356, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x31\x52\xc6\x20\x10\x85\x7b\x4e\xf1\x8a\xd8\xe9\x7f\x80\xb4\x6a\x61\x63\xe1\x05\x32\x18\xf6\x37\x4c\x92\xc5\x01\x4c\xc3\xc0\xd9\x9d\x35\x81\x98\x8e\xc7\xf7\xe6\xdb\x85\x71\xf9\x09\x91\xfc\xf3\xdb\xcb\x47\xe8\xd5\x43\xc2\xdd\x79\x8c\xd6\x78\x58\xc6\x01\x07\xc9\x01\x25\xab\x27\x74\x49\x42\x96\x26\xb1\x91\x72\xc9\x6a\xd5\xac\xbf\x68\x25\x8e\xcd\x53\x2e\xa2\xb3\x70\xb8\xae\xaa\x52\x5d\x59\x4d\x2e\xc4\x57\x36\xdf\xce\x72\x3c\x17\x9a\x44\x22\x68\xa0\xca\xf6\x75\x58\xaf\xd4\xa3\x4b\xd3\x4d\x4e\x59\x01\x96\x23\xf9\xbb\x1e\xe9\xbd\xa1\x76\x35\xd4\x12\x3b\xf3\x8f\x4b\x6a\x68\xd1\x9f\xb4\x84\x5e\x01\xf5\x11\xf3\x23\xb6\xbf\xf9\xb7\x9d\xc9\x64\x00\xe8\xd2\x9c\x45\xb0\xe5\xa3\x7c\x7e\xc8\x35\xfd\x06\x00\x00\xff\xff\xa6\xfe\xa7\xb8\x64\x01\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl": &vfsgen۰DirInfo{ + name: "cl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "controller-install.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 1423, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6f\xdb\x48\x0c\xbd\xfb\x57\x70\x93\x1c\x57\xb2\xd7\x8b\xe4\x20\x40\x87\xa4\x28\xd0\x00\x39\xd5\xfd\x38\xa4\x81\x41\x4b\xb4\x3d\xf5\x88\xa3\x0e\x39\x76\xdc\x34\xff\xbd\x18\x59\x92\x3f\x92\x22\x97\xde\x24\xf2\x0d\xf9\xf8\xf8\x66\x92\x24\x19\xc8\x56\x94\xaa\x32\x1b\x00\x04\x36\x2a\xf1\x03\x20\x01\xc6\x8a\x32\x30\x2c\x8a\xd6\x92\x4f\x85\xfc\xda\x14\xd4\x64\x01\x88\x71\x66\x29\x03\xf5\xa1\x0b\x15\x8e\x95\x58\x25\x83\x5f\x6d\x04\xe0\xfe\x33\x1b\x7d\xe8\x7f\x27\x8a\x5e\xef\x4c\x65\xf4\x26\x78\xd1\xfc\xf2\x95\xcc\x2d\x2b\xf9\x35\xda\x09\x15\xf9\xff\x57\xa3\x91\xf4\x98\x8f\xf4\x23\x18\x4f\x92\x33\xe9\xc6\xf9\x55\xe2\xd8\x1a\xa6\x54\xd1\x2f\x48\x7b\xd8\xf5\x5c\xc9\xbf\x81\xb9\x9f\xec\xa6\xd9\x53\xfb\xb4\xad\x29\x17\x53\xd5\x96\x0e\x1a\x4a\xa4\x95\xa3\xdd\xe0\x56\x4e\xc3\x91\xe0\xd5\xa8\x8f\xbe\x7f\xa4\xa2\x99\x22\x1f\xba\x5a\x87\xbd\x70\xfb\x9e\xb7\xbb\xd0\xbe\xe7\x57\x64\xa5\xf2\x66\x9b\x57\xc1\xaa\x49\x82\x90\x3f\x24\x7a\x0e\xd7\x6b\x67\x4a\x08\x62\x78\x01\xba\x24\x10\x45\x2e\xd1\x97\x30\x99\x7c\x80\xda\x79\x05\x71\xa0\xe4\x3d\xce\x9d\xaf\x00\xeb\xda\x6e\xa1\x40\x66\xa7\x0d\x24\xb0\x1a\xdb\xd6\xaa\x9d\x68\xd2\xb2\x4a\xe1\x26\x28\x60\x59\x19\x16\xa8\x70\xdb\x80\xd5\x41\x49\xb3\xb0\x80\xd2\xc8\xaa\x5b\x3c\xd4\xde\xcd\x2c\x55\x92\x76\x94\xa2\xba\x5d\xf6\x5f\x10\x59\x96\xb0\x31\xd6\x42\x10\xda\x51\x1a\x8f\x01\x39\xb2\x26\x2f\xc3\x3d\xb9\x02\x39\x5a\x84\xa9\xd0\xf4\xc8\x62\xb1\x44\x2a\xae\x58\xf5\xfb\x29\xbd\xab\x0d\xb7\x4e\x3c\x84\xfe\x37\x4a\x22\x3a\x89\x7d\xd2\xc2\xf1\xbc\x47\xbc\x6e\xbf\xdd\xaa\x9b\xd2\x0f\x47\xc1\x3b\x23\x4a\x3c\x51\x4f\x58\xe5\x7f\xce\x8c\xc7\xe3\xf1\x40\xd4\x79\x5c\x50\x64\x33\x37\x96\xfa\x0b\x52\xa3\x2e\x33\x68\x96\x1d\xb5\x6d\x25\x49\xcc\x82\x8d\x1a\xc7\xe9\x77\x71\xdc\x96\x6e\xce\x35\xf7\x2c\x03\xef\x5c\x37\x67\xe5\x4a\xca\x60\x74\x39\x1a\x9d\x5e\xa1\x9e\x92\x69\xec\x7b\x3c\xd3\xc5\xd3\x41\xbf\x69\xd7\xef\xf9\x25\xad\x53\x0f\xfe\x5d\x1a\xe7\xff\x0c\x67\x86\x87\x33\x94\x25\x24\xf4\x78\x90\x99\x5b\xd4\x02\x7d\xe7\x36\xf8\x76\xa4\x70\xf2\x0e\xce\x2e\x9e\x9c\x4c\x8b\x25\x32\x93\x7d\x3e\x3b\x05\x7c\x69\x01\x6b\xf2\x12\x27\x7b\x01\x70\x11\xd0\x76\x99\x5a\xc3\xe1\x71\xea\xa8\x7a\x89\x33\x6f\xac\xe7\x14\x2f\x07\xbf\xa1\xa4\x35\x96\x15\x08\xa9\x1e\xbc\x09\x00\x3b\x05\x0b\xb5\xe0\x69\x16\x55\xac\x51\x64\xb3\x7b\x40\xa3\xe7\x8f\x1f\xd0\xc2\xf9\xee\xb0\xc8\x72\x8a\x41\x97\xce\x9b\x9f\x54\x4e\x57\xb4\x95\x0c\x2e\x9e\x62\x38\x7e\x3f\x0f\x7e\x07\x00\x00\xff\xff\xaa\xab\x91\xd7\x8f\x05\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "controller.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 16941, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x7c\x7b\x77\xda\xb8\xb6\xf8\xff\xfd\x14\xbb\xae\x4f\x9b\xce\x44\x3c\xd2\xb4\xd3\xc3\x8c\xfb\x3b\x94\xd0\x0e\xbf\xa6\x49\x16\x90\xe9\xbd\xab\xd3\xc3\x08\x5b\x80\x06\x59\xf2\x48\x32\x09\x4d\x73\x3e\xfb\x5d\x92\x0d\xf8\x05\x24\x6d\xe7\xae\xdb\x59\x8b\x60\x7b\xbf\xb4\xb5\xdf\x16\x83\x10\x7a\xa0\x96\x4a\x93\x30\x68\x3d\x00\x88\x39\xd5\xca\x7c\x01\x40\xc0\x71\x48\x5a\x40\xb4\x1f\xd4\x14\x91\x0b\xea\x13\xfb\x00\x80\x70\x3c\x66\xa4\x05\x5a\xc6\xab\x5b\xbe\xe0\x9a\x70\xad\x5a\xf0\x25\xbd\x03\xf0\xf1\x92\x53\xfd\x69\x7d\x79\x42\x94\x2f\x69\xa4\xa9\xe0\x9e\x21\x0a\x07\x03\xcb\x18\xda\x51\xc4\xa8\x8f\xcd\x03\xe8\x08\xae\x31\xe5\x44\x3e\xdd\xe0\x09\x3f\x0e\x09\xd7\x16\xc0\x9b\x69\x1d\xa9\x56\xbd\x3e\xa5\x7a\x16\x8f\x6b\xbe\x08\xeb\x86\x18\xa2\xc2\xfe\x5d\x63\x7d\xc0\x5c\x2b\x2f\x10\xfe\x9c\xc8\x82\xf8\x00\xed\x89\x26\xb2\xf0\x10\x7c\x49\xb0\x26\xc8\x52\xf3\x05\x9f\xd0\x69\x09\xaf\x4f\xfe\x8a\xa9\x24\xca\xbb\x03\x6c\x47\xf0\x80\x1a\x91\x2f\xb0\x9e\x75\xaf\xa9\xd2\xca\x33\x22\xd6\x95\x62\x56\xd4\xe4\xc3\xa0\x11\x89\x7c\x5c\xf3\xa5\xfe\x3a\xe4\x6f\xc0\x9c\x93\xe5\x7d\x31\x23\xf2\xd5\xe2\x1a\xd4\xaf\xc6\xcb\x8a\xfa\x71\x90\x28\x7b\x63\x5c\xc3\x65\x44\x3c\x45\xc3\x88\x65\x77\x4b\x69\x2c\xb5\x87\xd9\x15\x5e\xaa\xe2\xed\x01\xf1\xbd\xe7\x9b\xbb\x43\x1a\x12\x11\xeb\xc1\xea\x51\x63\xfd\xe4\x94\x86\x54\x9f\x9d\xbf\xe9\x9d\x76\xbd\xe3\x46\xa3\xb1\x79\xd2\xe5\x0b\x2a\x05\x37\xc6\xf9\x86\x32\x92\x88\x3e\x8f\xc7\x44\x72\xa2\x89\xb2\xc2\xd7\x12\xf3\xb8\x1f\x0e\xe1\x8b\x0d\xc2\x35\xf1\xad\x54\x17\x92\x78\x28\xb1\x59\x90\x21\xa0\x09\xe4\x0c\x3e\x07\xa7\x66\x80\x7c\x70\x56\xd0\x31\x07\x14\xc0\xef\x6b\x58\x00\x84\x8c\x77\x27\x7e\x98\xbf\xcf\xc4\x14\x05\x92\x2e\x88\xf4\xfe\x14\xb1\xe4\x98\x95\x30\x89\xbe\x12\x72\xee\xcd\x84\xd2\xf9\x47\x31\xb8\x07\x34\x30\x7f\x7f\x77\x5c\xf7\xe6\x72\xd0\xed\xdf\xfe\xee\x3c\x6d\x55\xde\xcd\xa3\x2e\xc0\x75\x6f\xba\xc3\xce\xc9\xe8\xa4\x3d\x6c\x8f\x4e\x7a\xfd\xdb\x56\xf9\x8e\xbc\xaa\xc0\x1a\x0c\x4e\xd7\xf0\xeb\xef\x52\x14\xa4\x26\x7c\x81\x26\x94\x11\xd8\xa6\xf1\x1c\xbc\xeb\xde\xf4\xde\xb7\xdf\x76\x47\x97\xfd\x53\x4b\x38\xb9\x1a\xb6\xdf\xde\x3a\x65\x95\xa7\xa1\x04\x98\x98\xaa\x2d\x1b\x23\xa2\x15\x90\xd2\x22\xaa\x86\xb8\x10\x6a\x4d\x4a\x86\x3b\x60\x50\x5d\x44\x3a\x89\x7b\x92\xfc\x29\x28\xdf\x78\x46\x8f\x2b\x8d\x19\xfb\x94\x0b\x84\x24\x78\xbd\xf4\xc2\x98\x69\x8a\x62\x45\x64\x4d\x63\x39\x25\x3a\x17\xe6\x2b\x23\x65\x29\xd0\xaf\xa0\x99\xf0\xe7\x2a\xa4\x7a\x56\x4c\x0d\x21\x56\xf3\x0a\x78\x5f\x48\x22\x14\x0a\x89\xc6\x01\xd6\x18\x29\x35\x9b\x93\xa5\xfa\x97\xb9\x7f\x37\x0a\x57\x98\x6a\x34\x11\x12\x05\x5c\x7d\xf7\x74\xf4\x01\x53\x0d\x13\x21\xe1\xe4\x6c\x00\x84\x6b\x49\x89\x2a\x64\x92\x34\x49\x22\x49\x94\x60\x0b\x52\x5c\x37\xc0\x6b\x32\x11\x92\x78\xc6\xb0\x18\xd1\xeb\xac\x92\x4d\x9f\x30\x16\x42\x1b\x80\x12\x72\x39\xa0\xad\x82\x97\xe0\x68\x82\x29\x8b\x65\x29\xae\x15\x03\x98\x89\x80\x82\x13\x35\x13\x3a\x03\x1a\x62\xca\x6d\xba\xeb\x5e\x53\xed\x65\x54\x94\x35\xdf\xfa\x98\xf2\x7a\x12\x33\x9e\x5c\xcd\x8c\x93\x3c\x84\x7a\xac\xa4\xbd\x3f\x95\x24\x82\x27\xff\xfe\xf8\xef\x47\x1f\x5b\x2a\xc2\x3e\x69\x7d\xfa\xf4\x24\xf1\xa2\x44\x19\x36\xc4\xc1\x2b\xa8\x07\x64\x51\xe7\x31\x63\x3f\x43\x20\x40\x31\x42\x22\x68\x9a\xef\x9c\xfc\x0c\xd6\x62\xb3\x9b\x08\xee\x4d\xc0\xd5\xe8\xb3\xe0\xe4\x16\xdc\x1b\x9f\xc5\x4a\x13\x39\x32\xbb\x7d\x8b\x22\x49\x17\x58\x13\x78\xf6\xa2\xd1\x78\xb2\xc3\xb8\xd3\x84\x6c\xcc\xfb\xfe\x8a\x5f\x1b\xe7\xbe\x64\xfe\x08\x86\x33\xaa\x60\x45\xec\x8a\x32\x06\xe4\x5a\x4b\xec\x6b\x58\x60\x16\x13\x10\x13\x58\x89\x4c\xb9\x26\x72\x82\x7d\x02\x13\x29\x42\xd0\x33\x02\x26\xb8\x2c\xb0\x04\x1b\x7e\xfe\xa8\xcb\x98\xd7\x57\x9e\x50\x9f\x30\xac\x7d\x2c\xff\xa8\xad\x79\xb5\x79\x60\xb0\x38\x60\xa5\xe8\x94\x03\xd5\xa0\x85\xa5\xb3\xc0\x92\x1a\x53\x57\xa0\x67\x58\xc3\xd5\x8c\xfa\xb3\x44\x9a\x31\x31\x61\x45\x92\x00\x28\x5f\xb1\xd9\x9e\x8c\xfe\x38\x5c\x33\xd3\x66\x61\x16\xc1\x2c\x50\xc4\xd2\x27\x01\x8c\x97\x56\x7b\xab\x05\xd7\xbe\x9b\x9f\x75\xac\xa6\x01\x27\xe4\x8d\x5a\x2c\x6b\x2d\xcc\x02\x62\x95\x61\xad\x05\x30\xaa\x34\xe1\x20\x78\x59\xb5\x45\xa7\xab\xa8\x51\xb3\xc5\x5a\x3e\xf8\x6c\xa9\x06\xf7\x41\x95\x5d\xb4\x94\xca\xab\x36\xf6\xbb\xfb\x27\xf1\x67\x02\x1c\x9b\x17\x4f\x7b\x83\x61\xf7\x6c\xd4\x39\xed\x75\xcf\x86\x26\x53\x0d\xd6\xe5\xb1\xdb\x39\xef\x77\xcf\x07\xa3\x8b\x76\xe7\x5d\x77\x38\xea\x5d\xfc\x76\x3c\xba\xe8\xf7\x7e\x6b\x0f\xbb\xa3\x46\xeb\xe8\xd9\x4f\xff\x74\x8c\xc7\x6e\xb7\x11\x78\xfc\x18\xca\xac\x2e\xba\xdd\xfe\xfd\x18\xbd\x6c\x38\xf0\xea\x2b\x38\xbd\xef\x0e\xfb\xbd\xce\x60\xc3\xec\x2e\xbc\x9a\xfb\x78\xdd\x31\x96\x94\xec\x69\x4b\x1e\xfb\xee\x89\xe8\x4d\x62\x34\x9b\x36\x08\x4e\x29\x8f\xaf\xe1\x7d\xca\x10\xda\x53\xc2\xf5\xbe\x3a\xf8\x5e\x56\x76\xb7\x44\xd3\x6c\xa8\x2a\xbb\xf7\xd2\x1d\x79\xdf\x1d\xb6\x6d\x95\x76\x7e\x31\x1c\x5d\xf4\xcf\x7f\xeb\x9d\x74\xfb\x1e\x42\x7e\x18\x30\xca\x2b\x4d\x7a\x95\x5e\x0a\x2a\x35\x95\xd7\x2e\xa2\xb7\x80\x10\xd6\x5a\xd2\x71\xac\x89\xda\xe3\x73\x3b\x37\x79\xbd\x89\x15\xd5\x50\x21\x99\x7c\xb7\xfd\x7d\x97\xd0\xfd\xbb\x62\x54\x52\xaa\xc8\xc8\x47\x4a\x63\x5d\x0e\x89\xdf\x1a\xc3\xf6\x35\x2f\x2b\xb5\x6d\xed\x5f\xec\x8e\x87\xf3\x80\x4a\x40\x11\xd4\x17\x58\xd6\x19\x1d\xaf\xf0\xea\x0b\xc1\xe2\x90\x44\x2c\x9e\x52\xae\xee\x44\xa1\x20\x40\x88\x39\x9d\x10\xa5\xb7\x21\xaf\x8c\x6e\x8c\xd3\x0e\x29\x29\x6e\x7c\x22\x35\x9d\x50\xdf\x94\x01\x38\xd6\x33\x21\xa9\x5e\x22\xa3\x82\x27\x25\x16\xe6\x6b\x1a\xb8\xbe\x00\xbe\x9a\xc3\x93\x9b\x48\x52\xae\xc1\x3d\xba\x7d\x02\x5f\x60\x8c\x15\x79\x71\x6c\xfa\xad\x72\x24\x4a\xda\xe6\x8a\x06\xc2\x0a\x57\x04\xb6\x4c\x62\x49\x50\xaa\x1e\xe4\x4f\xa5\x88\xa3\xb4\x3b\xbb\x4b\x83\x38\x2f\x98\x5b\x0e\x74\x6f\x73\x98\x62\x7f\xc7\xfe\x10\x45\x34\xa8\xbc\x2d\xe9\x82\x32\x32\x25\x41\xb1\xbd\x33\x35\x65\xcb\x7e\x94\x5b\x3f\xab\x30\x9f\xd3\x3a\x27\xba\x16\xb4\x0a\x97\xc5\x06\x70\x51\xdc\x8d\x56\xf1\x7a\x0b\x46\x88\xfd\x19\xe5\x04\xd1\x94\x45\xe6\xba\x02\xc3\x98\x73\x28\x82\x98\x19\x06\xd9\x8b\x0a\x58\x19\xf3\x96\xfd\xa8\x58\x9b\x5a\xaa\x96\xfd\xa8\x78\x66\x4a\x69\xb3\xd0\x31\xe5\xad\xdc\x45\x05\x0f\x63\xf1\x46\x0c\xa1\x90\x24\x8c\x60\x45\x92\x55\x64\xae\x2b\xb0\x56\x8e\xe9\x63\x46\x7d\xd1\x2a\x5e\xef\xc2\xe0\xb4\x95\xbb\xa8\x90\x7f\xf5\x38\xb1\xc0\x56\xf1\x7a\x1b\x86\x98\xd6\x23\x11\xa8\x56\xfe\xaa\x08\x8d\x42\x11\x73\x0d\xda\x24\xc2\x31\xe5\xc1\x61\x52\xd5\x7a\xf5\x90\xeb\xc3\x24\xd4\x27\xdf\xcd\x43\x14\x49\x11\xe1\x69\x32\x5a\x94\x6a\x86\x65\xd1\x04\xb7\x92\x2b\xc4\xae\x35\xe9\xe2\xfd\x3b\xb1\x71\xdd\x9b\x77\x97\xaf\xbb\xa7\xa6\xaa\xc9\x8d\x1d\xf2\x77\x87\xed\xb7\xb7\x45\x67\x13\x01\x41\x34\xf2\x36\x69\xb3\xb2\x3a\x2a\xa2\x61\x2e\xf8\x32\x14\xb1\xb2\xf1\xce\x9b\x60\xa6\x48\x11\x24\x36\x5d\x88\x4e\x27\xb3\x48\x8b\x39\xe1\xe8\x8a\x8c\x67\x42\xcc\x2b\x40\x85\xa4\x9f\x13\xc8\x50\x04\xc4\xfb\x50\x09\xe8\x33\x4a\xb8\x46\x3e\xb6\xa3\x98\x72\xc8\xb3\xf1\xb1\x84\x93\x74\x86\x01\x57\x9e\x7b\x33\x7f\xa9\xcc\xb7\x51\x9a\xda\x46\x34\x2a\x2e\x6d\x0d\x2f\x4c\xd5\xe3\x6d\x5a\xcb\xe4\xc6\x48\xc5\x93\x09\xbd\x2e\x63\x89\xd8\xee\xd3\x82\x06\x44\x7a\xe4\x5a\x13\x13\xdb\x8a\x50\x9c\xda\x16\x11\x05\x54\x7a\xf9\x80\x53\x84\xb4\xd1\x7b\x6b\x86\x4c\x33\x48\x61\x44\x75\x4d\x35\x12\x1c\x31\xe1\xcf\x51\x5a\x59\x50\xc1\x73\x50\xff\xb8\xf9\x0f\xd0\x49\x5a\x8a\x8c\x34\x53\x23\xd3\xdb\x2a\x2d\x71\x04\xff\xb9\xcd\x91\xdb\x64\xaa\x92\x55\x66\xb3\x58\x5e\x86\x35\xb5\x1c\xfa\xf6\x1c\x98\xc7\x96\x42\x9b\x1c\x9a\xc9\xa7\xaa\x24\x3d\x31\xa6\xb6\x43\xd4\xbb\xf1\xb2\x94\x78\x40\x27\x45\x52\x56\x79\x89\x75\x99\x45\x9b\x7a\xc6\xdc\x5a\x6b\xde\x5c\x54\x27\x2c\x94\x14\x1e\x9e\xcf\x69\x95\x93\x31\x3c\x26\x4c\x19\x47\x3b\x3b\x3f\xe9\x8e\x4e\xdb\xaf\xbb\xa7\x83\x4a\x77\x4c\x21\x99\x98\x8b\x50\x68\xba\x20\x35\xcc\xa2\x19\xae\xcd\x29\x5f\x08\x36\xaf\x51\x51\x8f\xe2\x31\xa3\x3e\xa2\xd1\xe2\x78\x9b\xeb\x5e\xbe\x3e\xed\x75\xca\x9e\x1b\x89\x00\xad\xca\x1c\x14\x61\x3d\x2b\x69\x6c\x5d\x04\x15\x37\x87\xe0\x00\x09\xce\x96\x28\x12\x52\x7b\x8d\xd2\xe3\xa9\xe9\xb8\x25\xba\xa2\x7a\x86\x4c\xfb\xa1\x37\xab\x1d\xb6\x7b\x67\xc3\xd2\x6a\x71\x10\x48\xa2\xd4\x7d\x83\x4f\x52\xe6\xa5\xea\x4e\x5c\xe9\x9e\x95\x60\x71\xe0\x5a\x5d\xe8\x14\x66\xae\xdb\x80\x0a\x63\xd7\x22\xd8\x1d\x5e\x23\x7c\xfb\xf8\x75\xcb\x64\xf0\x9e\xed\xc5\xeb\x75\x28\xc0\xf0\x6e\x6d\x10\x90\x06\xc0\x35\x4a\xd5\x6b\x97\x87\xb6\x90\x58\x89\x51\xa7\x9c\xea\xd1\x5a\xa8\x40\xf0\x5d\x4d\xc4\xfd\x9b\xce\x0f\x42\xce\x29\x9f\x9e\x50\x49\x7c\x2d\xe4\xd2\xcb\x71\xaf\x6a\x17\x73\xd2\xad\xbe\x20\xbb\x05\x15\xe5\xad\xd9\x51\x5b\xe8\x6b\x11\xfb\x33\xb8\xfb\xda\xbe\x76\xff\x1c\x1a\x69\x3b\x9a\x43\x92\xd8\x49\xdc\x6a\x23\x9d\x5c\xef\x18\xe4\x9a\xc7\xad\xe3\x75\x87\x46\x2f\xbe\x91\x9c\xc1\xc2\x53\xd2\x7a\x00\x76\xc6\xb6\x7e\xa9\x6b\x22\x46\x6b\x47\x53\x93\xd2\xb2\x38\x76\xe4\xdd\x02\x29\xd6\xdb\x6a\x52\x7b\x0b\x1a\x2f\x8e\x8f\x8b\x06\xba\x56\x18\xe5\xa6\xe3\xcf\x1a\x2c\x80\x7b\xb3\x61\x70\xbb\x57\x90\x7c\x07\xf9\x7d\x25\x29\x55\x59\xde\x5f\x31\x5e\x9a\x88\x9c\x06\xe7\x7a\xd1\xfd\x8b\x38\xc3\xf6\x5b\x6f\xd1\xac\x1d\x35\x6b\x4d\xe4\xde\x08\x35\xc2\xd2\x9f\x65\x53\x50\x26\x3b\x78\x8e\xc9\x07\xb5\xcd\xfa\x0c\xa3\x10\x1b\x67\x3c\xac\x78\x62\x96\x20\x05\x63\x44\x5a\x6f\x71\x8a\x44\x93\x20\x9c\x10\x45\x52\xb0\x6a\xca\x5e\xeb\x4c\x0c\xfc\x19\x31\x6d\x87\xb3\x53\xd9\x85\x77\x8d\xdf\x57\xd3\x19\x6d\x3d\xab\x1d\xd7\x9a\x2f\xdc\x1b\xc3\xcf\xaa\x6b\xa4\xf1\x74\x55\x87\x95\x50\xb2\x9b\x92\x0c\x3c\xf2\x6f\xf6\x01\xd2\x97\x7c\xf9\x57\xc5\x99\xe7\x97\x83\x6e\xdf\x2b\xdc\xcb\xbd\x48\xdc\xe4\x9b\x2a\xa8\xb3\xf6\xfb\xae\x97\x4a\x6b\x5f\x47\x14\x01\xda\x27\xbf\x75\xfb\xc3\xde\xa0\x5b\x3d\x7a\x4d\x30\x93\x6a\xf3\xd6\xce\x5a\x8b\x04\x7a\x67\xbd\x61\xaf\x7d\x9a\x21\x54\x31\x58\x2d\x92\x79\xd9\x28\x92\xd9\x31\xff\x6d\xd4\xec\x7f\x95\xdc\xb7\xce\x72\x37\x48\x5b\x79\x55\x8d\x65\x33\x68\xcd\x6d\x2b\xed\x9c\x5e\x0e\x86\xdd\xfe\x4a\xad\x26\x04\x53\xcc\x46\x69\x66\x2a\x69\x78\x60\xb8\x0c\x47\xfd\x6e\xe7\xfc\xec\x4d\xef\xed\xa8\xf3\x6b\xb7\xf3\x2e\x9f\x42\x52\xc8\x61\xdf\x10\x3e\x19\x75\xda\x23\xfb\x86\xfe\xce\x47\x2c\x52\xfc\x4e\xb7\x3f\xdc\x83\x59\x85\xf6\xae\xfb\xdf\xfb\xb0\xb2\x07\x16\x56\xcc\x92\x9d\xb2\x3c\xdb\x97\xc3\x5f\x2b\x57\x64\xf7\xe5\x0e\xcb\xaa\x3a\x88\x91\x25\xb1\x73\x65\xa5\xa3\x18\x59\xcc\x5d\x8b\x2b\x9d\xc5\xc8\xb1\xdc\xb3\xbe\x6c\x08\x10\xb6\x64\x51\x15\xe9\x40\x2d\x95\xaf\x59\x2d\xa8\x87\xf8\xda\x26\x5c\x74\x85\xb5\x3f\x23\xca\x76\x4d\xbb\x83\xd5\xdd\x62\xd3\x44\xd5\x28\x17\x9a\x4e\x96\xb5\x10\x5f\x8f\x0c\x8f\x51\xca\xc3\x6b\xbe\x68\xbe\x3c\xce\x0b\xb5\xbf\xf6\xd8\x1d\x3a\x9f\xaf\x43\xa7\xe1\x94\x11\x2d\x68\xc1\xf3\xf5\x79\x12\x3b\xdc\xdb\xf6\xf0\x6e\xeb\x7a\xf4\x70\x3d\xdd\xcc\xde\x85\x0f\x12\x47\x11\x91\xf6\x15\xf7\x4a\x7e\xc8\xd7\x4e\x00\x8a\x68\x40\x24\x87\xf7\x5e\x2c\x08\x90\xeb\x88\x48\x6a\x4f\x60\x31\x28\x0f\x58\x01\x3e\x02\xe2\xe0\xb8\x07\x4c\x15\x54\x85\x95\x22\x3a\xd3\x8f\xa0\x1f\xea\x3f\xc0\xd1\xab\xf5\x7b\xe2\xa7\x0e\x7c\x82\xc7\x8f\x21\x5c\xdc\x05\x71\x37\x88\xa1\x23\x43\x40\x72\xb2\x97\x56\x46\x74\x72\x4d\x7c\xc8\x0c\x42\xb3\x7d\xca\x66\xd6\x56\xa0\xd5\x5a\xfd\x2d\x8c\xc1\xee\x36\x64\xbc\x2a\xe2\x6c\x9f\x97\x02\x14\x8b\x93\x95\x24\xad\x45\xa3\xd6\x3c\xae\x35\xd0\x8c\xb0\xf0\x59\xa6\x0e\x29\xe0\xd7\xf3\xbb\x6d\x5a\x36\x23\x7a\xd2\x73\x25\xab\x28\xfb\x9f\x0e\x23\x6b\xcf\xb5\xc4\xe5\xd1\x55\x62\x3d\x77\xf0\xbe\xaf\x2c\x15\x02\x2b\x6a\x36\x25\x43\xe3\xa7\x46\x23\x7d\x4b\x6c\x3e\x10\xa0\xb2\x4b\x96\xcf\xbf\xec\x71\xc3\xe7\xcf\xbf\x83\x37\x25\x6e\x22\x62\x88\x68\x44\x26\x98\xb2\x9c\xc7\xf4\xad\x38\x80\x57\x3d\x17\x60\x05\x13\x49\xd4\x0c\x4c\xd1\x06\x57\x33\xc2\x93\x15\xf9\x98\x73\xa1\x21\x77\x78\xc7\x10\x38\x20\xb5\x69\xed\x10\xb0\xe9\x9b\x40\x92\x48\x2c\xa8\xa2\x82\x53\x3e\x3d\x04\x5f\x62\x35\xa3\x7c\x0a\x42\x26\xe4\xc6\xc4\x5c\x05\xe2\x8a\x3f\xad\xe5\xa8\x0c\x88\xde\x73\x62\x08\xb4\xb0\x16\xbf\x91\xc8\xac\x85\x04\x80\x79\x90\x23\x15\xab\xf5\x01\x06\x05\x62\x92\x3b\x57\x51\x60\x3a\xa7\x11\xd0\x09\x98\x75\xd9\x41\x9a\x11\x9c\x64\xa9\xd1\x09\x7c\x84\x87\x80\x02\x70\xf2\xa9\xc5\x81\x4f\x3f\x27\x87\x1e\xc8\x35\xd5\xd0\xf8\x19\x26\x34\x47\x5b\x48\x98\x0a\x6d\xfb\xf8\x88\x04\xb5\x22\x4d\xc7\xed\xfe\x57\x6f\x38\xea\x9c\x9f\x74\x1d\xf0\xc0\x99\x53\xc6\x48\xb0\x87\x2a\x17\x57\x9e\x7b\x10\x60\x4d\xe0\xc7\x7f\xa8\xa7\x45\x9a\x68\x92\xb7\x49\xc4\xb0\xd2\xf6\x1d\xe9\x8a\x6c\xce\xd5\xcc\x53\xcf\x3d\xf0\xb1\xde\x86\x96\xe5\x40\x98\x22\x65\xf4\x6c\xd5\x95\x13\x35\x79\x3f\xee\x72\x71\x65\x5f\xdb\x57\xd3\xcf\xc0\x33\xa2\xc1\x09\xc0\x03\x83\x02\x08\x5c\x03\xe4\x94\x77\x0b\xf3\x00\x64\x32\xc8\x00\x49\xa6\x31\xc3\x92\x2d\xcd\xf2\xa9\x86\x40\x10\x65\xf7\xd2\x2e\xf9\x8a\xea\x19\xe5\xd0\x3c\x6a\xa8\x0a\xed\x07\x0e\xa0\xa9\x36\x4f\x77\xab\x9c\x5c\x47\x42\x6a\x5b\x31\x74\x86\xa7\xa3\xf6\x45\xcf\x7b\x96\x79\x1c\x4b\xa6\x3c\xf7\x20\x5d\x6d\x55\x01\xe9\xc0\x17\xd0\x12\x9c\x43\x07\x9c\xdf\xb9\xb9\xf2\x63\x6d\x0d\xca\x73\xcc\x8e\x1d\xa5\xcf\xcd\x33\x03\xf4\x05\x66\x04\x07\x80\x7c\x40\xcd\xa7\xb9\xf5\xbb\xae\x4d\x87\x9a\x48\x89\x27\x42\x86\x59\x29\x79\x10\x09\x3b\xfe\x72\x5c\xf7\xc6\x08\x55\xaf\x9b\x9a\xb8\x6e\xaa\xe9\xdb\xac\x1a\xdb\xfd\xb7\x03\xcf\x41\xc8\xc7\x3e\x91\xba\xa2\x5e\xda\x4c\xbc\xed\x64\x1b\xa1\xdd\x70\x29\xd0\x9c\x2c\x77\xc0\xcc\xc9\xd2\x9e\x67\x5c\x09\xe9\xae\xbf\xe6\x77\xb8\x33\x23\xfe\xdc\xec\x50\xcc\x67\x04\x33\x3d\x5b\xc2\x81\x9a\x89\x98\x05\x30\x36\xb1\xc3\xc7\xd6\xb7\x8d\xef\xd3\x64\xa7\x65\xcc\x4d\xa4\xc9\x2a\x2a\xc5\x5d\x7a\xee\xc1\x81\x01\xf5\x35\x5b\xeb\x07\x12\xb2\xe0\x1a\x35\xc0\x51\x7a\x02\x4c\xe9\x40\xc4\x1a\xbe\x80\x7d\xb7\xea\x50\xb5\xe1\xef\xac\xef\xba\xeb\x4e\xcb\x79\x0a\x5f\xbe\xd8\x99\x45\xd9\x03\x3f\x83\xe3\xae\x04\xd8\x1b\x22\xfa\x24\x34\xe5\x8a\x60\x01\xf4\x4e\x0c\x01\xa5\x93\x83\x5a\x34\x5f\xae\xf4\x4e\xb2\x6b\x09\x49\x38\x26\xd2\x1e\x36\x4a\xd7\x51\x21\x62\xc6\xcc\x0e\xad\x99\x35\xb7\x0b\xfd\x30\x11\xbb\x77\xe2\x54\x86\x89\x02\x5f\x99\x08\x9d\xc0\x5b\xfe\xdb\x42\x80\x59\x20\xc2\x41\x60\x32\x0a\x27\x57\x29\x81\x07\x5b\x29\x1b\xd0\xdc\x1a\x10\xb2\x1d\x83\xf5\xb1\x82\x73\x55\xf4\xa1\x65\x69\x1e\xc1\xff\x37\x79\x23\xc9\x66\x26\x1c\x98\x5d\x56\x1a\xeb\x6c\x20\x0b\x17\x85\x44\xee\xe4\x83\xd5\x78\x1e\xa1\x4c\xcc\x75\x56\x6a\xcc\x6a\x31\x19\xc1\x01\x0a\xc1\x14\x01\x48\xa4\x25\xc0\x34\xfd\x1b\xc0\xb6\xee\x7d\x63\x34\x07\x76\x0b\xab\x02\xc8\x68\x30\x6c\x0f\xbb\x9e\xb5\x0a\x93\x3c\xb7\xcd\x44\x9e\x6e\xd9\x3e\x13\x9a\xee\x42\x77\xdb\x39\xa4\xec\xd1\x88\x44\xab\xed\x28\x62\x4b\xf0\x67\x98\x4f\xf3\x29\x21\xa9\x64\xcc\x96\x06\x98\x84\x82\x23\x49\x98\xc0\xc1\x2e\x03\x49\x22\x79\xcc\xa9\x86\x83\x25\x51\x87\xab\xb0\x4d\xb5\x22\x6c\x92\xb5\xd5\x0d\xf1\x55\xfc\xb7\xda\x7d\x9c\x2f\xb3\x56\x8a\x5e\x4d\x37\xeb\x32\x66\x44\x21\x85\x17\xe4\x6f\xa9\x04\x7f\x98\x50\xa6\x73\x56\xdd\xea\x9d\x5d\x5c\x0e\xe1\xa4\x7f\x7e\x01\x1f\x1b\xad\xc6\xa7\xec\xb3\x37\xe7\xfd\x0f\xed\xfe\x09\xb4\x3b\x9d\xee\xc5\xb0\xfc\xfc\xfc\x72\x68\x90\xb7\x3c\x46\x6d\x48\x88\x23\x0a\x4c\x00\xfa\x33\x05\xac\x04\x89\x40\xfb\x11\x20\x14\xd8\x04\x76\x74\x54\x09\xfe\x08\x2e\x15\x81\x66\x3a\x10\xa9\xbf\x34\xbe\x6a\x4f\x58\x52\x05\xdd\xbf\x62\xca\x69\x72\x94\x8b\xad\x8f\x34\xa6\xb5\x3f\x74\x7a\x27\xfd\x7c\x35\xd5\xd3\xeb\xa3\x9d\x3e\x13\x8a\x04\x10\x0a\x49\x40\xd3\xe9\x4c\xb3\x25\x2c\x28\x86\x8e\x7d\x1b\x7f\x98\x1e\x04\xb5\x5b\x03\x58\x12\x20\x58\x2d\x4d\x7d\x17\x47\xc6\xd1\x6a\x95\xeb\x51\x59\x31\x0b\xab\x6b\xfe\xf4\xcf\x3d\xda\xd8\x85\x6d\x92\xe4\x37\xa1\xbf\x6c\x7c\x1b\x7a\xf3\x5e\x5b\xf9\xe2\xf8\xf8\xd9\x37\xf0\x6b\x36\x8e\x9e\x7f\x8b\xbc\x06\xff\xc5\x1e\xfc\xd0\x78\x0f\xd7\x12\xfb\x73\x53\x41\x68\x1b\x74\xa1\xdf\x3d\x6d\x0f\xbb\x27\x87\xdd\xc1\xb0\xfd\xfa\xb4\x37\xf8\xb5\x7b\x52\x49\xa7\x73\xfe\xfe\x7d\x6f\xb8\xcd\xaf\x5f\xfc\x9f\x76\xec\xea\xa7\xff\xdb\x6e\xfd\x77\xee\xc4\x57\x1d\xfa\xda\xbd\x37\x3f\xdd\x73\x6f\x76\xf5\xb9\x99\x1b\x92\xe0\x40\x70\xb6\x4c\xe7\x25\xa3\x44\xb0\x51\x7a\x16\xcc\x71\x0f\xd2\x39\x0a\xe5\x13\x61\x6a\xa4\x27\x37\x37\xb5\x8e\x85\x39\xb1\x20\xb7\xb7\x4f\x9e\x66\x0b\x54\xd3\x29\xfd\xf2\x4b\xf7\xfc\x0d\xbc\xda\x7d\x4a\x22\x83\x83\x23\xfa\x1b\x91\xa6\xaf\xdc\x9c\xd1\x4c\x8f\xec\xcf\x5f\xda\x77\x20\x8b\xe6\x98\x68\x9c\x9d\x43\xcf\x29\x0f\x5a\x90\x9e\xbc\xec\xa4\xfa\xb5\x27\x55\xb2\xc2\x64\x04\x6d\x81\x29\xfb\xab\x56\x99\xab\xfd\xbb\xe7\x6f\xca\x33\x89\xec\x2f\x1c\xee\x39\x1b\xfc\x96\xcd\x32\x95\xcf\x47\x70\x1f\x01\xe2\x04\x9e\xc1\xa7\xaa\xd2\x65\xd5\x45\x5e\x2a\x3c\x25\x2d\x70\x1b\xf0\xcb\x67\xc1\xc9\x2b\xf8\x45\x12\x5f\xc8\xe0\x15\xfc\x12\xe2\xeb\x11\xd6\x9a\x84\x91\x56\xaf\x9c\x22\xb6\x29\xbb\x9b\xdb\xaa\x0f\x43\xca\x73\x9b\x39\x7b\x31\x54\x3d\xf7\x28\x5b\x1e\x66\x18\x78\xee\xb3\x52\x87\xfb\xc6\xec\x8d\x9d\x70\xc4\xda\xfe\xe4\x81\xe3\x90\x24\xf3\x74\x65\xdb\x35\xd7\xf0\xc9\x4a\x96\x01\xf0\x9c\x9c\x79\x89\x98\x6b\x22\x73\x3d\x75\xf2\xdb\x16\xa3\xa9\xf4\x29\x20\xa6\xc1\xcd\x4a\x65\x75\x17\x88\xc2\xda\x45\x6c\x7a\xfb\x80\x4e\xe1\x47\x35\x33\x91\xe2\x47\x9d\xfc\x5e\xd0\x3b\x02\x27\x91\x09\x78\x6e\x84\x90\x68\x40\x7b\xee\xff\x2b\xdc\x4c\xb7\x4a\x5a\xf7\xfa\x0b\x1a\xf0\xf8\x31\x38\xae\x88\xb5\x03\x0f\x3d\x70\x9c\x6d\x9b\x57\x5c\xac\x41\xa9\x00\x19\x4b\x82\xe7\x85\xfb\xb9\x8d\xda\xc8\x90\x72\xdd\xc3\x34\xd9\x98\x33\x51\xd8\x8a\x98\x07\xd5\x1b\x02\x55\xd3\x8d\x0c\x25\xa3\xc4\x74\xd4\x64\x8a\xd3\xc4\xac\x7c\x11\x10\xab\x93\x16\x58\xa1\xf6\x2d\x20\xfd\x71\x51\xe1\xee\x6a\xcb\xdd\x83\x83\xf4\xeb\x8f\xcd\xa7\xd9\x4d\xc9\xbd\xeb\xdf\xa8\x21\xb3\x32\x07\xbc\x5d\xfa\x48\x96\xd0\xb1\x3d\xb4\x6d\x98\x93\x5f\x83\xed\x37\x53\xd8\xeb\x40\x06\x8d\x2b\xa0\x1c\xb2\xf2\x54\xd8\x62\x22\xc3\x85\x60\xcc\x38\x8a\xcb\x53\x8e\x89\xbb\xd5\x2c\xe7\x5a\xad\x56\x64\x5e\xe5\x0e\xe6\x9f\x98\x27\x87\xff\x0a\xb7\xbf\xda\x53\x60\x8f\xb7\xfc\xcb\x71\xb9\x72\xc0\x49\xe5\x75\x6a\x2b\xf7\xc1\x45\xef\x81\x6d\x1e\x04\xdf\xe8\x45\x1b\x25\x9e\x0a\x31\x57\x30\x15\x22\x78\x58\xd4\x57\x46\x3f\x85\xfe\x34\xfb\xaf\xca\xdb\xa0\xca\x60\x21\xe3\x49\x1a\xf0\x02\x53\x66\xea\x2e\x58\x92\x92\xb1\xc3\x56\xfb\x86\xbb\xd8\x38\x94\xed\x1c\x12\x85\x3d\x04\x57\xcc\xb7\x6a\x25\x1d\xba\x65\xcd\x08\x02\x1a\xf0\x27\x1a\xc6\xc4\x17\x21\xc9\x48\x9d\x76\x95\x26\x40\x63\xc6\xc4\x15\x09\xc0\xec\x70\xd5\x4a\x4a\x46\x5f\x52\x4f\x41\xd8\x2a\x39\xa8\xca\x30\x17\xdc\x30\xcd\xba\x5c\x96\x6f\x32\x1c\x2a\xd7\x58\x49\x3a\xaf\x27\x9d\x74\xed\x4f\x25\xee\xf8\xce\xe0\x9e\x6f\xe0\x6e\x72\x2b\x75\x18\x5d\x90\xd5\x11\x1e\x27\x39\x99\x73\x58\x80\x10\x53\x24\x22\xad\x9c\x56\x01\x17\xc0\x09\xf1\x35\x52\xf4\xb3\xc1\x74\x9a\x8d\x46\xe8\x1c\x56\x41\x98\x05\x18\x88\x67\x79\xf5\x67\xdf\xa9\xdf\x3e\x88\xb0\x52\x57\xc9\xff\xe2\x41\x11\x69\x17\x91\xfd\x4d\x93\x85\x55\x6a\x36\x5a\x9d\xe4\x25\xc1\x68\x4e\x96\xaa\x05\xee\x8d\xb9\x6d\xbe\xdf\x3e\xf8\x9f\x00\x00\x00\xff\xff\xbb\x44\x10\xea\x2d\x42\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf": &vfsgen۰CompressedFileInfo{ + name: "controllers.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 3594, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x57\x5d\x6f\xdb\x36\x17\xbe\xd7\xaf\x38\xaf\x9a\x00\x31\x20\xcb\x49\xdb\xb7\x28\x02\x18\x45\xd1\x16\xd8\x2e\xd6\x15\xfd\xc0\x2e\x82\x80\x60\xa8\x63\x8b\x0d\x45\x6a\x3c\x54\x1c\x2f\xf0\x7f\x1f\x0e\x29\xc5\x72\xec\x24\xd8\xd6\x2b\x97\x7c\xce\xf7\x73\x1e\x31\x1e\xc9\x75\x5e\x21\xe4\x0d\x06\x69\x44\x85\x37\x5a\x61\x0e\xb9\x72\x36\x78\x67\x0c\x7a\xca\xe1\x2e\x03\x50\xae\xb3\x01\x46\xff\xe6\x70\x23\x7d\xb9\xc5\x89\x88\xc8\x00\x6a\x47\xc1\xca\x06\x47\xc8\xfc\xe8\x2e\x82\x4d\x47\x01\xbd\xe0\xdb\xcd\x74\x6b\x3a\x3d\xba\x8b\xc6\xa5\xb6\x15\xde\x6e\xf2\x0c\xa0\x35\xd2\xc2\x93\xe1\xc2\xba\xc5\x0c\x60\x21\x95\x36\x3a\x68\xa4\x7b\xe0\x05\x23\xfb\xf3\xf5\x65\x06\xe0\x5a\xf4\x32\x68\xbb\x14\xb4\xa6\x80\x4d\xef\x4c\xb7\xb7\x28\x48\x79\xdd\x06\xd1\x79\x03\xff\x9b\x43\x9e\xc3\x3b\xc8\x55\x47\xc1\x35\x82\xef\x73\x38\x87\x85\xf3\x8d\x0c\x27\xf9\xc2\xc8\xa0\xa4\x17\xc7\x94\x17\xd1\x81\x23\xa1\x6a\x69\x2d\x9a\x49\x06\x70\xa5\x8d\xe1\x18\x6a\xad\x0c\xf6\x75\xd7\xae\xf3\x66\x1d\x0b\xf2\xee\x27\xaa\x20\x74\xb5\x53\xd0\xf6\x38\x03\xe8\x08\xbd\xa8\x64\x90\xbb\x45\x3f\x96\x27\x23\x4b\x15\x84\x72\x76\xa1\x97\xa3\xde\x4c\xb5\xa5\x20\x8d\x99\xea\xa5\xd5\x41\x3b\x4b\x17\xa3\xfe\x5e\x96\x1e\x6d\x85\x1e\x2b\x38\x7f\xca\xc7\xd3\xb6\x59\x06\xf0\x02\x7e\x5d\x80\x75\x01\x5a\x8f\x84\x36\x80\xb6\x10\x6a\x84\x46\xb6\x05\xe8\xc0\xf5\x10\xa4\xd1\x33\xc0\xdf\x48\x76\x28\x74\x45\xa2\xc2\x85\xec\x4c\xd8\x94\x4c\x18\xe9\xab\x95\xf4\x28\x76\x41\x30\x07\xe3\xdc\x75\xd7\x9e\x64\xdc\x8b\x03\x5e\x8a\x78\x31\x8c\x67\x94\xfb\xf1\x4d\x5e\xc0\x28\xed\x49\xf1\x98\x8b\x21\x11\x06\x4c\xb8\xa6\x87\xcd\x3e\x38\x82\x0c\x40\x9a\x95\x5c\x93\x68\x6f\x71\x18\xd5\x42\x1a\x62\x46\x06\xb9\xa4\x7d\xe6\xf2\x29\xfb\x37\x7a\x81\x89\x21\x77\x31\x27\xbd\xb4\xce\x63\xe4\xd1\x12\x89\xd9\x9b\x25\xb3\xd9\x0c\xfe\xd0\xa1\x06\x8b\x2b\xf4\xf0\xe9\xcf\x4e\x5b\x7d\x0b\xbf\xf1\x9a\x32\x99\x6e\x74\x85\xbe\x80\x68\xa7\xed\x32\x72\x27\x52\x47\xc9\xd8\x76\x8f\x53\xe5\x31\xd6\x09\x6e\x11\xc7\x92\x96\xbb\xd8\xfa\x5f\xd5\x5a\xd5\xb0\x42\x58\x49\x1b\x20\x38\x20\x6d\x30\xfd\x92\x37\x4e\x57\x50\x21\x05\xef\xd6\xec\x7f\xdb\x5d\xb0\xae\x42\x02\x69\x2b\x30\x8e\xe2\x5d\xda\xeb\x44\xa6\xde\xfd\x3d\x97\x47\xf1\xde\x13\x07\xab\x5c\xe4\x0c\x75\x6d\xeb\x7c\x00\x8f\xad\x91\xea\x70\x88\x90\xe8\xe4\x1a\xb4\xa1\xe8\x5b\x05\x43\xab\x82\x1b\x59\x6c\x83\x34\x52\xd5\xda\x22\xb0\x3e\x14\x40\x6e\xdb\x22\x1d\xa0\x72\x48\x31\x7a\xec\xd2\x28\xb6\x34\xe6\x1f\x97\xc8\x1a\x95\xaa\x63\x91\xd9\xa4\x8d\xf8\x5e\x6b\x82\x95\x5c\x73\x7a\xb5\xb4\x95\xe1\xbe\xb7\xbc\x34\x56\xb1\x48\xad\x24\x81\xb6\xd4\x6a\xde\xbf\xb8\x2f\x9a\xce\xa3\x65\x1d\x42\x4b\xe7\xb3\x59\xa5\x49\x75\x44\x65\x2d\xa9\xd6\xca\xf9\xb6\x54\xae\x99\x85\x59\xd0\x2d\x4d\x6b\xb7\x0a\x6e\xaa\x9b\xd6\x20\x37\x65\xda\xb8\xaa\x33\x38\x4d\x21\x68\xea\xec\x14\x9b\xce\xc4\xb1\xcf\x5e\xbe\x3a\xfd\xff\xec\x65\x06\x7d\x02\x24\x9c\x1d\xd4\x31\xd6\x27\xd2\xb9\x70\xf6\x32\xdb\x64\x59\x64\x4f\x7e\xaf\x05\x3b\x1f\x81\x7d\x45\x19\x7f\x15\x1e\xfd\x14\xf0\x11\x46\x40\xc0\xa6\x35\x32\xe0\x42\x1b\x3c\xc9\x8f\xee\x5a\x19\xea\x32\x25\xbf\x99\x29\x33\xdb\x0f\x55\xae\x65\x63\xca\xd0\xb4\x26\x2f\xfa\x5d\xd9\xea\xed\xde\x7a\x6d\xaf\x06\xe4\x0d\x7a\x62\xf2\x1f\x40\xf6\x57\x49\x3d\x7a\x51\x37\xda\x76\xb7\xc2\x61\xd3\x2b\x77\x2b\xd5\x35\x86\x3c\x62\x88\x6a\x71\x8d\x6b\x7a\xf0\x41\xfa\x49\xce\xa2\x55\xae\xc2\x13\x76\x3c\xa0\x26\xd1\xa6\x75\x14\xfa\x4a\xc4\xd0\x34\x98\xff\x07\xbd\x05\xd8\x4c\x9e\x1f\xd3\xa1\xf1\x3c\xf5\xb1\xe6\xa1\xb0\x80\xee\x96\xfc\x6f\xe6\x76\x78\x5e\xd2\xab\x7a\xdb\x78\xfe\x5f\xbc\x79\x01\x1f\xa4\xe5\x3d\xe4\x2d\x64\x39\xd4\x6a\x77\x4d\x9c\x1d\xad\x23\x81\xf3\xac\x04\xda\xc3\xc7\xcf\xdf\xc0\xa3\x72\xbe\xa2\xe8\x08\x83\xaa\xc4\xce\x6b\x23\x8d\x8f\xcf\xf7\x5f\x15\x3d\xbe\x72\x8d\xd4\x16\x9e\x7b\xa0\xec\xfb\x28\x13\xac\xb2\x24\xfe\x72\x16\xc7\x3e\xb9\x34\x11\xe4\x52\x50\xb7\x58\xe8\xdb\xdd\x9a\x61\x3e\x87\x5c\xfa\xe6\xcd\xeb\xf8\xbe\x98\xf6\x3f\xcf\x21\x7f\xe8\xc1\xb5\x71\x7c\x3b\x74\x3d\xe0\xe1\xd3\xf7\x0f\x1f\xc5\x8f\xcf\xdf\x7e\x7c\xf9\xf2\xfb\xd7\xef\x9f\x3e\x8a\xf7\x5f\x3f\xfc\x32\x7f\xe8\xf6\x45\x74\x7c\x3a\x1f\x94\xa5\x2f\x2f\x16\x76\x5a\xe2\xad\x64\x19\x61\x75\x29\xf8\xe4\xec\x20\xee\x6c\x07\x57\x96\xe5\x36\x61\xcd\x5c\x93\x46\x0c\xda\x38\x87\x9f\x4e\xdb\x93\xbc\xc8\x0b\xb8\x58\x38\x0f\x9a\x05\xce\xb3\x5a\x9f\x1c\xa2\xdf\x64\xf4\xb6\x62\x87\xc7\xd5\x7d\x06\xc7\x34\x4d\x27\xe5\x31\x9d\xbf\x7c\xf5\xf6\x34\x2f\x40\xa7\x47\xd7\x78\x46\xf7\x87\xc3\x44\x26\x97\x69\xfb\xae\xbb\x2b\x4c\xfb\xd1\xb7\x11\xad\xbc\x32\x28\x82\x21\x71\xe5\x5c\xa0\xe0\x65\x0b\xef\x80\xc7\x6a\xc3\xc9\xd9\x69\xf1\x34\xd3\x57\xce\x5f\xa3\x27\x66\xfc\xbd\xf9\x74\x1b\xe4\x00\xf7\x01\x82\xbb\x46\x3b\xbc\xf7\xe6\xdc\x87\xca\x35\x82\x82\xd7\x76\x59\xde\x7b\x11\x03\xec\xe2\x94\x97\x9d\x3a\x13\x76\xec\x09\x95\xc7\xf0\xac\x7d\x82\xed\xf9\x50\x52\x28\xf4\x61\xa0\x79\x2a\x27\x1a\x73\xf2\x65\x7f\xdd\x83\xf9\x61\x84\x7e\xbb\x13\xc3\x30\x8e\xee\x8c\x53\xd2\x94\xb2\xd5\x22\x61\x36\xe7\x6f\x5e\xbf\x7e\x95\x48\xb6\x99\xf0\x1c\x47\x8d\x7c\x18\x64\xdb\xa6\xd8\x31\x83\x61\xf2\xb8\xaa\x3e\x27\xab\xd7\x6f\x49\xf0\xb0\x39\x0f\xad\x50\xe8\x36\x19\x29\x5d\x79\xfe\xc3\x23\x99\xf4\x97\x7c\x58\xc0\xd9\x69\x32\x1d\x88\x93\xb6\x7f\x77\x4f\x0f\xde\x25\xab\x07\xa4\x1d\x7f\x4a\x0e\xe8\x29\xc0\x40\xc5\x87\x65\x8d\x69\xba\x93\xcf\xae\x7a\xcd\xf7\x48\x9e\x16\xee\x10\x7f\x9f\xe0\x76\xfa\x5c\x00\x90\xd5\x6d\x8b\x81\x0e\x64\x6c\x94\x18\x6e\xb3\x4d\xf6\x77\x00\x00\x00\xff\xff\x81\xfe\xd3\x83\x0a\x0e\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 1439, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x61\xf7\x50\x28\xd8\xa7\x5e\x7b\xeb\xb9\xaf\x60\x26\xa3\x49\x22\x32\xd6\x08\x69\xe4\x12\xca\xbe\x7b\x71\x1c\x12\xdb\x49\xb6\x62\x6f\x86\xf9\xbf\x4f\x3f\x1a\x4b\x8b\xc5\x62\xf0\x76\x2a\x3b\x26\x0d\x7b\x7f\x68\xd1\x0d\x3e\xbc\xc1\xdf\x06\x60\x44\x29\x0c\x3f\x61\x50\x57\x84\xbb\x9d\xaa\x4d\xc1\x6e\x9b\x6e\x3e\x9a\xe6\xd1\x54\xed\x98\x3e\x85\x6d\x69\x21\xec\x89\x93\x7d\xae\xb8\x86\x96\x1c\x46\x9f\x39\x8d\x9c\xd6\xa4\x28\xa1\x74\x18\x7d\x3f\x4f\x27\xe4\x7d\x9e\xe6\xee\x8c\x83\x00\x69\x30\x0e\x06\x7b\x4d\x80\x22\xe0\x38\x8a\x9e\xd9\x01\x1d\x31\x59\xee\x6e\x27\x44\x75\x2d\x1d\x99\x4e\x51\x7d\x30\x4e\xfd\x6c\xf9\xbc\xe9\x0b\x68\x7b\x6f\xed\xad\x7e\x95\xf5\x29\xb2\x75\xa6\xc0\xc6\xb9\xda\xb7\x8a\x6f\x5d\xc2\x56\x2d\xba\x67\xd7\x7b\x15\x4f\x5a\x25\x59\x45\x1f\x1d\xed\x51\xb3\xb5\x31\xa9\x31\x99\xd7\xf0\xd4\x79\xd9\x7b\xbf\xf7\x72\xd3\x4d\x54\x7f\xa7\xba\xeb\xde\x97\x7e\xd1\x93\x0e\x6a\x7e\xe4\xaa\x9e\x0f\xf1\xa5\x2b\x22\x9d\xd8\x5a\xa2\xe1\x7f\xfd\xee\xc9\x67\x9d\xa6\xd3\xb2\x25\x8c\x6d\x66\x4a\x6c\x75\x0b\x7d\x45\x2d\xcd\x41\x1d\xb7\x97\x1e\xad\x0b\x75\xda\xa7\xc8\xfc\xa4\x7e\x95\x61\x38\xc3\xd5\x5d\x32\x3b\x30\x05\x4a\x8c\xc6\xd3\x93\xe2\xe0\x38\x90\xe7\x0c\x1a\xe4\xdc\xbc\xc3\x6f\x35\x38\x14\x4c\x18\x8c\xa7\xf0\x11\x0d\xfe\x68\xf8\x66\xd3\xbb\x0b\x07\xbe\xd5\x74\x3c\x7a\xe2\xde\xbb\x6d\x37\x36\x94\x7e\x9e\x5e\x2e\x2e\xa9\x08\xa7\xdc\x7d\xef\xbc\x5b\xfd\x35\xf7\x59\x1f\xcb\x4e\x3c\xf5\x3e\x8e\x3f\xaa\x6d\x48\xc4\x79\x85\xbe\xb4\x27\x3f\xa2\xf1\xd7\xf4\x0b\xb6\xf9\x68\xfe\x05\x00\x00\xff\xff\x70\x47\x62\x70\x9f\x05\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf": &vfsgen۰CompressedFileInfo{ + name: "packet-ccm.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 241, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\x41\x6a\xc4\x30\x0c\x45\xf7\x3e\xc5\x47\xcc\xa2\x85\x4e\x72\x82\x9c\xc5\xa8\x8a\x4a\xd2\xd8\xb1\xb1\xe5\x42\x08\xbe\x7b\x49\x28\x0c\x74\x27\xfe\xe3\x89\x57\xb4\xa6\x56\x44\x41\x21\x09\x07\xff\xb5\x06\x25\x50\x66\xd9\xd4\x9e\x22\x91\x70\x3a\xe0\x9a\x77\x8e\x8a\x09\xf4\x38\x7f\xb8\x0c\x5c\xab\x9a\x9f\xd7\xd2\x47\x59\xb8\x58\x1d\xb7\xf6\xa9\xcf\x7a\x54\xd3\x38\xbe\xfc\xe1\xe0\x18\xc8\x01\x92\x76\xd3\xdd\x30\xc1\x34\xe6\xc0\xa6\xd7\xd3\x37\x7a\x9c\x99\x6d\x19\x62\x9a\x5b\xd0\xfe\xdf\x1c\x2c\xe6\x40\x1f\x77\x04\xc0\x79\xf5\x9b\x1e\xd7\x39\xe1\xae\x68\xb6\x78\x4b\x9b\xee\x37\xcf\x25\x7d\xab\x98\x5f\xe7\x3f\xfe\x1a\x1c\xd0\xdf\x5d\x77\xbf\x01\x00\x00\xff\xff\xef\xca\x2e\xdb\xf1\x00\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl": &vfsgen۰FileInfo{ + name: "packet-ccm.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + content: []byte("\x61\x70\x69\x4b\x65\x79\x3a\x20\x24\x7b\x61\x70\x69\x5f\x6b\x65\x79\x7d\x0a\x70\x72\x6f\x6a\x65\x63\x74\x49\x44\x3a\x20\x24\x7b\x70\x72\x6f\x6a\x65\x63\x74\x5f\x69\x64\x7d\x0a"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf": &vfsgen۰CompressedFileInfo{ + name: "ssh.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 4185, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4d\x8f\xdb\x36\x13\xbe\xfb\x57\x0c\x94\x17\xc1\xdb\x20\x94\xbc\xdb\x26\x29\x52\xec\x31\x40\x0f\x6d\x03\x34\x29\x7a\x58\x2c\x04\x9a\x1c\x5b\xac\x29\x52\x98\x19\x79\xd7\x68\xf6\xbf\x17\xa4\x6c\xaf\xed\xd8\x6b\xa3\x70\x0f\x05\x7a\x12\x44\x3e\xf3\xc9\xf9\x78\x5e\xc0\x27\x34\x3d\x21\x98\xd8\x2d\x01\xc5\x58\xf8\xfc\xd3\x27\xd0\xcc\x28\x0c\x12\xc1\xc4\x20\x14\xbd\x47\xe2\x72\x44\xc8\xb1\x27\x83\x50\x84\xde\xfb\x7a\xfd\x5b\x40\x91\xc4\xd5\x13\x56\x31\x1a\x42\xe1\x02\xfe\x1c\x01\x98\xd8\x07\x81\x1b\x58\x68\x2a\x9f\x30\x75\x3e\x1e\xe5\xfb\x10\xd0\x88\x8b\x21\xc3\x01\x64\xd9\x61\xfa\xde\x40\xc1\xdc\x14\xf9\xac\x89\x2c\xc3\x59\x8b\xa2\x7d\x6d\x71\xe1\x0c\x6e\xe9\xe3\xdb\xac\xb0\x74\xc1\xe2\xc3\x5d\xa9\x8d\x41\xe6\xba\xeb\x27\xde\x99\xda\x75\x8b\xef\xb2\x9a\x9e\x91\x56\xaa\x4d\x24\x1c\x74\x8b\x6b\x31\xf6\xc9\xc5\xe2\xed\xb8\x4d\x67\x8f\xc9\xaf\x8e\xe2\xc2\xb1\x8b\x01\x09\x8a\xa9\xf3\x58\xac\xfc\x4b\x46\x31\x64\x77\x92\x3f\xd1\xf6\x1e\xcb\x49\x8c\x32\xef\x27\x58\xa6\x2c\xd6\x46\xd7\x06\x49\x32\xdc\x22\x8b\x0b\x3a\x07\x78\x03\xc5\xff\x7e\xfc\xf8\xf3\x87\x2a\xa1\x94\xf1\x0e\x83\x28\xa3\x4b\x43\x72\x19\xbb\x59\xe3\xf9\xb6\x2f\x6d\x78\x8e\xcb\xf3\xec\xce\x71\x79\x11\xbb\x8c\xb4\x48\xc5\x74\x3a\xe0\x01\x79\xb1\x80\x57\x86\x4f\x07\xbc\xb2\x7b\xa9\x80\x3b\x3c\x2f\xdc\x84\xbb\x58\xb0\xd9\xe8\xe9\x50\xb3\xcd\xa3\x81\x12\xb6\x51\x50\xe1\x03\x9a\xb5\x69\x17\xbc\x0b\x08\x37\x70\x9b\x7f\x01\x0a\x46\x01\x85\xc5\xeb\xcd\x7f\x6f\x23\xf0\x92\x05\x5b\x23\x1e\x58\x62\x97\xe7\xd4\x06\xf1\x02\x7e\x63\x17\x66\x50\xa4\xd3\xaa\x2c\xd2\x28\x73\xc8\x20\x0d\x66\x60\x05\xd3\xe8\x2d\x12\x50\x9a\x74\xec\x16\xe8\x97\xe0\x02\xe8\x00\xce\x62\xdb\xc5\x14\xfb\x46\xd7\xbd\x5e\x96\xf0\x09\x11\x1a\x91\x8e\xdf\x57\x55\x1f\xdc\x43\xc9\xa2\xcd\x1c\x1f\x4c\xa3\xc3\x2c\xcd\x9c\xb6\xd2\xd5\xf5\xf5\xf7\x6f\xbf\x7d\x07\xd3\x48\x60\x51\xb4\xf3\x5c\xae\x7d\xbe\x05\x65\x21\x65\xa4\x62\xf6\x39\x33\x70\x07\x2f\x5f\x42\x8e\xc5\x74\xa0\x7e\xdd\xbd\xad\xca\xdd\xff\x32\x7a\xbb\xc1\x53\x0b\x8a\xa6\xbb\x80\xbd\xf4\xb4\x73\xeb\x08\x54\xb7\xa7\xf5\x10\x72\x01\x5b\x4d\xf8\x6a\x4f\x60\x0f\x6c\x0e\x29\xdc\x9d\x59\x07\x00\xd5\x50\xef\xeb\xa1\x76\xd8\xfe\x53\x2f\x1e\xd7\x70\x5a\x7c\x8e\xcb\x67\xc4\x53\x1d\x5e\x24\xa0\x54\xd5\xcf\x87\xb3\xee\xb5\x63\xd2\xa7\x44\x8f\x04\xb2\x69\xa7\xbd\x30\x9a\x78\x1f\x52\x11\x25\xd0\xfb\x5c\x5e\xcf\x55\x87\x69\xda\x68\x13\xfc\xcd\x78\x7c\x04\x98\x7a\x08\x81\xc5\x4e\xfa\x69\xda\xfa\xd6\xb1\x9e\x78\xcc\x3d\x34\xe9\xa7\x53\x24\xb8\x6f\x9c\x47\xe8\xc8\x05\x49\xdd\xe6\xe3\x2c\xf3\x83\x56\xcf\x11\x38\x31\x08\x5c\x20\x2d\xa5\x49\x97\x8e\x41\x48\x07\x6e\x9d\x08\x5a\x98\x68\x33\x07\x89\x1b\x5b\x9f\x91\x48\x4f\x23\xb5\x30\xc1\x69\x24\x84\x7b\x04\x42\xe9\x29\x00\x12\x45\x2a\xe1\x77\x04\x6e\x62\xef\x2d\x4c\x10\x06\x4f\x22\xa4\xf1\xb1\x40\x70\x02\x31\x18\xdc\x68\x5b\x37\xea\xcc\x49\xd3\x4f\x72\x73\x36\x9a\x1b\x67\x22\x75\x95\xac\x4d\x55\x8e\xb9\x47\xae\xae\xdf\x5d\x5d\x5f\x25\x07\x13\x79\xf1\x0b\xb4\xe5\xd1\x41\xa3\x49\x06\x46\xf4\xe5\x0b\xfc\x7f\x95\x1b\xe5\xc6\xa0\xe2\x18\x14\x8e\x87\xee\xfc\x23\xf6\x14\xb4\x4f\x12\xaa\x1f\xe0\x4a\x85\xa8\x3a\x3d\x43\xfa\x01\xf0\xc1\x09\x5c\x7d\xb3\x4a\xf4\xdd\x7a\x2c\x0a\xb9\xd9\x0c\x89\xe1\x66\x35\x07\xb7\x39\xc3\xb9\xb4\x62\x7f\xfd\x9d\xbb\x21\x77\xb7\xc8\x79\x8b\xe6\x71\xf4\x38\x1a\xed\x92\xc5\x35\x78\x8b\x2c\x7e\xfc\xe5\xc3\x16\x61\x3c\xc9\x17\x07\x41\x65\x1d\x0d\xeb\xc0\x62\x87\xc1\x72\x9d\xd7\xca\xb0\x10\xf6\x1c\x1b\xd2\xb8\xa3\xac\x3c\x42\x3d\x07\xa8\x8f\x46\xfb\x3a\x2d\xbb\xd2\x68\xef\x4c\xac\x13\x8f\xac\x3b\x8a\x32\x30\xce\x63\x30\x43\xf6\x6b\x15\x5d\xda\x02\xa2\x8c\x69\xd3\xd5\xdd\x25\xb9\xeb\xf8\x6f\x33\xd6\xab\x37\x67\x30\xd6\xd5\x3b\xac\x4a\x2b\x11\xf1\x9c\xfc\xda\x3a\x3a\xbe\xd2\x87\xf7\x29\x9e\x9e\x7f\xe8\x89\xcd\xc3\x4b\x84\x0e\x29\x37\x72\x0c\xa8\x92\x4f\xc0\xe8\xa7\x2a\xc5\x8b\x16\x8c\xef\x59\x90\xb2\x00\x0b\xe9\xae\x73\x61\xf6\x5c\x55\xac\x35\xab\x6c\xe8\x1f\x2b\x8a\x03\xd0\xa7\x52\xfc\x37\xbc\xec\x79\x44\x6a\xb5\x65\xb6\xdf\x12\xaa\xd8\x49\xb5\x4e\x5c\xb5\x35\xff\x3f\x37\x8e\xd3\x58\x0c\x88\x16\xed\x6b\xd0\x03\x81\xda\x7d\x11\x60\x43\xae\x13\xb8\x77\xde\x43\x1e\xc6\xda\x7b\x48\x75\xc6\xd0\x6a\x31\x69\xf8\x6f\x34\xee\x9a\xd2\x9c\x1d\xa8\x5a\x1d\xdc\x14\x59\x58\xbd\xaa\x5e\x95\x4b\xdd\x7a\x70\x41\xe2\xd7\xe8\x1d\x70\x79\x80\xee\x3c\x2f\xf1\xdf\x6a\x3b\xb5\xda\x36\x6d\x7c\xfe\x7a\xdb\x88\x9c\x5a\x71\x8f\xa3\xbf\x02\x00\x00\xff\xff\x7b\xc2\x94\xf9\x59\x10\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 6852, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\x6d\x53\x1c\x37\x12\xfe\xbe\xbf\xa2\x6b\x93\x2a\xa0\x8a\x19\x5e\x82\xb1\xa1\xe2\xab\x72\xc0\x89\x39\x03\xe1\x0e\x7c\x77\x95\x8b\x6b\xac\x95\x7a\x76\x14\x34\xd2\x44\xd2\xec\x8b\x5d\xfe\xef\x57\x2d\xcd\x2c\xbb\xb3\xb3\x18\x72\xfe\x62\x60\x5a\xdd\x8f\xfa\xf5\x69\x7d\x07\xe7\xd7\xb7\x60\x91\x1b\x2b\xdc\x60\x30\x61\x56\xb2\x91\x42\x18\x72\x55\x3b\x8f\x36\xd3\xac\xc4\x21\x7c\x19\x00\xf8\x79\x85\xd0\xfc\x7b\x0d\xce\x5b\xa9\xc7\x03\x00\x81\x8e\x5b\x59\x79\x69\x34\xbc\x86\xe1\x07\x2d\xff\xac\x11\x9a\xe3\x40\xc7\x61\xbb\xb2\x58\xa1\x16\x28\xc0\x1b\x10\xda\x65\x9f\x8d\xc6\x9d\xe1\xe0\xeb\xb2\xc5\xf6\xef\xcf\xb1\x46\xe0\x7f\x33\x1a\x61\x1b\xd3\x71\x0a\x38\x63\x65\xa5\x30\xe5\xa6\xec\x6a\xaf\xac\xf9\x03\xb9\xcf\xa4\x88\xfa\x3b\x8a\xde\xfe\x59\x4b\x2d\x67\x70\x85\x9e\x29\x68\x84\xe1\xe2\xbc\x51\x7c\xb4\xff\x02\x73\x3c\xe1\x09\xe7\x78\x92\x1c\xf1\x97\x07\xc9\xab\x97\xfc\x20\x39\x39\x3a\xe1\x87\x27\xfb\xa3\xc3\x97\x82\x77\x2d\xb2\xda\x17\x99\x37\xf7\xa8\x9f\x60\xf1\x4d\xed\x0b\x08\xc2\xad\xc5\xf7\x1f\xce\x7f\xbb\x38\xf3\xfa\x7d\x7e\xfd\xf3\x51\xfd\xf7\xdb\x5f\x66\xb3\x4b\x79\xf4\x4b\xf1\xef\x59\xf1\xf9\xfd\xcd\x1f\xd1\xda\x77\x70\x6d\x04\xae\x04\xce\xb8\x8c\x59\x5e\x7c\xc3\x8b\x39\xab\x95\x6f\xfe\x3c\x64\xa5\x38\x3e\x1a\xae\x43\xfc\x59\x31\xcf\x99\x85\x33\xa3\x3d\x93\x1a\x2d\x5c\x4a\x5d\xcf\x80\xf4\x4b\x8f\xdc\xd7\x16\x29\xa2\x52\x3b\xcf\x94\x82\xed\xa0\x68\x17\x98\x2d\x8f\x8f\xba\xee\x30\x2e\xe3\x05\xd3\x1a\xd5\x73\xa0\x39\x4f\xa7\x9f\x81\xad\xb1\xb1\x0c\x2b\xb7\xa6\x84\xed\xa8\x69\x17\x46\xe8\xd9\x2e\x30\x55\x15\x6c\x17\x50\x8c\xd7\xf2\xd0\xb8\x6c\x82\xd6\x49\xa3\x9f\x03\x94\xd7\xd6\xa2\xf6\xcf\x40\xda\x18\x59\x71\x60\x6e\x6c\x9b\xc4\xb0\x75\x78\x70\x72\x90\xbe\x48\xf7\xb7\x20\x01\x87\x08\x85\xf7\x95\x3b\xdd\xdb\x9b\x4e\xa7\x69\x1e\x95\x26\x8a\x54\xa5\xc6\x8e\xf7\x2c\x2a\x64\x0e\xdd\xde\xce\x2e\x18\xad\xe6\x40\xba\xe4\xcd\x7f\xde\x76\xae\xc7\x8d\xf6\xd6\x28\x85\x36\xe3\xa6\xd6\xbe\xef\x92\xba\x2e\x47\x68\xd7\x2e\x79\xb0\x7e\xb9\xeb\x20\x09\x26\x87\x07\xbd\x0e\xb6\x65\x8a\x29\x94\x8c\x5a\x80\xeb\xfa\x77\x09\x00\x59\x7d\x96\x93\x7f\x48\x5d\xc9\x94\x4a\x67\xaf\x8e\x7b\x3c\xbd\x5a\x52\xc1\xa9\x9a\x63\xd4\x4d\xde\x58\x82\xd8\xc1\x24\xab\x19\x66\x51\x57\x56\xdb\xe5\x0c\x5d\x80\x19\x00\x50\xb5\x79\x3c\x0d\x5e\x4d\x46\xc6\x78\xa9\xc7\xd0\x86\xd7\x68\x58\xb5\x6f\x26\x68\xe1\xdd\xdd\xdd\xcd\x2d\x48\x07\x39\x93\x8a\xc4\x45\x1d\x4a\x86\xc1\xa8\x1e\x83\xd4\x41\x57\x1a\x74\xdf\x15\xd2\x41\xc5\x3c\x2f\x48\xde\xd5\x55\x65\x5c\xec\x98\xb9\x9c\x81\x2f\xa4\x3b\x0d\x29\x70\xba\xb7\x37\x96\x3e\x25\xc8\x21\xf0\xe1\x87\xb1\xf4\x7b\xdc\x94\xa5\xf4\x42\xe6\xf9\xde\xe8\x38\xcf\xf1\xf0\x15\x3b\x0c\x9a\xdf\x99\x29\x4e\xd0\xee\x82\x2f\x10\xea\xca\x79\x8b\xac\x0c\x5a\x39\xd3\x30\x35\xf6\x3e\x66\xcc\xb4\x40\x1d\x64\x22\x6a\x87\x96\xae\x20\x0c\x3a\xd0\xc6\x83\x45\x35\xa7\x6b\xa2\x52\xe4\x73\x1e\x74\xf3\xda\x4e\xd0\xa5\x70\x6b\x60\x8a\xe0\x0a\x53\x2b\x01\xb5\x6b\x75\x2c\x32\x31\x2a\x73\x30\x95\xbe\x30\xb5\x5f\x28\x69\x14\xec\x02\xd3\x02\x8c\x2f\xd0\x4e\xa5\xc3\xa0\xba\xd5\x92\xc2\xcf\xc6\xfa\x5a\x33\x8f\x6a\xbe\x0b\x4e\x52\x50\x63\x39\xa7\x4d\xd6\x77\xea\x41\xa3\x7f\x22\x6c\xe9\x5b\xcc\x24\x3a\x42\x60\xd4\xfc\x47\x0a\x4b\x0a\x8e\x2f\x98\x07\x4e\xfa\xc3\xa1\x0b\x0f\x05\x73\x30\x42\xd4\x50\x19\xe7\x24\xe5\x8e\x37\xa0\x99\x97\x13\xb2\xd2\xd6\x71\x9b\x13\xb2\x64\x63\x74\xc0\x1c\x98\x3c\x97\x5c\x32\x05\xbf\xde\x82\x89\x09\xdb\x4d\x98\xdd\x60\x63\x54\xfb\x07\xa7\x85\x7e\x9a\xc2\x5d\x81\x16\x29\x29\xb4\x89\xbd\x75\xd5\x00\xb0\x09\x93\x2a\x24\x72\x57\x67\xba\x54\x43\xaf\x61\x38\x1c\xac\x17\xcd\xa5\xe1\xcc\x37\x7d\x48\x19\x26\x42\x02\x54\x33\x04\x4a\x70\x88\xa2\xa1\x85\x76\x4a\x26\x67\x5c\x2a\xe9\xe7\xcf\x19\xd7\xab\x05\xd2\x6a\x08\xa4\x00\x2b\x65\xe6\xc1\x76\x4b\x1d\xa4\x7e\xa4\x73\x29\x9e\x39\x2d\xab\x0a\xbd\xeb\x03\xa0\xa4\xf3\xdb\x11\xc5\xce\x3a\x8c\xb3\x85\xa2\xb5\xa6\x7c\x66\x74\x2e\xc7\xb0\xd0\xbd\xd6\x83\xfe\xfb\x31\xce\xdd\x28\x58\xdb\xe0\xbb\x65\x94\xce\x15\xd9\x3d\xce\xff\x02\xac\xdb\xdb\x77\x50\xd5\x23\x25\x39\x90\x82\x90\x01\xb5\x43\x0b\x5b\xdc\x58\xdc\xea\xd2\x0b\xe7\xd0\x67\x42\xda\x5e\x76\x71\xc3\x02\x9f\x00\x06\x42\x5a\xe4\xde\xd8\x50\xde\x16\x61\x8c\x1a\x2d\xf3\x28\x20\x68\x70\x6d\xfe\x8f\x10\x2a\xc5\x38\x0a\xd8\xe6\xd1\x29\x0e\x1c\x72\x8b\x9e\x3a\xf8\x86\x08\xaf\x20\xd2\xe8\xa9\x97\x64\xa5\xaf\xfb\x31\x15\x73\x27\x39\x53\x70\x1d\x05\xe1\xea\xee\x43\xba\xae\xba\x19\x3e\xbd\xaa\x65\x95\xb1\xda\x1b\x81\xc4\x3e\xa4\xd1\x59\x89\xbe\x30\xfd\x94\xee\x2a\x7c\x0a\x4e\x58\x1c\x09\x09\x56\x18\xe7\xe1\xe2\x66\x72\x04\x4c\x08\x8b\xce\x6d\xbc\xde\xda\x00\xca\xa5\x75\x3e\xc9\x4d\xad\x45\x97\x5f\x1a\x91\x71\x29\xfa\xa3\x71\x76\x71\xfe\xcf\x68\xd1\x32\x3d\x8e\x03\xc0\x39\x39\xd6\xf0\xbe\x1e\xa1\xd5\xe8\xd1\x41\x65\xc4\x33\x90\x1c\xec\xa7\x87\xe9\x7e\xba\xbf\x77\x70\xdc\x41\x42\x9d\x56\x72\xdc\x88\xe6\xc7\x1f\xdf\xfe\x7a\x3e\x78\x12\xa4\x46\x95\x4b\x07\x77\x05\xc2\x41\x70\x1b\x4c\xa5\x52\x94\x2d\x16\x43\x4f\x17\x21\x4f\xef\xeb\x11\x66\xac\x92\xb1\xcd\xc7\x49\x73\xb0\xef\x8b\x8d\x07\x28\xa5\x85\x76\xe9\x80\xc0\x0c\x96\xae\xdd\x73\xe5\x78\xdd\x1f\xfa\xaf\xdb\x2e\x2a\xc2\x94\x4c\xea\xcc\xd5\x79\x2e\x67\xbd\x51\xf8\x47\x8d\x56\x62\xac\xab\x28\x1d\xc7\x51\x00\x1b\xcf\x2d\xb0\x32\xed\xa6\x68\x51\xc0\x68\xbe\x80\x0a\xe7\x0d\x1e\xe9\xda\x26\x95\x2a\x43\x09\x1d\x29\x7b\x6e\x4c\xda\x40\x4e\xdd\x84\xa7\x2b\x32\x3b\xf0\xf4\xd8\xae\x1c\xec\x5c\x17\x35\xfd\x9f\x59\xac\x8c\x25\xfe\xd1\xd7\x66\x46\xc6\xa8\x9e\xe6\x1b\x4e\x42\xed\x68\x64\xd0\x70\xd1\x4c\xcd\xbd\xe4\x0e\x16\xca\x28\x0b\x5a\x7e\xe0\x60\xfb\x8c\x29\xc9\xcd\xce\x7a\x13\xcc\x99\x72\xb8\x8a\xab\x64\x9a\x8d\xb1\x44\xed\x43\xe2\xb9\xde\x08\x5c\x4a\xe7\x89\x2b\x86\xbc\xa3\x0c\x74\x54\x9b\x85\xb1\xf2\x73\x64\x3a\x8c\x73\x74\x8e\xd0\x45\x7d\xcb\x03\x61\xdd\x7f\x2b\xed\x74\xb5\x5f\x18\x81\x59\x65\xe5\x84\x79\x7c\x02\x9e\x46\x72\x19\x97\xc9\x83\x6d\x52\xe4\xa8\x0b\x47\x78\x4a\x99\x29\x48\xed\xd1\x26\xf4\x05\xbc\x65\x34\xd8\x9f\x03\xad\x09\x20\x1b\x8f\x2d\x8e\xc3\xf4\xe8\x5f\x0f\x63\xb4\x08\xc3\x52\x41\xbe\x79\x38\x05\x97\x6c\x8e\x16\xb6\x9b\xc8\x38\xc2\xe7\x6d\x8d\x3d\xcd\x7a\x91\x0f\xcb\x31\x24\xd9\x55\x64\xb1\x3e\x83\xf2\x4c\x8a\x7e\x8f\xdd\x56\xc8\x65\x3e\xef\x50\xdd\x82\x59\x31\x65\x96\xd2\x72\x59\x45\x5c\x41\x1a\x1a\xee\x52\x78\x03\x25\xab\x9a\x31\x44\x17\xbb\xc7\x40\x73\x4a\x16\x4a\x6a\xeb\x61\xbe\x27\xdf\x7f\xff\x45\x6a\x81\xb3\xaf\x5b\x81\x17\x92\xf0\x84\xa9\x3a\x90\x20\xfa\x65\xc9\x0e\x5c\x9c\xa7\x71\x0b\x0e\x14\xae\xa2\x4f\xda\x47\xf6\x86\xd1\x20\xd5\x34\x91\xc9\x07\x35\x26\x87\x4f\x9d\xeb\x66\x8d\x7b\x3e\x41\xeb\x91\x14\xde\xc6\x55\xec\x14\x3a\xb2\xf0\x1a\xbe\x2c\x6d\x13\xc9\x3e\xbc\x86\xdf\x87\x3f\xae\x4a\xfd\xed\xf7\x21\x7c\x5d\x0f\x46\xc9\xaa\x15\x0a\xb0\x1c\x93\x2f\x5f\x1f\x8d\x48\x0b\x71\x73\x57\xbf\x69\x59\x69\xb8\xa6\x3b\x85\xe1\x30\x38\x70\xa8\x71\xe6\x93\x05\x4f\x1c\xa6\x83\x41\x1b\x49\xb6\xc0\xb0\xea\xd4\x10\x3c\xbd\xf0\x2b\x25\x34\x8a\xd6\xad\x5d\xe7\x7d\x1a\x94\xac\x4a\xe1\x8d\x06\x2c\x2b\x3f\x6f\x3a\x1b\x94\xc8\xb4\x83\x21\xf9\x5e\x9b\x45\x96\x2c\x1b\x1a\xa6\xf0\x69\x15\xdb\xa7\x10\xaf\x01\x2f\x8c\x71\xd4\x87\xe7\x2b\xb8\x02\x23\x2f\x69\x49\xc2\x98\x09\x95\x31\x6a\xcb\x81\x40\x1a\x54\xd1\xd5\x74\xe1\x96\x5b\x3e\x75\xbe\x74\xdf\xa2\xa4\x0b\x55\xea\x50\xe5\x19\xf1\x05\x14\x19\x8d\x38\x85\xbd\xce\x1f\x9e\x47\xf9\x38\x49\x50\xe5\x10\xcf\x40\x73\xa6\x5d\x0c\xe2\x3c\x69\xa3\xd8\x5f\xa7\x7d\xcd\xc2\x2b\x97\x11\x1d\x77\xde\xb2\xea\xb1\x76\x71\x77\x79\x0b\x3f\xb5\x82\x21\x82\xef\x23\x82\x1e\x9e\xb5\x6e\x8d\x28\x16\xda\x07\x4b\xf1\xf5\xea\xf1\xd6\x19\x44\x12\x29\x62\x9d\x86\x5f\x22\x6b\xa4\x8f\xc8\x78\x11\x72\xa8\xc7\x7c\xe8\x90\x4c\xcf\x77\x1a\x3e\x8d\xd6\xcb\x5c\x72\xe6\x57\x9f\xb3\x38\x5a\xef\xb2\x09\x53\x52\x48\x3f\xcf\x2a\xb4\xd2\x88\xac\x30\xf5\x86\x96\xfe\xaf\x46\x92\xcc\xd3\x2a\x16\x06\xc8\x92\x6e\xca\xe0\x78\xfa\xa9\xaf\x1e\xaf\x5e\x1e\xef\xaf\xfa\xc9\xb3\xf1\x37\x9c\xc2\xc6\x2e\xa6\x6a\xcb\x27\x2a\x6b\x2a\x36\x0e\xb4\xdb\x9b\xe6\x65\x24\x56\xd7\x37\x66\xc7\xda\xfe\x31\xbc\x0a\x93\x51\xfc\x34\x3f\xbd\x34\xf7\xa6\x34\xb4\x7b\x0e\x77\x61\x78\x66\x91\xf4\xff\x34\x3f\xfd\xa0\x5d\x28\x6e\x89\x62\xf8\x71\x7d\x30\x52\x1f\xa9\x50\x8b\x6c\xc3\xe8\xb9\x62\xf7\xcd\xe0\x7d\xd8\x93\x62\x23\x88\xe7\xc0\xc4\x26\xa0\x9a\xdb\x5a\x74\xa6\xb6\xa1\xc3\x5f\xc9\x71\xe1\xc3\x1b\xdc\x18\x77\xa1\xac\x9d\x6f\xf7\xea\x30\x42\x47\x73\x60\x1a\x50\x8b\x84\xf6\x9a\xc7\x72\xa2\x7b\x6d\x5d\xab\x4e\xb2\xae\x32\xce\x0c\x67\xde\xb2\x2c\x57\x9b\x42\xf3\x96\xbe\x43\xf8\x0e\x15\x6d\x3e\x21\x10\x54\xab\xc9\x52\xad\x26\x0b\x85\x9b\x32\x76\x63\x5c\x3e\x76\x2b\x97\xdb\x79\xe5\x33\xda\x0b\x5a\x96\xf0\x48\xe1\x4a\x9d\xb4\x7b\x6f\x45\x4b\x4b\x3c\x01\x8d\x16\x69\xf4\xa6\x02\x7e\x02\x35\x93\x63\x6d\x2c\x66\xb3\x17\xfb\x27\x19\xd7\x19\x2f\x90\xdf\xf7\x62\xb9\x08\x82\x70\x76\x0d\x41\x26\xd4\x0a\x9d\x5a\x29\xa0\xff\x03\x08\x37\x5a\x7b\xcb\xf8\x7d\x56\xb2\x19\x95\x72\x46\xd4\xba\x17\x4a\x92\x2c\x84\x93\x92\xcd\x92\x0a\x6d\x42\xc2\xcd\xfc\x6e\x57\x8e\xa4\xb2\x66\x36\x4f\xe1\x8a\xcd\x64\x59\x97\x4d\x09\x53\x52\x5e\xbf\xb9\xa3\xfc\xd5\x71\x4f\x6c\xd8\x11\xe3\xf7\x50\xd1\xd6\x7f\xf3\x21\xb0\x7a\xd8\xde\x0f\xcf\x1e\xc8\x26\xd8\xa4\x74\x29\x3d\x30\x97\x48\x17\x1a\x5a\x74\x5d\x5b\x0c\x2d\x1e\xa9\x97\x8c\x87\x9c\xda\x79\xe2\x1e\xdb\xf4\xf3\x40\x4f\x03\xbb\xcf\xc4\x86\xfe\xda\xe4\x05\x11\x1b\xb8\x0c\x4b\xc6\xf9\xf5\x6d\x5b\x79\xed\x82\xf0\xd7\x43\xb1\x8a\x20\x93\xfd\x53\xa5\x63\xfd\xe2\x26\x38\x3e\x8e\x5d\xe1\xc0\xd6\x5a\xd3\x98\x37\x7a\xa9\xd3\xc7\x77\xcc\x86\xa7\xc5\xf5\xe8\xe2\x26\xca\x73\xa6\xc1\x06\xc9\xc0\x2d\x58\x19\xa8\x80\x51\xf5\x86\x04\xdf\xb8\xfb\x1e\x9f\xa4\x87\x2f\x8e\xd2\x83\xf4\x80\xe6\xf6\xff\x02\x00\x00\xff\xff\xf9\xa9\x01\x66\xc4\x1a\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 495, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xd0\xc1\x6a\xc4\x20\x10\x06\xe0\xbb\x4f\x31\xa4\x77\xe3\x76\x2f\xbd\xa4\x4f\xd1\x7b\x11\x9d\x76\x05\xe3\xd8\x51\x97\x42\xc9\xbb\x97\x98\xa4\x24\xc5\x25\x97\x10\x66\xfe\xff\x63\xf0\x09\xde\x90\x59\x7f\x10\x8f\x70\x47\x4e\x8e\x02\xe8\x60\x21\xfa\xf2\xe9\xc2\x36\x4a\x42\xe4\xbf\xd8\x8f\x00\x60\xfc\x2a\x8e\xd1\xbe\x6f\x9d\x01\xba\xd7\x01\x94\xbc\x5c\x3b\xb1\xdf\x47\xa6\xbb\xb3\xc8\xa9\xd6\x00\x4c\x86\x61\xfd\x05\x48\x54\xd8\x20\xcc\xe5\x48\x09\x9d\xa5\xd0\x9b\xdc\xad\xdb\x1d\xad\xe4\x8b\x54\xcb\x7c\xaa\x5f\x4f\x46\xfb\xb6\x74\xd3\xe9\xe6\x0c\x71\xec\x6b\xa8\xa1\x3d\xcb\xcb\x51\x0b\xc5\x9f\x62\x73\xa6\x61\x5d\xff\x5b\x23\xe6\x47\x97\xcd\x6f\x12\xdc\x77\x5f\x23\x4d\x4b\x1d\x2d\xd6\xc1\xd2\x78\x76\xd9\x92\x3a\xf7\x26\x31\x89\xdf\x00\x00\x00\xff\xff\x67\x7c\x07\xa2\xef\x01\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers": &vfsgen۰DirInfo{ + name: "workers", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/bootstrap-configs.tf": &vfsgen۰CompressedFileInfo{ + name: "bootstrap-configs.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 624, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xcf\x4a\x03\x31\x10\xc6\xef\x79\x8a\x8f\xf5\xa2\x97\xa5\xbd\x78\x28\x2c\x3d\xfa\x10\x22\x21\x9b\x1d\xb7\xa1\x63\x12\x26\x13\xa5\x94\x7d\x77\xe9\xae\xa8\x55\x50\x0b\xde\x42\xf8\xfe\xcc\xef\xe3\xe4\x1d\x17\x1c\x0d\xf0\x92\x64\x4f\x62\xfb\x94\xb4\xa8\xb8\x6c\x35\xed\x29\xa2\xc3\xb3\x93\x96\xa2\xeb\x99\xac\x72\xf9\x10\x60\x3b\xfb\x80\x59\x68\xc3\x70\x7a\xa3\x83\xb8\x38\xa4\x27\x5b\x54\x42\x1c\xdb\x2f\x79\x36\x0c\xf7\xab\x87\x56\xa8\x54\xd6\x4f\xee\x42\x5e\x48\x7f\x75\x2f\xb2\xb3\x84\x09\x1b\x1c\x27\x33\x19\x73\x85\x3b\x8a\x24\x4e\x09\x0e\x5e\x0e\x59\xd3\x28\x2e\xef\x82\x77\xcc\x87\xb7\xe4\xa5\x0f\x61\xc0\x75\xae\x3d\x07\x7f\xd3\x1a\xa1\x92\xaa\x78\x42\x73\xd6\xde\xa0\xf9\x7e\x7d\x33\x43\xfb\x54\xa3\xfe\xb4\x4d\xd7\x41\xa5\x12\xb6\x58\x63\x83\x95\x31\x00\x53\x1c\x75\x77\x5a\xe8\xd6\x00\x35\x67\x92\x79\xaf\x47\xc7\x85\x0c\x50\x32\xf9\xe0\xf8\xfd\xe7\x42\xa2\x65\x9a\x4b\x60\x16\xc7\x7f\x00\xad\xff\x4a\xf4\x1a\x00\x00\xff\xff\x8d\xd2\xef\x86\x70\x02\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl": &vfsgen۰DirInfo{ + name: "cl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "bootstrap-kubeconfig.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 256, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xbb\xae\xc2\x30\x0c\x86\x77\x3f\x85\x87\xb3\xf6\x48\xac\x59\x79\x07\xd6\xca\xa4\x2e\x58\x0d\x09\x72\x9c\x0a\x84\xf2\xee\x28\xbd\x49\x6c\x9f\xec\xff\x46\x4f\xb9\xb0\x66\x49\xd1\xe1\x7c\x82\x49\xe2\xe0\xf0\x9c\xe2\x28\x37\xf0\xa1\x64\x63\xcd\x0e\x3a\x8c\xf4\x60\x87\x21\x79\x0a\x80\xb8\x7d\x1c\x20\x22\x66\xd6\x99\xd5\xe1\xdf\x67\xa5\xba\x5c\x3d\xab\xc9\x28\x9e\x8c\x3b\x2a\x76\x4f\x2a\xf6\xee\x06\x32\x6a\x4a\x4f\x7d\x13\x54\x28\xf9\xa7\x60\x2a\x57\x0e\x6c\x80\xd8\x1e\x6b\xbe\xa5\x89\x63\x33\x2d\xd0\xcb\x50\xff\x77\xce\xec\x95\xad\x82\x4f\xd1\xf8\x65\x4b\xd0\xc6\xab\x77\x1f\x7a\x2c\xdf\x82\x8f\xa2\x6f\x00\x00\x00\xff\xff\xfc\xe8\x45\xb8\x00\x01\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "install.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 1424, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6f\xdb\x48\x0c\xbd\xfb\x57\x70\x93\x1c\x57\xb2\xd7\x8b\xe4\x20\x40\x87\xa4\x28\xd0\x00\x39\xd5\xfd\x38\xa4\x81\x41\x4b\xb4\x3d\xf5\x88\xa3\x0e\x39\x76\xdc\x34\xff\xbd\x18\x59\x92\x3f\x92\x22\x97\xde\x24\xf2\x0d\xf9\xf8\xf8\x66\x92\x24\x19\xc8\x56\x94\xaa\x32\x1b\x00\x04\x36\x2a\xf1\x03\x20\x01\xc6\x8a\x32\x30\x2c\x8a\xd6\x92\x4f\x85\xfc\xda\x14\xd4\x64\x01\x88\x71\x66\x29\x03\xf5\xa1\x0b\x15\x8e\x95\x58\x25\x83\x5f\x6d\x04\xe0\xfe\x33\x1b\x7d\xe8\x7f\x27\x8a\x5e\xef\x4c\x65\xf4\x26\x78\xd1\xfc\xf2\x95\xcc\x2d\x2b\xf9\x35\xda\x09\x15\xf9\xff\x57\xa3\x91\xf4\x98\x8f\xf4\x23\x18\x4f\x92\x33\xe9\xc6\xf9\x55\xe2\xd8\x1a\xa6\x54\xd1\x2f\x48\x7b\xd8\xf5\x5c\xc9\xbf\x81\xb9\x9f\xec\xa6\xd9\x53\xfb\xb4\xad\x29\x17\x53\xd5\x96\x0e\x1a\x4a\xa4\x95\xa3\xdd\xe0\x56\x4e\xc3\x91\xe0\xd5\xa8\x8f\xbe\x7f\xa4\xa2\x99\x22\x1f\xba\x5a\x87\xbd\x70\xfb\x9e\xb7\xbb\xd0\xbe\xe7\x57\x64\xa5\xf2\x66\x9b\x57\xc1\xaa\x49\x82\x90\x3f\x24\x7a\x0e\xd7\x6b\x67\x4a\x08\x62\x78\x01\xba\x24\x10\x45\x2e\xd1\x97\x30\x99\x7c\x80\xda\x79\x05\x71\xa0\xe4\x3d\xce\x9d\xaf\x00\xeb\xda\x6e\xa1\x40\x66\xa7\x0d\x24\xb0\x1a\xdb\xd6\xaa\x9d\x68\xd2\xb2\x4a\xe1\x26\x28\x60\x59\x19\x16\xa8\x70\xdb\x80\xd5\x41\x49\xb3\xb0\x80\xd2\xc8\xaa\x5b\x3c\xd4\xde\xcd\x2c\x55\x92\x76\x94\xa2\xba\x5d\xf6\x5f\x10\x59\x96\xb0\x31\xd6\x42\x10\xda\x51\x1a\x8f\x01\x39\xb2\x26\x2f\xc3\x3d\xb9\x02\x39\x5a\x84\xa9\xd0\xf4\xc8\x62\xb1\x44\x2a\xae\x58\xf5\xfb\x29\xbd\xab\x0d\xb7\x4e\x3c\x84\xfe\x37\x4a\x22\x3a\x89\x7d\xd2\xc2\xf1\xbc\x47\xbc\x6e\xbf\xdd\xaa\x9b\xd2\x0f\x47\xc1\x3b\x23\x4a\x3c\x51\x4f\x58\xe5\x7f\xce\x8c\xc7\xe3\xf1\x40\xd4\x79\x5c\x50\x64\x33\x37\x96\xfa\x0b\x52\xa3\x2e\x33\x68\x96\x1d\xb5\x6d\x25\x49\xcc\x82\x8d\x1a\xc7\xe9\x77\x71\xdc\x96\x6e\xce\x35\xf7\x2c\x03\xef\x5c\x37\x67\xe5\x4a\xca\x60\x74\x39\x1a\x9d\x5e\xa1\x9e\x92\x69\xec\x7b\x3c\xd3\xc5\xd3\x41\xbf\x69\xd7\xef\xf9\x25\xad\x53\x0f\xfe\x5d\x1a\xe7\xff\x0c\x67\x86\x87\x33\x94\x25\x24\xf4\x78\x90\x99\x5b\xd4\x02\x7d\xe7\x36\xf8\x76\xa4\x70\xf2\x0e\xce\x2e\x9e\x9c\x4c\x8b\x25\x32\x93\x7d\x3e\x3b\x05\x7c\x69\x01\x6b\xf2\x12\x27\x7b\x01\x70\x11\xd0\x76\x99\x5a\xc3\xe1\x71\xea\xa8\x7a\x89\x33\x6f\xac\xe7\x14\x2f\x83\x83\xff\x50\xd2\x1a\xcb\x0a\x84\x54\x0f\x1e\x05\x80\x9d\x84\x85\x5a\xf0\x34\x8b\x32\xd6\x28\xb2\xd9\xbd\xa0\xd1\xf4\xc7\x2f\x68\xe1\x7c\x77\x58\x64\x39\xc5\xa0\x4b\xe7\xcd\x4f\x2a\xa7\x2b\xda\x4a\x06\x17\x4f\x31\x1c\xbf\x9f\x07\xbf\x03\x00\x00\xff\xff\x8a\x33\x90\x30\x90\x05\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "worker.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 16538, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x3c\x6b\x73\xdb\x36\xb6\xdf\xf3\x2b\x4e\x18\xdd\xda\xee\x1a\x7a\xd8\xce\x4b\x2d\x7b\xd7\xb5\x9d\x5d\x4f\x93\xd8\x63\x3b\xcd\xde\xc9\x66\x35\x10\x71\x28\xa1\x22\x01\x16\x00\x25\x2b\x8e\xf7\xb7\xdf\x01\x40\x49\x24\x45\xd9\x4e\x9a\xde\xbb\xe9\x4c\x46\x24\xcf\x0b\xe7\x8d\x03\xa4\x84\x90\x47\x7a\xae\x0d\xa6\xac\xff\x08\x20\x17\xdc\x68\xfb\x03\x80\x80\xa0\x29\xf6\x21\x43\xa5\xb9\x36\x84\x51\x43\x89\xa2\x9c\xb5\x35\xaa\x29\x8f\xd0\x41\x01\xa0\xa0\xc3\x04\xfb\x60\x54\xbe\x78\x15\x49\x61\x50\x18\xdd\x87\xcf\xc5\x1b\x80\x0f\xef\x04\x37\x1f\x97\x8f\xc7\xa8\x23\xc5\x33\xc3\xa5\x08\xcf\x3d\x07\xb0\x1c\xe0\xe2\xf0\xf4\x18\x78\x0c\x78\xcd\xb5\xd1\x4b\xf8\x23\x29\x18\xb7\xd0\xe7\xd4\x8c\x4f\xdc\xb7\xf0\x71\x07\x4d\xd4\x49\x19\x65\x69\x3b\x92\x22\x5e\x02\xff\x8c\xb1\x54\x18\x4e\xf2\x21\x26\x68\x6a\xf2\x02\x7c\xb8\xf4\x2f\x56\xd2\x5c\xcd\x33\x0c\xa5\x40\x3d\x96\x66\xf9\xf2\x02\x53\xca\xc5\x61\x6c\x50\x9d\x5c\x73\x13\x96\x16\x08\x70\x72\x8d\xd1\xa5\xa1\xca\x84\x1d\x99\x99\xce\x9a\x92\x56\xcc\x4e\x85\x36\x34\x49\x56\xcc\xde\x53\x61\x90\xfd\x3c\x0f\xd3\x3c\x31\x9c\xe4\x1a\x55\xdb\x50\x35\xc2\x32\xeb\xdf\x73\xae\x1c\x50\xd3\x22\x16\xa6\x61\x32\x9a\xa0\xba\xcf\x1e\x0b\xe8\x44\x46\x13\x9d\x72\x33\xae\x5b\x30\xa5\x7a\xd2\x00\x1f\x49\x85\x52\x93\x14\x0d\x75\xcb\xd2\x7a\x3c\xc1\xb9\xfe\xab\x7d\xff\x30\x0a\x33\xca\x0d\x89\xa5\x22\x4c\xe8\x6f\xee\x35\xef\x29\x37\x10\x4b\x05\xc7\x6f\x2f\x01\x85\x51\x1c\x75\x45\xc7\x3a\x2c\x1c\x9b\x28\xd4\x32\x99\x62\x7d\xdd\x5f\xe1\x28\x17\xa8\x9d\xd1\xa5\x20\x31\xe5\x49\xae\xb0\xfe\xe9\x12\xa3\xf0\xa9\xfe\x36\x9e\x35\xe4\xa2\xa3\xc7\x40\x22\xd8\x9a\x8d\x79\x82\xf0\x18\x3a\xb9\x56\xee\xfd\x48\x61\x06\x5b\xff\xfa\xf0\xaf\x27\x1f\xfa\x3a\xa3\x11\xf6\x3f\x7e\xdc\x02\x17\x11\x7e\xb9\x2e\x24\xe0\x27\xe8\x30\x9c\x76\x44\x9e\x24\x3f\x00\x93\xa0\x13\xc4\x0c\x7a\xf6\xb7\xc0\x1f\xc0\x39\x6f\xd9\x4c\xd0\xba\x61\x42\x0f\x3e\x49\x81\xb7\xd0\xba\x89\x92\x5c\x1b\x54\x03\x6b\xcf\x5b\x92\x29\x3e\xa5\x06\x61\xff\x59\xb7\xbb\x75\x87\x87\x3f\xd0\x7d\x6b\x0e\xf6\xcd\x3d\xe4\x55\x42\x4d\x44\x95\xcd\x1d\x86\x72\x81\x0a\x5e\x73\x91\x5f\xc3\x9b\x82\x21\x1c\x8e\x50\x98\x6f\x9a\x16\x1e\xe6\x1f\xbd\xee\xca\x41\x4e\xc4\x94\x2b\x29\x52\x14\x26\x3c\x3a\xbb\x38\x39\xbb\x1c\xbc\x39\xb9\x3a\x3c\x3e\xbc\x3a\x1c\x9c\x9d\x5f\x0d\xce\x2f\xce\x7e\x3d\x3d\x3e\xb9\x08\x09\x89\x52\x96\x70\xd1\xe8\x29\x0b\xaf\xa8\xa9\x14\x5a\xad\x9b\xbb\x88\xde\x02\x21\xd4\x18\xc5\x87\xb9\x41\x1d\x76\x54\x2e\x3a\x0b\xdc\x4e\xec\xd5\xf7\x30\x3b\x2f\x8d\x58\xca\x64\x0b\x3b\x37\x87\xd7\x1f\xb7\xef\x2f\x9e\x6e\x5d\x1c\x1d\xde\xed\x58\x00\xce\x78\xf7\x42\xf9\x1c\xa2\xb2\x88\x68\x43\xcd\x7a\xf2\x58\xf7\x97\x92\x2d\x5f\xf1\x04\xef\xd1\xe7\x1a\xb4\x8d\x5d\xab\x2b\x25\xd0\xa0\xee\x2c\xd4\x86\x62\xba\x6e\xf2\x73\x85\x3e\x3f\xa4\x13\xc6\x15\x90\x0c\x3a\x53\xaa\x3a\x09\x1f\x2e\xf0\x3a\x53\x99\xe4\x29\x66\x49\x3e\xe2\x42\x3f\x88\x42\x4d\x80\x94\x0a\x1e\x63\xb9\x0a\x57\x91\x17\x4e\x37\xa4\x3e\x49\x05\x3e\x27\x45\xa8\x0c\x8f\x79\x44\x0d\x12\x9a\x9b\xb1\x54\xdc\xcc\x5d\x65\xdc\x5a\x63\x61\x7f\xda\x3c\xc5\x47\xf0\x19\xe8\x6c\x02\x5b\x37\x99\xe2\xc2\x40\x6b\xef\x76\x0b\x3e\xc3\x90\x6a\x7c\x76\x00\x84\xd9\x44\x56\xc3\x8d\x68\x3b\x52\x26\xd8\x20\x5c\x1d\xd8\x31\xc9\x15\x92\x42\x3d\x24\x1a\x29\x99\x67\x84\x29\x3e\x45\xd5\x4c\x84\xf8\x02\x0b\x2a\x05\x12\x2f\xdc\xb8\x19\x74\x01\x99\x0b\x2b\xec\x3f\x97\x40\x00\x84\xd8\x28\x58\x24\xc2\xda\xa7\x44\x8e\x0a\x09\xc2\xdf\x64\xae\x04\x4d\xd6\x90\xd1\xcc\xa4\x9a\x84\x63\xa9\xeb\xc8\x19\x67\x8d\xaf\x15\x9f\xf2\x04\x47\x58\x23\x35\x75\xa5\xa0\xef\xfe\x52\xb3\xb5\x6f\x56\x61\x91\xe0\x1d\x81\xa6\xcd\xfa\xb5\x47\x25\x1b\xe1\x57\x0a\xee\xd7\x9f\x37\x60\xa4\x34\x1a\x73\x81\x84\x17\x2c\x4a\xcf\x0d\x18\xd6\x9d\x53\xc9\xf2\xc4\x32\x28\x3f\x34\xc0\xaa\x5c\xf4\xdd\x5f\x0d\x6b\xd3\x73\xdd\x77\x7f\x35\x7c\xb3\x15\xd0\x2e\x74\xc8\x45\xbf\xf2\xd0\xc0\xc3\x7a\xbc\x15\x43\x6a\xa2\x30\x41\xaa\xd1\xaf\xa2\xf4\xdc\x80\xb5\x08\xcc\x88\x26\x3c\x92\xfd\xfa\xf3\x5d\x18\x82\xf7\x2b\x0f\x0d\xf2\x2f\x3e\x7b\x0f\xec\xd7\x9f\x37\x61\xc8\x51\x27\x93\x4c\xf7\xab\x4f\x75\x68\x92\xca\x5c\x18\x30\xb6\x10\x0e\xb9\x60\xbb\x5a\xe6\x2a\xc2\xb0\x93\x0a\xb3\xeb\x53\xbd\xff\x6d\x3f\x92\x4c\xc9\x8c\x8e\xa8\x4b\xce\x4a\x8f\xa9\xaa\xbb\xe0\x46\x72\xb5\xdc\xb5\x24\x5d\x7f\xff\x20\x36\xad\xd6\xcd\x2f\xef\x7e\x3e\x79\x7d\x72\x35\x38\x7d\x73\xf8\xb7\x93\xc1\xbb\x8b\xd7\xb7\xfd\xb5\xb7\x57\x87\x7f\xbb\xad\x07\x9b\x64\x48\x78\x16\xae\xca\xe6\xf9\xe1\xd1\x2f\x16\xe3\xfc\xd7\x83\xc1\xf9\xc5\xe9\xaf\x87\x57\x27\x83\x6e\x1d\x8d\x0a\x29\xe6\xa9\xcc\xb5\xcb\x77\x61\x4c\x13\x8d\x75\x90\xdc\x8c\x51\x18\x9b\x15\xb9\x14\xc4\xc8\x09\x0a\x32\xc3\xe1\x58\xca\x49\x03\xa8\x54\xfc\x93\x87\x4c\x25\xc3\xf0\x7d\x23\x60\x94\x70\x14\x86\x44\x94\xc4\x4d\xf5\xc3\xe7\xc7\x35\x1c\xdf\xd0\x31\xa1\xc3\xd6\xcd\xe4\x85\xb6\xbf\x06\x45\x69\x1b\xf0\xac\xbe\xb4\x25\xbc\xb4\x5d\x4f\xb8\xea\x08\xfd\x8b\x81\xce\xe3\x98\x5f\xaf\x63\xc9\xdc\xd9\x69\xca\x19\xaa\x10\xaf\x0d\xda\xdc\x56\x87\x12\x9c\xd8\xbc\x4c\x18\x57\x61\x35\xe1\xd4\x21\x5d\xf6\xde\x58\x21\x8b\x0a\x52\xc5\xc1\x6b\x6e\x88\x14\xc4\x6e\x7b\x48\xd1\x59\x70\x29\x2a\x50\xff\x75\xf3\x6f\xb7\xd7\x74\xad\xc8\xc0\x24\x7a\x30\x94\xd2\x68\xa3\x68\x06\xff\xbe\xad\x90\x5b\x55\xaa\x35\xaf\x2c\x57\xb1\xaa\x0c\x4b\x6a\x15\xf4\xcd\x35\xb0\x8a\xad\xa4\xb1\x35\xb4\x54\x4f\xf5\x9a\xf4\x68\x5d\xed\x0e\x51\x1f\xc6\xcb\x51\x12\x8c\xc7\x75\x52\x4e\x79\xde\xbb\xec\xa2\x6d\x3f\x63\x5f\x2d\x35\x6f\x1f\x9a\x0b\x16\xf1\x8d\x47\x18\x09\xde\x14\x64\x09\x1d\x62\xa2\x6d\xa0\xbd\x3d\x3b\x3e\x19\xbc\x3e\xfc\xf9\xe4\xf5\x65\x63\x38\x16\x90\x89\x9c\xc8\x54\x1a\x3e\xc5\x36\x4d\xb2\x31\x6d\x4f\xb8\x98\xca\x64\xd2\xe6\xb2\x93\xe5\xc3\x84\x47\x84\x67\xd3\x83\x4d\xa1\xfb\xee\xe7\xd7\xa7\x47\xeb\x91\x5b\xe6\x60\x1b\xb5\x24\x19\xb6\x4b\x9c\xb8\xec\x68\x15\x11\xca\x98\x42\xad\xbf\x34\x2d\x64\x92\x91\x45\x0f\x45\x32\x6a\xc6\x6b\xe6\x58\x76\x58\x75\xcb\x23\x65\x44\x8a\x64\x4e\x32\xa9\x4c\xd8\x5d\xfb\x3c\xe2\x36\x08\xc9\x8c\x9b\x31\xb1\x7b\x1b\xb3\x52\xe5\xd5\xe1\xe9\xdb\xab\x35\x55\x7e\xe5\x12\x7c\x0f\x59\xd8\xd2\xc7\xe9\x17\xb6\x99\x8b\xce\x28\x91\x23\xbd\xb9\x8b\x92\xd9\x02\x4e\x1b\x99\x6d\x04\x3a\x97\x7a\x49\x50\xa5\x6b\x60\x8b\xdd\x17\x4d\x66\x74\xae\x1b\x77\xe6\x5f\x3f\x97\x59\x0e\x5d\x2c\x4b\x74\x9e\xf3\xa7\xcc\x34\xb8\x18\x81\x91\x05\x1b\xf8\x65\xe9\x2c\x60\x39\x82\x14\xa0\xc7\xb9\x61\x72\x26\xfe\xa3\xc6\x14\x0d\xdf\x64\xb6\xe6\xef\x25\xdd\xfd\x71\x43\x04\x3c\x33\x56\xe1\xb6\xf7\xd2\xa6\x34\x94\x0a\x2a\xf6\x60\x15\x83\x6c\x9c\x8e\x05\x3c\x7b\xf6\x0d\xc9\x71\x1d\xe9\x0d\xa3\xd2\x2a\x05\xa6\x64\xc6\x45\x31\x73\x5d\xe1\x77\xbb\xa4\x20\x51\x99\x6c\x36\xf9\x53\x93\x03\x34\xed\xf3\x16\xdb\xb4\x2d\x8c\xc6\x12\x82\x53\xc1\x0d\xa7\x46\xaa\xb7\x76\x7b\xd2\xda\xee\x68\x0b\xe4\x98\x12\x6e\x85\xb0\x5b\x42\xfe\xbb\x68\xef\x75\xf7\xba\xa4\xdb\x6b\x73\xb9\xc8\xb9\xfd\x6e\x6f\x27\x58\xec\xc8\x1c\x46\x87\x2f\xa8\x59\xcc\xb6\x7b\xb7\xf5\xc8\xaa\x91\x8e\xd0\xae\xcd\xd6\x10\x3f\x8e\xab\x8d\x97\x83\xb3\x93\x37\x0b\x0d\xbb\xee\xb0\xbf\x5c\x04\x43\xbb\xa8\x3e\x04\x6e\x84\xc5\xb8\x9e\x74\x86\x73\x9f\xad\x3b\x25\x2c\x80\x58\xaa\x94\x9a\x3e\x04\x78\x6d\x0e\x56\xaf\x9f\xc0\xd5\x98\x6b\x70\x08\x30\xa6\x1a\x86\x88\x02\x28\x63\xc8\x6c\x84\xa5\xd4\x44\x63\x30\x63\x84\xb3\x93\x37\x90\x51\x65\xdc\x80\xb9\xed\xb1\x28\xf3\xf3\x66\xe0\x1a\x04\xa2\xc5\xa1\x36\x12\x2c\x42\x89\x43\x2c\x93\x44\xce\x6c\xcc\x46\x63\x2a\x46\x08\x5c\x00\x1f\x09\x87\xda\x2f\xc1\x8d\x8d\xc9\x74\xbf\xd3\x19\x71\x33\xce\x87\xed\x48\xa6\x9d\x42\x99\x9d\x05\x78\x27\x92\x69\xca\x4d\xa7\x17\x3d\xdf\x7f\xda\xeb\xbd\x88\x9f\x77\x5f\xf6\xe2\x67\xc3\xbd\x3d\xd6\xeb\xbe\x3c\x78\x3a\x8c\xf7\x87\x4f\x63\x16\xbf\xc4\xa7\x5d\x36\x44\x6c\x2f\xc9\xbb\x15\xae\x54\xe9\x74\xed\x99\x3f\x81\x7f\xfc\xe3\x1f\x7d\x78\x8f\x6e\x0d\x7e\xd5\x22\xa7\x49\x32\x07\x9d\x61\xc4\xe3\xb9\x53\xc0\xc5\xe1\xe9\x71\x17\x12\x3a\x97\xb9\x81\x21\x46\x34\xd7\x08\x32\x06\x0a\x13\x1b\xba\x09\x0c\xf3\x51\xbb\x20\xf8\x1e\xc1\x7e\x65\x18\xd3\x3c\x31\x03\x8f\x14\xee\x01\xd5\xf0\xfd\xf7\x33\x04\xaa\x75\x9e\x22\xd0\x24\x01\xee\x23\xdb\x35\xb2\x1a\x62\x25\x53\x10\x72\x66\x73\x18\x2d\x32\xd2\x13\xc8\xb5\x55\xde\x92\xd1\x4f\x21\xec\xb7\x7b\x07\xdf\x7f\x0f\xdb\xc5\x8e\x8a\x59\xf8\xbd\x6e\xef\x80\x74\xf7\xc9\x7e\x77\x67\x21\xc7\x2b\xa9\x20\x95\xca\x6a\x3c\x96\x16\xc6\x58\xb3\xad\xe4\xdd\x05\x8d\xb8\xd0\x42\x83\xfa\x8d\x54\x53\x9a\x30\xdd\x49\xb8\xc8\xaf\x17\xca\x8f\x5e\x1c\xd0\xde\xfe\xf3\x3d\x16\xbf\xdc\x7b\xd9\xdd\xdf\x8f\x86\x3d\xda\x3d\x38\xe8\xc5\xc3\xa7\xcf\x87\x6c\xff\xe5\xfe\x5e\xbc\xff\x92\x46\x2f\x0b\xba\xa7\xa6\xec\x1f\x4b\xf6\xc5\xa4\x0e\xa8\x60\x90\x4a\x96\x29\x39\x44\x28\xfa\xae\x58\x2a\xd0\x32\xc5\xa5\x8c\x05\x29\x2f\x00\xa4\xda\x83\x30\x34\x94\x27\xba\x88\x15\xdb\x3d\xf4\x8b\x1d\x74\x41\xaf\xcd\x3a\x8a\x72\xd6\x2d\x27\x88\x55\x94\xf5\x41\xc9\x65\x2a\xb7\x7b\x88\x3e\x74\x9f\x1d\x1c\xd4\xcb\xd2\xd2\x85\xb8\xb0\x02\xf7\x41\x66\xde\x58\x8e\xf4\x9a\x91\x1b\xa5\xb1\x1b\x72\x92\x48\xca\xfe\x1c\x89\x1c\xc9\x82\x71\x99\x5a\x39\x71\x78\x81\x82\xce\x48\x59\xe3\xc6\xa3\x60\x13\x1b\x9a\x65\x28\x58\x73\x89\x5e\xe3\x5c\x4e\xb1\x1a\x0d\x38\x47\x19\x78\x12\x61\xd0\x2a\x3f\x7a\x29\xdb\x75\x7d\x05\x55\x85\xdd\x75\x52\x74\xb7\xa2\x9e\x77\xbb\x5f\x24\xee\x93\xc7\xa5\x94\x7f\x8d\xe5\x2f\x70\xa4\x90\x1a\x84\xe2\xa8\xad\xeb\xe3\x12\xaf\x8d\xa2\x60\x73\xac\xb6\x59\x62\xe8\x82\x9c\x39\x4f\x2c\x24\x46\x61\x1c\x73\x3f\x49\x2f\x52\x7b\xfb\x51\x89\x74\x9c\x8b\xc8\xa5\xcc\xc8\x71\x18\xd8\x25\x0e\xec\x12\xb7\x77\xe0\xa6\x04\x07\x90\xc8\x88\x26\x90\xd2\xdf\xa4\x1a\x88\x3c\x1d\xa2\xd2\x61\xd0\xea\x05\x15\xa0\x27\xf0\x8a\x27\x06\x95\xcd\x0f\xc3\xb9\x93\xcd\x4d\x0e\x76\x81\xf4\xac\x8c\x42\x1a\xab\x35\x83\x6a\x17\x7a\x4e\xd2\xbf\x1f\x1f\x6b\x17\x73\x5d\xf7\x78\x79\x79\xac\x1b\xd8\x5a\x42\x03\x37\x82\x08\x5a\x7b\x75\x96\x4e\x27\xbe\xf0\x38\xab\xed\x82\x6b\x97\xac\x0c\xb6\xd9\xf6\xa7\x29\x4d\x44\x1d\xca\xc0\x75\xf9\x41\x6b\x3f\x68\x00\xd1\x68\xf2\x6c\x10\xeb\x81\x14\x4e\x2b\x61\xd0\x3a\x08\x1e\xd5\xf8\x5f\x62\x82\x91\x29\x0c\x61\x17\xe1\x04\xd2\x52\x19\x64\x56\x0b\x9a\x7f\xc2\xdd\x62\xd9\x15\xad\xd8\x75\xd7\x68\xf1\x91\xb0\xf9\xd1\x26\x78\x4f\x6f\x36\xe6\xd1\xd8\xe6\x5e\x5f\x69\x91\xc1\x36\xb6\x47\xed\x5d\x98\x8d\x51\x61\x71\x3a\xc2\xf5\x22\x6f\x23\xdb\xd9\xa0\x3e\x1d\xb6\xb6\x13\x3d\x4c\x26\x40\x12\x91\x31\x20\xd7\x4e\x30\x20\xd2\x2b\xcd\xee\x5c\x81\x9c\x42\xd0\x6a\xdd\x54\xac\x7c\x1b\x54\x36\x18\x00\x9f\x61\xbb\xf2\xec\xcf\xb9\x4e\x5f\x5d\x86\x60\x37\x41\x40\x94\x0d\x3b\xfc\x01\x98\xac\xc0\x2d\xa5\x51\x7c\x6a\xbb\x17\xdf\xd3\xd8\x98\xc4\xa0\x3e\x4a\xee\xdd\x6e\xed\x34\x22\x5b\x31\xef\xc1\xdd\x5b\xc7\xe5\x31\x7c\x80\xd6\xd2\x8b\xe0\x71\x68\x1d\xf2\x23\x7c\xf7\xdd\xda\xfb\x96\x53\xc4\xc7\x1f\xac\x0d\x44\x8d\x8c\x0f\x65\x2e\x72\xac\x7d\x88\x79\xa3\xb0\xce\x64\x99\xf4\x7b\xbd\x95\xf6\xad\xce\x57\x9f\x20\x68\x39\x8d\x04\x4d\x42\x7f\x00\xf2\x09\x82\x56\x89\x50\x00\x1f\x37\x09\x57\x56\xca\xdd\x02\x32\x29\x70\xa7\x41\xe7\xf0\x19\x8c\x82\xad\x7f\x8a\x2d\xd8\x82\xad\x9d\x47\x0d\xbe\x14\x59\x51\x56\x16\x70\xae\x65\x4d\x30\x8b\x80\xcc\x76\xea\xb1\x61\x37\x21\x76\x21\x33\xb4\x3c\xb7\x0c\x8c\xe9\xd4\xfa\xfd\x7c\x95\xb7\xa2\x22\xb7\xd9\x0e\x43\xd1\x79\x85\xc0\x07\x68\x39\x7e\x40\x12\x03\x85\xc1\x14\x9a\x5c\x09\xe8\xd6\x59\xf9\x1c\xb9\x5b\x74\x96\x45\x1d\xb7\xb8\x8e\x6c\xbb\x61\x29\x2e\x81\x0e\x64\x66\x74\x18\x54\x15\xe6\xfd\x65\xc5\x7a\x6f\x83\x43\xb8\x96\x26\x42\xcf\xc2\xaf\xc4\x26\x53\x9c\xa2\xf0\xb9\x47\x0a\x1f\xc8\x35\xbc\x32\x67\x42\x62\x4b\xa3\x2a\x40\xcc\xeb\xcb\x3b\x8d\x7d\x56\x58\x25\x2d\x1b\xf6\x2e\xb7\xa5\xac\xe3\x87\x22\x76\x55\x64\xcc\x18\x29\x52\xbd\x13\xb9\xd2\xfd\x7a\x5a\x5e\x5c\xb7\x61\x98\xc9\x3c\x61\xb6\x76\x34\x53\xa8\x20\x3a\x34\x77\xae\x1c\xb6\xb6\x87\x54\xa3\xa3\x60\x13\x46\x49\xaa\xdb\xa0\xe6\x04\xee\xb2\x07\x10\x52\xd8\x79\x0d\xbc\x96\x5d\x00\x08\x19\xcb\x14\xc7\x52\x9b\xd0\x3a\x4a\xfd\x73\x6b\xa5\xbc\x06\xd4\x29\xaa\xa1\xac\x8d\x72\x61\x75\xa4\x63\xb9\xaf\x96\xd1\xc8\x3c\xc1\x29\x26\xb5\xf9\x8d\xff\x62\x2b\x00\xf1\xb2\x6b\x47\xc9\x39\x48\x03\x11\xbb\x44\xeb\xde\xb7\x55\x4d\x44\xd4\x40\x27\x53\x32\xea\xa4\x4c\x1b\x6a\x6a\x56\x59\xde\x8e\xc8\x19\x4e\x4b\x91\x61\xcd\xae\xe7\x69\xc2\xc5\x44\x37\x24\xde\x0f\xf0\x18\xc8\xeb\x06\xbd\x7e\x6c\xc8\xc0\x3e\x6a\x17\x33\x0b\xcb\xac\x8e\x56\x43\x28\x2e\x1f\xac\x65\x8f\x66\x1b\xfb\x0e\x18\x08\xd1\x11\x15\xf0\x19\xdc\xe9\x62\x70\x78\x71\x71\xf8\x3f\x75\x46\x60\x93\x86\x41\x04\x42\xa1\x7e\x29\x68\x3d\x16\xed\xea\xea\xc5\xf8\x36\x80\xd0\x75\x85\x1b\x82\x33\x9d\xc4\xba\x6d\xb7\x97\xeb\xba\xa9\x43\xba\x40\x5f\xd7\x60\xd0\x49\x85\xe9\xd4\xa1\x9f\xc0\x1b\x3a\x29\xea\x71\xb9\xd3\xa2\x91\x92\x5a\x83\x42\x37\x42\x6e\x54\x7c\x5d\x07\x8e\x3e\x38\x19\x8b\x3e\x54\xef\x0a\x19\x53\x9e\xec\x32\xae\x23\xaa\x6c\x5f\xd4\xad\x6b\x2a\xd6\x86\x0e\xeb\xe9\x62\xf5\x50\xf1\xba\x27\x70\xec\xf2\x2e\x93\x36\xeb\x9a\xb1\x35\x3b\x8f\x17\x9d\xe4\x8c\x6a\x58\x1e\xb3\x32\xd8\x1e\xe6\xa6\x6e\x8c\x62\xaa\x55\xe9\x2b\x68\x62\x0b\xfd\x7c\x30\xa6\xda\x59\x62\x50\x8c\xae\x5b\xdb\x8d\x8e\x50\x46\x75\xde\xfa\xc9\x69\x62\x03\x15\xeb\xb9\x36\xcf\xa3\x2d\x1d\xdd\xea\x5a\x0e\xdd\x96\x8b\x12\x8d\x19\x55\xd4\x76\x43\x09\xd7\xc6\x6e\x7b\x5d\xcb\xb2\xe8\x02\x8b\xce\xa5\x0d\x6f\x24\x73\xfb\x65\xe9\x0a\xb7\x92\x49\xd1\x4f\x15\x70\xb6\xe6\xeb\x0a\x03\xdb\x68\x45\x52\x68\xce\x50\x15\xbd\xf4\xf2\x8a\x5b\xbb\x02\xb9\xd8\x9e\xce\x66\xb3\xb6\xdf\x42\xb6\xa5\x1a\x75\x98\x8c\x3a\xc7\x32\xca\x53\x14\xc6\x15\x83\x0e\x65\x29\x17\x64\x94\x73\x86\x9d\x22\x79\xb4\xcd\x75\x39\xf8\x6b\x4d\xf5\x8b\xdd\xbd\xa7\x2f\x83\xea\xc2\xdd\x48\xe0\x6a\x8c\x76\x8f\x5f\x6c\xf7\xac\xa8\x78\x1d\x25\xb9\xe6\x53\xdc\xb5\x3b\x59\x29\x92\xb9\xab\x38\xb1\x06\x1b\x7f\xc3\x65\xd3\x58\xa1\x65\xa4\xf7\xbb\xca\x4b\x37\x40\xe1\x7a\xd7\x0d\x55\x92\xf9\xee\x72\xa4\x30\xb3\x25\xc4\x57\x36\x31\x02\xc6\x95\xeb\x35\x39\x43\x47\xc4\x8d\x27\x2c\x8f\x0a\x31\x8d\x53\x54\x34\x71\x8d\xa5\x86\xed\x84\x4f\x3c\x74\xb9\x4c\x15\x05\x66\x67\x17\xcc\xd8\x26\x6c\xbb\x1c\xbb\x3d\x98\x72\xcd\x87\x09\xd6\x25\xb6\x49\x30\x93\x4c\xb7\xe1\x12\xd1\xcf\x0d\xb8\xd6\x39\x3a\x13\x2d\x67\x0a\xfd\x46\x13\x35\x0c\x70\x56\x07\x06\xa4\x34\xeb\x74\x14\x75\xe7\xf9\x7e\x99\x4c\x85\xe4\xaf\x54\x71\x37\x71\x04\x85\x59\x42\x23\xdf\xe1\x5f\xa1\x52\xd4\xf6\x1d\x25\x58\xdf\x42\x14\x49\xcb\xa5\xab\xbb\xb2\x55\x7d\xfb\xd5\xd8\x86\x93\x5e\x53\xbd\x5f\xd6\x7a\x55\x69\x4b\x31\x59\x93\x60\x30\x66\xdf\x40\x8a\x46\x21\x2a\x4d\xc7\xfd\x82\x68\xfd\x0d\x04\xe9\x36\x6a\x43\xaf\x04\xa9\xb3\x1c\xc4\xba\x7c\x54\x56\x24\xcd\xca\x6c\xa4\xf1\xdc\xed\x9b\xcd\x45\xca\xdb\xfd\xd6\xcd\x8a\xc1\xed\xbd\x82\x54\x2f\x15\x7d\x5b\x49\xd6\x0e\xde\xc3\xdf\x73\x3a\x6f\x73\xb9\x8c\x96\xfa\xa1\x4d\x1d\xe7\xea\xf0\x6f\xe1\xb4\xd7\xde\xeb\xb5\x7b\xa4\x75\x23\xf5\x80\xaa\x68\x5c\x56\x75\xe9\xc0\x30\x0c\x5a\x37\xbf\x49\x2e\xb6\x83\xdd\x60\x17\x3e\xd8\xf0\x9d\xec\xc2\x14\xb8\x70\x2d\xe8\xc0\x9f\xec\x41\x1f\x82\xd6\xcd\xe4\x36\x6c\xdd\x4c\x6f\x83\x8f\x3b\x95\x92\x5d\x3a\x33\xbb\x83\x9a\x3f\x63\xdb\x40\xa8\xa2\x6b\x3d\xd7\x91\x49\xda\xac\x93\xd2\x6b\x77\x74\x41\x66\xd4\x44\x63\xd4\x0f\x98\x8a\x3d\x4c\xc5\xb1\x6e\x73\x21\x0d\x8f\xe7\xed\x94\x5e\x0f\x2c\x8f\x41\xc1\x23\xec\x3d\xeb\xbd\x38\xb8\xd3\x01\xd6\x8f\x60\xee\x99\x3c\x7d\xa1\x03\x94\x26\x4f\xb5\xf1\x19\xa9\x04\xf2\x35\x46\x50\xba\x34\x55\xed\x7a\xef\xb8\xf6\xf4\x35\x97\x8f\xaa\x17\x65\x0a\x07\xec\xaf\xbd\x58\xc7\x22\x28\x8c\x9a\xbb\xbd\xb2\xbf\xee\xe6\xf2\x82\x5b\xa0\x0b\x38\x93\xd4\x30\x36\x38\x7b\x7f\xdd\xa1\x6b\x88\x0f\xbe\x89\xf0\x05\x77\x11\x8a\x23\x44\x77\x6e\xd8\xda\xb6\x9a\xb4\xfb\x94\x9d\x35\xbe\xeb\x77\x08\x1e\x7e\x8b\xe0\xc1\x3c\xca\xb7\x0b\x96\xbe\xb9\x10\x7e\x71\x92\xd7\x51\x6e\x98\xac\xe9\xf4\x61\xce\xf9\xa5\xd9\xe9\x7b\x3f\x38\x2b\xbd\xe9\x9f\xbe\x3d\x7f\x77\x05\xc7\x17\x67\xe7\xf0\xa1\xdb\xef\x96\x8f\xd0\xfa\xaf\xce\x2e\xde\x1f\x5e\x1c\xc3\xe1\xd1\xd1\xc9\xf9\xd5\xfa\xf7\xb3\x77\x57\x16\x79\xc3\x67\x72\x08\x9e\x38\xe1\x90\x48\x20\xbf\x15\x80\x8d\x20\x19\x98\x28\xb3\xbd\x6e\x26\x95\x81\xbd\xbd\x46\xf0\x27\xf0\x4e\x23\xf4\xba\x6d\xf7\x5f\xe7\x85\xed\xd3\x8a\xee\x05\x4e\x7e\xcf\xb9\xe0\xfe\x72\x73\x02\x8b\x9b\xda\x45\x18\xc1\xd1\xe9\xf1\x45\xb5\xe5\x3c\x35\x30\xe3\x49\x62\xfb\xba\x28\x91\x1a\x99\x6f\x7c\x0c\x1f\x8d\x4d\x32\x87\x29\xa7\x70\xe4\xee\xa7\xed\x16\x6d\xae\x33\x8d\x6f\x14\xa9\x76\x6d\x70\x9e\x31\x6a\xb0\xdd\xb8\x1e\x5d\x16\xb3\xb6\xba\xde\xf3\x97\xf7\x68\xe3\x4e\xec\xee\xde\xd3\xee\x1f\xc4\x7f\x76\x0f\x7e\x6a\xfd\x49\x18\x45\xa3\x09\x10\x12\x19\xbb\xc1\x46\xb8\x38\x79\x7d\x78\x75\x72\xbc\x7b\x72\x79\x75\xf8\xf3\xeb\xd3\xcb\xbf\x9f\x1c\x37\xd2\x39\x3a\x7b\xf3\xe6\xf4\x6a\x93\xa7\x3f\xfb\x8f\x76\xf5\xe6\xaf\xff\xd7\x8e\xfe\x67\x5a\xe2\xab\x2e\x06\xff\xbf\xd4\x48\xbb\xa3\x75\xdb\x30\x5f\x27\x07\x5e\xb0\x41\x71\x5f\x38\x68\x6d\x17\xf5\xd3\x1d\x80\x92\x18\xb6\x6e\x6e\xda\x47\x0e\xe6\xd8\x81\xdc\xde\x6e\xed\x94\x5b\x9d\x88\x1a\xf8\xf1\xc7\x93\xb3\x57\xf0\xd3\xdd\x37\xe9\xca\xbb\xf3\x8c\xff\x8a\x4a\x73\x29\x56\xf7\xf8\x3d\x50\x7b\xf2\x42\xdb\x52\x37\xed\x0d\xd1\xd0\xf2\x50\x67\xc2\x05\xeb\x43\x71\x3b\xff\xa8\xd0\xaf\xdb\xbf\x96\x85\x29\x09\xda\xf7\xc3\x8c\x86\x55\x56\x5a\xb5\xa2\x46\x46\x59\x3e\x48\xa9\xa0\x23\x54\x83\x4c\x26\x3c\x9a\x43\x18\x42\x60\x3d\x83\x47\x41\xb5\x90\x45\x59\xfe\xc6\x83\x9e\x3b\xc8\x3e\xb4\x6e\xd6\xf1\xcb\x18\xde\xca\x17\xa8\x51\x4d\x91\xf5\xab\x3b\x89\x2c\xb7\x04\x3c\xc8\x40\x15\x30\x83\x28\xcb\xcb\x14\xac\x9a\xee\xc4\xb7\x00\x1b\xb1\x37\x5c\xc5\x3b\x39\x7b\x55\x75\xe3\xfa\x3f\xdc\x79\x90\xa3\x3e\xfd\x26\x8e\xea\xcf\x12\x5a\x4f\x80\x08\x84\xfd\x4d\x47\x08\x7e\x48\xf5\x4e\xd3\x11\xf6\xa1\xd5\x85\x1f\x3f\x49\x81\x3f\xc1\x8f\x0a\x23\xa9\xd8\x4f\xf0\xa3\x6d\x5e\xa9\x31\x98\x66\x46\xff\x54\x9f\x8b\xb9\x81\x4d\x6f\x7d\x83\xe5\xff\x58\x52\x61\xab\x57\x89\x15\x4b\x35\x6c\xed\x55\x46\x21\x2b\x06\x61\xab\xbc\x0f\xf7\xb2\xbd\xb2\x7e\xc9\xc5\x08\x64\x6e\xdc\x4c\xc0\xb6\x2e\xce\x2a\xca\x9f\xbd\xb5\x2c\x9f\xb2\x64\x25\x80\xea\x94\xdf\x0d\x6f\x51\x85\xdd\xd2\xbb\x62\xa2\xba\x98\xfd\xa3\x72\xd3\xff\x56\x59\x2a\xa7\xbb\xb5\xb9\xaa\xcc\x4d\xd8\xda\x66\x7c\x04\x7f\xd1\x63\x9b\x25\xff\x62\x78\x8a\xfe\x96\x45\xe0\x65\x02\xa1\xeb\x27\x3c\x0a\x4d\xd8\xfa\xef\xda\xcb\xc2\x54\xca\xa5\x96\xdf\xa1\x0b\xdf\x7d\x07\x41\x4b\xe6\x26\x80\xc7\x21\x04\x77\x9c\xff\x54\x17\x6b\x51\x1a\x40\x86\x0a\x69\xfd\x38\x62\xed\xf8\xca\xcb\x50\x70\xbd\x87\xa9\x37\xcc\x5b\x59\x33\x45\x2e\x58\xb3\x41\x1c\x4e\xa2\xeb\x47\x68\x4b\x4a\x56\x89\x31\xe5\x09\x32\x7f\x84\xe2\xdc\x2a\x72\xcd\xaa\x42\xd3\x07\x27\xd4\x7d\x0b\x68\x1a\x5b\xaf\x4c\xde\xda\xde\x2e\x7e\xfe\xa5\xb7\x53\x36\x8a\x9b\x6c\xaf\xab\xa1\xb4\xb2\xc0\x25\xae\x8d\xfa\xf0\x4b\x38\x72\x87\x2a\x42\x1a\x28\xfe\x19\xe3\xfd\x6e\x0a\xf7\x06\x90\x45\x13\xda\xee\x6c\xcb\xf2\x6c\x9c\xf1\x9f\xcb\x24\xb1\x81\xd2\x12\x05\x47\x1f\x6e\x6d\xc7\xb9\xdd\x6e\xd7\x99\x37\x85\x83\xfd\x23\x27\xfe\x72\x7c\xed\xf5\x57\x47\x0a\xdc\x13\x2d\x7f\x0d\x5a\x42\x07\x10\x14\xf2\x06\xed\x45\xf8\xd0\x7a\xf4\xc0\xa6\x08\x82\x3f\x18\x45\x2b\x25\xbe\x96\x72\xa2\x61\x24\x25\x7b\x5c\xd7\x57\x49\x3f\xb5\x81\x57\xf9\x4f\x53\xb4\x41\x93\xc3\x42\x29\x92\x0c\xd0\x29\xe5\x89\xed\x39\x61\x8e\x6b\xce\x0e\x1b\xfd\x1b\x1e\xe2\xe3\xb0\xee\xe7\xe0\x15\xf6\x18\x5a\x72\xb2\x51\x2b\xc5\x09\x46\xd9\x8d\x80\x71\x26\xb6\xdc\xf5\x33\x99\x62\x49\x6a\x1b\xb8\xdc\x9d\x3c\x02\x4d\x12\x39\x43\x06\xd6\xc2\x4d\x2b\x59\x73\xfa\x35\xf5\xd4\x84\x6d\x92\x83\xeb\x12\x73\x29\xdc\x4d\xb6\x72\xd0\x3e\xaa\xf1\xeb\xae\xf7\x97\xbe\x95\xe9\x30\x8a\xa9\x14\xed\xdf\xf4\xb2\xf3\xb9\xa7\x3c\x7f\xe1\x2d\x9f\xea\xa5\x9a\x20\xe1\x53\x5c\x5c\x5e\x0d\xfc\x1d\xa7\xdd\x1a\x84\x1c\x11\x99\x19\x1d\xf4\x6b\xb8\x00\x41\x4a\xaf\x89\xe6\x9f\x2c\x66\xd0\xeb\x76\xd3\x60\xb7\x09\xc2\x2e\xc0\x42\xd4\x6e\xb8\x94\x5b\x95\xdb\x47\x19\xd5\x7a\xe6\xff\x7f\x02\x1a\x95\x5b\x44\xf9\xdf\xfc\x3a\x58\xad\xc7\x83\xc5\xbf\x74\x41\x36\x98\xe0\x5c\xbb\xde\x4a\x8f\xdd\xef\xdb\x47\xff\x1b\x00\x00\xff\xff\xeb\x84\xcc\x9d\x9a\x40\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 382, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xbd\x6a\x43\x31\x0c\x46\x77\x3f\x85\x48\x86\x42\x87\x3b\x75\xed\xd6\xb9\xaf\x60\x14\xf9\x23\xd7\xc4\x57\x32\xb6\x7c\x43\x28\x79\xf7\x92\xfe\x04\x02\x77\xc8\x7e\x74\xbe\x23\x1b\x5e\x87\xd3\xee\x6c\xed\x84\x16\xd5\x12\x7a\x9c\xad\xbb\xf2\x82\x1d\x7d\x05\xa2\x95\xcb\x00\xbd\xd3\x02\xe7\x12\x13\xd6\x2c\x98\x7e\xc0\xe9\x75\xfa\x47\xc3\x35\x84\x4d\x57\x1d\x87\x92\x25\xe6\xba\xbe\x3d\xa1\x63\x11\xf4\x87\xa3\x9b\x78\x4f\x1f\x63\x59\x2e\xf4\x37\x30\x3a\x12\xb9\x91\x34\xb0\x83\x12\x2a\x34\x41\x25\xa3\x93\x69\xb9\x84\x3d\x7d\x9a\xd3\x71\x70\x63\x75\xdc\xe0\x99\x9d\xce\xa6\x2f\x4e\x32\xb3\x1e\x71\x6f\xfd\xdd\x8f\x39\xf5\x27\xea\x72\xda\x78\xf3\x60\xe6\xdd\x1b\xd7\xe8\x76\x82\x3e\x6a\x8a\x09\x97\x69\x9b\x0c\xd7\xf0\x1d\x00\x00\xff\xff\xe6\x5d\x20\x43\x7e\x01\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 6902, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x6d\x6f\x1b\xc7\xf1\x7f\xcf\x4f\x31\xb8\xe4\x0f\xd9\x00\x79\xa2\x1c\xc7\x89\x84\xf8\x0f\xc8\xa2\x53\x0b\xb5\x63\x35\x54\x9a\xa2\x55\x70\x5c\xee\xcd\xf1\xb6\xdc\xdb\xbd\xec\xce\x91\x62\x0d\xf7\xb3\x17\xb3\x7b\x47\xf1\x49\xb1\xe4\x04\xad\x5e\x09\xbc\xd9\x99\xdf\xfc\xe6\x61\x67\xf6\x0b\xb8\xd0\x8d\x27\x74\xbd\xde\x42\x38\x25\xa6\x1a\x21\x91\xf1\xa7\xcc\x88\x0a\x13\xf8\xd0\x03\xa0\x55\x8d\xd0\xfe\xbd\x04\x4f\x4e\x99\x59\x0f\x20\x47\x2f\x9d\xaa\x49\x59\x03\x2f\x21\xf9\xc9\xa8\x5f\x1b\x84\xf6\x38\xf0\x71\x78\x52\x3b\xac\xd1\xe4\x98\x03\x59\xc8\x8d\xcf\xfe\x65\x0d\x3e\x4d\x7a\x1f\x37\x2d\xd6\xce\xfe\x13\x25\x65\x2a\x8f\xf6\x76\x14\xbf\xfe\xb5\x51\x46\xdd\xc2\x3b\x24\xa1\xa1\x15\x86\xcb\x11\x3c\xc1\x74\x96\xc2\xf3\xe1\xd7\x58\xe0\xa9\x1c\x48\x89\xa7\x83\xe7\xf2\x9b\x93\xc1\xb7\xdf\xc8\x93\xc1\xe9\xf3\x53\xf9\xec\x74\x38\x7d\xf6\x4d\x2e\xa3\xc5\x2f\xe0\x07\x9b\xa3\xdf\x32\x6d\xad\xfe\x5c\x4f\x97\xd6\xcd\xd1\x01\xab\x38\xe4\x6d\x69\x3d\xf1\xcf\xbb\xde\xc6\x63\x99\xb4\x8d\xa1\x43\x56\x4d\x53\x4d\xd1\x05\xab\x85\x68\x34\xb5\x3f\x9f\xec\xe3\xf8\x21\x48\x82\x2d\x5a\x28\xbe\x0f\x52\x18\x98\x22\xc8\x52\x98\x19\xe6\x20\x0a\x42\xb7\x14\x2e\xf7\x81\x7f\xd4\x48\x08\xd6\x81\xc8\x73\x30\xcc\xc5\x0e\x36\x46\xf2\x09\x26\x36\x31\x25\xf2\xab\xd4\x57\x42\xeb\xf4\xf6\xdb\x17\xc9\xa7\x22\xa7\x8c\x27\x61\x24\x46\xdd\x85\x75\x0f\x84\xed\x50\x3a\x14\x84\x40\x25\x1e\x44\x2d\xb5\xcc\xbc\x51\x75\x8d\xe4\x0f\xa1\xd7\xca\xd3\x93\xe8\xc2\xd3\x7d\x90\x17\xd6\x90\x50\x06\x1d\xbc\x55\xa6\xb9\x85\x0b\x6b\x0a\x35\x83\xb5\xc2\x3d\xaf\xff\xf1\x4b\x4c\xa6\xeb\xf7\xa3\xf7\x67\x50\xa9\x99\x0b\xe0\x2c\x4c\x08\xab\x5a\x0b\xc2\x42\x69\x9c\xc0\xb2\x44\x03\xd7\xe8\x9c\x28\xac\xab\x60\x32\x4c\x4f\x9e\x4d\x40\x79\xb0\x0d\x81\x30\x39\x34\x1e\x61\xf2\xe1\xff\x02\x15\xff\xfe\x38\xe9\x7d\xc1\x4a\xc4\xc2\xaa\x1c\x7c\x8d\x52\x15\x2b\x65\x66\x30\x19\x0c\xd8\xe9\x81\x16\x53\xd4\x7e\x02\x62\x26\x94\x89\xca\x99\x90\x85\x70\xac\x13\xab\x9a\x56\xe9\x06\x29\x51\xfc\x10\x1d\x95\xa8\xef\x67\xe3\x9d\xa8\x39\xa1\x64\xe3\xc9\x56\x10\x95\x6c\xc4\x2a\xf2\x9f\xee\x93\xf2\xe1\xe3\x4e\x26\x09\x65\x0e\x47\x63\xd7\xfc\x8e\x96\x4f\x20\x8a\x7a\x0f\x21\xda\x32\xaf\xea\x5b\xcc\xa2\x9a\xac\x71\x7a\x03\xc7\x3a\x99\x7b\x00\xdc\x10\x08\xcf\x40\x5d\xfd\xed\xf5\x60\x6a\x2d\x31\xdf\xdf\x6b\x41\x52\x38\xb0\x06\xb6\xf3\xd7\x2e\xd0\xc1\x9b\xeb\xeb\xab\x31\x13\x5e\x08\xa5\x59\x3c\x6f\x42\xec\x05\x4c\x9b\x19\x28\x13\x74\xa5\x41\xf7\x75\xa9\x3c\xd4\x82\x64\xc9\xf2\xbe\xa9\x6b\xeb\x63\x6b\x28\xd4\x2d\x50\xa9\xfc\x19\x94\x44\xf5\xd9\xf1\xf1\x4c\x51\xca\x90\x53\xeb\x66\xc7\xe1\x9f\x99\xa2\x63\x69\xab\x4a\x51\xae\x8a\xe2\x78\xfa\xa2\x28\xf0\xd9\xb7\xe2\x59\xd0\xfc\xc6\x2e\x71\x81\xae\x1f\x12\xa0\xa9\x3d\x39\x14\x55\xd0\xca\x85\xc4\xbc\x80\x35\x7a\x75\x97\x24\x11\xb5\x47\xc7\x2e\xe4\x16\x3d\x18\x4b\xe0\x50\xaf\xd8\x4d\xd4\x9a\xe9\x96\x41\xb7\x6c\xdc\x02\x7d\x0a\x63\x0b\x4b\x04\x5f\xda\x46\xc7\x4c\x8d\x3a\x82\x5e\x66\x3f\x2a\xf3\xb0\x54\x54\x72\x42\x77\x4a\x5a\x05\xfd\x90\xe1\x96\x4a\x74\x4b\xe5\x31\xa8\xee\xb4\xa4\xf0\xbd\x75\xd4\x18\x41\xa8\x57\x7d\xf0\x8a\x9b\x82\x27\x8e\x5c\xea\x50\xa3\xf0\x98\x16\x31\x0a\x03\xcd\x35\x99\x1a\xa4\x07\xc2\x56\xd4\x61\x66\xd1\x29\x82\xe0\x1b\x63\xaa\xb1\xe2\xe0\x50\x29\x08\x24\xeb\x0f\x87\x2e\x09\x4a\xe1\x61\x8a\x68\xa0\xb6\xde\x2b\xce\x1d\xb2\x60\x04\xa9\x05\x5b\x09\x2d\x4b\xeb\x75\x4e\xa8\x4a\xcc\xd0\x83\xf0\x60\x8b\x42\x49\x25\x34\xbc\x1f\x83\x8d\xb9\xba\x9b\x30\xfd\x60\x63\xda\xd0\x1d\x69\xa2\xca\x5f\x3c\x4f\xe1\xba\x44\x87\x9c\x14\xc6\x82\x70\xd5\x8b\xe7\xdb\x06\x40\x2c\x84\xd2\x21\x91\x77\x75\xa6\x1b\x25\xf3\x12\x92\xa4\xb7\x5f\x2f\x6f\xad\x14\xe1\x7f\xb2\xa0\xad\xc8\x43\x02\xd4\xb7\x08\x9c\xe0\x10\x45\xa1\x70\xb6\xda\x29\x99\x42\x48\xa5\x15\xad\x1e\x73\x13\x6e\x17\x48\xa7\x21\xde\x35\xb5\xb6\xab\x60\xbb\x9b\x08\x94\xd9\xb1\x68\x7d\x26\x9c\x2c\x1f\x73\xe1\x04\x02\x0f\xdc\x34\x1d\x7f\xbb\xcd\x9c\xf5\x2b\x42\x49\x8d\x0b\x91\xed\x02\xfa\x24\x28\xea\x47\xf6\x77\x6f\x68\xeb\x33\xbe\x89\x0c\xea\xc7\x40\x8b\x09\xfc\x08\x6c\xad\x8d\x4d\x58\x1c\x16\x78\x12\x35\xf5\x61\x8a\x24\xfa\x20\x74\x5d\x8a\x3e\x60\x3e\xdb\x1b\x25\xac\xcf\xb8\x06\x95\x35\x8f\xba\xb4\x1b\xe7\xd0\xd0\x23\x90\xb6\x46\xb6\x08\xe4\x74\xc6\x5b\x51\xd5\x1a\xe1\xe8\xd9\xc9\xe9\x49\xfa\x75\x3a\x3c\x82\x01\x78\xc4\xd0\xd6\xfc\xd9\xf1\xf1\x72\xb9\xdc\xa9\x64\x6e\x70\x6d\x8d\xfb\xe3\xa7\xfd\xbb\xd2\xe0\xbe\xb9\x77\xaf\xc7\x49\x34\xb7\x95\x50\x26\xf3\x4d\x51\xa8\xdb\x83\x23\xe2\x5f\x1a\x74\x0a\xe3\xb5\x10\xa5\x63\x63\x0a\xf9\x17\xcf\xc1\x52\x69\x1d\x1a\x82\xf1\x4b\x74\x98\xc3\x74\x05\xd2\x3a\xcc\x8d\x4f\x61\xd4\x52\xa4\x7c\x97\xae\xa9\xb6\x52\xe8\x76\xc6\x2c\xac\x4d\x5b\x16\x53\xbf\x90\xe9\x96\xcc\x53\x48\x1e\xce\xfd\xe6\xc1\x1d\x77\xe7\xcd\x14\x65\x18\x3e\x0e\xfa\xf8\xe7\xf5\x67\xe0\xf9\xe2\x5e\x9b\xdb\x14\x8a\x4c\xa2\xa3\x7b\x15\x3a\x83\x84\x1e\x2e\xce\x81\xc5\x54\xa1\x24\xcf\x32\x06\x91\x87\x58\x15\x2f\x8f\xf9\xb6\xe1\xf4\x61\x96\x45\xad\xe2\x15\x71\xd0\xf6\x79\xf7\x15\x6a\xa7\x16\x6c\x13\x4d\x5e\x5b\x65\xe8\x0f\x31\xee\x7d\x99\xcd\x71\xf5\x19\xd3\xe0\x78\xfc\x06\xea\x66\xaa\x95\x04\x56\x10\x32\xaa\xf1\xe8\xe0\x88\x73\xe5\x68\x27\x64\xec\x83\x92\x98\x49\x95\x1f\xf4\xf3\xbb\xef\x5e\xbf\x1f\xf5\x2e\x2e\x47\x3f\xc2\xe5\xd5\xe2\x39\x38\x9e\x6f\xc3\xb8\xe0\xbd\x9a\x19\xd8\x08\x41\xab\xca\xa7\xbd\xeb\x12\xe1\xc4\x13\x5c\x5e\xad\x73\xd6\x61\x60\x2b\x0f\x70\x98\x92\x6c\x4d\x6f\x1c\x02\x4e\x86\x54\xde\x7b\xa0\xcb\xf2\x1e\x83\xe9\x6d\x10\x72\x20\x4f\x5f\x42\x72\x32\x4c\xbf\x4a\x87\xe9\xf0\xf8\xe4\xc5\x9e\xbb\xd4\xd4\x99\x13\xf7\x2c\x6a\xe7\xc4\x03\x30\xb1\x7f\xed\xc4\x2e\xe0\xc7\xf3\xcb\x11\x0c\x63\x63\xc3\x5b\x72\x02\x72\xe5\xe7\x61\xae\x9f\x22\x33\x1b\x21\xd6\xdc\x61\x3c\xa1\x21\x90\xeb\xe6\xe3\xc9\x3a\x31\xc3\x14\x2e\x84\x39\xa2\xb5\x7c\x28\xec\x3b\x28\x59\x19\x96\x19\xb7\xf9\x93\xcf\xf3\x14\xfe\x2a\xb4\xca\x61\x21\x74\x83\xfe\x0c\x6e\x12\x72\x0d\xde\x24\x7d\xb8\x49\x0a\xa1\x3d\xde\x24\xfb\xb9\x34\xb5\x56\xef\x15\x6d\x90\xbe\x8f\x08\xb6\xfe\x3b\xc8\x78\x23\x5c\x0e\x23\xe5\xe7\x90\x3b\xb5\x40\x1f\xfa\x61\xff\x0f\x64\xe7\x7f\xc8\x8c\xf7\xbf\x87\x99\xb1\x65\x8c\x63\xe2\xef\xa3\xcf\xe6\xe6\x71\xe4\x94\xff\x55\x72\xb2\xc2\x1f\xe4\xe7\x67\x9e\xda\x3d\x06\x82\x3a\xf3\xa1\xf9\x81\x5f\x79\xc2\x6a\x5d\xe4\x91\xbd\x9c\x87\xc4\xf1\x78\x14\x39\xcc\x91\xbb\x48\x18\xbe\x3b\xb1\xca\x36\xa6\x15\x3b\xae\x0c\x1d\xc7\x6d\x92\x2f\xa0\x81\xf7\xf9\x60\xcd\xd5\xb5\x0d\x13\x3a\xb7\x13\x27\x96\x9d\x26\x06\xa2\x5a\x2c\x2d\x01\x7f\x1c\x47\x7c\x6e\x9b\xa2\xd8\xb8\xc2\x00\x9b\xa9\xfc\x30\x41\xe3\xb8\x1c\xef\xac\x67\xa5\x70\xf9\x52\x38\xcc\xb6\x55\xc4\xe1\xa2\x7d\x7a\xf0\x29\x9c\xf3\x02\xca\x9b\x91\x8b\xae\xce\x31\xcc\x1f\x95\x08\x97\xff\x51\x5c\x2a\x07\x5f\x7e\xf9\x41\x99\x1c\x6f\x3f\x1e\x05\x2a\xe3\xa2\xad\x9b\x30\xb4\x07\x82\xee\x6c\xc0\xe5\x28\x8d\x0f\x4b\x61\xe5\xa8\xf9\x93\xa1\xee\xfe\x0a\xc6\x38\x10\x1d\xb5\x51\x8d\x2d\x60\xb2\xe3\x6a\xd6\x52\x33\x81\x8e\x8d\x14\x5e\xc7\x01\xeb\x0c\x76\x64\x79\x55\x6e\xf7\xdf\xc1\x10\x5e\xc2\x4d\xf2\xdd\xb6\xc4\xff\xdf\x24\xf0\x71\x3f\x08\x9f\xd8\xbd\x7f\x2b\x12\x1d\xbc\xfb\xaf\xb9\xab\x6e\x83\xea\xf2\x22\x49\x02\x79\x89\xc1\x5b\x1a\xac\x77\x9a\x24\xed\xf5\xba\x08\x8a\x35\x86\x6d\x42\x43\xd0\xcc\x9a\x53\xbe\xb2\xef\x46\x82\x5d\xe2\x26\xbd\x4a\xd4\x29\x9c\x9b\xf8\x08\xd2\xde\x69\x50\xa1\x30\x1e\x12\xe6\xdd\xd8\x75\x76\x6c\x1a\x4a\x52\x98\x6c\x63\x9b\x84\x58\xf5\x64\x69\xad\xe7\x22\x5a\x6d\xe1\x0a\xdb\x63\xc5\x0b\x3d\xc6\x2c\xd8\x78\x01\x3c\xf2\x5d\xc1\x04\xc6\xd9\xef\x6e\x1d\x7a\xe8\xbd\xbb\x73\xd9\xe6\xca\xf3\x3f\xd9\x74\x56\x1f\xac\x82\x51\xfc\x0e\xaf\xfe\x74\xc5\xa5\x1d\x9f\x41\xda\x44\x5c\xda\xb6\xeb\x89\x76\xa3\x95\xd6\x18\x94\xa1\x8c\xb7\xab\x86\x4f\xd7\x88\x2e\x1c\x0d\x6f\x6c\x82\xc2\x8f\xca\xc7\x96\x19\x1f\xe0\x50\x2d\x10\x94\xa1\x30\xad\x00\x39\xc1\xeb\x2f\xe4\xca\xa1\xa4\x28\xb4\xad\x16\xb5\xf0\xa4\x24\x5c\x5e\xf9\xcf\x6f\x97\x24\x66\x87\x1b\xc0\x5b\xe5\x89\x4b\x88\x05\x22\xe2\xae\xd7\xd5\xce\xd6\x62\x26\x5a\x4c\x31\x83\x42\xda\x28\x1f\xc2\xb4\x0f\x66\x6f\x1c\xdc\x7a\xea\x4b\xde\x09\x23\x66\x98\xbf\x5a\x9d\xbd\xb5\x73\x5b\x59\x52\x0b\x4c\xfa\x90\x5c\xc4\xde\xfb\x6a\x75\xf6\x93\x89\x8f\x75\x0a\xf3\xe4\x97\x6d\x07\x82\xfd\x2c\x0f\x8f\xc2\x59\xb7\xa4\xed\x3d\x6f\xcd\x71\x33\x99\x22\xe6\x78\x06\x6c\xcc\x78\xdd\xfa\xeb\xd0\xdb\xc6\x85\x36\xf6\x4e\xcd\x4a\x6a\x1f\x4c\xfb\x50\x35\x9e\xba\x07\x8f\x10\xb5\xe9\x0a\x84\xe1\x99\x7a\xc0\xc3\xeb\x3d\x5e\x0b\xb3\xda\x77\xd9\x34\x5a\xef\x24\x62\xfb\x6c\xff\x98\x87\x81\xd1\x0f\x63\xf8\xbb\x35\xd8\xee\x4f\xed\xa2\x98\x4a\x5b\xed\xee\xb0\x68\x42\x96\x93\xf6\xd9\xd4\x5a\xf2\xe4\xc4\xe1\x7c\x7f\x1d\x04\xe1\xfa\xed\x18\x5e\x75\x82\xa1\x4f\xf0\x10\xad\x91\x0e\xac\x06\x21\xd1\xb6\xf7\xa1\xba\xc9\xaa\x10\x52\x97\xd5\x56\x2b\xb9\x3a\x68\xeb\xe2\xea\x27\x88\x91\xe7\xea\x66\x31\x4e\x27\x6e\x25\x6c\x70\xa7\xf4\x53\xd8\xeb\x7c\x13\x63\x0d\x4e\xfa\x30\xf1\x24\x48\xc9\xc9\x81\x07\xd3\x84\x45\x1e\xb6\xcd\x84\x81\xbf\x9b\xe8\x33\x59\x37\xf7\x62\xe6\x49\xdf\x6f\x0f\xff\x0c\xf6\xe7\x08\x76\x63\xdb\x90\xb6\xaa\xad\x41\x43\x1e\xb4\x9a\xc7\x35\x4b\x23\xf5\x01\x49\x1e\x02\xfb\xd5\x70\x58\x3d\x70\xf5\x0a\x33\xca\xef\x82\x5b\x5a\x4f\xeb\x7d\x28\xe2\x1b\x59\x39\xe7\x5d\xc7\xfb\x32\xef\xc3\x9c\xdd\xd0\xf7\x82\xfd\xfa\xb7\xc1\xfe\x27\x00\x00\xff\xff\x9d\xe6\x72\xbf\xf6\x1a\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 341, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8d\xcd\xaa\xc2\x30\x10\x85\xf7\x79\x8a\xa1\x77\x9f\xe6\xd2\x8d\x9b\xfa\x14\xee\x25\x24\xa3\x1d\x68\x33\x71\x92\x16\x41\xfa\xee\xd2\x3f\xa9\x50\x70\x13\xc2\x39\xe7\xfb\xe6\x0f\x2e\x28\x62\x6f\x2c\x1d\x0c\x28\x89\x38\x80\x0d\x1e\x62\xdb\xdf\x29\x6c\x51\x52\x2a\x7f\x66\x2f\x05\x20\xf8\xe8\x49\xd0\x5f\x37\xa6\x86\xe2\x5c\x83\xd1\xff\x55\xa1\xf6\x7d\x14\x1e\xc8\xa3\xa4\x19\x03\x70\x19\xea\xf5\x0b\x90\xb8\x17\x87\x30\xc1\x91\x13\x92\xe7\x50\xba\x5c\xac\xed\x4e\x6d\xf4\x49\x9b\x25\x1f\xe7\xb7\xc3\x6c\xdb\x63\xd3\x74\x39\xd0\xb3\x9c\x27\x07\xae\x4a\x9b\x6f\x97\xd8\xe0\xb9\x3b\x96\x35\x36\x35\xe4\x58\x62\xb9\xac\x7e\xfb\x46\x35\xaa\x77\x00\x00\x00\xff\xff\x13\x8a\x1c\x6f\x55\x01\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/workers.tf": &vfsgen۰CompressedFileInfo{ + name: "workers.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 3209, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x57\x4f\x6f\xe3\xb8\x0e\xbf\xfb\x53\x70\xfc\x66\x80\x06\x48\x9c\xce\x9f\xf7\xf0\x50\xa0\x98\xd3\x1e\xf6\xb0\xb7\x05\xf6\x30\x18\x08\xaa\x4c\xc7\x9a\xc8\x92\x56\xa4\x93\x66\x8b\x7c\xf7\x05\x65\x3b\x4e\x93\x14\x33\x3e\xa5\xe2\x8f\x14\xff\xfc\x48\xb1\x09\x29\xf4\xc9\x20\x94\x1d\xb2\x76\xaa\xc6\x9d\x35\x58\x42\xe9\x43\x8d\x54\xc2\x4b\x01\x60\x42\xef\x19\xce\xbe\x47\xd8\xe9\x54\xed\x43\xda\x62\x52\x59\x5a\x00\xb4\x81\xd8\xeb\x0e\xcf\x50\xe5\xfb\x17\x01\x1a\xd7\x13\x63\x52\x22\x3d\xae\x86\xb3\x18\x82\x1b\x0f\x06\x3b\xab\xf7\x2f\xd9\x52\x65\x7d\x8d\xcf\xc7\xb2\x00\x88\x4e\x7b\xb8\xbe\x97\x0f\x11\x0b\x80\x46\x1b\xeb\x2c\x5b\xa4\x93\xf4\x9b\x88\xc7\xf3\xc3\xf7\x02\x20\x44\x4c\x9a\xad\xdf\x28\x3a\x10\x63\x37\x5a\xb0\xf1\x19\x15\x99\x64\x23\xab\x3e\x39\x78\xf7\x08\x65\x09\x5f\xa1\x34\x3d\x71\xe8\x94\xc8\x4b\x78\x80\x26\xa4\x4e\xf3\x5d\xd9\x38\xcd\x46\x27\xf5\x81\xca\x65\x36\x10\x48\x99\x56\x7b\x8f\x6e\x51\x00\x3c\x59\xe7\xe4\x0e\x73\x30\x0e\xc7\xc8\xdb\xd0\x27\x77\xc8\x51\xa4\xf0\x03\x0d\x2b\x5b\xbf\x8a\x62\x3e\x2e\x00\x2e\x1d\xba\xed\x67\x01\xa0\xdd\x5e\x1f\x48\xc5\x67\x3c\x19\x6b\xb4\x23\xc9\x47\x4f\x98\x54\xad\x59\xbf\xce\xd6\x5b\xb1\x0a\xb2\x32\xac\x4c\xf0\x8d\xdd\x54\xd6\x13\x6b\xe7\x56\x76\xe3\x2d\xdb\xe0\xa9\x4a\xe8\x6b\x4c\x58\xc3\xc3\x15\xf6\x0a\x53\x14\x00\xff\x81\xdf\x1b\xf0\x81\x21\x26\x24\xf4\x0c\xd6\x03\xb7\x08\x9d\x8e\x4b\xb0\x2c\xfe\x11\x0c\xc5\x17\x40\xda\x69\xb1\xa1\x6c\x4d\xaa\xc6\x46\xf7\x8e\x8f\x95\xd0\x48\xa7\x7a\xaf\x13\xaa\xd7\x20\x78\x04\x17\xc2\xb6\x8f\x77\x85\xc4\x76\xc3\xca\x32\x0b\xa6\x92\x8d\xa4\xfa\xb0\x2b\x97\x70\xc6\xab\xc5\xf2\x2d\xf5\xc9\x09\x01\x2c\x24\x1e\x67\x1b\x1c\x2a\xfa\x92\x75\xec\xc6\x87\x84\xb9\xee\x1b\x24\x61\x5b\x31\xe4\x79\xbd\x86\xbf\x2c\xb7\xe0\x71\x8f\x09\x7e\xfb\xbb\xb7\xde\x3e\xc3\x1f\xd2\x4e\x52\xfc\x9d\xad\x31\x2d\x21\xeb\x59\xbf\xc9\x75\xca\x65\x32\x3a\xa7\x24\xe1\xca\x24\xcc\x7e\x40\x68\x72\xca\x86\x26\x5c\xce\xf6\xf7\xad\x35\x2d\xec\x11\xf6\xda\x33\x70\x00\xb2\x0e\x87\x5f\x7a\x17\x6c\x0d\x35\x12\xa7\x70\x10\xfb\xb9\x71\x97\xa0\x49\x4c\x1d\xa0\xd3\x07\x30\xc1\xb3\xb6\x1e\x5c\x30\xda\x0d\xd5\x1c\x6d\x9f\x48\x33\x5c\x26\x3d\x73\x94\xe0\x59\x6f\x68\x6a\x37\xbd\xa1\xa1\xbe\x7f\xb6\x96\x60\xaf\x0f\x72\x6d\xab\x7d\xed\xc4\xd3\x28\x14\xf0\x46\xda\x70\xaf\x09\xac\xa7\x68\x85\x35\xb9\xfa\x96\x1e\xb2\x66\xcb\x1c\xe9\x61\xbd\xae\x2d\x99\x9e\xa8\x6a\x35\xb5\xd6\x84\x14\x2b\x13\xba\x35\xaf\xd9\x46\x5a\xb5\x61\xcf\x61\x65\xbb\xe8\xb0\x43\xcf\xab\x2e\xd4\xbd\xc3\xd5\x70\x05\xad\x82\x5f\x61\xd7\xbb\x9c\xa8\xf5\xa7\xcf\xf7\xff\x5d\x7f\x2a\x60\x74\x80\x54\xf0\x53\xff\xe7\xf8\xd5\x70\xae\x82\xff\x5e\x1c\x8b\x42\x7c\x47\x42\x18\x08\x4c\xa0\x13\x4a\xe8\xb5\xd0\x25\x67\xbc\xb1\xc4\xf0\x14\x02\x2f\x25\xb8\xd4\x7b\x18\x7b\x7e\x35\x36\x46\x91\x4b\x56\x9e\x9a\xa0\x84\xf2\xaa\x65\xa6\x69\xe9\x59\x6a\xf3\x08\x8c\x5d\x74\x9a\xb1\xb1\x0e\xef\xca\xf7\x2f\x51\x73\x5b\x0d\x51\x1d\xd7\xc6\xad\x47\x03\xd5\x41\x77\xae\xe2\x2e\xba\x72\x39\x72\x6d\x9e\x2f\x57\xd3\x6f\x16\x4d\xc8\x1d\x26\x12\xf2\xdc\x40\x8e\xa2\xa1\x33\xc6\x21\xe6\xac\xef\x9f\x55\xc0\x6e\x9c\x54\x51\x9b\x2d\x72\x99\x31\x44\xad\xda\xe2\x81\x2e\xa6\xee\x0f\x0a\x1e\xbd\x09\x35\xde\x89\xe1\x09\xb5\xc8\x3a\x31\x10\x8f\x91\xa8\x29\x15\xf0\xf8\x0b\x33\x03\xe0\xb8\x90\xe2\xdc\xc8\xec\x2f\x65\x34\xdf\x7e\x23\xad\x43\xeb\x9f\x67\x35\x23\x5f\x46\xca\x07\x52\x3a\x99\x76\x4e\x92\xfc\x35\xca\xb6\xfd\x13\x0e\x5e\x8c\x62\xf4\xfa\xc9\xa1\x62\x47\x4a\xd8\x41\x9c\x74\x84\xaf\x20\xb3\xc4\xf3\xdd\xc7\xfb\xe5\x4f\x8b\x7c\x52\x5b\xcd\xc6\x6f\x54\x5c\x3e\x0e\x5b\xf4\xd3\x3b\xf1\x08\x49\xfb\x3a\x74\x8a\x38\x59\xbf\xa9\x4e\x76\xd4\x04\xfb\x76\xff\x5d\x86\x58\xef\xf8\xc2\x02\xa1\x49\xc8\x3f\xb5\x30\xc0\x6e\x58\x31\x5a\x19\x4c\x7c\xce\xa5\xf1\xe8\x04\x91\xd1\x89\x69\x7e\xe8\xa7\x06\x1f\xe6\xbb\x8e\x76\x00\x1c\x1f\xfe\xf7\xe5\xcb\xe7\x72\x54\x3b\x2e\x16\xf0\x70\x9e\x3b\xc1\xce\x59\x59\x8c\xb0\x9b\x24\xfc\x19\x0b\x01\xb6\xff\x27\x55\x7b\x52\x72\xb3\x35\xa8\x6c\x1c\xd4\x8c\xad\x93\xec\x26\x83\xd2\x28\x94\xc3\x25\x7c\xbc\x9f\x94\xa7\x15\xa5\x0e\x9d\xb6\x5e\x51\xdf\x34\xf6\x79\x8a\xfd\x96\x6c\xd4\x93\x61\xa3\x9c\x7e\x42\x27\xe3\xb2\xc3\xb4\xc1\xbb\xb9\xa0\x79\x89\xca\x11\x26\x8f\x8c\x54\xd9\xb0\x96\xa3\x12\x2e\x3f\x79\x94\x97\xb3\x9e\x0b\xdb\xd0\x05\xb6\x3b\xac\xb4\x8b\xad\xae\xb6\xd6\xef\x82\xdb\x8a\x81\xa7\x4d\x5c\x0d\xb4\xac\x4b\x79\xfe\xc7\x07\xef\x03\x97\x4b\x78\x27\xfe\xd6\x96\x32\x69\x9f\x36\x71\x31\xd9\x3c\x0e\xc9\x1e\x3c\x9d\x82\x96\x37\x81\xe9\xca\x93\x61\xe8\x8b\x68\x2a\x08\x72\x1f\x55\xd2\xa7\x0d\x66\xc6\xcd\xa2\x2b\xac\x6a\xeb\xfa\x0d\xac\x88\xae\xf1\x44\x6f\xe2\x89\x6e\xe3\x55\x43\x6f\xe1\x55\x43\x17\xb5\xbd\x58\x4e\x2f\x37\xd3\x11\x2d\x14\xfa\x27\x78\xbc\x91\x94\x49\x34\x22\x6f\xce\x86\xb7\xc7\xc6\xe4\x4d\xec\x55\xa7\xbd\xde\x60\x52\x31\x38\x6b\x0e\xb3\x37\x57\xa2\x29\xe8\xbc\xbc\x8e\x1b\x11\xd6\xca\xc4\xfe\x14\xf4\xb5\xe8\x6c\x96\x5d\xa8\x4c\x4a\x57\xa2\xac\x72\xcc\x9b\x4f\x5e\xbb\x59\x58\xf5\xfa\x71\x20\x6f\x63\x44\xa6\x53\xe6\x8c\x9a\x8e\xe6\x21\x3e\xfc\x0f\x31\xae\xb6\x25\x94\xa7\x5f\x2f\xaf\x17\xe1\xab\x15\xf8\x58\xfc\x1b\x00\x00\xff\xff\x1a\x8c\x17\x1e\x89\x0c\x00\x00"), + }, "/terraform-modules/google-cloud": &vfsgen۰DirInfo{ name: "google-cloud", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), @@ -8202,175 +8371,6 @@ var vfsgenAssets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x31\xce\xc3\x20\x0c\x05\xe0\x9d\x53\x3c\x71\x00\xc2\xaf\x2c\xff\x42\xaf\x52\x21\x70\x15\x86\x60\x6a\x48\x96\x8a\xbb\x57\x4d\x32\x30\x64\xb1\x2c\x3f\xbf\xaf\x91\x88\x7f\xb1\xac\xf8\x28\x40\xe8\xbd\x25\xa1\xf8\xdc\x49\x6a\xe2\x0c\x07\xfd\x70\xb0\xe6\x6f\xd6\x6a\xcc\x8b\xf0\x9e\x22\x49\x3d\x6a\x40\x68\x70\xd7\x0a\x54\xde\x24\x10\x7e\xe5\xc2\x95\x52\xe4\x3c\x85\xa6\xaf\x74\xa0\xad\xf9\x37\xf6\xbc\xf7\x63\x8a\xcf\x91\xd7\x7b\x6a\xf1\x75\x49\x81\xa5\x4c\xe7\xd7\x8d\x37\x1b\x3b\x7a\x5d\x75\xf5\x0d\x00\x00\xff\xff\x6b\xbd\x91\x44\xe0\x00\x00\x00"), }, - "/terraform-modules/packet": &vfsgen۰DirInfo{ - name: "packet", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/terraform-modules/packet/flatcar-linux": &vfsgen۰DirInfo{ - name: "flatcar-linux", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes": &vfsgen۰DirInfo{ - name: "kubernetes", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/bootkube.tf": &vfsgen۰CompressedFileInfo{ - name: "bootkube.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 2306, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x56\xef\x6b\xe3\x46\x10\xfd\xae\xbf\x62\xf0\x35\xf4\xae\x24\x52\x2e\xbd\xc2\x5d\xc0\x94\x36\x57\x4a\xa0\x84\xc0\x7d\xe8\x87\x10\x96\xf5\xee\xc8\x5a\xbc\xde\x11\x3b\x23\x3b\xee\x91\xff\xbd\xac\xd6\xb2\x65\xc7\x2e\x15\x81\xc0\xbe\xa7\x37\x3b\xbf\x9e\xec\xc9\x68\xcf\xf0\xbd\x00\xd0\xad\x53\x8c\x71\x85\x11\xa6\x50\x53\x5c\x6a\x79\x3f\xb9\xe0\xab\x36\xba\x95\x16\x2c\x2f\x78\x72\x09\x2b\x1d\x4b\xe3\x3b\x16\x8c\x2a\xe8\x25\xe6\x13\x1b\x58\xfd\x43\x01\x3f\x14\xaf\x45\xb1\x24\xdb\x79\x84\xc9\x8c\x48\x16\xdd\x0c\x27\xbd\x3a\x53\x17\x0d\x42\x7e\xa6\x30\x29\xcb\x2a\xff\xed\x68\x05\xc0\x58\x19\xa6\x6f\x82\x15\x05\xc0\x3b\xb8\xd3\x21\x90\x40\xc7\x08\x66\x63\xbc\x33\x60\xb1\xc5\x60\x31\x18\x87\x0c\x14\xc0\x50\x90\x48\xde\x63\x64\xa0\x08\xd2\xa0\x8b\xf0\xf5\xe1\x1b\x44\x34\x14\x2d\x1f\x24\xcb\xb0\x7b\xa6\xf0\xd4\xd7\xa3\xdc\xa3\xcf\x87\x5c\x85\x2f\x82\x31\x68\x9f\xb8\xfb\x1a\xfd\xaf\xda\x24\x29\x14\x63\xdf\xc4\xcd\x52\xe0\x2e\xc1\x82\x0b\xd0\x6a\xb3\x40\x51\x16\x57\xce\x60\x39\xce\xe5\x76\xdc\x96\x24\x75\x61\xcf\x45\x76\x27\x82\x6b\xe6\xa4\xeb\x22\xc0\x38\xe7\xc4\xdb\x41\x05\x40\x40\x59\x53\x5c\xa8\xa5\x74\xc7\xb4\x11\x34\x24\x83\xc1\xb6\xe4\x82\xf0\x8e\x78\xf6\xfe\xe5\x4f\xa5\x36\x06\x99\xd5\x76\xa4\x94\x6b\x57\x9f\x52\xdb\x77\x1c\x65\xa8\x0b\x32\x8a\x78\x0c\xe5\x11\xf8\x86\x1e\x8d\xc0\x56\x06\x1e\xfb\x88\xf0\x70\x7f\x07\xb3\x0d\x74\xec\xc2\x3c\x35\x1d\x8c\x0e\x57\x11\xb5\x69\xe0\x4e\x7b\x67\x08\x74\x27\x64\x51\xd0\x88\xa3\x00\xd4\xf6\xff\xd6\x4e\x9a\x9e\x5e\xbb\xc8\xd2\xeb\xef\xa3\xfe\xc8\xbb\x28\xf7\x8f\xe5\xa8\x3a\xae\x55\x07\x6a\x6a\x89\xd2\x90\x4d\xa3\xbd\x0b\x3b\xfd\xe1\xfb\xd9\x62\x3c\x5d\x3f\x9f\xaa\xc6\xeb\x24\x65\xd8\x92\x55\xc6\xd9\x83\x46\x0d\x15\x19\xb0\xb4\x53\x18\x93\xec\x11\x35\xd3\xc6\xd8\x68\xb3\x2c\x2d\xb5\x0b\x8a\xbb\xba\x76\x2f\x47\x2b\x76\x80\xa5\xfe\x06\x3d\xf3\xa8\x22\xb6\x14\x25\xd5\x74\x24\x7f\x8c\xed\xe9\x7a\x3e\x8f\x38\xd7\x7d\x69\x8f\xe9\x23\x2c\xa5\x69\x30\x0a\xab\x95\xf6\xce\x3a\xd9\xa8\x16\xa3\x23\xab\x1a\xea\x22\x0f\x57\x3b\xcf\xc8\x93\xf0\xd5\x71\x52\xee\xfb\xc7\xe8\x6b\x68\x88\x05\x2d\x24\x47\xf1\x28\xa9\x63\x36\x53\x54\x82\x55\x86\xd5\x16\xde\x46\xf9\x0f\x46\x1f\xe4\x8f\x17\x89\x1a\x6a\xaf\xe7\x0c\x42\xf0\xdb\xe3\x3d\xe4\x1d\x4e\xf2\x89\xa8\x74\xeb\xf2\x49\x32\x88\xa8\x55\xe6\x66\xf5\xf3\x84\x9c\xc2\xef\x9e\xcc\x02\xf2\x2c\x24\xf9\xed\x34\x2f\x51\xb4\xd5\xa2\x87\x2e\xa7\x58\xef\xfa\x17\x1a\x91\x96\x6f\xab\x6a\xbd\x5e\x97\x79\xbe\x4a\x43\xcb\xca\xe2\x0a\x3d\xb5\x18\xb9\xb2\x64\xb8\xda\xda\x4c\xb5\xc0\xcd\x55\x8d\x5a\xba\x88\x5c\x0d\xaa\xd5\x4e\x6d\x38\x19\xa4\x02\x0a\x70\x43\x9d\xb7\xa0\xfd\x5a\x6f\x18\x22\x32\xf9\x15\xa6\xbb\x7d\xfc\x72\x53\x7e\xbe\x2e\x3f\x97\x1f\x6f\x3e\xa5\x0b\xcd\xd2\xdd\xd1\xaa\x41\xa4\x1f\xb7\x94\xf8\xd3\x64\x4c\xad\x7e\xbe\x99\x3c\xa7\x6c\x93\xd9\xb3\x44\xdd\x2a\xa1\x05\x06\x7e\x3b\x51\xe2\x59\xed\x58\xf0\x6b\x5a\x45\xa3\xe5\xfd\xd6\x98\x47\x76\x70\x24\xf5\x9c\x0d\x2f\xed\xe6\x5b\x90\x3f\xc0\x2d\x3c\x3d\xef\x87\xf4\x30\xca\xf9\x0b\xe4\x0e\xfd\x8d\xe0\x02\x8b\xf6\x1e\x4c\x6f\x24\x57\x69\x48\xae\xda\x48\x83\x95\x98\x46\x47\x49\x9f\x9e\x6d\xf3\xd6\x8d\x33\x0d\x70\xe3\x5a\x86\x3f\x1f\x1e\xf9\x12\x98\x60\xdd\x3b\xd2\x30\x8f\x50\x6b\xe7\x59\xd7\x08\x69\x85\x38\x39\x7f\x76\xa9\x54\xd7\x01\x53\x2e\xcc\xa8\x0b\xb6\x9f\x4a\x95\x89\xd3\x21\x13\x13\x37\x6d\x3a\xb4\x4a\xa2\xae\x6b\x67\x8e\x2c\xe0\x04\x23\xe5\xe3\xe6\x81\x22\xaa\x97\x5f\xae\xbf\x28\x13\x94\x69\xd0\x2c\xb6\x6f\x9c\x82\x8a\x6c\xd0\x41\xa2\x36\x0b\xb5\xd4\x2f\x69\x0b\x95\xa1\x88\x7b\x8b\x3e\x01\xf6\xaf\x79\xea\xac\x6a\x23\xad\x9c\xed\x7f\x55\x4c\x86\xcf\xe7\x24\x17\xf6\x81\x2c\xc2\x5f\xa9\xb3\xfd\xe7\xd9\x50\xa8\xdd\xbc\x8b\xbd\x41\x94\xfb\x6e\x05\xb2\xa8\xfa\x01\x50\x36\xf0\x61\xbb\x0e\xb1\x64\xd0\x07\x07\xca\xb5\xe3\xef\xd7\x31\x56\xbc\x16\xff\x06\x00\x00\xff\xff\x24\x13\xf3\x16\x02\x09\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/bootstrap-configs.tf": &vfsgen۰CompressedFileInfo{ - name: "bootstrap-configs.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 628, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xcf\x4a\x03\x31\x10\xc6\xef\x79\x8a\x8f\xf5\xa2\x97\xa5\xbd\x78\x28\x2c\x3d\xfa\x10\x22\x21\x9b\x1d\xb7\xc1\x31\x09\x93\x89\x50\xca\xbe\xbb\x74\xb7\xa8\x55\x50\x0b\xbd\x85\xf0\xfd\x99\xef\xc7\xc9\x3b\x2e\x38\x18\xc0\xa7\xa8\x92\x98\x49\x6c\x9f\x92\x16\x15\x97\xad\xa6\x17\x8a\xe8\xf0\xe6\xa4\xa5\xe8\x7a\x26\xab\x5c\x3e\x05\xd8\xce\x5e\x60\x16\xda\x30\x1c\xdf\xe8\x20\x2e\x0e\xe9\xd5\x16\x95\x10\xc7\xf6\x5b\x9e\x0d\xc3\xe3\xea\xa9\x15\x2a\x95\xf5\x8b\xbb\x90\x17\xd2\x3f\xdd\x8b\xec\x2c\x61\xc2\x06\x87\xc9\x4c\xc6\xdc\xe0\x81\x22\x89\x53\x82\x83\x97\x7d\xd6\x34\x8a\xcb\xbb\xe0\x1d\xf3\xfe\x94\xbc\xf4\x21\x0c\xb8\xcd\xb5\xe7\xe0\xef\x5a\x23\x54\x52\x15\x4f\x68\xce\xda\x1b\x34\x3f\xaf\x6f\x4e\xc0\x6a\xd4\xdf\xd8\x74\x1d\x54\x2a\x61\x8b\x35\x36\x58\x19\x03\x30\xc5\x51\x77\x47\x42\xf7\x06\xa8\x39\x93\xcc\xbc\x9e\x1d\x17\x32\x40\xc9\xe4\x83\xe3\x8f\x9f\x0b\x17\x2d\x68\x2e\x19\xb3\x38\xae\x31\x68\xfd\xdf\x45\xef\x01\x00\x00\xff\xff\xe1\xba\xe7\x31\x74\x02\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.tf": &vfsgen۰CompressedFileInfo{ - name: "calico-host-protection.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 1507, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\x4f\x8b\xeb\x46\x0c\xbf\xfb\x53\x08\xf3\x0e\x6f\x4b\xe2\xe9\x3b\x94\xc2\x42\x4e\xfb\x0e\xbd\x3d\x68\xf7\x56\x4a\x50\xc6\xca\x7a\x88\x3c\x32\x23\x39\xdb\xb0\xe4\xbb\x97\x19\xdb\x71\xd8\xbe\x6e\x79\xb9\x18\x34\xfa\xfd\xd1\x4f\x8a\x73\xf0\xfc\xed\xeb\xb7\x47\x78\x1a\x53\xa2\x68\x7c\xd9\xc0\x41\xc4\x4e\xe3\x81\x20\x44\x35\x64\x56\x40\x66\xf0\x1d\x26\x53\x08\x11\x06\x4c\xc8\x4c\xbc\x81\xd7\x2e\xf8\x0e\x3c\x8e\x4a\x5a\x39\x07\x1e\x39\x78\xd9\x76\xa2\xb6\x1d\x92\x18\x79\x0b\x12\x27\xe8\xc2\x86\xa5\x64\x02\x47\x0c\x0c\xe2\x3d\x6a\x90\x88\x9c\x95\x51\x21\x58\x26\x7a\xa1\x22\x55\x00\xd4\xc2\x81\x8e\x92\x08\xac\x23\x78\x2a\x12\x0b\xa5\x29\xf1\xb1\xa9\x9c\xcb\xa0\x67\x81\x57\x49\x27\x4c\x32\xc6\x16\xac\x0b\x0a\x41\x75\xa4\x0d\xbc\x12\xf4\x78\x22\xc0\x08\xf4\xb7\x25\x04\x2f\xc3\x05\xe4\x78\xcf\xf8\xf4\xfb\xd7\x2c\x69\x92\xa9\x72\xfd\x16\x43\x8f\x31\x1c\x49\x4d\xa1\x0d\x89\xbc\x49\x9a\xac\x5a\x27\x4a\xf0\x1a\x98\xe1\x40\x80\xc3\xc0\x81\xda\x8c\x9e\xed\xe6\xd4\x7e\x23\xee\xe7\xe8\x1a\x78\xce\x96\x28\xea\x98\x28\xa3\xd1\x26\xfd\x2c\x8c\x89\xc0\x27\x42\xbb\x4d\xbb\xd8\xf8\x38\xd3\xbb\x94\x96\x18\xfe\x20\x82\xce\x6c\xd0\x47\xe7\x5e\x82\x75\xe3\xa1\xf1\xd2\xbb\x53\x88\x67\xe1\x93\x63\x39\x49\x2f\x16\xce\xe4\x4a\x3a\xea\xbe\x7c\xf9\xf5\x17\x38\x4a\x82\x3e\xbb\x6e\xc9\x30\xb0\x36\x55\x22\x95\x31\x79\x82\x9a\xc5\x23\xef\x8f\x81\xa9\x86\x7a\xf2\xb3\xf7\xa9\xd5\x1a\xde\x2a\xc8\xc8\x3d\xa1\xef\x60\x07\xb9\x45\xc9\x3e\xd7\x9f\xde\xce\x98\x1a\x54\x25\xdb\xb7\x21\x5d\xdd\x14\x81\xcb\x79\x6e\xf5\xa2\x46\xbd\x9b\x88\x5c\x21\xda\x40\xfd\x53\x73\xc1\x9e\xeb\x87\xaa\x02\xf0\x12\x8d\xa2\xc1\x4c\xf9\xc3\x7c\xee\xd3\x5b\x76\xd4\x9c\x91\x47\xba\xd6\x0f\xd9\x65\x60\x8a\xd8\x13\xec\xe0\xdf\x6c\xb7\x0d\x6f\xe7\xb4\x7d\x9b\xde\x93\x54\xd7\xea\x7f\x22\xc9\x2b\xda\xaf\x2b\x9a\xd2\x59\x46\xd9\x81\x51\x3f\x30\x1a\x2d\x13\x0d\x68\x5d\xd3\x4b\x3b\x32\x5d\xdd\xf7\xb7\x5c\x22\x69\xac\x1f\xb8\xde\x14\x36\x80\x22\x42\xb1\x1d\x24\x44\x53\xd8\xc1\x9f\xa5\x5c\xd6\x00\x2d\x9d\x83\xa7\xe9\x3f\xea\x4f\x79\xba\x52\x68\xb2\x89\x24\xcc\x94\x14\x1e\xe7\xfe\xb7\xf9\x0b\x50\x62\x59\x7f\x25\xa0\x19\x98\xd5\xf2\xf3\x75\x7b\x90\xd8\xfe\x5c\x6f\x56\x90\xb4\xb4\x5f\x91\x3b\x78\x87\x58\x3b\x43\x34\x4a\x47\xf4\x73\xfb\x0e\xea\xf7\x5c\x8c\x07\xe2\x3c\xcb\xea\x09\xa0\x2e\x59\x2c\x93\xd6\x19\x17\xe2\x4b\x22\xd5\xfa\xbe\x2b\xfb\xb0\xcb\x40\xf5\xcd\xfc\x3a\xec\xda\x78\xad\xee\xbf\x7f\x4d\xd2\x3d\x46\x7c\xa1\x9e\xa2\xed\x7d\x68\x53\x36\x90\xef\xe2\x7d\xb9\xf4\x7a\x1e\xd5\x28\xdd\x1a\xbd\x44\x8f\xf6\x79\x09\x3f\xe3\x06\x69\xcb\xf3\xe6\xae\xa6\x94\x72\x2a\xa5\x3e\x4b\x97\x7a\x49\x6f\x48\xe1\x8c\x36\x3d\xea\x43\x86\x5d\xcb\xf5\x7f\x78\xaa\xff\x79\xf8\xdf\xbd\x9d\x7c\xb5\xff\x04\x00\x00\xff\xff\x72\x8f\x3a\x1a\xe3\x05\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl": &vfsgen۰CompressedFileInfo{ - name: "calico-host-protection.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 356, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x31\x52\xc6\x20\x10\x85\x7b\x4e\xf1\x8a\xd8\xe9\x7f\x80\xb4\x6a\x61\x63\xe1\x05\x32\x18\xf6\x37\x4c\x92\xc5\x01\x4c\xc3\xc0\xd9\x9d\x35\x81\x98\x8e\xc7\xf7\xe6\xdb\x85\x71\xf9\x09\x91\xfc\xf3\xdb\xcb\x47\xe8\xd5\x43\xc2\xdd\x79\x8c\xd6\x78\x58\xc6\x01\x07\xc9\x01\x25\xab\x27\x74\x49\x42\x96\x26\xb1\x91\x72\xc9\x6a\xd5\xac\xbf\x68\x25\x8e\xcd\x53\x2e\xa2\xb3\x70\xb8\xae\xaa\x52\x5d\x59\x4d\x2e\xc4\x57\x36\xdf\xce\x72\x3c\x17\x9a\x44\x22\x68\xa0\xca\xf6\x75\x58\xaf\xd4\xa3\x4b\xd3\x4d\x4e\x59\x01\x96\x23\xf9\xbb\x1e\xe9\xbd\xa1\x76\x35\xd4\x12\x3b\xf3\x8f\x4b\x6a\x68\xd1\x9f\xb4\x84\x5e\x01\xf5\x11\xf3\x23\xb6\xbf\xf9\xb7\x9d\xc9\x64\x00\xe8\xd2\x9c\x45\xb0\xe5\xa3\x7c\x7e\xc8\x35\xfd\x06\x00\x00\xff\xff\xa6\xfe\xa7\xb8\x64\x01\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/cl": &vfsgen۰DirInfo{ - name: "cl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl": &vfsgen۰CompressedFileInfo{ - name: "controller-install.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 1423, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6f\xdb\x48\x0c\xbd\xfb\x57\x70\x93\x1c\x57\xb2\xd7\x8b\xe4\x20\x40\x87\xa4\x28\xd0\x00\x39\xd5\xfd\x38\xa4\x81\x41\x4b\xb4\x3d\xf5\x88\xa3\x0e\x39\x76\xdc\x34\xff\xbd\x18\x59\x92\x3f\x92\x22\x97\xde\x24\xf2\x0d\xf9\xf8\xf8\x66\x92\x24\x19\xc8\x56\x94\xaa\x32\x1b\x00\x04\x36\x2a\xf1\x03\x20\x01\xc6\x8a\x32\x30\x2c\x8a\xd6\x92\x4f\x85\xfc\xda\x14\xd4\x64\x01\x88\x71\x66\x29\x03\xf5\xa1\x0b\x15\x8e\x95\x58\x25\x83\x5f\x6d\x04\xe0\xfe\x33\x1b\x7d\xe8\x7f\x27\x8a\x5e\xef\x4c\x65\xf4\x26\x78\xd1\xfc\xf2\x95\xcc\x2d\x2b\xf9\x35\xda\x09\x15\xf9\xff\x57\xa3\x91\xf4\x98\x8f\xf4\x23\x18\x4f\x92\x33\xe9\xc6\xf9\x55\xe2\xd8\x1a\xa6\x54\xd1\x2f\x48\x7b\xd8\xf5\x5c\xc9\xbf\x81\xb9\x9f\xec\xa6\xd9\x53\xfb\xb4\xad\x29\x17\x53\xd5\x96\x0e\x1a\x4a\xa4\x95\xa3\xdd\xe0\x56\x4e\xc3\x91\xe0\xd5\xa8\x8f\xbe\x7f\xa4\xa2\x99\x22\x1f\xba\x5a\x87\xbd\x70\xfb\x9e\xb7\xbb\xd0\xbe\xe7\x57\x64\xa5\xf2\x66\x9b\x57\xc1\xaa\x49\x82\x90\x3f\x24\x7a\x0e\xd7\x6b\x67\x4a\x08\x62\x78\x01\xba\x24\x10\x45\x2e\xd1\x97\x30\x99\x7c\x80\xda\x79\x05\x71\xa0\xe4\x3d\xce\x9d\xaf\x00\xeb\xda\x6e\xa1\x40\x66\xa7\x0d\x24\xb0\x1a\xdb\xd6\xaa\x9d\x68\xd2\xb2\x4a\xe1\x26\x28\x60\x59\x19\x16\xa8\x70\xdb\x80\xd5\x41\x49\xb3\xb0\x80\xd2\xc8\xaa\x5b\x3c\xd4\xde\xcd\x2c\x55\x92\x76\x94\xa2\xba\x5d\xf6\x5f\x10\x59\x96\xb0\x31\xd6\x42\x10\xda\x51\x1a\x8f\x01\x39\xb2\x26\x2f\xc3\x3d\xb9\x02\x39\x5a\x84\xa9\xd0\xf4\xc8\x62\xb1\x44\x2a\xae\x58\xf5\xfb\x29\xbd\xab\x0d\xb7\x4e\x3c\x84\xfe\x37\x4a\x22\x3a\x89\x7d\xd2\xc2\xf1\xbc\x47\xbc\x6e\xbf\xdd\xaa\x9b\xd2\x0f\x47\xc1\x3b\x23\x4a\x3c\x51\x4f\x58\xe5\x7f\xce\x8c\xc7\xe3\xf1\x40\xd4\x79\x5c\x50\x64\x33\x37\x96\xfa\x0b\x52\xa3\x2e\x33\x68\x96\x1d\xb5\x6d\x25\x49\xcc\x82\x8d\x1a\xc7\xe9\x77\x71\xdc\x96\x6e\xce\x35\xf7\x2c\x03\xef\x5c\x37\x67\xe5\x4a\xca\x60\x74\x39\x1a\x9d\x5e\xa1\x9e\x92\x69\xec\x7b\x3c\xd3\xc5\xd3\x41\xbf\x69\xd7\xef\xf9\x25\xad\x53\x0f\xfe\x5d\x1a\xe7\xff\x0c\x67\x86\x87\x33\x94\x25\x24\xf4\x78\x90\x99\x5b\xd4\x02\x7d\xe7\x36\xf8\x76\xa4\x70\xf2\x0e\xce\x2e\x9e\x9c\x4c\x8b\x25\x32\x93\x7d\x3e\x3b\x05\x7c\x69\x01\x6b\xf2\x12\x27\x7b\x01\x70\x11\xd0\x76\x99\x5a\xc3\xe1\x71\xea\xa8\x7a\x89\x33\x6f\xac\xe7\x14\x2f\x07\xbf\xa1\xa4\x35\x96\x15\x08\xa9\x1e\xbc\x09\x00\x3b\x05\x0b\xb5\xe0\x69\x16\x55\xac\x51\x64\xb3\x7b\x40\xa3\xe7\x8f\x1f\xd0\xc2\xf9\xee\xb0\xc8\x72\x8a\x41\x97\xce\x9b\x9f\x54\x4e\x57\xb4\x95\x0c\x2e\x9e\x62\x38\x7e\x3f\x0f\x7e\x07\x00\x00\xff\xff\xaa\xab\x91\xd7\x8f\x05\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller.yaml.tmpl": &vfsgen۰CompressedFileInfo{ - name: "controller.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 16934, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x7c\x7b\x77\xda\xc6\xb6\xf8\xff\xf9\x14\x3b\x8a\x4e\xe2\x9c\x7a\x00\x3b\x8f\xe6\xd0\x2a\xbf\x43\x30\xc9\xe1\x17\xc7\xf6\xc2\xb8\xb9\x77\xa5\x39\x74\x2c\x6d\x60\x8a\x34\xa3\xce\x8c\xb0\xa9\xe3\xf3\xd9\xef\x9a\x91\x00\xbd\x00\x3b\x49\xef\xba\xe9\x5a\x18\x49\xfb\x35\x7b\xf6\x5b\x43\x09\x21\x0f\xd4\x42\x69\x8c\x82\xf6\x03\x80\x84\x33\xad\xcc\x17\x00\x02\x9c\x46\xd8\x06\xd4\x7e\xd0\x50\x28\xe7\xcc\x47\xfb\x00\x00\x39\xbd\x0c\xb1\x0d\x5a\x26\xcb\x5b\xbe\xe0\x1a\xb9\x56\x6d\xf8\x92\xdd\x01\xf8\x74\xc1\x99\xfe\xbc\xba\x3c\x42\xe5\x4b\x16\x6b\x26\xb8\x67\x88\xc2\xde\xb9\x65\x0c\x9d\x38\x0e\x99\x4f\xcd\x03\xe8\x0a\xae\x29\xe3\x28\x9f\xae\xf1\x84\x9f\x44\xc8\xb5\x05\xf0\xa6\x5a\xc7\xaa\xdd\x6c\x4e\x98\x9e\x26\x97\x0d\x5f\x44\x4d\x43\x8c\x30\x61\xff\xae\xb0\x3e\x52\xae\x95\x17\x08\x7f\x86\xb2\x24\x3e\x40\x67\xac\x51\x96\x1e\x82\x2f\x91\x6a\x24\x96\x9a\x2f\xf8\x98\x4d\x2a\x78\x03\xfc\x23\x61\x12\x95\x77\x07\xd8\xae\xe0\x01\x33\x22\x9f\x51\x3d\xed\x5d\x33\xa5\x95\x67\x44\x6c\x2a\x15\x5a\x51\xd3\x0f\x83\x86\x92\xf8\xb4\xe1\x4b\xfd\x75\xc8\xdf\x80\x39\xc3\xc5\x7d\x31\x63\xfc\x6a\x71\x0d\xea\x57\xe3\xe5\x45\xfd\x74\x9e\x2a\x7b\x6d\x5c\xc3\x45\x8c\x9e\x62\x51\x1c\xe6\x77\x4b\x69\x2a\xb5\x47\xc3\x2b\xba\x50\xe5\xdb\xe7\xe8\x7b\x2f\xd6\x77\x87\x2c\x42\x91\xe8\xf3\xe5\xa3\xd6\xea\xc9\x31\x8b\x98\x3e\x39\x7d\xdb\x3f\xee\x79\xcf\x5b\xad\xd6\xfa\x49\x8f\xcf\x99\x14\xdc\x18\xe7\x5b\x16\x62\x2a\xfa\x2c\xb9\x44\xc9\x51\xa3\xb2\xc2\x37\x52\xf3\xb8\x1f\x0e\xf2\xf9\x1a\xe1\x1a\x7d\x2b\xd5\x99\x44\x8f\xa4\x36\x0b\x32\x02\x32\x86\x82\xc1\x17\xe0\xd4\x14\x88\x0f\xce\x12\x3a\xe1\x40\x02\xf8\x75\x05\x0b\x40\x88\xf1\xee\xd4\x0f\x8b\xf7\x43\x31\x21\x81\x64\x73\x94\xde\xef\x22\x91\x9c\x86\x15\x4c\xd4\x57\x42\xce\xbc\xa9\x50\xba\xf8\x28\x01\x77\x8f\x05\xe6\xef\xaf\x8e\xeb\xde\x5c\x9c\xf7\x06\xb7\xbf\x3a\x4f\xdb\xb5\x77\x8b\xa8\x73\x70\xdd\x9b\xde\xb0\x7b\x34\x3a\xea\x0c\x3b\xa3\xa3\xfe\xe0\xb6\x5d\xbd\x23\xaf\x6a\xb0\xce\xcf\x8f\x57\xf0\xab\xef\x52\x94\xa4\x46\x3e\x27\x63\x16\x22\x6c\xd2\x78\x01\xde\x75\x6f\xfa\x1f\x3a\xef\x7a\xa3\x8b\xc1\xb1\x25\x9c\x5e\x0d\x3b\xef\x6e\x9d\xaa\xca\xb3\x50\x02\xa1\x98\xa8\x0d\x1b\x23\xe2\x25\x90\xd2\x22\xae\x87\x38\x13\x6a\x45\x4a\x46\x5b\x60\x48\x53\xc4\x3a\x8d\x7b\x12\x7f\x17\x8c\xaf\x3d\xa3\xcf\x95\xa6\x61\xf8\xb9\x10\x08\x31\x78\xb3\xf0\xa2\x24\xd4\x8c\x24\x0a\x65\x43\x53\x39\x41\x5d\x08\xf3\xb5\x91\xb2\x12\xe8\x97\xd0\xa1\xf0\x67\x2a\x62\x7a\x5a\x4e\x0d\x11\x55\xb3\x1a\x78\x5f\x48\x14\x8a\x44\xa8\x69\x40\x35\x25\x4a\x4d\x67\xb8\x50\xff\x34\xf7\xef\x46\xe1\x8a\x32\x4d\xc6\x42\x92\x80\xab\xef\x9e\x8e\x3e\x52\xa6\x61\x2c\x24\x1c\x9d\x9c\x03\x72\x2d\x19\xaa\x52\x26\xc9\x92\x24\x91\xa8\x44\x38\xc7\xf2\xba\x01\xde\xe0\x58\x48\xf4\x8c\x61\x85\xa8\x57\x59\x25\x9f\x3e\xe1\x52\x08\x6d\x00\x2a\xc8\xd5\x80\xb6\x0c\x5e\x82\x93\x31\x65\x61\x22\x2b\x71\xad\x1c\xc0\x4c\x04\x14\x1c\xd5\x54\xe8\x1c\x68\x44\x19\xb7\xe9\xae\x77\xcd\xb4\x97\x53\x51\xde\x7c\x9b\x97\x8c\x37\xd3\x98\xf1\xe4\x6a\x6a\x9c\xe4\x21\x34\x13\x25\xed\xfd\x89\xc4\x18\x9e\xfc\xfb\xd3\xbf\x1f\x7d\x6a\xab\x98\xfa\xd8\xfe\xfc\xf9\x49\xea\x45\xa9\x32\x6c\x88\x83\xd7\xd0\x0c\x70\xde\xe4\x49\x18\xfe\x04\x81\x00\x15\x22\xc6\x70\x60\xbe\x73\xfc\x09\xac\xc5\xe6\x37\x11\xdc\x9b\x80\xab\xd1\x9f\x82\xe3\x2d\xb8\x37\x7e\x98\x28\x8d\x72\x64\x76\xfb\x96\xc4\x92\xcd\xa9\x46\x78\xf6\xb2\xd5\x7a\xb2\xc5\xb8\xb3\x84\x6c\xcc\xfb\xfe\x8a\x5f\x19\xe7\xae\x64\xfe\x08\x86\x53\xa6\x60\x49\xec\x8a\x85\x21\xe0\xb5\x96\xd4\xd7\x30\xa7\x61\x82\x20\xc6\xb0\x14\x99\x71\x8d\x72\x4c\x7d\x84\xb1\x14\x11\xe8\x29\x82\x09\x2e\x73\x2a\xc1\x86\x9f\xdf\x9a\x32\xe1\xcd\xa5\x27\x34\xc7\x21\xd5\x3e\x95\xbf\x35\x56\xbc\x3a\x3c\x30\x58\x1c\xa8\x52\x6c\xc2\x81\x69\xd0\xc2\xd2\x99\x53\xc9\x8c\xa9\x2b\xd0\x53\xaa\xe1\x6a\xca\xfc\x69\x2a\xcd\x25\x9a\xb0\x22\x31\x00\xc6\x97\x6c\x36\x27\xa3\xdf\xf6\x57\xcc\xb4\x59\x98\x45\x30\x0b\x14\x89\xf4\x31\x80\xcb\x85\xd5\xde\x72\xc1\x8d\xef\xe6\x67\x5d\xab\x69\xa0\x29\x79\xa3\x16\xcb\x5a\x0b\xb3\x80\x44\xe5\x58\x6b\x01\x21\x53\x1a\x39\x08\x5e\x55\x6d\xd9\xe9\x6a\x6a\xd4\x7c\xb1\x56\x0c\x3e\x1b\xaa\xc1\x5d\x50\x55\x17\xad\xa4\xf2\xba\x8d\xfd\xee\xfe\x89\xfe\x54\x80\x63\xf3\xe2\x71\xff\x7c\xd8\x3b\x19\x75\x8f\xfb\xbd\x93\xa1\xc9\x54\xe7\xab\xf2\xd8\xed\x9e\x0e\x7a\xa7\xe7\xa3\xb3\x4e\xf7\x7d\x6f\x38\xea\x9f\xfd\xf2\x7c\x74\x36\xe8\xff\xd2\x19\xf6\x46\xad\xf6\xe1\xb3\x1f\xff\xe1\x18\x8f\xdd\x6c\x23\xf0\xf8\x31\x54\x59\x9d\xf5\x7a\x83\xfb\x31\x7a\xd5\x72\xe0\xf5\x57\x70\xfa\xd0\x1b\x0e\xfa\xdd\xf3\x35\xb3\xbb\xf0\x3a\xd8\xc5\xeb\x8e\xb1\xa4\x62\x4f\x1b\xf2\xd8\x77\x4f\x44\x6f\x53\xa3\x59\xb7\x41\x70\xcc\x78\x72\x0d\x1f\x32\x86\xd0\x99\x20\xd7\xbb\xea\xe0\x7b\x59\xd9\xdd\x12\xcd\x41\x4b\xd5\xd9\xbd\x97\xed\xc8\x87\xde\xb0\x63\xab\xb4\xd3\xb3\xe1\xe8\x6c\x70\xfa\x4b\xff\xa8\x37\xf0\x08\xf1\xa3\x20\x64\xbc\xd6\xa4\x97\xe9\xa5\xa4\x52\x53\x79\x6d\x23\x7a\x0b\x84\x50\xad\x25\xbb\x4c\x34\xaa\x1d\x3e\xb7\x75\x93\x57\x9b\x58\x53\x0d\x95\x92\xc9\x77\xdb\xdf\xf7\x29\xdd\xbf\x2a\x46\xa5\xa5\x8a\x8c\x7d\xa2\x34\xd5\xd5\x90\xf8\xad\x31\x6c\x57\xf3\xb2\x54\xdb\xc6\xfe\xc5\xee\x78\x34\x0b\x98\x04\x12\x43\x73\x4e\x65\x33\x64\x97\x4b\xbc\xe6\x5c\x84\x49\x84\x71\x98\x4c\x18\x57\x77\xa2\x50\x12\x20\xa2\x9c\x8d\x51\xe9\x4d\xc8\x4b\xa3\xbb\xa4\x59\x87\x94\x16\x37\x3e\x4a\xcd\xc6\xcc\x37\x65\x00\x4d\xf4\x54\x48\xa6\x17\xc4\xa8\xe0\x49\x85\x85\xf9\x9a\x05\xae\x2f\x40\xaf\x66\xf0\xe4\x26\x96\x8c\x6b\x70\x0f\x6f\x9f\xc0\x17\xb8\xa4\x0a\x5f\x3e\x37\xfd\x56\x35\x12\xa5\x6d\x73\x4d\x03\x61\x85\x2b\x03\x5b\x26\x89\x44\x92\xa9\x87\xf8\x13\x29\x92\x38\xeb\xce\xee\xd2\x20\xce\x4a\xe6\x56\x00\xdd\xd9\x1c\x66\xd8\xdf\xb1\x3f\x24\x31\x0b\x6a\x6f\x4b\x36\x67\x21\x4e\x30\x28\xb7\x77\xa6\xa6\x6c\xdb\x8f\x6a\xeb\x67\x15\xe6\x73\xd6\xe4\xa8\x1b\x41\xbb\x74\x59\x6e\x00\xe7\xe5\xdd\x68\x97\xaf\x37\x60\x44\xd4\x9f\x32\x8e\x84\x65\x2c\x72\xd7\x35\x18\xc6\x9c\x23\x11\x24\xa1\x61\x90\xbf\xa8\x81\x95\x09\x6f\xdb\x8f\x9a\xb5\xa9\x85\x6a\xdb\x8f\x9a\x67\xa6\x94\x36\x0b\xbd\x64\xbc\x5d\xb8\xa8\xe1\x61\x2c\xde\x88\x21\x14\x91\x18\x22\x55\x98\xae\x22\x77\x5d\x83\xb5\x74\x4c\x9f\x86\xcc\x17\xed\xf2\xf5\x36\x0c\xce\xda\x85\x8b\x1a\xf9\x97\x8f\x53\x0b\x6c\x97\xaf\x37\x61\x88\x49\x33\x16\x81\x6a\x17\xaf\xca\xd0\x24\x12\x09\xd7\xa0\x4d\x22\xbc\x64\x3c\xd8\x4f\xab\x5a\xaf\x19\x71\xbd\x9f\x86\xfa\xf4\xbb\x79\x48\x62\x29\x62\x3a\x49\x47\x8b\x52\x4d\xa9\x2c\x9b\xe0\x46\x72\xa5\xd8\xb5\x22\x5d\xbe\x7f\x27\x36\xae\x7b\xf3\xfe\xe2\x4d\xef\xd8\x54\x35\x85\xb1\x43\xf1\xee\xb0\xf3\xee\xb6\xec\x6c\x22\x40\xc2\x62\x6f\x9d\x36\x6b\xab\xa3\x32\x1a\xe5\x82\x2f\x22\x91\x28\x1b\xef\xbc\x31\x0d\x15\x96\x41\x12\xd3\x85\xe8\x6c\x32\x4b\xb4\x98\x21\x27\x57\x78\x39\x15\x62\x56\x03\x2a\x24\xfb\x33\x85\x8c\x44\x80\xde\xc7\x5a\x40\x3f\x64\xc8\x35\xf1\xa9\x1d\xc5\x54\x43\x9e\x8d\x8f\x15\x9c\xb4\x33\x0c\xb8\xf2\xdc\x9b\xd9\x2b\x65\xbe\x8d\xb2\xd4\x36\x62\x71\x79\x69\x2b\x78\x61\xaa\x1e\x6f\xdd\x5a\xa6\x37\x46\x2a\x19\x8f\xd9\x75\x15\x4b\x24\x76\x9f\xe6\x2c\x40\xe9\xe1\xb5\x46\x13\xdb\xca\x50\x9c\xd9\x16\x91\x04\x4c\x7a\xc5\x80\x53\x86\xb4\xd1\x7b\x63\x86\xcc\x32\x48\x69\x44\x75\xcd\x34\x11\x9c\x84\xc2\x9f\x91\xac\xb2\x60\x82\x17\xa0\xfe\x76\xf3\x1f\x60\xe3\xac\x14\x19\xe9\x50\x8d\x4c\x6f\xab\xb4\xa4\x31\xfc\xe7\xb6\x40\x6e\x9d\xa9\x2a\x56\x99\xcf\x62\x45\x19\x56\xd4\x0a\xe8\x9b\x73\x60\x11\x5b\x0a\x6d\x72\x68\x2e\x9f\xaa\x8a\xf4\x68\x4c\x6d\x8b\xa8\x77\xe3\x65\x29\xf1\x80\x8d\xcb\xa4\xac\xf2\x52\xeb\x32\x8b\x36\xf5\x8c\xb9\xb5\xd2\xbc\xb9\xa8\x4f\x58\x24\x2d\x3c\x3c\x9f\xb3\x3a\x27\x0b\xe9\x25\x86\xca\x38\xda\xc9\xe9\x51\x6f\x74\xdc\x79\xd3\x3b\x3e\xaf\x75\xc7\x0c\x32\x14\x33\x11\x09\xcd\xe6\xd8\xa0\x61\x3c\xa5\x8d\x19\xe3\x73\x11\xce\x1a\x4c\x34\xe3\xe4\x32\x64\x3e\x61\xf1\xfc\xf9\x26\xd7\xbd\x78\x73\xdc\xef\x56\x3d\x37\x16\x01\x59\x96\x39\x24\xa6\x7a\x5a\xd1\xd8\xaa\x08\x2a\x6f\x0e\xd2\x80\x08\x1e\x2e\x48\x2c\xa4\xf6\x5a\x95\xc7\x13\xd3\x71\x4b\x72\xc5\xf4\x94\x98\xf6\x43\xaf\x57\x3b\xec\xf4\x4f\x86\x95\xd5\xd2\x20\x90\xa8\xd4\x7d\x83\x4f\x5a\xe6\x65\xea\x4e\x5d\xe9\x9e\x95\x60\x79\xe0\x5a\x5f\xe8\x94\x66\xae\x9b\x80\x4a\x63\xd7\x32\xd8\x1d\x5e\x23\x7c\xfb\xf8\x75\xc3\x64\xf0\x9e\xed\xc5\x9b\x55\x28\xa0\xf0\x7e\x65\x10\x90\x05\xc0\x15\x4a\xdd\x6b\x97\x87\xb6\x90\x58\x8a\xd1\x64\x9c\xe9\xd1\x4a\xa8\x40\xf0\x6d\x4d\xc4\xfd\x9b\xce\x8f\x42\xce\x18\x9f\x1c\x31\x89\xbe\x16\x72\xe1\x15\xb8\xd7\xb5\x8b\x05\xe9\x96\x5f\x88\xdd\x82\x9a\xf2\xd6\xec\xa8\x2d\xf4\xb5\x48\xfc\x29\xdc\x7d\x6d\x5f\xbb\x7f\x0e\x8b\xb5\x1d\xcd\x11\x89\x76\x12\xb7\xdc\x48\xa7\xd0\x3b\x06\x85\xe6\x71\xe3\x78\xdd\x61\xf1\xcb\x6f\x24\x67\xb0\xe8\x04\xdb\x0f\xc0\xce\xd8\x56\x2f\x75\x4d\xc4\x68\x6f\x69\x6a\x32\x5a\x16\xc7\x8e\xbc\xdb\x20\xc5\x6a\x5b\x4d\x6a\x6f\x43\xeb\xe5\xf3\xe7\x65\x03\x5d\x29\x8c\x71\xd3\xf1\xe7\x0d\x16\xc0\xbd\x59\x33\xb8\xdd\x29\x48\xb1\x83\xfc\xbe\x92\x54\xaa\x2c\xef\x8f\x84\x2e\x4c\x44\xce\x82\x73\xb3\xec\xfe\x65\x9c\x61\xe7\x9d\x37\x3f\x68\x1c\x1e\x34\x0e\x88\x7b\x23\xd4\x88\x4a\x7f\x9a\x4f\x41\xb9\xec\xe0\x39\x26\x1f\x34\xd6\xeb\x33\x8c\x22\x6a\x9c\x71\xbf\xe6\x89\x59\x82\x14\x61\x88\xd2\x7a\x8b\x53\x26\x9a\x06\xe1\x94\x28\x91\x22\xac\xa7\xec\xb5\x4f\xc4\xb9\x3f\x45\xd3\x76\x38\x5b\x95\x5d\x7a\xd7\xf8\x7d\x35\x9d\xd3\xd6\xb3\xc6\xf3\xc6\xc1\x4b\xf7\xc6\xf0\xb3\xea\x1a\x69\x3a\x59\xd6\x61\x15\x94\xfc\xa6\xa4\x03\x8f\xe2\x9b\x7d\x80\xec\x25\x5f\xf1\x55\x71\xee\xf9\xc5\x79\x6f\xe0\x95\xee\x15\x5e\x24\xae\xf3\x4d\x1d\xd4\x49\xe7\x43\xcf\xcb\xa4\xb5\xaf\x23\xca\x00\x9d\xa3\x5f\x7a\x83\x61\xff\xbc\x57\x3f\x7a\x4d\x31\xd3\x6a\xf3\xd6\xce\x5a\xcb\x04\xfa\x27\xfd\x61\xbf\x73\x9c\x23\x54\x33\x58\x2d\x93\x79\xd5\x2a\x93\xd9\x32\xff\x6d\x35\xec\x7f\xb5\xdc\x37\xce\x72\xd7\x48\x1b\x79\xd5\x8d\x65\x73\x68\x07\x9b\x56\xda\x3d\xbe\x38\x1f\xf6\x06\x4b\xb5\x9a\x10\xcc\x68\x38\xca\x32\x53\x45\xc3\xe7\x86\xcb\x70\x34\xe8\x75\x4f\x4f\xde\xf6\xdf\x8d\xba\xff\xea\x75\xdf\x17\x53\x48\x06\x39\x1c\x18\xc2\x47\xa3\x6e\x67\x64\xdf\xd0\xdf\xf9\x88\x45\x86\xdf\xed\x0d\x86\x3b\x30\xeb\xd0\xde\xf7\xfe\x7b\x17\x56\xfe\xc0\xc2\x92\x59\xba\x53\x96\x67\xe7\x62\xf8\xaf\xda\x15\xd9\x7d\xb9\xc3\xb2\xea\x0e\x62\xe4\x49\x6c\x5d\x59\xe5\x28\x46\x1e\x73\xdb\xe2\x2a\x67\x31\x0a\x2c\x77\xac\x2f\x1f\x02\x84\x2d\x59\x54\x4d\x3a\x50\x0b\xe5\xeb\xb0\x11\x34\x23\x7a\x6d\x13\x2e\xb9\xa2\xda\x9f\xa2\xb2\x5d\xd3\xf6\x60\x75\xb7\xd8\x34\x56\x0d\xc6\x85\x66\xe3\x45\x23\xa2\xd7\x23\xc3\x63\x94\xf1\xf0\x0e\x5e\x1e\xbc\x7a\x5e\x14\x6a\x77\xed\xb1\x3d\x74\xbe\x58\x85\x4e\xc3\x29\x27\x5a\xd0\x86\x17\xab\xf3\x24\x76\xb8\xb7\xe9\xe1\xdd\xd6\xf5\xe8\xe1\x6a\xba\x99\xbf\x0b\x1f\x25\x8d\x63\x94\xf6\x15\xf7\x52\x7e\x28\xd6\x4e\x00\x0a\x35\x10\x2c\xe0\x7d\x10\x73\x04\xbc\x8e\x51\x32\x7b\x02\x2b\x84\xea\x80\x15\xe0\x13\x10\x0e\x8e\xbb\x17\xaa\x92\xaa\xa8\x52\xa8\x73\xfd\x08\xf9\x7b\xf3\xef\x70\xf8\x7a\xf5\x9e\xf8\xa9\x03\x9f\xe1\xf1\x63\x88\xe6\x77\x41\xdc\x0e\x62\xe8\xc8\x08\x88\x1c\xef\xa4\x95\x13\x1d\xaf\xd1\x87\xdc\x20\x34\xdf\xa7\xac\x67\x6d\x25\x5a\xed\xe5\xdf\xd2\x18\xec\x6e\x43\xc6\xab\x32\xce\xe6\x79\x29\x40\xb9\x38\x59\x4a\xd2\x9e\xb7\x1a\x07\xcf\x1b\x2d\x32\xc5\x30\x7a\x96\xab\x43\x4a\xf8\xcd\xe2\x6e\x9b\x96\xcd\x88\x9e\xf6\x5c\xe9\x2a\xaa\xfe\xa7\xa3\xd8\xda\x73\x23\x75\x79\x72\x95\x5a\xcf\x1d\xbc\xef\x2b\x4b\x85\xc0\x8a\x9a\x4f\xc9\xd0\xfa\xb1\xd5\xca\xde\x12\x9b\x0f\x02\xa4\xea\x92\xd5\xf3\x2f\x3b\xdc\xf0\xc5\x8b\xef\xe0\x4d\xa9\x9b\x88\x04\x62\x16\xe3\x98\xb2\xb0\xe0\x31\x03\x2b\x0e\xd0\x65\xcf\x05\x54\xc1\x58\xa2\x9a\x82\x29\xda\xe0\x6a\x8a\x3c\x5d\x91\x4f\x39\x17\x1a\x0a\x87\x77\x0c\x81\x3d\x6c\x4c\x1a\xfb\x40\x4d\xdf\x04\x12\x63\x31\x67\x8a\x09\xce\xf8\x64\x1f\x7c\x49\xd5\x94\xf1\x09\x08\x99\x92\xbb\x44\x73\x15\x88\x2b\xfe\xb4\x51\xa0\x72\x8e\x7a\xc7\x89\x21\xd0\xc2\x5a\xfc\x5a\x22\xb3\x16\x0c\x80\xf2\xa0\x40\x2a\x51\xab\x03\x0c\x0a\xc4\xb8\x70\xae\xa2\xc4\x74\xc6\x62\x60\x63\x30\xeb\xb2\x83\x34\x23\x38\xe6\xa9\xb1\x31\x7c\x82\x87\x40\x02\x70\x8a\xa9\xc5\x81\xcf\x3f\xa5\x87\x1e\xf0\x9a\x69\x68\xfd\x04\x63\x56\xa0\x2d\x24\x4c\x84\xb6\x7d\x7c\x8c\x41\xa3\x4c\xd3\x71\x7b\xff\xd5\x1f\x8e\xba\xa7\x47\x3d\x07\x3c\x70\x66\x2c\x0c\x31\xd8\x41\x95\x8b\x2b\xcf\xdd\x0b\xa8\x46\xf8\xe1\x6f\xea\x69\x99\x26\x19\x17\x6d\x92\x84\x54\x69\xfb\x8e\x74\x49\xb6\xe0\x6a\xe6\xa9\xe7\xee\xf9\x54\x6f\x42\xcb\x73\xc0\x50\x61\x15\x3d\x5f\x75\x15\x44\x4d\xdf\x8f\xbb\x5c\x5c\xd9\xd7\xf6\xf5\xf4\x73\xf0\x21\x6a\x70\x02\xf0\xc0\xa0\x00\x01\xd7\x00\x39\xd5\xdd\xa2\x3c\x00\x99\x0e\x32\x40\xe2\x24\x09\xa9\x0c\x17\x66\xf9\x4c\x43\x20\x50\xd9\xbd\xb4\x4b\xbe\x62\x7a\xca\x38\x1c\x1c\xb6\x54\x8d\xf6\x03\x07\xc8\x44\x9b\xa7\xdb\x55\x8e\xd7\xb1\x90\xda\x56\x0c\xdd\xe1\xf1\xa8\x73\xd6\xf7\x9e\xe5\x1e\x27\x32\x54\x9e\xbb\x97\xad\xb6\xae\x80\x74\xe0\x0b\x68\x09\xce\xbe\x03\xce\xaf\xdc\x5c\xf9\x89\xb6\x06\xe5\x39\x66\xc7\x0e\xb3\xe7\xe6\x99\x01\xfa\x02\x53\xa4\x01\x10\x1f\xc8\xc1\xd3\xc2\xfa\x5d\xd7\xa6\x43\x8d\x52\xd2\xb1\x90\x51\x5e\x4a\x1e\xc4\xc2\x8e\xbf\x1c\xd7\xbd\x31\x42\x35\x9b\xa6\x26\x6e\x9a\x6a\xfa\x36\xaf\xc6\xce\xe0\xdd\xb9\xe7\x10\xe2\x53\x1f\xa5\xae\xa9\x97\xd6\x13\x6f\x3b\xd9\x26\x64\x3b\x5c\x06\x34\xc3\xc5\x16\x98\x19\x2e\xec\x79\xc6\xa5\x90\xee\xea\x6b\x71\x87\xbb\x53\xf4\x67\x66\x87\x12\x3e\x45\x1a\xea\xe9\x02\xf6\xd4\x54\x24\x61\x00\x97\x26\x76\xf8\xd4\xfa\xb6\xf1\x7d\x96\xee\xb4\x4c\xb8\x89\x34\x79\x45\x65\xb8\x0b\xcf\xdd\xdb\x33\xa0\xbe\x0e\x57\xfa\x81\x94\x2c\xb8\x46\x0d\x70\x98\x9d\x00\x53\x3a\x10\x89\x86\x2f\x60\xdf\xad\x3a\x4c\xad\xf9\x3b\xab\xbb\xee\xaa\xd3\x72\x9e\xc2\x97\x2f\x76\x66\x51\xf5\xc0\x3f\xc1\x71\x97\x02\xec\x0c\x11\x03\x8c\x4c\xb9\x22\xc2\x00\xfa\x47\x86\x80\xd2\xe9\x41\x2d\x56\x2c\x57\xfa\x47\xf9\xb5\x44\x18\x5d\xa2\xb4\x87\x8d\xb2\x75\xd4\x88\x98\x33\xb3\x7d\x6b\x66\x07\x9b\x85\x7e\x98\x8a\xdd\x3f\x72\x6a\xc3\x44\x89\xaf\x4c\x85\x4e\xe1\x2d\xff\x4d\x21\xc0\x2c\x90\xd0\x20\x30\x19\x85\xe3\x55\x46\xe0\xc1\x46\xca\x06\xb4\xb0\x06\x42\x6c\xc7\x60\x7d\xac\xe4\x5c\x35\x7d\x68\x55\x9a\x47\xf0\xff\x4d\xde\x48\xb3\x99\x09\x07\x66\x97\x95\xa6\x3a\x1f\xc8\xa2\x79\x29\x91\x3b\xc5\x60\x75\x39\x8b\x49\x2e\xe6\x3a\x4b\x35\xe6\xb5\x98\x8e\xe0\x80\x44\x60\x8a\x00\x22\xb2\x12\x60\x92\xfd\x0d\x60\x53\xf7\xbe\x36\x9a\x3d\xbb\x85\x75\x01\x64\x74\x3e\xec\x0c\x7b\x9e\xb5\x0a\x93\x3c\x37\xcd\x44\x9e\x6e\xd8\x3e\x13\x9a\xee\x42\x77\xd3\x39\xa4\xfc\xd1\x88\x54\xab\x9d\x38\x0e\x17\xe0\x4f\x29\x9f\x14\x53\x42\x5a\xc9\x98\x2d\x0d\x28\x46\x82\x13\x89\xa1\xa0\xc1\x36\x03\x49\x23\x79\xc2\x99\x86\xbd\x05\xaa\xfd\x65\xd8\x66\x5a\x61\x38\xce\xdb\xea\x9a\xf8\x32\xfe\x5b\xed\x3e\x2e\x96\x59\x4b\x45\x2f\xa7\x9b\x4d\x99\x84\xa8\x88\xa2\x73\xfc\x4b\x2a\xc1\xbf\x8f\x59\xa8\x0b\x56\xdd\xee\x9f\x9c\x5d\x0c\xe1\x68\x70\x7a\x06\x9f\x5a\xed\xd6\xe7\xfc\xb3\xb7\xa7\x83\x8f\x9d\xc1\x11\x74\xba\xdd\xde\xd9\xb0\xfa\xfc\xf4\x62\x68\x90\x37\x3c\x26\x1d\x48\x89\x13\x06\xa1\x00\xf2\x7b\x06\x58\x0b\x12\x83\xf6\x63\x20\x24\xb0\x09\xec\xf0\xb0\x16\xfc\x11\x5c\x28\x84\x83\x6c\x20\xd2\x7c\x65\x7c\xd5\x9e\xb0\x64\x0a\xce\xa8\x3f\x43\xbd\x3a\xcb\x98\x15\xfd\xd0\xed\x1f\x0d\x8a\x65\x54\x5f\xaf\xce\x74\xfa\xa1\x50\x18\x40\x24\x24\x82\x66\x93\xa9\x0e\x17\x30\x67\x14\xba\xf6\x35\xfc\x7e\x76\x02\xd4\xee\x09\x50\x89\x80\x54\x2d\x4c\x61\x97\xc4\xc6\xc3\x1a\xb5\x0b\x51\x79\xf9\x4a\xcb\x3a\xf8\xf1\x1f\x3b\xd4\xb0\x0d\xdb\x64\xc7\x6f\x42\x7f\xd5\xfa\x36\xf4\x83\x7b\xed\xe1\xcb\xe7\xcf\x9f\x7d\x03\xbf\x83\xd6\xe1\x8b\x6f\x91\xd7\xe0\xbf\xdc\x81\x1f\x19\xb7\xe1\x5a\x52\x7f\x66\x4a\x07\x6d\xa3\x2d\x0c\x7a\xc7\x9d\x61\xef\x68\xbf\x77\x3e\xec\xbc\x39\xee\x9f\xff\xab\x77\x54\x4b\xa7\x7b\xfa\xe1\x43\x7f\xb8\xc9\xa1\x5f\xfe\x9f\xf6\xe8\xfa\xa7\xff\xdb\xfe\xfc\x57\xee\xc4\x57\x9d\xf6\xda\xbe\x37\x3f\xde\x73\x6f\xb6\x35\xb8\xb9\x1b\x12\x69\x20\x78\xb8\xc8\x06\x25\xa3\x54\xb0\x51\x76\x08\xcc\x71\xf7\xb2\x01\x0a\xe3\x63\x61\x8a\xa3\x27\x37\x37\x8d\xae\x85\x39\xb2\x20\xb7\xb7\x4f\x9e\xe6\x2b\x53\xd3\x22\xfd\xfc\x73\xef\xf4\x2d\xbc\xde\x7e\x3c\x22\x87\x43\x63\xf6\x0b\x4a\xd3\x50\xae\x0f\x67\x66\x67\xf5\x67\xaf\xec\xcb\x8f\xf9\xc1\x25\x6a\x9a\x1f\x40\xcf\x18\x0f\xda\x90\x1d\xb9\xec\x66\xfa\xb5\x47\x54\xf2\xc2\xe4\x04\x6d\x83\xa9\xf7\xeb\x56\x59\x28\xfa\x7b\xa7\x6f\xab\xc3\x88\xfc\x4f\x1b\xee\x39\x14\xfc\x96\xcd\x32\x25\xcf\x27\x70\x1f\x01\xe1\x08\xcf\xe0\x73\x5d\xcd\xb2\x6c\x1f\x2f\x14\x9d\x60\x1b\xdc\x16\xfc\xfc\xa7\xe0\xf8\x1a\x7e\x96\xe8\x0b\x19\xbc\x86\x9f\x23\x7a\x3d\xa2\x5a\x63\x14\x6b\xf5\xda\x29\x63\x9b\x7a\xfb\x60\x53\xd9\x61\x48\x79\xee\x41\xc1\x5e\x0c\x55\xcf\x3d\xcc\xd7\x85\x39\x06\x9e\xfb\xac\xd2\xda\xbe\x35\x7b\x63\x47\x1b\x89\xb6\xbf\x75\xe0\x34\xc2\x74\x90\xae\x6c\x9f\xe6\x1a\x3e\x79\xc9\x72\x00\x9e\x53\x30\x2f\x91\x70\x8d\xb2\xd0\x4c\xa7\x3f\x6a\x31\x9a\xca\x9e\x02\x09\x35\xb8\x79\xa9\xac\xee\x02\x51\x5a\xbb\x48\x4c\x53\x1f\xb0\x09\xfc\xa0\xa6\x26\x52\xfc\xa0\xd3\x1f\x0a\x7a\x87\xe0\xa4\x32\x01\x2f\xcc\x0e\x52\x0d\x68\xcf\xfd\x7f\xa5\x9b\xd9\x56\x49\xeb\x5e\x7f\x40\x0b\x1e\x3f\x06\xc7\x15\x89\x76\xe0\xa1\x07\x8e\xb3\x69\xf3\xca\x8b\x35\x28\x35\x20\x97\x12\xe9\xac\x74\xbf\xb0\x51\x6b\x19\x32\xae\x3b\x98\xa6\x1b\x73\x22\x4a\x5b\x91\xf0\xa0\x7e\x43\xa0\x6e\xac\x91\xa3\x64\x94\x98\xcd\x98\x4c\x55\x9a\x9a\x95\x2f\x02\xb4\x3a\x69\x83\x15\x6a\xd7\x02\xb2\x5f\x15\x95\xee\x2e\xb7\xdc\xdd\xdb\xcb\xbe\xfe\x70\xf0\x34\xbf\x29\x85\x97\xfc\x6b\x35\xe4\x56\xe6\x80\xb7\x4d\x1f\xe9\x12\xba\xb6\x79\xb6\x9d\x72\xfa\x33\xb0\xdd\x66\x0a\x3b\x1d\xc8\xa0\x71\x05\x8c\x43\x5e\x9e\x1a\x5b\x4c\x65\x38\x13\x61\x68\x1c\xc5\xe5\x19\xc7\xd4\xdd\x1a\x96\x73\xa3\xd1\x28\x33\xaf\x73\x07\xf3\x4f\xcc\xd2\x53\x7f\xa5\xdb\x5f\xed\x29\xb0\xc3\x5b\xfe\xe9\xb8\x5c\x39\xe0\x64\xf2\x3a\x8d\xa5\xfb\xd0\xb2\xf7\xc0\x26\x0f\x82\x6f\xf4\xa2\xb5\x12\x8f\x85\x98\x29\x98\x08\x11\x3c\x2c\xeb\x2b\xa7\x9f\x52\x63\x9a\xff\x57\xe7\x6d\x50\x67\xb0\x90\xf3\x24\x0d\x74\x4e\x59\x68\xea\x2e\x58\x60\xc5\xd8\x61\xa3\x7d\xc3\x5d\x6c\x1c\xaa\x76\x0e\xa9\xc2\x1e\x82\x2b\x66\x1b\xb5\x92\x4d\xdb\xf2\x66\x04\x01\x0b\xf8\x13\x0d\x97\xe8\x8b\x08\x73\x52\x67\xed\xa4\x09\xd0\x34\x0c\xc5\x15\x06\x60\x76\xb8\x6e\x25\x15\xa3\xaf\xa8\xa7\x24\x6c\x9d\x1c\x4c\xe5\x98\x0b\x6e\x98\xe6\x5d\x2e\xcf\x37\x9d\x0a\x55\x6b\xac\x34\x9d\x37\xd3\x16\xba\xf1\xbb\x12\x77\x7c\x59\x70\xcf\x57\x6f\x37\x85\x95\x3a\x21\x9b\xe3\xf2\xec\x8e\x93\x1e\xc9\xd9\x2f\x41\x88\x09\x11\xb1\x56\x4e\xbb\x84\x0b\xe0\x44\xf4\x9a\x28\xf6\xa7\xc1\x74\x0e\x5a\xad\xc8\xd9\xaf\x83\x30\x0b\x30\x10\xcf\x8a\xea\xcf\xbf\x4c\xbf\x7d\x10\x53\xa5\xae\xd2\xff\xb7\x83\x42\x69\x17\x91\xff\x31\x93\x85\x55\x6a\x3a\x5a\x1e\xe1\xc5\x60\x34\xc3\x85\x6a\x83\x7b\x63\x6e\x9b\xef\xb7\x0f\xfe\x27\x00\x00\xff\xff\x72\xf0\xe7\xab\x26\x42\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/controllers.tf": &vfsgen۰CompressedFileInfo{ - name: "controllers.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 3588, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x57\x5b\x6f\xdb\x3a\x12\x7e\xd7\xaf\x98\x55\x13\x20\x06\x64\x39\x69\xbb\x45\x11\xc0\x28\x8a\xb6\xc0\xee\x4b\xb7\xe8\x05\xfb\x10\x04\x04\x43\x8d\x2d\x36\x14\x29\x70\xa8\x38\x3e\x81\xff\xfb\xc1\x90\x52\x2c\x5f\x92\xe0\x9c\xd3\x27\x97\xfc\xe6\xfe\xcd\x27\xc6\x23\xb9\xce\x2b\x84\xbc\x95\xea\x16\x83\xa8\xf0\x4e\x2b\xcc\x21\x57\xce\x06\xef\x8c\x41\x4f\x39\x3c\x64\x00\xca\x75\x36\xc0\xe8\xdf\x1c\xee\xa4\x2f\xb7\x38\x11\x11\x19\x40\xed\x28\x58\xd9\xe0\x08\x99\x9f\x3c\x44\xb0\xe9\x28\xa0\x17\x7c\xbb\x99\x6e\x4d\xa7\x27\x0f\xd1\xb8\xd4\xb6\xc2\xfb\x4d\x9e\x01\xb4\x46\x5a\x78\x36\x5c\x58\xb7\x98\x01\x2c\xa4\xd2\x46\x07\x8d\xf4\x08\xbc\x62\x64\x7f\xbe\xbe\xce\x00\x5c\x8b\x5e\x06\x6d\x97\x82\xd6\x14\xb0\xe9\x9d\xe9\xf6\x1e\x05\x29\xaf\xdb\x20\x3a\x6f\xe0\x5f\x73\xc8\x73\xf8\x00\xb9\xea\x28\xb8\x46\xf0\x7d\x0e\x97\xb0\x70\xbe\x91\xe1\x2c\x5f\x18\x19\x94\xf4\xe2\x94\xf2\x22\x3a\x70\x24\x54\x2d\xad\x45\x33\xc9\x00\x6e\xb4\x31\x1c\x43\xad\x95\xc1\xbe\xee\xda\x75\xde\xac\x63\x41\xde\xfd\x46\x15\x84\xae\x76\x0a\xda\x1e\x67\x00\x1d\xa1\x17\x95\x0c\x72\xb7\xe8\xa7\xf2\x64\x64\xa9\x82\x50\xce\x2e\xf4\x72\xd4\x9b\xa9\xb6\x14\xa4\x31\x53\xbd\xb4\x3a\x68\x67\xe9\x6a\xd4\xdf\xeb\xd2\xa3\xad\xd0\x63\x05\x97\xcf\xf9\x78\xde\x36\xcb\x00\x5e\xc1\x7f\x17\x60\x5d\x80\xd6\x23\xa1\x0d\xa0\x2d\x84\x1a\xa1\x91\x6d\x01\x3a\x70\x3d\x04\x69\xf4\x0c\xf0\x77\x92\x1d\x0a\x5d\x91\xa8\x70\x21\x3b\x13\x36\x25\x13\x46\xfa\x6a\x25\x3d\x8a\x5d\x10\xcc\xc1\x38\x77\xdb\xb5\x67\x19\xf7\xe2\x88\x97\x22\x5e\x0c\xe3\x19\xe5\x7e\x7a\x97\x17\x30\x4a\x7b\x52\x3c\xe5\x62\x48\x84\x01\x13\xae\x69\xbf\xd9\x47\x47\x90\x01\x48\xb3\x92\x6b\x12\xed\x3d\x0e\xa3\x5a\x48\x43\xcc\xc8\x20\x97\x74\xc8\x5c\x3e\x65\xff\x46\x2f\x30\x31\xe4\x21\xe6\xa4\x97\xd6\x79\x8c\x3c\x5a\x22\x31\x7b\xb3\x64\x36\x9b\xc1\xff\x75\xa8\xc1\xe2\x0a\x3d\x7c\x8b\xfb\xc9\x2c\xba\xd3\x15\xfa\x02\xa2\x81\xb6\xcb\x48\x9a\xc8\x19\x25\x63\xbf\x3d\x4e\x95\xc7\x58\x20\xb8\x45\x9c\x47\xda\xea\x62\xeb\x78\x55\x6b\x55\xc3\x0a\x61\x25\x6d\x80\xe0\x80\xb4\xc1\xf4\x4b\xde\x39\x5d\x41\x85\x14\xbc\x5b\xb3\xff\x6d\x5b\xc1\xba\x0a\x09\xa4\xad\xc0\x38\x8a\x77\x69\xa1\x13\x8b\x7a\xf7\x8f\x24\x1e\xc5\xfb\x48\x1c\xac\x72\x91\x2c\xd4\xb5\xad\xf3\x01\x3c\xb6\x46\xaa\xe3\x21\x42\xe2\x91\x6b\xd0\x86\xa2\xef\x11\x0c\x3d\x0a\x6e\x64\xb1\x0d\xd2\x48\x55\x6b\x8b\xc0\xc2\x50\x00\xb9\x6d\x8b\x74\x80\xca\x21\xc5\xe8\xb1\x4b\xa3\xd8\xd2\x98\xbf\x5c\x22\x8b\x53\xaa\x8e\xd5\x65\x93\x56\xe1\x67\xad\x09\x56\x72\xcd\xe9\xd5\xd2\x56\x86\xfb\xde\xf2\xb6\x58\xc5\xea\xb4\x92\x04\xda\x52\xab\x79\xf1\xe2\xa2\x68\xba\x8c\x96\x75\x08\x2d\x5d\xce\x66\x95\x26\xd5\x11\x95\xb5\xa4\x5a\x2b\xe7\xdb\x52\xb9\x66\x16\x66\x41\xb7\x34\xad\xdd\x2a\xb8\xa9\x6e\x5a\x83\xdc\x94\x69\xe3\xaa\xce\xe0\x34\x85\xa0\xa9\xb3\x53\x6c\x3a\x13\xc7\x3e\x7b\xfd\xe6\xfc\xdf\xb3\xd7\x19\xf4\x09\x90\x70\x76\x90\xc5\x58\x9f\x48\xe7\xc2\xd9\xeb\x6c\x93\x65\x91\x3d\xf9\xa3\x08\xec\xa8\xff\xa1\x94\x8c\x3f\x07\x4f\x7e\x03\xf8\x08\x23\x20\x60\xd3\x1a\x19\x70\xa1\x0d\x9e\xe5\x27\x0f\xad\x0c\x75\x99\x92\xdf\xcc\x94\x99\x1d\x86\x2a\xd7\xb2\x31\x65\x68\x5a\x93\x17\xfd\x92\x6c\x85\xf6\x60\xaf\xb6\x57\x03\xf2\x0e\x3d\x31\xf9\x8f\x20\xfb\xab\x24\x1b\xbd\x9a\x1b\x6d\xbb\x7b\xe1\xb0\xe9\x25\x3b\x7d\x09\xf3\x88\x21\xaa\xc5\x2d\xae\x69\xef\x4b\xf4\x9b\x9c\x45\xab\x5c\x85\x67\xec\x78\x40\x4d\xa2\x4d\xeb\x28\xf4\x95\x88\xa1\x69\x30\xff\x07\x42\x0b\xb0\x99\xbc\x3c\xa6\x63\xe3\x79\xee\x2b\xcd\x43\x61\xe5\xdc\x2d\xf9\xef\xcc\xed\xf8\xbc\xa4\x57\xf5\xb6\xf1\xfc\xbf\x78\xf3\x0a\x3e\x49\xcb\x7b\xc8\x5b\xc8\x3a\xa8\xd5\xee\x9a\x38\x3b\x5a\x47\x02\xe7\x59\x09\xb4\x87\xcf\x5f\x7f\x80\x47\xe5\x7c\x45\xd1\x11\x06\x55\x89\x9d\x67\x46\x1a\x1f\x9f\x1f\x3e\x27\x7a\x7c\xe5\x1a\xa9\x2d\xbc\xf4\x32\x39\xf4\x51\x26\x58\x65\x49\xfc\xe1\x2c\x8e\x7d\x72\x69\x22\xc8\xa5\xa0\x6e\xb1\xd0\xf7\xbb\x35\xc3\x7c\x0e\xb9\xf4\xcd\xbb\xb7\xf1\x61\x31\xed\x7f\x5e\x42\xbe\xef\xc1\xb5\x71\x7c\x3b\x74\x3d\xe2\xe1\xcb\xcf\x4f\x9f\xc5\xaf\xaf\x3f\x7e\x7d\xfb\xf6\xbf\xef\x3f\xbf\x7c\x16\x1f\xbf\x7f\xfa\xcf\x7c\xdf\xed\xab\xe8\xf8\x7c\x3e\x28\x4b\x5f\x5e\x2c\xec\xbc\xc4\x7b\xc9\x32\xc2\xea\x52\xf0\xc9\xc5\x51\xdc\xc5\x0e\xae\x2c\xcb\x6d\xc2\x9a\xb9\x26\x8d\x18\xb4\x71\x0e\xbf\x9d\xb6\x67\x79\x91\x17\x70\xb5\x70\x1e\x34\x0b\x9c\x67\xb5\x3e\x3b\x46\xbf\xc9\xe8\x51\xc5\x0e\x4f\xab\xc7\x0c\x4e\x69\x9a\x4e\xca\x53\xba\x7c\xfd\xe6\xfd\x79\x5e\x80\x4e\xaf\xad\xf1\x8c\x1e\x0f\x87\x89\x4c\xae\xd3\xf6\xdd\x76\x37\x98\xf6\xa3\x6f\x23\x5a\x79\x63\x50\x04\x43\xe2\xc6\xb9\x40\xc1\xcb\x16\x3e\x00\x8f\xd5\x86\xb3\x8b\xf3\xe2\x79\xa6\xaf\x9c\xbf\x45\x4f\xcc\xf8\x47\xf3\xe9\x36\xc8\x11\xee\x03\x04\x77\x8b\x76\x78\xe8\xcd\xb9\x0f\x95\x6b\x04\x05\xaf\xed\xb2\x7c\xf4\x22\x06\xd8\xd5\x39\x2f\x3b\x75\x26\xec\xd8\x13\x2a\x8f\xe1\x45\xfb\x04\x3b\xf0\xa1\xa4\x50\xe8\xc3\x40\xf3\x54\x4e\x34\xe6\xe4\xcb\xfe\xba\x07\xf3\x8b\x08\xfd\x76\x27\x86\x61\x9c\x3c\x18\xa7\xa4\x29\x65\xab\x45\xc2\x6c\x2e\xdf\xbd\x7d\xfb\x26\x91\x6c\x33\xe1\x39\x8e\x1a\xb9\x1f\x64\xdb\xa6\xd8\x31\x83\x61\xf2\xb4\xaa\xbe\x24\xab\xb7\xef\x49\xf0\xb0\x39\x0f\xad\x50\xe8\x36\x19\x29\x5d\x79\xfe\x8b\x23\x99\xf4\x97\x7c\x58\xc0\xc5\x79\x32\x1d\x88\x93\xb6\x7f\x77\x4f\x8f\xde\x25\xab\x3d\xd2\x8e\x3f\x25\x47\xf4\x14\x60\xa0\xe2\x7e\x59\x63\x9a\xee\xe4\xb3\xab\x5e\xf3\x03\x92\xa7\x85\x3b\xc6\xdf\x67\xb8\x9d\x3e\x17\x00\x64\x75\xdb\x62\xa0\x23\x19\x1b\x25\x86\xdb\x6c\x93\xfd\x19\x00\x00\xff\xff\x9c\x1c\x3b\xa8\x04\x0e\x00\x00"), - }, - "/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: 1442, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x61\xf7\x50\x28\xc8\xa7\x5e\x7b\xeb\xb9\xaf\x20\x94\xd1\x24\x11\x19\x6b\x84\x34\x72\x09\x65\xdf\xbd\x38\x0e\x89\xed\x24\x5b\xb1\x37\xc3\xfc\xdf\xa7\x1f\x8d\x25\x55\x53\x55\x78\x3b\xd5\x1d\xa1\xc4\x7d\x38\x18\xe7\x87\x10\xdf\xe0\x6f\x07\x30\x3a\xae\x04\x3f\x61\x10\x5f\x99\xfa\x9d\x88\x4e\xc1\x7e\x9b\xee\x3e\xba\xee\xd1\xd4\xec\x98\x3e\x99\x74\x69\x41\x67\x91\xb2\x7e\xae\xb8\x86\x96\x9c\x4b\xa1\x50\x1e\x29\xaf\x49\x16\x74\xdc\xbb\x14\xec\x3c\x9d\x90\xf7\x79\x5a\xfa\xb3\x1b\x18\x50\xa2\x52\x54\xd8\x4b\x06\xc7\x0c\x9e\x12\xcb\x99\x3c\xe0\xd1\x65\x2d\xfd\xed\x84\x24\xde\xe0\x91\xf0\x94\x24\x44\xa5\x6c\x67\xcb\xe7\x4d\x5f\x40\xdb\x7b\x33\xb7\xfa\x4d\xd6\xa7\xc8\xd6\x99\x23\x29\x95\x66\xdf\x2a\xbe\x75\x31\x69\xb3\xe8\x9e\x5d\xef\x95\x03\x4a\x93\x64\x15\x7d\x74\x98\xa3\x14\x35\x29\x8b\x12\x6a\x90\xf8\xd4\x79\xd9\xbb\xdd\x07\xbe\xe9\x26\xca\xde\xa9\xfe\xba\xf7\xa5\x9f\xe5\x24\x83\x68\x18\xa9\xa9\xe7\x43\x7c\xe9\x4a\x0e\x4f\xa4\x06\x71\xf8\x5f\xbf\x7b\xf2\x59\xa7\xe9\xb4\xa2\xd9\x25\x53\x08\x33\x69\xdb\x42\x5f\x51\x4b\x73\x14\x4f\xe6\xd2\xc3\xf8\xd8\xa6\x7d\x8a\xcc\x4f\xea\x57\x1d\x86\x33\x5c\xdd\xb5\x90\x07\x15\xc0\x4c\x4e\x69\x7a\x52\x14\x3d\x45\x0c\x54\x40\x22\x9f\xbb\x77\xf8\x2d\x0a\x87\xea\xb2\x8b\x4a\x53\xf8\xe8\x14\xfe\x48\xfc\xa6\xd3\xbb\x8b\x07\xba\xd5\xf4\x34\x06\x24\x1b\xfc\xa6\xdb\x7c\x6d\x76\x1e\x5f\x6e\x2e\x0b\x33\xe5\xd2\x7f\xef\x83\x5f\xfd\x36\xf7\x99\x4d\x75\xc7\x01\x6d\x48\xe3\x8f\x76\x9d\x43\xa4\xb2\x62\x5f\xea\x73\x18\x9d\xd2\x17\xfd\x0b\xb8\xfb\xe8\xfe\x05\x00\x00\xff\xff\xb4\x59\xb7\x37\xa2\x05\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.tf": &vfsgen۰CompressedFileInfo{ - name: "packet-ccm.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 241, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\x41\x6a\xc4\x30\x0c\x45\xf7\x3e\xc5\x47\xcc\xa2\x85\x4e\x72\x82\x9c\xc5\xa8\x8a\x4a\xd2\xd8\xb1\xb1\xe5\x42\x08\xbe\x7b\x49\x28\x0c\x74\x27\xfe\xe3\x89\x57\xb4\xa6\x56\x44\x41\x21\x09\x07\xff\xb5\x06\x25\x50\x66\xd9\xd4\x9e\x22\x91\x70\x3a\xe0\x9a\x77\x8e\x8a\x09\xf4\x38\x7f\xb8\x0c\x5c\xab\x9a\x9f\xd7\xd2\x47\x59\xb8\x58\x1d\xb7\xf6\xa9\xcf\x7a\x54\xd3\x38\xbe\xfc\xe1\xe0\x18\xc8\x01\x92\x76\xd3\xdd\x30\xc1\x34\xe6\xc0\xa6\xd7\xd3\x37\x7a\x9c\x99\x6d\x19\x62\x9a\x5b\xd0\xfe\xdf\x1c\x2c\xe6\x40\x1f\x77\x04\xc0\x79\xf5\x9b\x1e\xd7\x39\xe1\xae\x68\xb6\x78\x4b\x9b\xee\x37\xcf\x25\x7d\xab\x98\x5f\xe7\x3f\xfe\x1a\x1c\xd0\xdf\x5d\x77\xbf\x01\x00\x00\xff\xff\xef\xca\x2e\xdb\xf1\x00\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl": &vfsgen۰FileInfo{ - name: "packet-ccm.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - content: []byte("\x61\x70\x69\x4b\x65\x79\x3a\x20\x24\x7b\x61\x70\x69\x5f\x6b\x65\x79\x7d\x0a\x70\x72\x6f\x6a\x65\x63\x74\x49\x44\x3a\x20\x24\x7b\x70\x72\x6f\x6a\x65\x63\x74\x5f\x69\x64\x7d\x0a"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/ssh.tf": &vfsgen۰CompressedFileInfo{ - name: "ssh.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 4188, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4d\x8f\xdb\x36\x13\xbe\xfb\x57\x0c\x94\x17\xc1\xdb\x20\x94\xbc\xdb\x26\x29\x52\xec\x31\x40\x0f\x6d\x03\x34\x29\x7a\x58\x2c\x04\x9a\x1c\x5b\xac\x29\x52\x98\x19\x79\xd7\x68\xf6\xbf\x17\xa4\x6c\xaf\xed\xd8\x6b\xa3\x70\x0f\x05\x7a\x12\x44\x3e\xf3\xc9\xf9\x78\x5e\xc0\x27\x34\x3d\x21\x98\xd8\x2d\x01\xc5\x58\xf8\xfc\xd3\x27\xd0\xcc\x28\x0c\x12\xc1\xc4\x20\x14\xbd\x47\xe2\x72\x44\xc8\xb1\x27\x83\x50\x84\xde\xfb\x7a\xfd\x5b\x40\x91\xc4\xd5\x13\x56\x31\x1a\x42\xe1\x02\xfe\x1c\x01\x98\xd8\x07\x81\x1b\x58\x68\x2a\x9f\x30\x75\x3e\x1e\xe5\xfb\x10\xd0\x88\x8b\x21\xc3\x01\x64\xd9\x61\xfa\xde\x40\xc1\xdc\x14\xf9\xac\x89\x2c\xc3\x59\xa7\xcd\x1c\xa5\xb6\xb8\x70\x06\xb7\x14\xf2\x6d\xd6\x58\xba\x60\xf1\xe1\xae\xd4\xc6\x20\x73\xdd\xf5\x13\xef\x4c\xed\xba\xc5\x77\x59\x4f\xcf\x48\x2b\xdd\x26\x12\x0e\xca\xc5\xb5\x18\xfb\xe4\x63\xf1\x76\xdc\xa6\xb3\xc7\xe4\x58\x47\x71\xe1\xd8\xc5\x80\x04\xc5\xd4\x79\x2c\x56\x0e\x26\xa3\x18\xb2\x3f\x70\x03\x6d\xb4\xbd\xc7\x72\x12\xa3\xcc\xfb\x09\x96\x29\x8d\xb5\xd1\xb5\x41\x92\x0c\xb7\xc8\xe2\x82\xce\x11\xde\x40\xf1\xbf\x1f\x3f\xfe\xfc\xa1\x4a\x28\x65\xbc\xc3\x20\xca\xe8\xd2\x90\x5c\xc6\x6e\xd6\x78\xbe\xed\x4b\x1b\x9e\xe3\xf2\x3c\xbb\x73\x5c\x5e\xc4\x2e\x23\x2d\x52\x35\x9d\x0e\x78\x40\x5e\x2c\xe0\x95\xe1\xd3\x01\xaf\xec\x5e\x2a\xe0\x0e\xcf\x0b\x37\xe1\x2e\x16\x6c\x36\x7a\x3a\xd4\x6c\xf3\x68\xa0\x84\x6d\x14\x54\xf8\x80\x66\x6d\xda\x05\xef\x02\xc2\x0d\xdc\xe6\x5f\x80\x82\x51\x40\x61\xf1\x7a\xf3\xdf\xdb\x08\xbc\x64\xc1\xd6\x88\x07\x96\xd8\xe5\x41\xb5\x41\xbc\x80\xdf\xd8\x85\x19\x14\xe9\xb4\x2a\x8b\x34\xcb\x1c\x32\x48\x83\x19\x58\xc1\x34\x7a\x8b\x04\x94\x46\x1d\xbb\x05\xfa\x25\xb8\x00\x3a\x80\xb3\xd8\x76\x31\xc5\xbe\xd1\x75\xaf\x97\x25\x7c\x42\x84\x46\xa4\xe3\xf7\x55\xd5\x07\xf7\x50\xb2\xa4\xa1\xf3\x60\x1a\x1d\x66\x69\xe6\xb4\x95\xae\xae\xaf\xbf\x7f\xfb\xed\x3b\x98\x46\x02\x8b\xa2\x9d\xe7\x72\xed\xf3\x2d\x28\x0b\x29\x23\x15\xb3\xcf\x99\x81\x3b\x78\xf9\x12\x72\x2c\xa6\x03\xf5\xeb\xee\x6d\x55\xee\xfe\x97\xd1\xdb\x0d\x9e\x5a\x50\x34\xdd\x05\xec\xa5\xa7\x9d\x5b\x47\xa0\xba\x3d\xad\x87\x90\x0b\xd8\x6a\xc2\x57\x7b\x02\x7b\x60\x73\x48\xe1\xee\xcc\x3a\x00\xa8\x86\x7a\x5f\x0f\xb5\xc3\xf6\x9f\x7a\xf1\xb8\x86\xd3\xe2\x73\x5c\x3e\x23\x9e\xea\xf0\x22\x01\xa5\xaa\x7e\x3e\x9c\x75\xaf\x1d\x93\x3e\x25\x7a\x24\x90\x4d\x3b\xed\x85\xd1\xc4\xfb\x90\x8a\x28\x81\xde\xe7\xf2\x7a\xae\x3a\x4c\xd3\x46\x9b\xe0\x6f\xc6\xe3\x23\xc0\xd4\x43\x08\x2c\x76\xd2\x4f\xd3\xda\xb7\x8e\xf5\xc4\x63\xee\xa1\x49\x3f\x9d\x22\xc1\x7d\xe3\x3c\x42\x47\x2e\x48\xea\x36\x1f\x67\x99\x20\xb4\x7a\x8e\xc0\x89\x42\xe0\x02\x69\x29\x4d\xba\x74\x0c\x42\x3a\x70\xeb\x44\xd0\xc2\x44\x9b\x39\x48\xdc\xd8\xfa\x8c\x44\x7a\x1a\xa9\x85\x09\x4e\x23\x21\xdc\x23\x10\x4a\x4f\x01\x90\x28\x52\x09\xbf\x23\x70\x13\x7b\x6f\x61\x82\x30\x78\x12\x21\x8d\x8f\x05\x82\x13\x88\xc1\xe0\x46\xdb\xba\x51\x67\x4e\x9a\x7e\x92\x9b\xb3\xd1\xdc\x38\x13\xa9\xab\x64\x6d\xaa\x72\xcc\x3d\x72\x75\xfd\xee\xea\xfa\x2a\x39\x98\xd8\x8b\x5f\xa0\x2d\x8f\x0e\x1a\x4d\x32\x50\xa2\x2f\x5f\xe0\xff\xab\xdc\x28\x37\x06\x15\xc7\xa0\x70\x3c\x74\xe7\x1f\xb1\xa7\xa0\x7d\x92\x50\xfd\x00\x57\x2a\x44\xd5\xe9\x19\xd2\x0f\x80\x0f\x4e\xe0\xea\x9b\x55\xa2\xef\xd6\x63\x51\xc8\xcd\x66\x48\x0c\x37\xab\x39\xb8\xcd\x19\xce\xa5\x15\xfb\xeb\xef\xdc\x0d\xb9\xbb\x45\xce\x5b\x34\x8f\xa3\xc7\xd1\x68\x97\x2d\xae\xc1\x5b\x6c\xf1\xe3\x2f\x1f\xb6\x18\xe3\x49\xc2\x38\x08\x2a\xeb\x68\x58\x07\x16\x3b\x0c\x96\xeb\xbc\x56\x86\x85\xb0\xe7\xd8\x90\xc6\x1d\x65\xe5\x11\xee\x39\x40\x7d\x34\xda\xd7\x69\xd9\x95\x46\x7b\x67\x62\x9d\x88\x64\xdd\x51\x94\x81\x72\x1e\x83\x19\xb2\x5f\xab\x18\xa8\xa7\x32\xa6\x4d\x57\x77\x17\x25\xaf\xe3\xbf\x4d\x59\xaf\xde\x9c\x41\x59\x57\x0f\xb1\xaa\xad\x44\xc5\x73\xf6\x6b\xeb\xe8\xf8\x4e\x1f\x1e\xa8\x78\x7a\xff\xa1\x29\x36\x2f\x2f\x11\x3a\xa4\xdc\xc9\x31\xa0\x4a\x3e\x01\xa3\x9f\xaa\x14\x30\x5a\x30\xbe\x67\x41\xca\x02\x2c\xa4\xbb\xce\x85\xd9\x73\x65\xb1\xd6\xac\xb2\xa1\x7f\xac\x2a\x0e\x40\x9f\x6a\xf1\x5f\xf1\xb4\xe7\x51\xa9\xd5\x9e\xd9\x7e\x4c\xa8\x62\x27\xd5\x3a\x73\xd5\xd6\x06\xf8\xdc\x38\x4e\x83\x31\x20\x5a\xb4\xaf\x41\x0f\x14\x6a\xf7\x49\x80\x0d\xb9\x4e\xe0\xde\x79\x0f\x79\x1c\x6b\xef\x21\x15\x1a\x43\xab\xc5\xa4\xf1\xbf\xd1\xb8\x6b\x4a\x73\x76\xa0\x6a\x75\x70\x53\x64\x61\xf5\xaa\x7a\x55\x2e\x75\xeb\xc1\x05\x89\x5f\xa3\x77\xc0\xe5\x01\xc2\xf3\xbc\xc4\x7f\xcb\xed\xd4\x72\xdb\xf4\xf1\xf9\x0b\x6e\x23\x72\x6a\xc9\x3d\x8e\xfe\x0a\x00\x00\xff\xff\x5c\x6a\xf4\xc8\x5c\x10\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 6796, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\x6b\x53\xdd\x38\xd2\xfe\x7e\x7e\x45\xd7\x99\xa9\x02\xaa\xb0\xb9\x0c\x21\x81\x9a\xbc\x55\x19\x48\x26\xbc\x01\x86\x5d\xc8\xee\xd6\xec\xa4\x1c\x1d\xa9\x6d\x6b\x90\x25\xaf\x24\x9f\x4b\x52\xf9\xef\x5b\x2d\xd9\x87\x73\xf1\x21\x30\x9b\x2f\x01\xdc\xea\x7e\xd4\xd7\xa7\xf5\x03\x9c\x5f\xdf\x82\x45\x6e\xac\x70\x83\xc1\x98\x59\xc9\x46\x0a\x61\xc8\x55\xe3\x3c\xda\x4c\xb3\x0a\x87\xf0\x75\x00\xe0\x67\x35\x42\xfb\xef\x35\x38\x6f\xa5\x2e\x06\x00\x02\x1d\xb7\xb2\xf6\xd2\x68\x78\x0d\xc3\x8f\x5a\xfe\xa7\x41\x68\x8f\x03\x1d\x87\xed\xda\x62\x8d\x5a\xa0\x00\x6f\x40\x68\x97\x7d\x31\x1a\x77\x86\x83\x6f\x8b\x16\xbb\xbf\x3f\xc7\x1a\x81\xff\xdd\x68\x84\x6d\x4c\x8b\x14\x70\xca\xaa\x5a\x61\xca\x4d\xb5\xaa\xbd\xb6\xe6\x4f\xe4\x3e\x93\x22\xea\x5f\x51\x74\xc3\xf8\x3d\x7a\x68\xa5\xe0\xe2\xbc\xd5\x78\xb4\xff\x02\x73\x3c\xe1\x09\xe7\x78\x92\x1c\xf1\x97\x07\xc9\xab\x97\xfc\x20\x39\x39\x3a\xe1\x87\x27\xfb\xa3\xc3\x97\x82\xaf\x9a\x62\x8d\x2f\x33\x6f\xee\x51\x3f\x66\xea\x4d\xe3\x4b\x08\x52\x9d\xa9\x0f\x1f\xcf\x7f\xbf\x38\xf3\xfa\x43\x7e\xfd\xee\xa8\xf9\xff\xdb\x5f\xa7\xd3\x4b\x79\xf4\x6b\xf9\xcf\x69\xf9\xe5\xc3\xcd\x9f\xd1\xcc\x0f\x70\x6d\x04\x2e\x85\xca\xb8\x8c\x59\x5e\x7e\xc7\x6f\x39\x6b\x94\x6f\xff\x3c\x64\x95\x38\x3e\x1a\xae\x63\x7b\xa7\x98\xe7\xcc\xc2\x99\xd1\x9e\x49\x8d\x16\x2e\xa5\x6e\xa6\x40\xfa\xa5\x47\xee\x1b\x8b\x14\x43\xa9\x9d\x67\x4a\xc1\x76\x50\xb4\x0b\xcc\x56\xc7\x47\xab\x7e\x30\x2e\xe3\x25\xd3\x1a\xd5\x73\xa0\x39\x4f\xa7\x9f\x81\xad\xb5\xb1\x08\x2b\xb7\xa6\x82\xed\xa8\x69\x17\x46\xe8\xd9\x2e\x30\x55\x97\x6c\x17\x50\x14\x6b\x99\x67\x5c\x36\x46\xeb\xa4\xd1\xcf\x01\xca\x1b\x6b\x51\xfb\x67\x20\x6d\x8d\x2c\x39\x30\x37\xb6\x4b\x5b\xd8\x3a\x3c\x38\x39\x48\x5f\xa4\xfb\x5b\x90\x80\x43\x84\xd2\xfb\xda\x9d\xee\xed\x4d\x26\x93\x34\x8f\x4a\x13\x45\xaa\x52\x63\x8b\x3d\x8b\x0a\x99\x43\xb7\xb7\xb3\x0b\x46\xab\x19\x90\x2e\x79\xf3\xaf\xb7\x2b\xd7\xe3\x46\x7b\x6b\x94\x42\x9b\x71\xd3\x68\xdf\x77\x49\xdd\x54\x23\xb4\x6b\x97\x3c\x58\xbf\xdc\x75\x90\x04\x93\xc3\x83\x5e\x07\xdb\x32\xc5\x14\x2a\x46\x45\xef\x56\xfd\xbb\x00\x80\xac\x3e\xcb\xc9\x3f\xa5\xae\x62\x4a\xa5\xd3\x57\xc7\x3d\x9e\x6e\x6b\x29\x78\x53\x73\x8c\x4a\xc9\x0d\x0b\xd8\x56\xc0\xc8\x7a\x8a\x59\x54\x92\x35\x76\x31\x35\xe7\x28\x06\x00\x54\x66\x1e\x4f\x83\x3b\x93\x91\x31\x5e\xea\x02\xba\xb8\x1a\x0d\xad\x61\x33\x46\x0b\xef\xef\xee\x6e\x6e\x41\x3a\xc8\x99\x54\x24\x27\x9a\x50\x24\x0c\x46\x4d\x01\x52\x07\x25\x69\x50\x7a\x57\x4a\x07\x35\xf3\xbc\x24\x79\xd7\xd4\xb5\x71\xb1\x2b\xe6\x72\x0a\xbe\x94\xee\x34\x04\xfd\x74\x6f\xaf\x90\x3e\x25\xac\x21\xd4\xe1\x87\x42\xfa\x3d\x6e\xaa\x4a\x7a\x21\xf3\x7c\x6f\x74\x9c\xe7\x78\xf8\x8a\x1d\x06\xcd\xef\xcd\x04\xc7\x68\x77\xc1\x97\x08\x4d\xed\xbc\x45\x56\x05\xad\x9c\x69\x98\x18\x7b\x1f\x73\x64\x52\xa2\x0e\x32\x11\xb5\x43\x4b\x57\x10\x06\x1d\x68\xe3\xc1\xa2\x9a\xd1\xfd\x50\x29\xf2\x32\x0f\xba\x79\x63\xc7\xe8\x52\xb8\x35\x30\x41\x70\xa5\x69\x94\x80\xc6\x75\x3a\xe6\xb9\x17\x95\x39\x98\x48\x5f\x9a\xc6\xcf\x95\xb4\x0a\x76\x81\x69\x01\xc6\x97\x68\x27\xd2\x61\x50\xdd\x69\x49\xe1\x9d\xb1\xbe\xd1\xcc\xa3\x9a\xed\x82\x93\x14\xcd\x58\xc0\x69\x9b\xe7\x2b\x15\xa0\xd1\x3f\x11\xb6\xf4\x1d\x66\x12\x1d\x21\x30\xea\xf3\x23\x85\x15\x05\xc7\x97\xcc\x03\x27\xfd\xe1\xd0\x85\x87\x92\x39\x18\x21\x6a\xa8\x8d\x73\x92\x92\xc6\x1b\xd0\xcc\xcb\x31\x59\xe9\x2a\xb7\x4b\x06\x59\xb1\x02\x1d\x30\x07\x26\xcf\x25\x97\x4c\xc1\x6f\xb7\x60\x62\x8a\xce\x33\x65\x37\x28\x1f\x35\xfe\xc1\x5b\xa1\x75\xa6\x70\x57\xa2\x45\xca\x06\x6d\x62\x1b\x5d\xd6\x0c\x6c\xcc\xa4\x0a\xa9\x3b\x57\x96\x2e\xd4\xc9\x6b\x18\x0e\x07\xeb\x85\x71\x69\x38\xf3\x6d\xaf\x51\x86\x89\x10\xf2\x7a\x8a\x40\xb9\x0c\x51\x34\xb4\xc9\x95\xea\xc8\x19\x97\x4a\xfa\xd9\x73\x86\x70\x5b\x0b\xdd\xd1\x30\xe3\xb1\x56\x66\x16\x8c\x76\x4c\x40\xea\x47\xda\x92\xe2\x99\xd3\xb2\xae\xd1\xbb\x3e\xcb\x4a\x3a\xbf\x1d\xcd\xef\xac\xdb\x3f\x9b\x2b\x5a\xeb\xb8\x67\x46\xe7\xb2\x80\xb9\xee\xb5\x06\xf3\xef\x4f\x71\xa8\x46\xc1\xc6\x06\xa7\x2d\xa2\x74\xae\xcc\xee\x71\xf6\x17\x60\xdd\xde\xbe\x87\xba\x19\x29\xc9\x81\x14\x84\x98\x37\x0e\x2d\x6c\x71\x63\x71\x6b\x95\x34\x38\x87\x3e\x13\xd2\x6e\xe0\x0c\x81\x2c\x00\x03\x21\x2d\x72\x6f\x6c\xa8\x64\x8b\x50\xa0\x46\xcb\x3c\x0a\x08\x1a\x5c\x97\xea\x23\x84\x5a\x31\x8e\x02\xb6\x79\x74\x8a\x03\x87\xdc\xa2\xa7\xf6\xbc\x21\xb4\x4b\x88\x34\x7a\x6a\x1b\x59\xe5\x9b\x7e\x4c\xe5\xcc\x49\xce\x14\x5c\x47\x41\xb8\xba\xfb\x98\xae\xab\x6e\x27\x4b\xaf\x6a\x59\x67\xac\xf1\x46\x20\x51\x0b\x69\x74\x56\xa1\x2f\x4d\x3f\x43\xbb\x0a\x9f\x82\x13\xe6\x47\x42\x82\x95\xc6\x79\xb8\xb8\x19\x1f\x01\x13\xc2\xa2\x73\x1b\xaf\xb7\x36\x5d\x72\x69\x9d\x4f\x72\xd3\x68\xb1\x4a\x17\x8d\xc8\xb8\x14\xfd\xd1\x38\xbb\x38\xff\x7b\xb4\x68\x99\x2e\x62\xaf\x77\x4e\x16\x1a\x3e\x34\x23\xb4\x1a\x3d\x3a\xa8\x8d\x78\x06\x92\x83\xfd\xf4\x30\xdd\x4f\xf7\xf7\x0e\x8e\x57\x90\x50\x53\x95\x1c\x37\xa2\xf9\xf9\xe7\xb7\xbf\x9d\x0f\x9e\x04\xa9\x55\xe5\xd2\xc1\x5d\x89\x70\x10\xdc\x06\x13\xa9\x14\x65\x8b\xc5\xd0\xbe\x45\xc8\xd3\xfb\x66\x84\x19\xab\x65\xec\xe8\x71\xa8\x1c\xec\xfb\x72\xe3\x01\x4a\x69\xa1\x5d\x3a\x20\x30\x83\x85\x6b\xf7\x5c\x39\x5e\xf7\xa7\xfe\xeb\x76\x7b\x87\x30\x15\x93\x3a\x73\x4d\x9e\xcb\x69\x6f\x14\xfe\xd6\xa0\x95\x18\xeb\x2a\x4a\xc7\xc9\x13\xc0\xc6\x73\x73\xac\x4c\xbb\x09\x5a\x14\x30\x9a\xcd\xa1\xc2\x79\x8b\x47\xba\xae\x49\xa5\xca\x50\x42\x47\x3e\x9e\x1b\x93\xb6\x90\x53\x37\xe6\xe9\x92\xcc\x0e\x3c\x3d\xb6\x4b\x07\x57\xae\x8b\x9a\xfe\xcf\x2c\xd6\xc6\x12\xc7\xe8\x6b\x33\x23\x63\xd4\xfa\xf5\xdf\x86\x93\xd0\x38\x1a\x12\x34\x4e\x34\x53\x33\x2f\xb9\x83\xb9\x32\xca\x82\x8e\x0a\x38\xd8\x3e\x63\x4a\x72\xb3\xb3\xde\x04\x73\xa6\x1c\x2e\xe3\xaa\x98\x66\x05\x56\xa8\x7d\x48\x3c\xd7\x1b\x81\x4b\xe9\x3c\x11\xc1\x90\x77\x94\x81\x8e\x6a\xb3\x34\x56\x7e\x89\xa4\x86\x71\x8e\xce\x11\xba\xa8\x6f\x71\x20\xac\xfb\x6f\xa9\x9d\x2e\xf7\x0b\x23\x30\xab\xad\x1c\x33\x8f\x4f\xc0\xd3\x4a\x2e\xe2\x32\x79\xb0\x4d\x8a\x1c\x75\xe1\x08\x4f\x29\x33\x01\xa9\x3d\xda\x84\xbe\x80\xb7\x8c\x66\xf8\x73\xa0\xb5\x01\x64\x45\x61\xb1\x08\xd3\xa3\x17\x5a\x1b\x2d\xc2\xb0\x50\x90\x6f\x1e\x4e\xc1\x25\x9b\xa1\x85\xed\x36\x32\x8e\xf0\x79\xdb\x60\x4f\xb3\x9e\xe7\xc3\x62\x0c\x49\x76\x19\x59\xac\xcf\xa0\x3c\x93\xa2\xdf\x63\xb7\x35\x72\x99\xcf\x3a\x3a\x5b\x32\x2b\x26\xcc\x52\x3e\x2e\x9e\x8d\x8b\x45\xcb\xb1\x5d\x0a\x6f\xa0\x62\x75\x3b\x7f\xe8\x46\xf7\x18\x18\x4d\xc5\x42\x2d\x6d\x3d\x0c\xf6\xe4\xc7\x1f\xbf\x4a\x2d\x70\xfa\x6d\x2b\x70\x3f\x12\x1e\x33\xd5\x04\xbe\x43\xbf\x2c\xd8\x81\x8b\xf3\x34\xee\xb6\x81\xa6\xd5\xf4\x49\xfb\xc8\xd0\x30\x1a\xa4\x62\x26\xc2\xf8\xa0\xc6\xe4\xf0\x79\xe5\x9e\x59\xeb\x97\xcf\xd0\xb9\x22\x85\xb7\x71\xc1\x3a\x85\x15\x59\x78\x0d\x5f\x17\x56\x85\x64\x1f\x5e\xc3\x1f\xc3\x9f\x97\xa5\xfe\xef\x8f\x21\x7c\x5b\x8f\x42\xc5\xea\xa5\xd9\xbf\x18\x8c\xaf\xdf\x1e\x0d\x45\x07\x71\x73\x3b\xbf\xe9\x98\x67\xb8\xa6\x3b\x85\xe1\x30\x38\x70\xa8\x71\xea\x93\x39\x25\x1c\xa6\x83\x41\x17\x42\x36\xc7\xb0\xec\xd4\x10\x3c\x3d\xf7\x2b\x65\x32\x8a\xce\xad\xab\xce\xfb\x3c\xa8\x58\x9d\xc2\x1b\x0d\x58\xd5\x7e\xd6\xb6\x34\xa8\x90\x69\x07\x43\xf2\xbd\x36\xf3\x2c\x59\x34\x34\x4c\xe1\xf3\x32\xb6\xcf\x21\x5e\x03\x5e\x1a\xe3\xa8\x01\xcf\x96\x70\x05\xd6\x5d\xd1\x22\x84\x31\x13\x6a\x63\xd4\x96\x03\x81\x34\xa1\xa2\xab\xe9\xc2\x1d\xa9\x7c\xea\x60\x59\x7d\x53\x92\x2e\x94\xa7\x43\x95\x67\x44\x14\x50\x64\x34\xdb\x14\xf6\x3a\x7f\x78\x1e\xe5\xe3\x08\x41\x95\x43\x3c\x03\xed\x99\x8e\xfc\xc7\x41\xd2\x45\xb1\xbf\x40\xfb\xba\x84\x57\x2e\x23\x02\xee\xbc\x65\xf5\x63\x7d\xe2\xee\xf2\x16\x7e\xe9\x04\x43\x04\x3f\x44\x04\x3d\x04\x6b\xdd\x1a\x71\x2b\xb4\x0f\x96\xe2\x63\xd4\xe3\x3d\x33\x88\x24\x52\xc4\x3a\x0d\xbf\x44\xba\x48\x1f\x91\xf1\x32\xe4\x50\x8f\xf9\xd0\x1a\x99\x9e\xed\xb4\x44\x1a\xad\x97\xb9\xe4\xcc\x2f\x3f\x52\x71\xb4\xde\x65\x63\xa6\xa4\x90\x7e\x96\xd5\x68\xa5\x11\x59\x69\x9a\x0d\xbd\xfc\x1f\xad\x24\x99\xa7\x75\x2b\x4c\x8e\x05\xdd\x94\xc1\xf1\xf4\x53\xdf\x32\x5e\xbd\x3c\xde\x5f\xf6\x93\x67\xc5\x77\x9c\xc2\x0a\x17\x53\xb5\x23\x12\xb5\x35\x35\x2b\x02\xdf\xf6\xa6\x7d\xef\x88\xd5\xf5\x9d\xa1\xb1\xb6\x78\x0c\xaf\xc2\x48\x14\xbf\xcc\x4e\x2f\xcd\xbd\xa9\x0c\xed\x97\xc3\x5d\x18\x9e\x59\x24\xfd\xbf\xcc\x4e\x3f\x6a\x17\x8a\x5b\xa2\x18\x7e\x5a\x9f\x88\xd4\x47\x6a\xd4\x22\xdb\x30\x73\xae\xd8\x7d\x3b\x71\x1f\x16\xa4\xd8\x08\xe2\x39\x30\xb1\x09\xa8\xf6\xb6\x16\x9d\x69\x6c\xe8\xf0\x57\xb2\x28\x7d\x78\x59\x2b\x70\x17\xaa\xc6\xf9\x6e\x77\x0e\xb3\x73\x34\x03\xa6\x01\xb5\x48\x68\xa1\x79\x2c\x27\x56\xaf\xad\x1b\xb5\x92\xac\xcb\x54\x33\xc3\xa9\xb7\x2c\xcb\xd5\xa6\xd0\xbc\xa5\xef\x10\xbe\x43\x4d\x2b\x4f\x08\x04\xd5\x6a\xb2\x50\xab\xc9\x5c\xe1\xa6\x8c\xdd\x18\x97\x4f\xab\x95\xcb\xed\xac\xf6\x19\x2d\x04\x1d\x3d\x78\xa4\x70\xa5\x4e\xba\x85\xb7\xa6\x6d\x25\x9e\x80\x56\x8b\x34\x7a\x53\x01\x3f\x81\x93\xc9\x42\x1b\x8b\xd9\xf4\xc5\xfe\x49\xc6\x75\xc6\x4b\xe4\xf7\xbd\x58\x2e\x82\x20\x9c\x5d\x43\x90\x09\xb5\x42\xa7\x96\x0a\xe8\x7f\x00\xc2\x8d\xd6\xde\x32\x7e\x9f\x55\x6c\x4a\xa5\x9c\x11\xa7\xee\x85\x92\x24\x73\xe1\xa4\x62\xd3\xa4\x46\x9b\x90\x70\x3b\xbf\xbb\x5d\x23\xa9\xad\x99\xce\x52\xb8\x62\x53\x59\x35\x55\x5b\xc2\x94\x94\xd7\x6f\xee\x28\x7f\x75\x5c\x10\x5b\x5a\xc4\xf8\x3d\xd4\xb4\xee\xdf\x7c\x0c\x74\x1e\xb6\xf7\xc3\x43\x07\xb2\x31\xb6\x29\x5d\x49\x0f\xcc\x25\xd2\x85\x86\x16\x5d\xd7\x15\x43\x87\x47\xea\x05\xe3\x21\xa7\x76\x9e\xb8\xc0\xb6\xfd\x3c\xf0\xd2\x40\xeb\x33\xb1\xa1\xbf\xb6\x79\x41\xc4\x06\x2e\xc3\x76\x71\x7e\x7d\xdb\x55\x5e\xb7\x19\xfc\xf5\x50\x2c\x23\xc8\x64\xff\x54\x59\xb1\x7e\x71\x13\x1c\x1f\xc7\xae\x70\x60\x1b\xad\x69\xcc\x1b\xbd\xd0\xe9\xe3\x5b\x65\xcb\xd3\xe2\x5e\x74\x71\x13\xe5\x39\xd3\x60\x83\x64\xe0\x16\xac\x0a\x54\xc0\xa8\x66\x43\x82\x6f\x5c\x7a\x8f\x4f\xd2\xc3\x17\x47\xe9\x41\x7a\x40\x73\xfb\xbf\x01\x00\x00\xff\xff\x3a\x30\x91\x0f\x8c\x1a\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf": &vfsgen۰CompressedFileInfo{ - name: "versions.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 500, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xb1\x6e\xc4\x20\x0c\x06\xe0\x9d\xa7\xb0\xd2\x9d\x90\xbb\xa5\x4b\xfa\x14\xdd\x2b\x04\x6e\x83\xca\x61\x6a\xe0\x96\x2a\xef\x5e\x1d\xb9\x54\xb4\xe2\x94\x05\x59\xf6\xef\x4f\xe6\x09\x5e\x91\x59\xbf\x13\x5f\xe0\x8a\x9c\x1c\x05\xd0\xc1\x42\xf4\xe5\xc3\x85\xbd\x95\x84\xc8\xbf\xb1\x6f\x01\xc0\xf8\x55\x1c\xa3\x7d\xdb\x77\x66\x18\x5e\x66\x50\x72\x3a\x0f\xa2\x9d\x47\xa6\xab\xb3\xc8\xa9\xae\x01\x98\x0c\xf3\xbd\x04\x48\x54\xd8\x20\xdc\x96\x23\x25\x74\x96\xc2\x68\xf2\x70\x9f\x36\xb4\x92\xcf\x52\x6d\xfd\xb5\xbe\x9e\x8c\xf6\x7d\x69\xd1\x69\x71\x86\x38\x8e\x35\xd4\xd1\x4e\x72\xfa\xab\x85\xe2\x0f\xb1\x5b\xa6\x63\x9d\xff\x5b\x51\x9b\x4f\x7c\xf4\xc9\x3a\x5b\x28\xe5\x71\x2b\xbb\xe0\x49\x4e\x2d\xc8\x3a\x58\xba\x1c\x9d\xb7\xa5\xba\x9e\x6a\x0f\x5c\xc5\x2a\x7e\x02\x00\x00\xff\xff\x44\x9c\x24\x77\xf4\x01\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers": &vfsgen۰DirInfo{ - name: "workers", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/bootstrap-configs.tf": &vfsgen۰CompressedFileInfo{ - name: "bootstrap-configs.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 624, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xcf\x4a\x03\x31\x10\xc6\xef\x79\x8a\x8f\xf5\xa2\x97\xa5\xbd\x78\x28\x2c\x3d\xfa\x10\x22\x21\x9b\x1d\xb7\xa1\x63\x12\x26\x13\xa5\x94\x7d\x77\xe9\xae\xa8\x55\x50\x0b\xde\x42\xf8\xfe\xcc\xef\xe3\xe4\x1d\x17\x1c\x0d\xf0\x92\x64\x4f\x62\xfb\x94\xb4\xa8\xb8\x6c\x35\xed\x29\xa2\xc3\xb3\x93\x96\xa2\xeb\x99\xac\x72\xf9\x10\x60\x3b\xfb\x80\x59\x68\xc3\x70\x7a\xa3\x83\xb8\x38\xa4\x27\x5b\x54\x42\x1c\xdb\x2f\x79\x36\x0c\xf7\xab\x87\x56\xa8\x54\xd6\x4f\xee\x42\x5e\x48\x7f\x75\x2f\xb2\xb3\x84\x09\x1b\x1c\x27\x33\x19\x73\x85\x3b\x8a\x24\x4e\x09\x0e\x5e\x0e\x59\xd3\x28\x2e\xef\x82\x77\xcc\x87\xb7\xe4\xa5\x0f\x61\xc0\x75\xae\x3d\x07\x7f\xd3\x1a\xa1\x92\xaa\x78\x42\x73\xd6\xde\xa0\xf9\x7e\x7d\x33\x43\xfb\x54\xa3\xfe\xb4\x4d\xd7\x41\xa5\x12\xb6\x58\x63\x83\x95\x31\x00\x53\x1c\x75\x77\x5a\xe8\xd6\x00\x35\x67\x92\x79\xaf\x47\xc7\x85\x0c\x50\x32\xf9\xe0\xf8\xfd\xe7\x42\xa2\x65\x9a\x4b\x60\x16\xc7\x7f\x00\xad\xff\x4a\xf4\x1a\x00\x00\xff\xff\x8d\xd2\xef\x86\x70\x02\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl": &vfsgen۰DirInfo{ - name: "cl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl": &vfsgen۰CompressedFileInfo{ - name: "bootstrap-kubeconfig.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 256, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xbb\xae\xc2\x30\x0c\x86\x77\x3f\x85\x87\xb3\xf6\x48\xac\x59\x79\x07\xd6\xca\xa4\x2e\x58\x0d\x09\x72\x9c\x0a\x84\xf2\xee\x28\xbd\x49\x6c\x9f\xec\xff\x46\x4f\xb9\xb0\x66\x49\xd1\xe1\x7c\x82\x49\xe2\xe0\xf0\x9c\xe2\x28\x37\xf0\xa1\x64\x63\xcd\x0e\x3a\x8c\xf4\x60\x87\x21\x79\x0a\x80\xb8\x7d\x1c\x20\x22\x66\xd6\x99\xd5\xe1\xdf\x67\xa5\xba\x5c\x3d\xab\xc9\x28\x9e\x8c\x3b\x2a\x76\x4f\x2a\xf6\xee\x06\x32\x6a\x4a\x4f\x7d\x13\x54\x28\xf9\xa7\x60\x2a\x57\x0e\x6c\x80\xd8\x1e\x6b\xbe\xa5\x89\x63\x33\x2d\xd0\xcb\x50\xff\x77\xce\xec\x95\xad\x82\x4f\xd1\xf8\x65\x4b\xd0\xc6\xab\x77\x1f\x7a\x2c\xdf\x82\x8f\xa2\x6f\x00\x00\x00\xff\xff\xfc\xe8\x45\xb8\x00\x01\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl": &vfsgen۰CompressedFileInfo{ - name: "install.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 1424, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6f\xdb\x48\x0c\xbd\xfb\x57\x70\x93\x1c\x57\xb2\xd7\x8b\xe4\x20\x40\x87\xa4\x28\xd0\x00\x39\xd5\xfd\x38\xa4\x81\x41\x4b\xb4\x3d\xf5\x88\xa3\x0e\x39\x76\xdc\x34\xff\xbd\x18\x59\x92\x3f\x92\x22\x97\xde\x24\xf2\x0d\xf9\xf8\xf8\x66\x92\x24\x19\xc8\x56\x94\xaa\x32\x1b\x00\x04\x36\x2a\xf1\x03\x20\x01\xc6\x8a\x32\x30\x2c\x8a\xd6\x92\x4f\x85\xfc\xda\x14\xd4\x64\x01\x88\x71\x66\x29\x03\xf5\xa1\x0b\x15\x8e\x95\x58\x25\x83\x5f\x6d\x04\xe0\xfe\x33\x1b\x7d\xe8\x7f\x27\x8a\x5e\xef\x4c\x65\xf4\x26\x78\xd1\xfc\xf2\x95\xcc\x2d\x2b\xf9\x35\xda\x09\x15\xf9\xff\x57\xa3\x91\xf4\x98\x8f\xf4\x23\x18\x4f\x92\x33\xe9\xc6\xf9\x55\xe2\xd8\x1a\xa6\x54\xd1\x2f\x48\x7b\xd8\xf5\x5c\xc9\xbf\x81\xb9\x9f\xec\xa6\xd9\x53\xfb\xb4\xad\x29\x17\x53\xd5\x96\x0e\x1a\x4a\xa4\x95\xa3\xdd\xe0\x56\x4e\xc3\x91\xe0\xd5\xa8\x8f\xbe\x7f\xa4\xa2\x99\x22\x1f\xba\x5a\x87\xbd\x70\xfb\x9e\xb7\xbb\xd0\xbe\xe7\x57\x64\xa5\xf2\x66\x9b\x57\xc1\xaa\x49\x82\x90\x3f\x24\x7a\x0e\xd7\x6b\x67\x4a\x08\x62\x78\x01\xba\x24\x10\x45\x2e\xd1\x97\x30\x99\x7c\x80\xda\x79\x05\x71\xa0\xe4\x3d\xce\x9d\xaf\x00\xeb\xda\x6e\xa1\x40\x66\xa7\x0d\x24\xb0\x1a\xdb\xd6\xaa\x9d\x68\xd2\xb2\x4a\xe1\x26\x28\x60\x59\x19\x16\xa8\x70\xdb\x80\xd5\x41\x49\xb3\xb0\x80\xd2\xc8\xaa\x5b\x3c\xd4\xde\xcd\x2c\x55\x92\x76\x94\xa2\xba\x5d\xf6\x5f\x10\x59\x96\xb0\x31\xd6\x42\x10\xda\x51\x1a\x8f\x01\x39\xb2\x26\x2f\xc3\x3d\xb9\x02\x39\x5a\x84\xa9\xd0\xf4\xc8\x62\xb1\x44\x2a\xae\x58\xf5\xfb\x29\xbd\xab\x0d\xb7\x4e\x3c\x84\xfe\x37\x4a\x22\x3a\x89\x7d\xd2\xc2\xf1\xbc\x47\xbc\x6e\xbf\xdd\xaa\x9b\xd2\x0f\x47\xc1\x3b\x23\x4a\x3c\x51\x4f\x58\xe5\x7f\xce\x8c\xc7\xe3\xf1\x40\xd4\x79\x5c\x50\x64\x33\x37\x96\xfa\x0b\x52\xa3\x2e\x33\x68\x96\x1d\xb5\x6d\x25\x49\xcc\x82\x8d\x1a\xc7\xe9\x77\x71\xdc\x96\x6e\xce\x35\xf7\x2c\x03\xef\x5c\x37\x67\xe5\x4a\xca\x60\x74\x39\x1a\x9d\x5e\xa1\x9e\x92\x69\xec\x7b\x3c\xd3\xc5\xd3\x41\xbf\x69\xd7\xef\xf9\x25\xad\x53\x0f\xfe\x5d\x1a\xe7\xff\x0c\x67\x86\x87\x33\x94\x25\x24\xf4\x78\x90\x99\x5b\xd4\x02\x7d\xe7\x36\xf8\x76\xa4\x70\xf2\x0e\xce\x2e\x9e\x9c\x4c\x8b\x25\x32\x93\x7d\x3e\x3b\x05\x7c\x69\x01\x6b\xf2\x12\x27\x7b\x01\x70\x11\xd0\x76\x99\x5a\xc3\xe1\x71\xea\xa8\x7a\x89\x33\x6f\xac\xe7\x14\x2f\x83\x83\xff\x50\xd2\x1a\xcb\x0a\x84\x54\x0f\x1e\x05\x80\x9d\x84\x85\x5a\xf0\x34\x8b\x32\xd6\x28\xb2\xd9\xbd\xa0\xd1\xf4\xc7\x2f\x68\xe1\x7c\x77\x58\x64\x39\xc5\xa0\x4b\xe7\xcd\x4f\x2a\xa7\x2b\xda\x4a\x06\x17\x4f\x31\x1c\xbf\x9f\x07\xbf\x03\x00\x00\xff\xff\x8a\x33\x90\x30\x90\x05\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl": &vfsgen۰CompressedFileInfo{ - name: "worker.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 16531, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x3c\x6b\x73\xdb\x36\xb6\xdf\xf3\x2b\x4e\x18\xdd\xda\xee\x1a\x7a\xd8\xce\x4b\x2d\x7b\xd7\xb5\x9d\x5d\x4f\x93\xd8\x63\x3b\xcd\xde\xc9\x66\x35\x10\x71\x28\xa1\x22\x01\x16\x00\x25\x2b\x8e\xf7\xb7\xdf\x01\x40\x49\x24\x45\xd9\x4e\x9a\xde\xbb\xe9\x4c\x46\x24\xcf\x0b\xe7\x8d\x03\xa4\x84\x90\x47\x7a\xae\x0d\xa6\xac\xff\x08\x20\x17\xdc\x68\xfb\x03\x80\x80\xa0\x29\xf6\x21\x43\xa5\xb9\x36\x84\x51\x43\x89\xa2\x9c\xb5\x35\xaa\x29\x8f\xd0\x41\x01\xa0\xa0\xc3\x04\xfb\x60\x54\xbe\x78\x15\x49\x61\x50\x18\xdd\x87\xcf\xc5\x1b\x80\x0f\xef\x04\x37\x1f\x97\x8f\xc7\xa8\x23\xc5\x33\xc3\xa5\x08\xcf\x3d\x07\xb0\x1c\xe0\xe2\xf0\xf4\x18\x78\x0c\x78\xcd\xb5\xd1\x4b\xf8\x23\x29\x18\xb7\xd0\xe7\xd4\x8c\x4f\xdc\xb7\xf0\x71\x07\x4d\xd4\x49\x19\x65\x69\x3b\x92\x22\x5e\x02\xff\x8c\xb1\x54\x18\x4e\xf2\x21\x26\x68\x6a\xf2\x02\x7c\xb8\xf4\x2f\x56\xd2\x5c\xcd\x33\x0c\xa5\x40\x3d\x96\x66\xf9\xf2\x02\x53\xca\xc5\x61\x6c\x50\x9d\x5c\x73\x13\x96\x16\x08\x70\x72\x8d\xd1\xa5\xa1\xca\x84\x1d\x99\x99\xce\x9a\x92\x56\xcc\x4e\x85\x36\x34\x49\x56\xcc\xde\x53\x61\x90\xfd\x3c\x0f\xd3\x3c\x31\x9c\xe4\x1a\x55\xdb\x50\x35\xc2\x32\xeb\xdf\x73\xae\x1c\x50\xd3\x22\x16\xa6\x61\x32\x9a\xa0\xba\xcf\x1e\x0b\xe8\x44\x46\x13\x9d\x72\x33\xae\x5b\x30\xa5\x7a\xd2\x00\x1f\x49\x85\x52\x93\x14\x0d\x75\xcb\xd2\x7a\x3c\xc1\xb9\xfe\xab\x7d\xff\x30\x0a\x33\xca\x0d\x89\xa5\x22\x4c\xe8\x6f\xee\x35\xef\x29\x37\x10\x4b\x05\xc7\x6f\x2f\x01\x85\x51\x1c\x75\x45\xc7\x3a\x2c\x1c\x9b\x28\xd4\x32\x99\x62\x7d\xdd\x5f\xe1\x28\x17\xa8\x9d\xd1\xa5\x20\x31\xe5\x49\xae\xb0\xfe\xe9\x12\xa3\xf0\xa9\xfe\x36\x9e\x35\xe4\xa2\xa3\xc7\x40\x22\xd8\x9a\x8d\x79\x82\xf0\x18\x3a\xb9\x56\xee\xfd\x48\x61\x06\x5b\xff\xfa\xf0\xaf\x27\x1f\xfa\x3a\xa3\x11\xf6\x3f\x7e\xdc\x02\x17\x11\x7e\xb9\x2e\x24\xe0\x27\xe8\x30\x9c\x76\x44\x9e\x24\x3f\x00\x93\xa0\x13\xc4\x0c\x7a\xf6\xb7\xc0\x1f\xc0\x39\x6f\xd9\x4c\xd0\xba\x61\x42\x0f\x3e\x49\x81\xb7\xd0\xba\x89\x92\x5c\x1b\x54\x03\x6b\xcf\x5b\x92\x29\x3e\xa5\x06\x61\xff\x59\xb7\xbb\x75\x87\x87\x3f\xd0\x7d\x6b\x0e\xf6\xcd\x3d\xe4\x55\x42\x4d\x44\x95\xcd\x1d\x86\x72\x81\x0a\x5e\x73\x91\x5f\xc3\x9b\x82\x21\x1c\x8e\x50\x98\x6f\x9a\x16\x1e\xe6\x1f\xbd\xee\xca\x41\x4e\xc4\x94\x2b\x29\x52\x14\x26\x3c\x3a\xbb\x38\x39\xbb\x1c\xbc\x39\xb9\x3a\x3c\x3e\xbc\x3a\x1c\x9c\x9d\x5f\x0d\xce\x2f\xce\x7e\x3d\x3d\x3e\xb9\x08\x09\x89\x52\x96\x70\xd1\xe8\x29\x0b\xaf\xa8\xa9\x14\x5a\xad\x9b\xbb\x88\xde\x02\x21\xd4\x18\xc5\x87\xb9\x41\x1d\x76\x54\x2e\x3a\x0b\xdc\x4e\xec\xd5\xf7\x30\x3b\x2f\x8d\x58\xca\x64\x0b\x3b\x37\x87\xd7\x1f\xb7\xef\x2f\x9e\x6e\x5d\x1c\x1d\xde\xed\x58\x00\xce\x78\xf7\x42\xf9\x1c\xa2\xb2\x88\x68\x43\xcd\x7a\xf2\x58\xf7\x97\x92\x2d\x5f\xf1\x04\xef\xd1\xe7\x1a\xb4\x8d\x5d\xab\x2b\x25\xd0\xa0\xee\x2c\xd4\x86\x62\xba\x6e\xf2\x73\x85\x3e\x3f\xa4\x13\xc6\x15\x90\x0c\x3a\x53\xaa\x3a\x09\x1f\x2e\xf0\x3a\x53\x99\xe4\x29\x66\x49\x3e\xe2\x42\x3f\x88\x42\x4d\x80\x94\x0a\x1e\x63\xb9\x0a\x57\x91\x17\x4e\x37\xa4\x3e\x49\x05\x3e\x27\x45\xa8\x0c\x8f\x79\x44\x0d\x12\x9a\x9b\xb1\x54\xdc\xcc\x5d\x65\xdc\x5a\x63\x61\x7f\xda\x3c\xc5\x47\xf0\x19\xe8\x6c\x02\x5b\x37\x99\xe2\xc2\x40\x6b\xef\x76\x0b\x3e\xc3\x90\x6a\x7c\x76\x00\x84\xd9\x44\x56\xc3\x8d\x68\x3b\x52\x26\xd8\x20\x5c\x1d\xd8\x31\xc9\x15\x92\x42\x3d\x24\x1a\x29\x99\x67\x84\x29\x3e\x45\xd5\x4c\x84\xf8\x02\x0b\x2a\x05\x12\x2f\xdc\xb8\x19\x74\x01\x99\x0b\x2b\xec\x3f\x97\x40\x00\x84\xd8\x28\x58\x24\xc2\xda\xa7\x44\x8e\x0a\x09\xc2\xdf\x64\xae\x04\x4d\xd6\x90\xd1\xcc\xa4\x9a\x84\x63\xa9\xeb\xc8\x19\x67\x8d\xaf\x15\x9f\xf2\x04\x47\x58\x23\x35\x75\xa5\xa0\xef\xfe\x52\xb3\xb5\x6f\x56\x61\x91\xe0\x1d\x81\xa6\xcd\xfa\xb5\x47\x25\x1b\xe1\x57\x0a\xee\xd7\x9f\x37\x60\xa4\x34\x1a\x73\x81\x84\x17\x2c\x4a\xcf\x0d\x18\xd6\x9d\x53\xc9\xf2\xc4\x32\x28\x3f\x34\xc0\xaa\x5c\xf4\xdd\x5f\x0d\x6b\xd3\x73\xdd\x77\x7f\x35\x7c\xb3\x15\xd0\x2e\x74\xc8\x45\xbf\xf2\xd0\xc0\xc3\x7a\xbc\x15\x43\x6a\xa2\x30\x41\xaa\xd1\xaf\xa2\xf4\xdc\x80\xb5\x08\xcc\x88\x26\x3c\x92\xfd\xfa\xf3\x5d\x18\x82\xf7\x2b\x0f\x0d\xf2\x2f\x3e\x7b\x0f\xec\xd7\x9f\x37\x61\xc8\x51\x27\x93\x4c\xf7\xab\x4f\x75\x68\x92\xca\x5c\x18\x30\xb6\x10\x0e\xb9\x60\xbb\x5a\xe6\x2a\xc2\xb0\x93\x0a\xb3\xeb\x53\xbd\xff\x6d\x3f\x92\x4c\xc9\x8c\x8e\xa8\x4b\xce\x4a\x8f\xa9\xaa\xbb\xe0\x46\x72\xb5\xdc\xb5\x24\x5d\x7f\xff\x20\x36\xad\xd6\xcd\x2f\xef\x7e\x3e\x79\x7d\x72\x35\x38\x7d\x73\xf8\xb7\x93\xc1\xbb\x8b\xd7\xb7\xfd\xb5\xb7\x57\x87\x7f\xbb\xad\x07\x9b\x64\x48\x78\x16\xae\xca\xe6\xf9\xe1\xd1\x2f\x16\xe3\xfc\xd7\x83\xc1\xf9\xc5\xe9\xaf\x87\x57\x27\x83\x6e\x1d\x8d\x0a\x29\xe6\xa9\xcc\xb5\xcb\x77\x61\x4c\x13\x8d\x75\x90\xdc\x8c\x51\x18\x9b\x15\xb9\x14\xc4\xc8\x09\x0a\x32\xc3\xe1\x58\xca\x49\x03\xa8\x54\xfc\x93\x87\x4c\x25\xc3\xf0\x7d\x23\x60\x94\x70\x14\x86\x44\x94\xc4\x4d\xf5\xc3\xe7\xc7\x35\x1c\xdf\xd0\x31\xa1\xc3\xd6\xcd\xe4\x85\xb6\xbf\x06\x45\x69\x1b\xf0\xac\xbe\xb4\x25\xbc\xb4\x5d\x4f\xb8\xea\x08\xfd\x8b\x81\xce\xe3\x98\x5f\xaf\x63\xc9\xdc\xd9\x69\xca\x19\xaa\x10\xaf\x0d\xda\xdc\x56\x87\x12\x9c\xd8\xbc\x4c\x18\x57\x61\x35\xe1\xd4\x21\x5d\xf6\xde\x58\x21\x8b\x0a\x52\xc5\xc1\x6b\x6e\x88\x14\xc4\x6e\x7b\x48\xd1\x59\x70\x29\x2a\x50\xff\x75\xf3\x6f\xb7\xd7\x74\xad\xc8\xc0\x24\x7a\x30\x94\xd2\x68\xa3\x68\x06\xff\xbe\xad\x90\x5b\x55\xaa\x35\xaf\x2c\x57\xb1\xaa\x0c\x4b\x6a\x15\xf4\xcd\x35\xb0\x8a\xad\xa4\xb1\x35\xb4\x54\x4f\xf5\x9a\xf4\x68\x5d\xed\x0e\x51\x1f\xc6\xcb\x51\x12\x8c\xc7\x75\x52\x4e\x79\xde\xbb\xec\xa2\x6d\x3f\x63\x5f\x2d\x35\x6f\x1f\x9a\x0b\x16\xf1\x8d\x47\x18\x09\xde\x14\x64\x09\x1d\x62\xa2\x6d\xa0\xbd\x3d\x3b\x3e\x19\xbc\x3e\xfc\xf9\xe4\xf5\x65\x63\x38\x16\x90\x89\x9c\xc8\x54\x1a\x3e\xc5\x36\x4d\xb2\x31\x6d\x4f\xb8\x98\xca\x64\xd2\xe6\xb2\x93\xe5\xc3\x84\x47\x84\x67\xd3\x83\x4d\xa1\xfb\xee\xe7\xd7\xa7\x47\xeb\x91\x5b\xe6\x60\x1b\xb5\x24\x19\xb6\x4b\x9c\xb8\xec\x68\x15\x11\xca\x98\x42\xad\xbf\x34\x2d\x64\x92\x91\x45\x0f\x45\x32\x6a\xc6\x6b\xe6\x58\x76\x58\x75\xcb\x23\x65\x44\x8a\x64\x4e\x32\xa9\x4c\xd8\x5d\xfb\x3c\xe2\x36\x08\xc9\x8c\x9b\x31\xb1\x7b\x1b\xb3\x52\xe5\xd5\xe1\xe9\xdb\xab\x35\x55\x7e\xe5\x12\x7c\x0f\x59\xd8\xd2\xc7\xe9\x17\xb6\x99\x8b\xce\x28\x91\x23\xbd\xb9\x8b\x92\xd9\x02\x4e\x1b\x99\x6d\x04\x3a\x97\x7a\x49\x50\xa5\x6b\x60\x8b\xdd\x17\x4d\x66\x74\xae\x1b\x77\xe6\x5f\x3f\x97\x59\x0e\x5d\x2c\x4b\x74\x9e\xf3\xa7\xcc\x34\xb8\x18\x81\x91\x05\x1b\xf8\x65\xe9\x2c\x60\x39\x82\x14\xa0\xc7\xb9\x61\x72\x26\xfe\xa3\xc6\x14\x0d\xdf\x64\xb6\xe6\xef\x25\xdd\xfd\x71\x43\x04\x3c\x33\x56\xe1\xb6\xf7\xd2\xa6\x34\x94\x0a\x2a\xf6\x60\x15\x83\x6c\x9c\x8e\x05\x3c\x7b\xf6\x0d\xc9\x71\x1d\xe9\x0d\xa3\xd2\x2a\x05\xa6\x64\xc6\x45\x31\x73\x5d\xe1\x77\xbb\xa4\x20\x51\x99\x6c\x36\xf9\x53\x93\x03\x34\xed\xf3\x16\xdb\xb4\x2d\x8c\xc6\x12\x82\x53\xc1\x0d\xa7\x46\xaa\xb7\x76\x7b\xd2\xda\xee\x68\x0b\xe4\x98\x12\x6e\x85\xb0\x5b\x42\xfe\xbb\x68\xef\x75\xf7\xba\xa4\xdb\x6b\x73\xb9\xc8\xb9\xfd\x6e\x6f\x27\x58\xec\xc8\x1c\x46\x87\x2f\xa8\x59\xcc\xb6\x7b\xb7\xf5\xc8\xaa\x91\x8e\xd0\xae\xcd\xd6\x10\x3f\x8e\xab\x8d\x97\x83\xb3\x93\x37\x0b\x0d\xbb\xee\xb0\xbf\x5c\x04\x43\xbb\xa8\x3e\x04\x6e\x84\xc5\xb8\x9e\x74\x86\x73\x9f\xad\x3b\x25\x2c\x80\x58\xaa\x94\x9a\x3e\x04\x78\x6d\x0e\x56\xaf\x9f\xc0\xd5\x98\x6b\x70\x08\x30\xa6\x1a\x86\x88\x02\x28\x63\xc8\x6c\x84\xa5\xd4\x44\x63\x30\x63\x84\xb3\x93\x37\x90\x51\x65\xdc\x80\xb9\xed\xb1\x28\xf3\xf3\x66\xe0\x1a\x04\xa2\xc5\xa1\x36\x12\x2c\x42\x89\x43\x2c\x93\x44\xce\x6c\xcc\x46\x63\x2a\x46\x08\x5c\x00\x1f\x09\x87\xda\x2f\xc1\x8d\x8d\xc9\x74\xbf\xd3\x19\x71\x33\xce\x87\xed\x48\xa6\x9d\x42\x99\x9d\x05\x78\x27\x92\x69\xca\x4d\xa7\x17\x3d\xdf\x7f\xda\xeb\xbd\x88\x9f\x77\x5f\xf6\xe2\x67\xc3\xbd\x3d\xd6\xeb\xbe\x3c\x78\x3a\x8c\xf7\x87\x4f\x63\x16\xbf\xc4\xa7\x5d\x36\x44\x6c\x2f\xc9\xbb\x15\xae\x54\xe9\x74\xed\x99\x3f\x81\x7f\xfc\xe3\x1f\x7d\x78\x8f\x6e\x0d\x7e\xd5\x22\xa7\x49\x32\x07\x9d\x61\xc4\xe3\xb9\x53\xc0\xc5\xe1\xe9\x71\x17\x12\x3a\x97\xb9\x81\x21\x46\x34\xd7\x08\x32\x06\x0a\x13\x1b\xba\x09\x0c\xf3\x51\xbb\x20\xf8\x1e\xc1\x7e\x65\x18\xd3\x3c\x31\x03\x8f\x14\xee\x01\xd5\xf0\xfd\xf7\x33\x04\xaa\x75\x9e\x22\xd0\x24\x01\xee\x23\xdb\x35\xb2\x1a\x62\x25\x53\x10\x72\x66\x73\x18\x2d\x32\xd2\x13\xc8\xb5\x55\xde\x92\xd1\x4f\x21\xec\xb7\x7b\x07\xdf\x7f\x0f\xdb\xc5\x8e\x8a\x59\xf8\xbd\x6e\xef\x80\x74\xf7\xc9\x7e\x77\x67\x21\xc7\x2b\xa9\x20\x95\xca\x6a\x3c\x96\x16\xc6\x58\xb3\xad\xe4\xdd\x05\x8d\xb8\xd0\x42\x83\xfa\x8d\x54\x53\x9a\x30\xdd\x49\xb8\xc8\xaf\x17\xca\x8f\x5e\x1c\xd0\xde\xfe\xf3\x3d\x16\xbf\xdc\x7b\xd9\xdd\xdf\x8f\x86\x3d\xda\x3d\x38\xe8\xc5\xc3\xa7\xcf\x87\x6c\xff\xe5\xfe\x5e\xbc\xff\x92\x46\x2f\x0b\xba\xa7\xa6\xec\x1f\x4b\xf6\xc5\xa4\x0e\xa8\x60\x90\x4a\x96\x29\x39\x44\x28\xfa\xae\x58\x2a\xd0\x32\xc5\xa5\x8c\x05\x29\x2f\x00\xa4\xda\x83\x30\x34\x94\x27\xba\x88\x15\xdb\x3d\xf4\x8b\x1d\x74\x41\xaf\xcd\x3a\x8a\x72\xd6\x2d\x27\x88\x55\x94\xf5\x41\xc9\x65\x2a\xb7\x7b\x88\x3e\x74\x9f\x1d\x1c\xd4\xcb\xd2\xd2\x85\xb8\xb0\x02\xf7\x41\x66\xde\x58\x8e\xf4\x9a\x91\x1b\xa5\xb1\x1b\x72\x92\x48\xca\xfe\x1c\x89\x1c\xc9\x82\x71\x99\x5a\x39\x71\x78\x81\x82\xce\x48\x59\xe3\xc6\xa3\x60\x13\x1b\x9a\x65\x28\x58\x73\x89\x5e\xe3\x5c\x4e\xb1\x1a\x0d\x38\x47\x19\x78\x12\x61\xd0\x2a\x3f\x7a\x29\xdb\x75\x7d\x05\x55\x85\xdd\x75\x52\x74\xb7\xa2\x9e\x77\xbb\x5f\x24\xee\x93\xc7\xa5\x94\x7f\x8d\xe5\x2f\x70\xa4\x90\x1a\x84\xe2\xa8\xad\xeb\xe3\x12\xaf\x8d\xa2\x60\x73\xac\xb6\x59\x62\xe8\x82\x9c\x39\x4f\x2c\x24\x46\x61\x1c\x73\x3f\x49\x2f\x52\x7b\xfb\x51\x89\x74\x9c\x8b\xc8\xa5\xcc\xc8\x71\x18\xd8\x25\x0e\xec\x12\xb7\x77\xe0\xa6\x04\x07\x90\xc8\x88\x26\x90\xd2\xdf\xa4\x1a\x88\x3c\x1d\xa2\xd2\x61\xd0\xea\x05\x15\xa0\x27\xf0\x8a\x27\x06\x95\xcd\x0f\xc3\xb9\x93\xcd\x4d\x0e\x76\x81\xf4\xac\x8c\x42\x1a\xab\x35\x83\x6a\x17\x7a\x4e\xd2\xbf\x1f\x1f\x6b\x17\x73\x5d\xf7\x78\x79\x79\xac\x1b\xd8\x5a\x42\x03\x37\x82\x08\x5a\x7b\x75\x96\x4e\x27\xbe\xf0\x38\xab\xed\x82\x6b\x97\xac\x0c\xb6\xd9\xf6\xa7\x29\x4d\x44\x1d\xca\xc0\x75\xf9\x41\x6b\x3f\x68\x00\xd1\x68\xf2\x6c\x10\xeb\x81\x14\x4e\x2b\x61\xd0\x3a\x08\x1e\xd5\xf8\x5f\x62\x82\x91\x29\x0c\x61\x17\xe1\x04\xd2\x52\x19\x64\x56\x0b\x9a\x7f\xc2\xdd\x62\xd9\x15\xad\xd8\x75\xd7\x68\xf1\x91\xb0\xf9\xd1\x26\x78\x4f\x6f\x36\xe6\xd1\xd8\xe6\x5e\x5f\x69\x91\xc1\x36\xb6\x47\xed\x5d\x98\x8d\x51\x61\x71\x3a\xc2\xf5\x22\x6f\x23\xdb\xd9\xa0\x3e\x1d\xb6\xb6\x13\x3d\x4c\x26\x40\x12\x91\x31\x20\xd7\x4e\x30\x20\xd2\x2b\xcd\xee\x5c\x81\x9c\x42\xd0\x6a\xdd\x54\xac\x7c\x1b\x54\x36\x18\x00\x9f\x61\xbb\xf2\xec\xcf\xb9\x4e\x5f\x5d\x86\x60\x37\x41\x40\x94\x0d\x3b\xfc\x01\x98\xac\xc0\x2d\xa5\x51\x7c\x6a\xbb\x17\xdf\xd3\xd8\x98\xc4\xa0\x3e\x4a\xee\xdd\x6e\xed\x34\x22\x5b\x31\xef\xc1\xdd\x5b\xc7\xe5\x31\x7c\x80\xd6\xd2\x8b\xe0\x71\x68\x1d\xf2\x23\x7c\xf7\xdd\xda\xfb\x96\x53\xc4\xc7\x1f\xac\x0d\x44\x8d\x8c\x0f\x65\x2e\x72\xac\x7d\x88\x79\xa3\xb0\xce\x64\x99\xf4\x7b\xbd\x95\xf6\xad\xce\x57\x9f\x20\x68\x39\x8d\x04\x4d\x42\x7f\x00\xf2\x09\x82\x56\x89\x50\x00\x1f\x37\x09\x57\x56\xca\xdd\x02\x32\x29\x70\xa7\x41\xe7\xf0\x19\x8c\x82\xad\x7f\x8a\x2d\xd8\x82\xad\x9d\x47\x0d\xbe\x14\x59\x51\x56\x16\x70\xae\x65\x4d\x30\x8b\x80\xcc\x76\xea\xb1\x61\x37\x21\x76\x21\x33\xb4\x3c\xb7\x0c\x8c\xe9\xd4\xfa\xfd\x7c\x95\xb7\xa2\x22\xb7\xd9\x0e\x43\xd1\x79\x85\xc0\x07\x68\x39\x7e\x40\x12\x03\x85\xc1\x14\x9a\x5c\x09\xe8\xd6\x59\xf9\x1c\xb9\x5b\x74\x96\x45\x1d\xb7\xb8\x8e\x6c\xbb\x61\x29\x2e\x81\x0e\x64\x66\x74\x18\x54\x15\xe6\xfd\x65\xc5\x7a\x6f\x83\x43\xb8\x96\x26\x42\xcf\xc2\xaf\xc4\x26\x53\x9c\xa2\xf0\xb9\x47\x0a\x1f\xc8\x35\xbc\x32\x67\x42\x62\x4b\xa3\x2a\x40\xcc\xeb\xcb\x3b\x8d\x7d\x56\x58\x25\x2d\x1b\xf6\x2e\xb7\xa5\xac\xe3\x87\x22\x76\x55\x64\xcc\x18\x29\x52\xbd\x13\xb9\xd2\xfd\x7a\x5a\x5e\x5c\xb7\x61\x98\xc9\x3c\x61\xb6\x76\x34\x53\xa8\x20\x3a\x34\x77\xae\x1c\xb6\xb6\x87\x54\xa3\xa3\x60\x13\x46\x49\xaa\xdb\xa0\xe6\x04\xee\xb2\x07\x10\x52\xd8\x79\x0d\xbc\x96\x5d\x00\x08\x19\xcb\x14\xc7\x52\x9b\xd0\x3a\x4a\xfd\x73\x6b\xa5\xbc\x06\xd4\x29\xaa\xa1\xac\x8d\x72\x61\x75\xa4\x63\xb9\xaf\x96\xd1\xc8\x3c\xc1\x29\x26\xb5\xf9\x8d\xff\x62\x2b\x00\xf1\xb2\x6b\x47\xc9\x39\x48\x03\x11\xbb\x44\xeb\xde\xb7\x55\x4d\x44\xd4\x40\x27\x53\x32\xea\xa4\x4c\x1b\x6a\x6a\x56\x59\xde\x8e\xc8\x19\x4e\x4b\x91\x61\xcd\xae\xe7\x69\xc2\xc5\x44\x37\x24\xde\x0f\xf0\x18\xc8\xeb\x06\xbd\x7e\x6c\xc8\xc0\x3e\x6a\x17\x33\x0b\xcb\xac\x8e\x56\x43\x28\x2e\x1f\xac\x65\x8f\x66\x1b\xfb\x0e\x18\x08\xd1\x11\x15\xf0\x19\xdc\xe9\x62\x70\x78\x71\x71\xf8\x3f\x75\x46\x60\x93\x86\x41\x04\x42\xa1\x7e\x29\x68\x3d\x16\xed\xea\xea\xc5\xf8\x36\x80\xd0\x75\x85\x1b\x82\x33\x9d\xc4\xba\x6d\xb7\x97\xeb\xba\xa9\x43\xba\x40\x5f\xd7\x60\xd0\x49\x85\xe9\xd4\xa1\x9f\xc0\x1b\x3a\x29\xea\x71\xb9\xd3\xa2\x91\x92\x5a\x83\x42\x37\x42\x6e\x54\x7c\x5d\x07\x8e\x3e\x38\x19\x8b\x3e\x54\xef\x0a\x19\x53\x9e\xec\x32\xae\x23\xaa\x6c\x5f\xd4\xad\x6b\x2a\xd6\x86\x0e\xeb\xe9\x62\xf5\x50\xf1\xba\x27\x70\xec\xf2\x2e\x93\x36\xeb\x9a\xb1\x35\x3b\x8f\x17\x9d\xe4\x8c\x6a\x58\x1e\xb3\x32\xd8\x1e\xe6\xa6\x6e\x8c\x62\xaa\x55\xe9\x2b\x68\x62\x0b\xfd\x7c\x30\xa6\xda\x59\x62\x50\x8c\xae\x5b\xdb\x8d\x8e\x50\x46\x75\xde\xfa\xc9\x69\x62\x03\x15\xeb\xb9\x36\xcf\xa3\x2d\x1d\xdd\xea\x5a\x0e\xdd\x96\x8b\x12\x8d\x19\x55\xd4\x76\x43\x09\xd7\xc6\x6e\x7b\x5d\xcb\xb2\xe8\x02\x8b\xce\xa5\x0d\x6f\x24\x73\xfb\x65\xe9\x0a\xb7\x92\x49\xd1\x4f\x15\x70\xb6\xe6\xeb\x0a\x03\xdb\x68\x45\x52\x68\xce\x50\x15\xbd\xf4\xf2\x8a\x5b\xbb\x02\xb9\xd8\x9e\xce\x66\xb3\xb6\xdf\x42\xb6\xa5\x1a\x75\x98\x8c\x3a\xc7\x32\xca\x53\x14\xc6\x15\x83\x0e\x65\x29\x17\x64\x94\x73\x86\x9d\x22\x79\xb4\xcd\x75\x39\xf8\x6b\x4d\xf5\x8b\xdd\xbd\xa7\x2f\x83\xea\xc2\xdd\x48\xe0\x6a\x8c\x76\x8f\x5f\x6c\xf7\xac\xa8\x78\x1d\x25\xb9\xe6\x53\xdc\xb5\x3b\x59\x29\x92\xb9\xab\x38\xb1\x06\x1b\x7f\xc3\x65\xd3\x58\xa1\x65\xa4\xf7\xbb\xca\x4b\x37\x40\xe1\x7a\xd7\x0d\x55\x92\xf9\xee\x72\xa4\x30\xb3\x25\xc4\x57\x36\x31\x02\xc6\x95\xeb\x35\x39\x43\x47\xc4\x8d\x27\x2c\x8f\x0a\x31\x8d\x53\x54\x34\x71\x8d\xa5\x86\xed\x84\x4f\x3c\x74\xb9\x4c\x15\x05\x66\x67\x17\xcc\xd8\x26\x6c\xbb\x1c\xbb\x3d\x98\x72\xcd\x87\x09\xd6\x25\xb6\x49\x30\x93\x4c\xb7\xe1\x12\xd1\xcf\x0d\xb8\xd6\x39\x3a\x13\x2d\x67\x0a\xfd\x46\x13\x35\x0c\x70\x56\x07\x06\xa4\x34\xeb\x74\x14\x75\xe7\xf9\x7e\x99\x4c\x85\xe4\xaf\x54\x71\x37\x71\x04\x85\x59\x42\x23\xdf\xe1\x5f\xa1\x52\xd4\xf6\x1d\x25\x58\xdf\x42\x14\x49\xcb\xa5\xab\xbb\xb2\x55\x7d\xfb\xd5\xd8\x86\x93\x5e\x53\xbd\x5f\xd6\x7a\x55\x69\x4b\x31\x59\x93\x60\x30\x66\xdf\x40\x8a\x46\x21\x2a\x4d\xc7\xfd\x82\x68\xfd\x0d\x04\xe9\x36\x6a\x43\xaf\x04\xa9\xb3\x1c\xc4\xba\x7c\x54\x56\x24\xcd\xca\x6c\xa4\xf1\xdc\xed\x9b\xcd\x45\xca\xdb\xfd\xd6\xcd\x8a\xc1\xed\xbd\x82\x54\x2f\x15\x7d\x5b\x49\xd6\x0e\xde\xc3\xdf\x73\x3a\x6f\x73\xb9\x8c\x96\xfa\xa1\x4d\x1d\xe7\xea\xf0\x6f\xe1\xb4\xd7\xde\xeb\xb5\x7b\xa4\x75\x23\xf5\x80\xaa\x68\x5c\x56\x75\xe9\xc0\x30\x0c\x5a\x37\xbf\x49\x2e\xb6\x83\xdd\x60\x17\x3e\xd8\xf0\x9d\xec\xc2\x14\xb8\x70\x2d\xe8\xc0\x9f\xec\x41\x1f\x82\xd6\xcd\xe4\x36\x6c\xdd\x4c\x6f\x83\x8f\x3b\x95\x92\x5d\x3a\x33\xbb\x83\x9a\x3f\x63\xdb\x40\xa8\xa2\x6b\x3d\xd7\x91\x49\xda\xac\x93\xd2\x6b\x77\x74\x41\x66\xd4\x44\x63\xd4\x0f\x98\x8a\x3d\x4c\xc5\xb1\x6e\x73\x21\x0d\x8f\xe7\xed\x94\x5e\x0f\x2c\x8f\x41\xc1\x23\xec\x3d\xeb\xbd\x38\xb8\xd3\x01\xd6\x8f\x60\xee\x99\x3c\x7d\xa1\x03\x94\x26\x4f\xb5\xf1\x19\xa9\x04\xf2\x35\x46\x50\xba\x34\x55\xed\x7a\xef\xb8\xf6\xf4\x35\x97\x8f\xaa\x17\x65\x0a\x07\xec\xaf\xbd\x58\xc7\x22\x28\x8c\x9a\xbb\xbd\xb2\xbf\xee\xe6\xf2\x82\x5b\xa0\x0b\x38\x93\xd4\x30\x36\x38\x7b\x7f\xdd\xa1\x6b\x88\x0f\xbe\x89\xf0\x05\x77\x11\x8a\x23\x44\x77\x6e\xd8\xda\xb6\x9a\xb4\xfb\x94\x9d\x35\xbe\xeb\x77\x08\x1e\x7e\x8b\xe0\xc1\x3c\xca\xb7\x0b\x96\xbe\xb9\x10\x7e\x71\x92\xd7\x51\x6e\x98\xac\xe9\xf4\x61\xce\xf9\xa5\xd9\xe9\x7b\x3f\x38\x2b\xbd\xe9\x9f\xbe\x3d\x7f\x77\x05\xc7\x17\x67\xe7\xf0\xa1\xdb\xef\x96\x8f\xd0\xfa\xaf\xce\x2e\xde\x1f\x5e\x1c\xc3\xe1\xd1\xd1\xc9\xf9\xd5\xfa\xf7\xb3\x77\x57\x16\x79\xc3\x67\x72\x08\x9e\x38\xe1\x90\x48\x20\xbf\x15\x80\x8d\x20\x19\x98\x28\xb3\xbd\x6e\x26\x95\x81\xbd\xbd\x46\xf0\x27\xf0\x4e\x23\xf4\xba\x6d\xf7\x5f\xe7\x85\xed\xd3\x8a\xee\x05\xce\x69\x34\x41\x03\x8b\x2b\xda\x45\xfc\xc0\xd1\xe9\xf1\x45\xb5\xd7\x3c\x35\x30\xe3\x49\x62\x1b\xba\x28\x91\x1a\x99\xef\x78\x0c\x1f\x8d\x4d\x32\x87\x29\xa7\x70\xe4\x2e\xa6\xed\x16\xfd\xad\xb3\x89\xef\x10\xa9\x76\xfd\x6f\x9e\x31\x6a\xb0\xdd\xb8\x10\x5d\x96\xaf\xb6\xac\xde\xf3\x97\xf7\xa8\xe1\x4e\xec\xee\xde\xd3\xee\x1f\xc4\x7f\x76\x0f\x7e\x6a\x1d\x49\x18\x45\xa3\x09\x10\x12\x19\xbb\xb3\x46\xb8\x38\x79\x7d\x78\x75\x72\xbc\x7b\x72\x79\x75\xf8\xf3\xeb\xd3\xcb\xbf\x9f\x1c\x37\xd2\x39\x3a\x7b\xf3\xe6\xf4\x6a\x93\x8b\x3f\xfb\x8f\xf6\xf1\xe6\xaf\xff\xd7\x1e\xfe\x67\x5a\xe2\xab\x6e\x04\xff\xbf\x14\x47\xbb\x95\x75\xfb\x2f\x5f\x20\x07\x5e\xb0\x41\x71\x51\x38\x68\x6d\x17\x85\xd3\x9d\x7c\x92\x18\xb6\x6e\x6e\xda\x47\x0e\xe6\xd8\x81\xdc\xde\x6e\xed\x94\x7b\x9c\x88\x1a\xf8\xf1\xc7\x93\xb3\x57\xf0\xd3\xdd\x57\xe8\xca\xdb\xf2\x8c\xff\x8a\x4a\x73\x29\x56\x17\xf8\x3d\x50\x7b\xf2\x42\xdb\x1a\x37\xed\x0d\xd1\xd0\xf2\x34\x67\xc2\x05\xeb\x43\x71\x2d\xff\xa8\xd0\xaf\xdb\xb8\x96\x85\x29\x09\xda\xf7\x53\x8c\x86\x55\x56\x7a\xb4\xa2\x38\x46\x59\x3e\x48\xa9\xa0\x23\x54\x83\x4c\x26\x3c\x9a\x43\x18\x42\x60\x3d\x83\x47\x41\xb5\x82\x45\x59\xfe\xc6\x83\x9e\x3b\xc8\x3e\xb4\x6e\xd6\xf1\xcb\x18\xde\xca\x17\xa8\x51\x4d\x91\xf5\xab\x5b\x88\x2c\xb7\x04\x3c\xc8\x40\x15\x30\x83\x28\xcb\xcb\x14\xac\x9a\xee\xc4\xb7\x00\x1b\xb1\x37\xdc\xc1\x3b\x39\x7b\x55\x75\xe3\xfa\xbf\xd8\x79\x90\xa3\x3e\xfd\x26\x8e\xea\x0f\x11\x5a\x4f\x80\x08\x84\xfd\x4d\x67\x07\x7e\x3a\xf5\x4e\xd3\x11\xf6\xa1\xd5\x85\x1f\x3f\x49\x81\x3f\xc1\x8f\x0a\x23\xa9\xd8\x4f\xf0\xa3\xed\x5a\xa9\x31\x98\x66\x46\xff\x54\x1f\x88\xb9\x49\x4d\x6f\x7d\x67\xe5\xff\x58\x52\x61\xab\x57\x89\x15\x4b\x35\x6c\xed\x55\x66\x20\x2b\x06\x61\xab\xbc\x01\xf7\xb2\xbd\xb2\x7e\xc9\xc5\x08\x64\x6e\xdc\x30\xc0\xf6\x2c\xce\x2a\xca\x1f\xba\xb5\x2c\x9f\xb2\x64\x25\x80\xea\x78\xdf\x4d\x6d\x51\x85\xdd\xd2\xbb\x62\x94\xba\x18\xfa\xa3\x72\x63\xff\x56\x59\x2a\xa7\xbb\xb5\x81\xaa\xcc\x4d\xd8\xda\x66\x7c\x04\x7f\xd1\x63\x9b\x25\xff\x62\x78\x8a\xfe\x7a\x45\xe0\x65\x02\xa1\xeb\x47\x3b\x0a\x4d\xd8\xfa\xef\xda\xcb\xc2\x54\xca\xa5\x96\xdf\xa1\x0b\xdf\x7d\x07\x41\x4b\xe6\x26\x80\xc7\x21\x04\x77\x1c\xfc\x54\x17\x6b\x51\x1a\x40\x86\x0a\x69\xfd\x1c\x62\xed\xdc\xca\xcb\x50\x70\xbd\x87\xa9\x37\xcc\x5b\x59\x33\x45\x2e\x58\xb3\x41\x1c\x4e\xa2\xeb\x67\x67\x4b\x4a\x56\x89\x31\xe5\x09\x32\x7f\x76\xe2\xdc\x2a\x72\x5d\xaa\x42\xd3\x07\x27\xd4\x7d\x0b\x68\x9a\x57\xaf\x4c\xde\xda\xde\x2e\x7e\xfe\xa5\xb7\x53\x36\x8a\x1b\x69\xaf\xab\xa1\xb4\xb2\xc0\x25\xae\x8d\xfa\xf0\x4b\x38\x72\xa7\x29\x42\x1a\x28\xfe\xfd\xe2\xfd\x6e\x0a\xf7\x06\x90\x45\x13\xda\x6e\x69\xcb\xf2\x6c\x1c\xee\x9f\xcb\x24\xb1\x81\xd2\x12\x05\x47\x1f\x6e\x6d\xc7\xb9\xdd\x6e\xd7\x99\x37\x85\x83\xfd\x23\x27\xfe\x56\x7c\xed\xf5\x57\x47\x0a\xdc\x13\x2d\x7f\x0d\x5a\x42\x07\x10\x14\xf2\x06\xed\x45\xf8\xd0\x7a\xf4\xc0\xa6\x08\x82\x3f\x18\x45\x2b\x25\xbe\x96\x72\xa2\x61\x24\x25\x7b\x5c\xd7\x57\x49\x3f\xb5\x49\x57\xf9\x4f\x53\xb4\x41\x93\xc3\x42\x29\x92\x0c\xd0\x29\xe5\x89\xed\x39\x61\x8e\x6b\xce\x0e\x1b\xfd\x1b\x1e\xe2\xe3\xb0\xee\xe7\xe0\x15\xf6\x18\x5a\x72\xb2\x51\x2b\xc5\xd1\x45\xd9\x8d\x80\x71\x26\xb6\xdc\xbd\x33\x99\x62\x49\x6a\x1b\xb8\xdc\x1d\x39\x02\x4d\x12\x39\x43\x06\xd6\xc2\x4d\x2b\x59\x73\xfa\x35\xf5\xd4\x84\x6d\x92\x83\xeb\x12\x73\x29\xdc\x15\xb6\x72\xd0\x3e\xaa\xf1\xeb\xae\xf7\x97\xbe\x95\xe9\x30\x8a\xa9\x14\xed\xdf\xf4\xb2\xf3\xb9\xa7\x3c\x7f\xe1\xf5\x9e\xea\x6d\x9a\x20\xe1\x53\x5c\xdc\x5a\x0d\xfc\xe5\xa6\xdd\x1a\x84\x1c\x11\x99\x19\x1d\xf4\x6b\xb8\x00\x41\x4a\xaf\x89\xe6\x9f\x2c\x66\xd0\xeb\x76\xd3\x60\xb7\x09\xc2\x2e\xc0\x42\xd4\xae\xb6\x94\x5b\x95\xdb\x47\x19\xd5\x7a\xe6\xff\x47\x02\x1a\x95\x5b\x44\xf9\x1f\xfb\x3a\x58\xad\xc7\x83\xc5\x3f\x71\x41\x36\x98\xe0\x5c\xbb\xde\x4a\x8f\xdd\xef\xdb\x47\xff\x1b\x00\x00\xff\xff\xa9\x5f\x53\xde\x93\x40\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/outputs.tf": &vfsgen۰CompressedFileInfo{ - name: "outputs.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 385, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xbd\x8a\x2b\x31\x0c\x46\x7b\x3f\x85\x48\x8a\x0b\xb7\x98\x6a\xdb\xed\xb6\xde\x57\x30\x8a\xfc\x91\x31\xe3\x91\x8c\x2d\x4f\x08\x4b\xde\x7d\xc9\xfe\x41\x60\x8a\xf4\x47\xe7\x3b\xb2\xe1\x75\x38\x1d\x2e\xd6\x16\xb4\xa8\x96\xd0\xe3\x6c\xdd\x95\x57\x1c\xe8\x23\x10\x6d\x5c\x06\xe8\x95\x2a\xcb\x02\x8f\x09\x5b\x16\x4c\x5f\xe4\xf4\x7f\xfa\x65\xc3\x2d\x84\x5d\x59\x1d\xa7\x92\x25\xe6\xba\xbd\x3c\xe3\x63\x11\xf4\x87\xab\xbb\xf9\x48\x6f\x63\x5d\xaf\xf4\xb3\x30\x3a\x12\xb9\x91\x34\xb0\x83\x12\x2a\x34\x41\x25\xa3\x93\x69\xb9\x86\x23\xbd\x9b\xd3\x79\x70\x63\x75\xdc\xe1\x99\x9d\x2e\xa6\xff\x9c\x64\x66\x3d\xe3\x2f\xf6\x7b\x3f\xe6\xd4\x9f\xc9\xcb\x69\xe7\xd1\x93\x99\x77\x6f\x5c\xa3\xdb\x02\x7d\xf4\x14\x13\x2e\xd3\x3e\x19\x6e\xe1\x33\x00\x00\xff\xff\x75\x66\xc9\xbe\x81\x01\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 6839, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x6d\x6f\x1b\xc7\x11\xfe\xce\x5f\x31\xb8\xa4\x90\x0d\x90\x27\xca\x51\x9c\x48\x88\x0b\xc8\xa2\x53\x0b\x75\x62\x35\x54\x9a\xa2\x55\x70\x5c\xee\xcd\xf1\xb6\xdc\xdb\xbd\xee\xec\x91\x62\x0d\xf7\xb7\x17\xb3\x7b\x47\xf1\x4d\x89\xe4\x04\xad\x3e\x09\xbc\xd9\x99\x67\x9f\x79\xdf\xcf\xe0\x52\x37\xe4\xd1\xf5\x7a\x0b\xe1\x94\x98\x6a\x84\x44\xc6\x9f\x32\x23\x2a\x4c\xe0\x43\x0f\xc0\xaf\x6a\x84\xf6\xef\x15\x90\x77\xca\xcc\x7a\x00\x39\x92\x74\xaa\xf6\xca\x1a\x78\x05\xc9\x8f\x46\xfd\xab\x41\x68\x8f\x03\x1f\x87\x67\xb5\xc3\x1a\x4d\x8e\x39\x78\x0b\xb9\xa1\xec\xdf\xd6\xe0\xf3\xa4\xf7\x71\xd3\x62\xed\xec\x3f\x51\xfa\x4c\xe5\xd1\xde\x8e\xe2\x6b\x21\xe7\xe8\xa1\x95\x82\xab\x11\x3c\xc3\x74\x96\xc2\xe9\xf0\x4b\x2c\xf0\x4c\x0e\xa4\xc4\xb3\xc1\xa9\xfc\xea\x64\xf0\xf5\x57\xf2\x64\x70\x76\x7a\x26\x5f\x9c\x0d\xa7\x2f\xbe\xca\x65\x34\xf5\x19\x7c\x6f\x73\xa4\x2d\x9b\xd6\xea\x4f\xbd\xe2\xd2\xba\x39\x3a\x60\x15\x87\xae\x59\x5a\xf2\xfc\xf3\xee\x35\xe3\xb1\x4c\xda\xc6\xf8\x43\x56\x4d\x53\x4d\xd1\x05\xab\x85\x68\xb4\x6f\x7f\x3e\xd9\xc7\xf1\x7d\x90\x04\x5b\xb4\x50\xa8\x0f\x52\x18\x98\x22\xc8\x52\x98\x19\xe6\x20\x0a\x8f\x6e\x29\x5c\x4e\x81\x78\xd4\xe8\x11\xac\x03\x91\xe7\x60\x98\x8b\x1d\x6c\x8c\xe4\x57\x98\xd8\xc4\x94\xc8\x2f\x52\xaa\x84\xd6\xe9\xdd\xd7\x2f\x93\x07\x5d\xa6\x0c\x79\x61\x24\x46\xa5\x85\x75\x8f\xc4\xeb\x50\x3a\x14\x1e\xc1\x97\x78\x10\xae\xd4\x32\x23\xa3\xea\x1a\x3d\x1d\x82\xad\x15\xf9\x67\x11\xfb\xf3\x7d\x74\x97\xd6\x78\xa1\x0c\x3a\x78\xa7\x4c\x73\x07\x97\xd6\x14\x6a\x06\x6b\x85\x7b\xd7\xfd\xc7\xcf\x31\x8a\x6e\xde\x8f\xde\x9f\x43\xa5\x66\x2e\x80\xb3\x30\xf1\x58\xd5\x5a\x78\x2c\x94\xc6\x09\x2c\x4b\x34\x70\x83\xce\x89\xc2\xba\x0a\x26\xc3\xf4\xe4\xc5\x04\x14\x81\x6d\x3c\x08\x93\x43\x43\x08\x93\x0f\x7f\x08\x54\xfc\xe7\xe3\xa4\xf7\x19\x2b\x11\x0b\xab\x72\xa0\x1a\xa5\x2a\x56\xca\xcc\x60\x32\x18\xf0\xa5\x07\x5a\x4c\x51\xd3\x04\xc4\x4c\x28\x13\x95\x33\x21\x0b\xe1\x58\x27\x56\xb5\x5f\xa5\x1b\xa4\x44\xf1\x43\x74\x54\xa2\x7e\x98\x8d\xef\x44\xcd\x91\x24\x1b\xf2\xb6\x82\xa8\x64\xc3\x57\x91\xff\x74\x9f\x94\x0f\x1f\x77\x42\x48\x28\x73\xd8\x1b\xbb\xe6\x77\xb4\xfc\x0a\xa2\xa8\xf7\x10\xa2\x2d\xf3\xaa\xbe\xc3\x2c\xaa\xc9\x1a\xa7\x37\x70\xac\xa3\xb8\x07\xc0\x95\xc0\xe3\x39\xa8\xeb\xbf\xbd\x19\x4c\xad\xf5\xcc\xf7\xb7\x5a\x78\x29\x1c\x58\x03\x6d\xe0\xda\x05\x3a\x78\x7b\x73\x73\x3d\x66\xa6\x0b\xa1\x34\xcb\xe5\x4d\x70\xba\x80\x69\x33\x03\x65\x82\x92\x34\x28\xbd\x29\x15\x41\x2d\xbc\x2c\x59\x9e\x9a\xba\xb6\x14\x8b\x41\xa1\xee\xc0\x97\x8a\xce\xa1\xf4\xbe\x3e\x3f\x3e\x9e\x29\x9f\x32\xd6\xd4\xba\xd9\x71\xf8\x67\xa6\xfc\xb1\xb4\x55\xa5\x7c\xae\x8a\xe2\x78\xfa\xb2\x28\xf0\xc5\xd7\xe2\x45\xd0\xfc\xd6\x2e\x71\x81\xae\x1f\x3c\xdf\xd4\xe4\x1d\x8a\x2a\x68\xe5\x0c\x62\x42\xc0\x1a\xbd\xba\x8f\x8e\x88\x9a\xd0\xf1\x15\x72\x8b\x04\xc6\x7a\x70\xa8\x57\x7c\x3f\xd4\x9a\x79\x96\x41\xb7\x6c\xdc\x02\x29\x85\xb1\x85\x25\x02\x95\xb6\xd1\x31\x44\xa3\x8e\xa0\x97\x69\x8f\xca\x08\x96\xca\x97\x1c\xc9\x9d\x92\x56\x41\x3f\x84\xb6\xf5\x25\xba\xa5\x22\x0c\xaa\x3b\x2d\x29\x7c\x6b\x9d\x6f\x8c\xf0\xa8\x57\x7d\x20\xc5\xd5\x80\x3c\xbb\x2c\x75\xa8\x51\x10\xa6\x45\xa4\x7f\xa0\x39\x19\x53\x83\xfe\x91\xb0\x95\xef\x30\xb3\xe8\x14\x41\x70\x8f\x98\x6a\xac\xd8\x39\xbe\x14\x1e\x24\xeb\x0f\x87\xae\x3c\x94\x82\x60\x8a\x68\xa0\xb6\x44\x8a\x83\xc6\x5b\x30\xc2\xab\x05\x5b\x09\xb5\x4a\xeb\x75\x30\xa8\x4a\xcc\x90\x40\x10\xd8\xa2\x50\x52\x09\x0d\xef\xc7\x60\x63\x90\xae\x23\xa5\x1f\x94\x4f\x1b\x7f\xcf\x96\xa8\xf2\x97\xa7\x29\xdc\x94\xe8\x90\xa3\xc1\x58\x10\xae\x7a\x79\xba\xad\x19\xc4\x42\x28\x1d\x42\x77\xad\x2c\xdd\xc8\x8e\x57\x90\x24\xbd\xfd\xd4\x78\x67\xa5\x08\xff\x7b\x0b\xda\x8a\x3c\xb8\xbc\xbe\x43\xe0\x58\x86\x28\x0a\x85\xb3\xd5\x4e\x76\x14\x42\x2a\xad\xfc\xea\x29\xdd\xae\xcd\x85\xee\x68\x6c\x24\xb5\xb6\xab\x60\xb4\xeb\xf3\xca\xec\x98\xb2\x94\x09\x27\xcb\xa7\x74\x93\x40\xd9\x81\x36\xd2\x31\xb6\x5b\xb0\x59\xbf\xf2\x28\x7d\xe3\x82\x13\x3b\xdf\x3d\x0b\x8a\xfa\x91\xef\xdd\xf6\x6b\x29\xe3\x6e\x63\x50\x3f\x05\x5a\x8c\xd5\x27\x60\x6b\x6d\x6c\xc2\x62\x7f\xc0\xb3\xa8\xa9\x0f\x53\xf4\xa2\x0f\x42\xd7\xa5\xe8\x03\xe6\xb3\xbd\x39\xc1\x52\xc6\xe9\xa6\xac\x79\x52\x47\x6e\x9c\x43\xe3\x9f\x80\xb4\x35\xb2\x45\x20\x07\x30\xde\x89\xaa\xd6\x08\x47\x2f\x4e\xce\x4e\xd2\x2f\xd3\xe1\x11\x0c\x80\x10\x43\x05\xa3\xf3\xe3\xe3\xe5\x72\xb9\x93\xb4\x5c\xcb\xda\x74\xa6\xe3\xe7\xfd\xfb\x64\xe0\x12\xb9\xd7\xbb\xe3\x7c\x99\xdb\x4a\x28\x93\x51\x53\x14\xea\xee\xe0\xe0\xf7\x97\x06\x9d\xc2\x58\xfa\xa3\x74\xac\x41\x21\xfe\xe2\x39\x58\x2a\xad\x43\xee\x1b\x5a\xa2\xc3\x1c\xa6\x2b\x90\xd6\x61\x6e\x28\x85\x51\x4b\x91\xa2\x2e\x5c\x53\x6d\xa5\xd0\xed\x00\x59\x58\x9b\xb6\x2c\xa6\xb4\x90\xe9\x96\xcc\x73\x48\x1e\xcf\xfd\xe6\xc1\x9d\xeb\xce\x9b\x29\xca\x30\x60\x1c\xbc\xe3\x9f\xd7\x9f\x81\x67\x88\x07\x6d\x6e\x53\x28\x32\x89\xce\x3f\xa8\xd0\x19\xf4\x48\x70\x79\x01\x2c\xa6\x0a\x25\x79\x5e\x31\x88\x3c\xa1\xaa\xd8\x27\xe6\xdb\x86\xd3\xc7\x59\x16\xb5\x8a\xdd\xe0\xa0\xed\x8b\xee\x2b\xd4\x4e\x2d\xd8\x26\x9a\xbc\xb6\xca\xf8\xdf\xc5\x38\x51\x99\xcd\x71\xf5\x09\x13\xdf\x78\xfc\x16\xea\x66\xaa\x95\x04\x56\x10\x22\xaa\x21\x74\x70\xc4\xb1\x72\xb4\xe3\x32\xbe\x83\x92\x98\x49\x95\x1f\xbc\xe7\x37\xdf\xbc\x79\x3f\xea\x5d\x5e\x8d\x7e\x80\xab\xeb\xc5\x29\x38\x9e\x61\xc3\x64\x40\xa4\x66\x06\x36\x5c\xd0\xaa\xa2\xb4\x77\x53\x22\x9c\x90\x87\xab\xeb\x75\xcc\x3a\x0c\x6c\xe5\x01\x0e\x53\x92\xad\xe9\x8d\xfd\xfe\x64\xe8\xcb\x07\x0f\x74\x51\xde\x63\x30\xbd\x0d\x42\x0e\xc4\xe9\x2b\x48\x4e\x86\xe9\x17\xe9\x30\x1d\x1e\x9f\xbc\xdc\xbb\xae\x6f\xea\xcc\x89\x07\xd6\xaf\x0b\xcf\x43\xae\xe7\xfb\xb5\x53\xb9\x80\x1f\x2e\xae\x46\x30\x8c\x85\x0d\xef\xbc\x13\x90\x2b\x9a\x87\xd9\x7d\x8a\xcc\x6c\x84\x58\x73\x85\x21\x8f\xc6\x83\x5c\x17\x1f\xf2\xd6\x89\x19\xa6\x70\x29\xcc\x91\x5f\xcb\x87\xc4\xbe\x87\x92\x95\x61\x53\x71\x9b\x3f\x51\x9e\xa7\xf0\x57\xa1\x55\x0e\x0b\xa1\x1b\xa4\x73\xb8\x4d\xbc\x6b\xf0\x36\xe9\xc3\x6d\x52\x08\x4d\x78\x9b\xec\xc7\xd2\xd4\x5a\xbd\x97\xb4\x41\xfa\x21\x22\xd8\xfa\x6f\x20\xe3\xad\x70\x39\x8c\x14\xcd\x21\x77\x6a\x81\x14\xea\x61\xff\x77\x64\xe7\xff\xc8\x0c\xd1\x6f\x61\x66\x6c\x19\xe3\xd8\xf3\xf7\xd1\x27\x73\xf3\x34\x72\xca\xff\x29\x39\x59\x41\x07\xf9\xf9\x89\x07\x74\xc2\x40\x50\x67\x3e\x14\x3f\xa0\x15\x79\xac\xd6\x49\x1e\xd9\xcb\x79\x2c\x1c\x8f\x47\x91\xc3\x1c\xb9\x8a\x84\x39\xbb\x13\xab\x6c\x63\x5a\xb1\xe3\xca\xf8\xe3\xb8\x31\x72\x03\x1a\x10\xe5\x83\x35\x57\x37\x36\x0c\xe3\x5c\x4e\x9c\x58\x76\x9a\x18\x88\x6a\xb1\xb4\x04\xfc\x7e\x1c\xf1\xb9\x6d\x8a\x62\xe1\x0a\x93\x6b\xa6\xf2\xc3\x04\x8d\xe3\x02\xdc\xad\x60\xa5\x70\xf9\x52\x38\xcc\xb6\xcf\xc6\xa9\xa2\x7d\x57\xa0\x14\x2e\x78\xbb\xe4\xed\xc7\xc5\x3b\xce\x31\x0c\x1e\x95\x08\x5d\xff\x28\x6e\x8c\x83\xcf\x3f\xff\xa0\x4c\x8e\x77\x1f\x8f\x02\x87\x71\x8b\xd6\x4d\x98\xcf\x03\x33\xf7\x36\xe0\x6a\x94\xc6\xe7\xa2\xb0\x56\xd4\xfc\xc9\xf8\xae\x71\x05\x63\xec\x81\x8e\xd3\xa8\xc6\x16\x30\xd9\xb9\x63\xd6\x72\x32\x81\x8e\x86\x14\xde\xc4\xc9\xea\x1c\x76\x64\x79\x0f\x6e\x97\xdb\xc1\x10\x5e\xc1\x6d\xf2\xcd\xb6\xc4\x1f\x6f\x13\xf8\xb8\xcf\xfe\xaf\x2c\xd6\xbf\xe4\x82\x0e\xde\xc3\xfd\xed\xba\xdb\x92\xba\x80\x48\x92\x40\x5e\x62\xf0\xce\x0f\xd6\xeb\x4b\x92\xf6\x7a\x9d\xeb\xc4\x1a\xc3\x36\xa1\xc1\x69\x66\xcd\x29\xf7\xea\xfb\x59\x60\x97\xb8\x49\xaf\x12\x75\x0a\x17\x26\xbe\x70\xb4\xcd\x0c\x2a\x14\x86\x20\x61\xde\x8d\x5d\x47\xc7\xa6\xa1\x24\x85\xc9\x36\xb6\x49\xf0\x55\x4f\x96\xd6\x12\x67\xcf\x6a\x0b\x57\xd8\x10\x2b\x5e\xda\x31\x46\xc1\xc6\xbb\xde\x11\x75\x99\x12\x18\xe7\x7b\x77\x7b\xd0\x63\x1b\xee\x4e\x97\xcd\x15\xf1\x3f\xd9\x74\x56\x1f\x0c\xff\x51\xfc\x0e\xaf\xff\x74\xcd\x39\x1d\xdf\x38\xda\x40\x5c\xda\xb6\xdc\x89\x76\x6b\x95\xd6\x18\x94\x21\x7f\xdb\x74\xe1\x63\x35\xa2\x0b\x67\xc2\xcb\x99\x88\x3f\x2a\x8a\x45\x32\x3e\xab\xa1\x5a\x20\x28\xe3\xc3\x7c\x02\xde\x09\xde\x6d\x21\x57\x0e\xa5\x8f\x42\xad\x3e\xd4\x82\x78\xc5\xbf\xba\xa6\x4f\xaf\x8c\x5e\xcc\x0e\xe7\xfa\x3b\x45\x9e\x93\x86\x05\x22\xd4\xae\xac\xd5\xce\xd6\x62\x26\x5a\x30\x31\x66\x42\xa0\x28\x0a\x8e\xd9\x07\xb3\x37\xf9\x6d\xbd\xdc\x25\xdf\x09\x23\x66\x98\xbf\x5e\x9d\xbf\xb3\x73\x5b\x59\x5e\xf7\x93\x3e\x24\x97\xb1\xcc\xbe\x5e\x9d\xff\x68\xe2\xdb\x9b\xc2\x3c\xf9\x79\xfb\x02\xc1\x7e\x96\x87\xc7\xdd\xac\xdb\xc7\xf6\x5e\xab\xe6\xb8\x19\x3e\x11\x73\x3c\x03\x36\xc6\xb8\x6e\xef\xeb\x90\x6c\xe3\x42\xe1\xfa\x4e\xcd\x4a\xdf\xbe\x7f\xf6\xa1\x6a\xc8\x77\xcf\x18\xc1\x5d\xd3\x15\x08\xc3\xe3\xf3\x80\xe7\xd4\x07\x6e\x2d\xcc\x6a\xff\xca\xa6\xd1\x7a\x27\xf4\xda\x77\xf7\xa7\x2c\xff\xa3\xef\xc7\xf0\x77\x6b\xb0\x5d\x95\xda\x9d\x30\x95\xb6\xda\x5d\x57\xd1\x84\xb8\xf6\x9a\xb2\xa9\xb5\x9e\xbc\x13\x87\x23\xfc\x4d\x10\x84\x9b\x77\x63\x78\xdd\x09\x86\xca\xc0\xf3\xb2\x46\x7f\x60\x0b\x08\x81\xb6\xbd\xfa\xd4\x4d\x56\x05\x97\xba\xac\xb6\x5a\xc9\xd5\x41\x5b\x97\xd7\x3f\x42\xf4\x3c\xe7\x33\x8b\x71\x38\x71\xf1\x60\x83\x3b\xc9\x9e\xc2\x5e\xad\x9b\x18\x6b\x70\xd2\x87\x09\x79\xe1\x95\x9c\x1c\x78\xff\x4c\x58\xe4\x71\x8b\x4b\x98\xed\xbb\xe1\x3d\x93\x75\xf3\x20\x66\x1e\xea\x69\x7b\xce\x67\xb0\x3f\x45\xb0\x1b\x8b\x85\xb4\x55\x6d\x0d\x1a\x4f\xa0\xd5\x3c\x6e\x54\x1a\x7d\x1f\xd0\xcb\x43\x60\xbf\x18\x0e\xab\x47\x6e\x59\x61\x1c\xf9\x4d\x70\x4b\x4b\x7e\xbd\xfa\x44\x7c\x23\x2b\xe7\xbc\xd6\x10\x95\x79\x1f\xe6\x7c\x0d\xfd\x20\xd8\x2f\x7f\x19\xec\x7f\x03\x00\x00\xff\xff\xa3\xee\x2f\x18\xb7\x1a\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/versions.tf": &vfsgen۰CompressedFileInfo{ - name: "versions.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 346, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xbb\xae\xc2\x30\x0c\x86\xf7\x3c\x85\xd5\xb3\xa7\xe9\xe9\x72\x96\x9e\xa7\x60\x47\x51\x62\x68\x04\x8d\x83\x9d\x76\x41\x7d\x77\x44\x2f\x28\x43\x59\xac\x5f\xff\xe5\x93\x7f\xe0\x84\xcc\xf6\x42\x3c\xc0\x84\x2c\x81\x22\xd8\xe8\x21\xdd\xc7\x6b\x88\xbb\x25\x4a\xe5\x4f\xed\xa9\x00\x18\x1f\x63\x60\xf4\xe7\x7d\xd3\x41\xf5\xdf\x81\xd1\x4d\x5b\xa9\x32\x4f\x4c\x53\xf0\xc8\xb2\xcc\x00\x5c\x86\x6e\x93\x00\x42\x23\x3b\x84\xf7\x38\x91\x60\xf0\x14\x6b\x97\xab\x2d\x2d\xd0\x46\xff\x69\xb3\xfa\xf3\x72\x93\x75\x37\xfc\x86\x5a\xb2\x9e\x24\xd7\xab\x3c\x00\xb6\xfa\x57\x37\x25\x90\x6d\xf4\x34\x1c\x03\x7b\x2b\x7d\x70\xc4\xa9\x5e\x5b\x87\x3c\x53\x3e\x38\xab\x59\xbd\x02\x00\x00\xff\xff\xa2\x76\x5c\xb6\x5a\x01\x00\x00"), - }, - "/terraform-modules/packet/flatcar-linux/kubernetes/workers/workers.tf": &vfsgen۰CompressedFileInfo{ - name: "workers.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 3204, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x57\xcd\x8e\xe3\x36\x0c\xbe\xfb\x29\xb8\xee\x2e\x30\x01\x1c\x67\xf6\xa7\x45\x31\xc0\x60\xcf\xbd\xf5\x50\xa0\x87\xc5\x42\x50\x64\x3a\xd6\x46\x96\x04\x91\x4e\x26\x0d\xf2\xee\x85\x64\x39\xce\x24\x19\xec\xfa\x94\x11\x3f\x52\xfc\xf9\x48\x71\x02\x92\x1b\x82\x42\x28\xbd\x54\x5b\x64\xd1\xe0\x4e\x2b\x2c\xa1\xb4\xae\x41\x2a\xe1\x58\x00\x28\x37\x58\x86\x8b\xef\x19\x76\x32\xd4\x7b\x17\xb6\x18\x44\x92\x16\x00\x9d\x23\xb6\xb2\xc7\x0b\x54\xf9\xfe\x18\x81\xca\x0c\xc4\x18\x44\x94\x9e\x96\xe3\x99\x77\xce\xe4\x83\xd1\xce\xf2\xfd\x31\x59\xaa\xb5\x6d\xf0\xe5\x54\x16\x00\xde\x48\x0b\xb7\xf7\xf2\xc1\x63\x01\xd0\x4a\xa5\x8d\x66\x8d\x74\x96\x7e\x8b\xe2\x7c\x7e\xf8\x5e\x00\x38\x8f\x41\xb2\xb6\x1b\x41\x07\x62\xec\xb3\x05\xed\x5f\x50\x90\x0a\xda\xb3\x18\x82\x81\x77\xcf\x50\x96\xf0\x15\x4a\x35\x10\xbb\x5e\x44\x79\x09\x4f\xd0\xba\xd0\x4b\x7e\x28\x5b\x23\x59\xc9\x20\x3e\x50\x59\x25\x03\x8e\x84\xea\xa4\xb5\x68\x16\x05\xc0\x5a\x1b\x13\xef\x50\x07\x65\x30\x47\xde\xb9\x21\x98\x43\x8a\x22\xb8\x1f\xa8\x58\xe8\xe6\x55\x14\xf3\x71\x01\x70\xed\xd0\x7d\x3f\x0b\x00\x69\xf6\xf2\x40\xc2\xbf\xe0\xd9\x58\x2b\x0d\xc5\x7c\x0c\x84\x41\x34\x92\xe5\xeb\x6c\xbd\x15\x6b\x44\xd6\x8a\x85\x72\xb6\xd5\x9b\x5a\x5b\x62\x69\xcc\x52\x6f\xac\x66\xed\x2c\xd5\x01\x6d\x83\x01\x1b\x78\xba\xc1\xde\x60\x8a\x02\xe0\x37\xf8\xab\x05\xeb\x18\x7c\x40\x42\xcb\xa0\x2d\x70\x87\xd0\x4b\x5f\x81\xe6\xe8\x1f\xc1\x58\xfc\x08\x08\x3b\x19\x6d\x08\xdd\x90\x68\xb0\x95\x83\xe1\x53\x1d\x69\x24\x43\xb3\x97\x01\xc5\x6b\x10\x3c\x83\x71\x6e\x3b\xf8\x87\x22\xc6\x76\xc7\x4a\x95\x04\x53\xc9\x32\xa9\x3e\xec\xca\x0a\x2e\x78\xb5\xa8\xde\x52\x9f\x9c\x88\x80\x45\x8c\xc7\xe8\x16\xc7\x8a\x1e\x93\x8e\xde\x58\x17\x30\xd5\x7d\x83\x14\xd9\x56\x8c\x79\x5e\xad\xe0\x5f\xcd\x1d\x58\xdc\x63\x80\xbf\x53\x1f\xc5\xaa\xef\x74\x83\xa1\x82\xa4\xa0\xed\x26\x15\x28\xd5\x47\xc9\x94\x8b\x80\x4b\x15\x30\x39\x00\xae\x4d\xb9\x1a\xbb\xaf\x9a\x0d\xef\x3b\xad\x3a\xd8\x23\xec\xa5\x65\x60\x07\xa4\x0d\x8e\xbf\xe4\xce\xe9\x06\x1a\x24\x0e\xee\x10\xed\xa7\x8e\xad\x40\x52\x34\x75\x80\x5e\x1e\x40\x39\xcb\x52\x5b\x30\x4e\x49\x33\x96\x31\xdb\x3e\xb3\x65\xbc\x2c\x36\xcb\x29\x46\xcd\x72\x43\x53\x9f\xc9\x0d\x8d\x85\xfd\xa7\xd3\x04\x7b\x79\x88\xd7\x76\xd2\x36\x26\x7a\xea\x63\xed\xad\x8a\xfd\xb7\x97\x04\xda\x92\xd7\x91\x2e\xa9\xec\x9a\x9e\x92\x66\xc7\xec\xe9\x69\xb5\x6a\x34\xa9\x81\xa8\xee\x24\x75\x5a\xb9\xe0\x6b\xe5\xfa\x15\xaf\x58\x7b\x5a\x76\x6e\xcf\x6e\xa9\x7b\x6f\xb0\x47\xcb\xcb\xde\x35\x83\xc1\xe5\x78\x05\x2d\x9d\x5d\x62\x3f\x98\x94\xa8\xd5\xa7\xcf\x8f\xbf\xaf\x3e\x15\x90\x1d\x20\xe1\xec\xd4\xf8\x29\x7e\x31\x9e\x0b\x67\xbf\x17\xa7\xa2\x88\xbe\x23\x21\x8c\xcc\x25\x90\x01\x63\xe8\x4d\xe4\x49\xca\x78\xab\x89\x61\xed\x1c\x57\x31\xb8\x30\x58\xc8\xcd\xbe\xcc\x1d\x51\xa4\x92\x95\x67\xf6\x97\x50\xde\xf4\xca\x34\x26\x2d\xc7\xda\x3c\x03\x63\xef\x8d\x64\x6c\xb5\xc1\x87\xf2\xfd\xd1\x4b\xee\xea\x31\xaa\xd3\x4a\x99\x55\x36\x50\x1f\x64\x6f\x6a\xee\xbd\x29\xab\x4c\xb2\x79\xb0\xdc\x8c\xbd\x59\x34\x21\x77\x18\x28\x92\xe7\x0e\x32\x8b\xc6\x96\xc8\xd3\xcb\x68\x3b\xbc\x08\x87\x7d\x1e\x51\xe3\xc4\x2f\x13\x86\xa8\x13\x5b\x3c\xd0\xd5\xb8\xfd\x41\xce\xa2\x55\xae\xc1\x87\x68\x78\x42\x2d\x92\x8e\x77\xc4\x39\x12\x31\xa5\x02\x9e\x7f\x61\x58\x00\x9c\x16\xb1\x38\x77\x32\xfb\x4b\x19\x4d\xb7\xdf\x49\xeb\xd8\xf3\x97\x59\x4d\xc8\x63\xa6\xbc\x23\x21\x83\xea\xe6\x24\xc5\xbf\xb2\x6c\x3b\xac\x71\xf4\x22\x8b\xd1\xca\xb5\x41\xc1\x86\x44\x64\x07\x71\x90\x1e\xbe\x42\x1c\x22\x96\x1f\x3e\x3e\x56\x3f\x2d\xf2\x59\x6d\x39\x1b\xbf\x53\xf1\xf8\xb1\xdb\xa2\x9d\x1e\x88\x67\x08\xd2\x36\xae\x17\xc4\x41\xdb\x4d\x7d\xb6\x23\x26\xd8\xb7\xc7\xef\x71\x7a\x0d\x86\xaf\x2c\x10\xaa\x80\xfc\x53\x0b\x23\xec\x8e\x15\x25\x85\xc2\xc0\x97\x5c\xca\x47\x67\x48\x9c\x99\x18\xe6\x17\x7e\x6a\xf0\x71\xb0\x4b\xaf\x47\xc0\xe9\xe9\x8f\x2f\x5f\x3e\x97\x59\xed\xb4\x58\xc0\xd3\x65\xee\x22\x76\xce\xca\x22\xc3\xee\x92\xf0\x67\x2c\x04\xd8\xfe\x49\xa2\xb1\x24\xe2\xcd\x5a\xa1\xd0\x7e\x54\x53\xba\x09\x71\x29\x19\x95\xb2\x30\x1e\x56\xf0\xf1\x71\x52\x9e\x76\x93\xc6\xf5\x52\x5b\x41\x43\xdb\xea\x97\x29\xf6\x7b\xb2\xac\x17\x87\x8d\x30\x72\x8d\x26\x8e\xcb\x1e\xc3\x06\x1f\xe6\x82\xa6\xed\x29\x45\x18\x2c\x32\x52\xad\xdd\x2a\x1e\x95\x70\xfd\xc5\xd7\xb8\x9a\xf5\x8c\xdb\xba\xde\xb1\xde\x61\x2d\x8d\xef\x64\xbd\xd5\x76\xe7\xcc\x36\x1a\x58\x6f\xfc\x72\xa4\x65\x53\xc6\x77\x3f\xbf\x74\x1f\xb8\xac\xe0\x5d\xf4\xb7\xd1\x94\x48\xbb\xde\xf8\xc5\x64\xf3\x34\x26\x7b\xf4\x74\x0a\x3a\xbe\x09\x4c\x37\x9e\x8c\x43\x3f\x8a\xa6\x82\x20\x0f\x5e\x04\x79\x5e\x5d\x66\xdc\x2c\xba\xc1\x8a\xae\x69\xde\xc0\x46\xd1\x2d\x9e\xe8\x4d\x3c\xd1\x7d\xbc\x68\xe9\x2d\xbc\x68\xe9\xaa\xb6\x57\x5b\xe9\xf5\x4a\x9a\xd1\x91\x42\xff\x39\x8b\x77\x92\x32\x89\x32\xf2\xee\x6c\x78\x7b\x6c\x4c\xde\xf8\x41\xf4\xd2\xca\x0d\x06\xe1\x9d\xd1\xea\x30\x7b\x73\x23\x9a\x82\x4e\x5b\x6b\x5e\x85\xb0\x11\xca\x0f\xe7\xa0\x6f\x45\x17\xb3\xec\x4a\x65\x52\xba\x11\x25\x95\x53\x5a\x79\xd2\xbe\xcd\x91\x55\xaf\x1f\x07\xb2\xda\x7b\x64\x3a\x67\x4e\x89\xe9\x68\x1e\xe2\xf9\xbf\x87\xbc\xd4\x96\x50\x9e\x7f\x1d\x5f\xaf\xc0\x37\xcb\xef\xa9\xf8\x3f\x00\x00\xff\xff\xb9\x79\x9e\xe1\x84\x0c\x00\x00"), - }, "/terraform-modules/platforms": &vfsgen۰DirInfo{ name: "platforms", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), @@ -10130,11 +10130,11 @@ var vfsgenAssets = func() http.FileSystem { fs["/terraform-modules/bootkube"].(os.FileInfo), fs["/terraform-modules/controller"].(os.FileInfo), fs["/terraform-modules/dns"].(os.FileInfo), + fs["/terraform-modules/equinixmetal"].(os.FileInfo), fs["/terraform-modules/google-cloud"].(os.FileInfo), fs["/terraform-modules/kvm-libvirt"].(os.FileInfo), fs["/terraform-modules/matchbox-flatcar"].(os.FileInfo), fs["/terraform-modules/node"].(os.FileInfo), - fs["/terraform-modules/packet"].(os.FileInfo), fs["/terraform-modules/platforms"].(os.FileInfo), fs["/terraform-modules/tinkerbell-sandbox"].(os.FileInfo), fs["/terraform-modules/worker"].(os.FileInfo), @@ -10302,6 +10302,44 @@ var vfsgenAssets = func() http.FileSystem { fs["/terraform-modules/dns/route53/variables.tf"].(os.FileInfo), fs["/terraform-modules/dns/route53/versions.tf"].(os.FileInfo), } + fs["/terraform-modules/equinixmetal"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/terraform-modules/equinixmetal/flatcar-linux"].(os.FileInfo), + } + fs["/terraform-modules/equinixmetal/flatcar-linux"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes"].(os.FileInfo), + } + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootkube.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/bootstrap-configs.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers"].(os.FileInfo), + } + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl/controller.yaml.tmpl"].(os.FileInfo), + } + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/bootstrap-configs.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/outputs.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/variables.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/versions.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/workers.tf"].(os.FileInfo), + } + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl"].(os.FileInfo), + } fs["/terraform-modules/google-cloud"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/terraform-modules/google-cloud/flatcar-linux"].(os.FileInfo), } @@ -10390,44 +10428,6 @@ var vfsgenAssets = func() http.FileSystem { fs["/terraform-modules/node/templates/bootstrap-kubeconfig.yaml.tmpl"].(os.FileInfo), fs["/terraform-modules/node/templates/node.yaml.tmpl"].(os.FileInfo), } - fs["/terraform-modules/packet"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/terraform-modules/packet/flatcar-linux"].(os.FileInfo), - } - fs["/terraform-modules/packet/flatcar-linux"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/terraform-modules/packet/flatcar-linux/kubernetes"].(os.FileInfo), - } - fs["/terraform-modules/packet/flatcar-linux/kubernetes"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/terraform-modules/packet/flatcar-linux/kubernetes/bootkube.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/bootstrap-configs.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/cl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/controllers.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/outputs.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/ssh.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/variables.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers"].(os.FileInfo), - } - fs["/terraform-modules/packet/flatcar-linux/kubernetes/cl"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller-install.yaml.tmpl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/cl/controller.yaml.tmpl"].(os.FileInfo), - } - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/bootstrap-configs.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/outputs.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/versions.tf"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/workers.tf"].(os.FileInfo), - } - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/bootstrap-kubeconfig.yaml.tmpl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/install.yaml.tmpl"].(os.FileInfo), - fs["/terraform-modules/packet/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl"].(os.FileInfo), - } fs["/terraform-modules/platforms"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/terraform-modules/platforms/tinkerbell"].(os.FileInfo), } diff --git a/pkg/platform/packet/packet.go b/pkg/platform/equinixmetal/equinixmetal.go similarity index 97% rename from pkg/platform/packet/packet.go rename to pkg/platform/equinixmetal/equinixmetal.go index 52b004457..4810988bf 100644 --- a/pkg/platform/packet/packet.go +++ b/pkg/platform/equinixmetal/equinixmetal.go @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -package packet +// Package equinixmetal provides the implenentation of the Platform interface +// for Equinix Metal cloud provider. +package equinixmetal import ( "encoding/json" @@ -111,8 +113,8 @@ type config struct { } const ( - // Name represents Packet platform name as it should be referenced in function calls and configuration. - Name = "packet" + // Name represents Equinix Metal platform name as it should be referenced in function calls and configuration. + Name = "equinixmetal" ) func (c *config) LoadConfig(configBody *hcl.Body, evalContext *hcl.EvalContext) hcl.Diagnostics { @@ -184,7 +186,7 @@ func (c *config) Meta() platform.Meta { func (c *config) Initialize(ex *terraform.Executor) error { if c.AuthToken == "" && os.Getenv("PACKET_AUTH_TOKEN") == "" { - return fmt.Errorf("cannot find the Packet authentication token:\n" + + return fmt.Errorf("cannot find the Equinix Metal authentication token:\n" + "either specify AuthToken or use the PACKET_AUTH_TOKEN environment variable") } @@ -284,7 +286,7 @@ func createTerraformConfigFile(cfg *config, terraformPath string) error { // and again in Apply which duplicates the values. cfg.KubeAPIServerExtraFlags = oidcFlags } - // Packet does not accept tags as a key-value map but as an array of + // Equinix Metal does not accept tags as a key-value map but as an array of // strings. platform.AppendVersionTag(&cfg.Tags) tagsList := []string{} @@ -387,7 +389,7 @@ func (c *config) terraformSmartApply(ex *terraform.Executor, dc dns.Config, extr Args: append([]string{ "apply", "-auto-approve", - fmt.Sprintf("-target=module.packet-%s.packet_device.controllers", c.ClusterName), + fmt.Sprintf("-target=module.equinixmetal-%s.metal_device.controllers", c.ClusterName), }, extraArgs...), }, { @@ -439,10 +441,10 @@ func (c *config) terraformAddDeps() { // output "device_ids". And it is very important to keep it this way. // // If we modify it to depend only on the module, for example (just - // "module.packet" instead of "module.packet.device_ids") it + // "module.equinixmetal" instead of "module.equinixmetal.device_ids") it // seems to work fine. However, it breaks if the dependency later // becomes on the controller and another worker pool (e.g. - // [ "module.packet-cluster", "module.worker-1"]) as the resources aren't of + // [ "module.equinixmetal-cluster", "module.worker-1"]) as the resources aren't of // the same *type*. In that case, Terraform throws this error: // // The given value is not suitable for child module variable @@ -499,11 +501,11 @@ func poolTarget(name, resource string) string { // clusterTarget returns a string that can be used as "-target" argument to Terraform. // For example: -// // target will be "module.packet-clusterName.ex". +// // target will be "module.equinixmetal-clusterName.ex". // target := clusterTarget("clusterName", "ex") //nolint: unparam func clusterTarget(name, resource string) string { - return fmt.Sprintf("module.packet-%v.%v", name, resource) + return fmt.Sprintf("module.equinixmetal-%v.%v", name, resource) } // checkValidConfig validates cluster configuration. diff --git a/pkg/platform/packet/packet_test.go b/pkg/platform/equinixmetal/equinixmetal_test.go similarity index 99% rename from pkg/platform/packet/packet_test.go rename to pkg/platform/equinixmetal/equinixmetal_test.go index ad2fed8fb..2c33a36df 100644 --- a/pkg/platform/packet/packet_test.go +++ b/pkg/platform/equinixmetal/equinixmetal_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package packet +package equinixmetal //nolint:testpackage import ( "reflect" diff --git a/pkg/platform/packet/template.go b/pkg/platform/equinixmetal/template.go similarity index 83% rename from pkg/platform/packet/template.go rename to pkg/platform/equinixmetal/template.go index 186146a48..fe925d14e 100644 --- a/pkg/platform/packet/template.go +++ b/pkg/platform/equinixmetal/template.go @@ -12,11 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. -package packet +package equinixmetal var terraformConfigTmpl = ` -module "packet-{{.Config.ClusterName}}" { - source = "../terraform-modules/packet/flatcar-linux/kubernetes" +module "equinixmetal-{{.Config.ClusterName}}" { + source = "../terraform-modules/equinixmetal/flatcar-linux/kubernetes" dns_zone = "{{.Config.DNS.Zone}}" @@ -140,7 +140,7 @@ EOF {{ range $index, $pool := .Config.WorkerPools }} module "worker-{{ $pool.Name }}" { - source = "../terraform-modules/packet/flatcar-linux/kubernetes/workers" + source = "../terraform-modules/equinixmetal/flatcar-linux/kubernetes/workers" dns_zone = "{{$.Config.DNS.Zone}}" @@ -203,10 +203,10 @@ EOF os_version = "{{ $pool.OSVersion }}" {{- end }} - kubeconfig = module.packet-{{ $.Config.ClusterName }}.kubeconfig + kubeconfig = module.equinixmetal-{{ $.Config.ClusterName }}.kubeconfig - ca_cert = module.packet-{{ $.Config.ClusterName }}.ca_cert - apiserver = module.packet-{{ $.Config.ClusterName }}.apiserver + ca_cert = module.equinixmetal-{{ $.Config.ClusterName }}.ca_cert + apiserver = module.equinixmetal-{{ $.Config.ClusterName }}.apiserver enable_tls_bootstrap = {{ $.Config.EnableTLSBootstrap }} {{- if $pool.Labels }} @@ -270,8 +270,8 @@ module "dns" { source = "../terraform-modules/dns/{{.Config.DNS.Provider}}" cluster_name = "{{ .Config.ClusterName }}" - controllers_public_ipv4 = module.packet-{{.Config.ClusterName}}.controllers_public_ipv4 - controllers_private_ipv4 = module.packet-{{.Config.ClusterName}}.controllers_private_ipv4 + controllers_public_ipv4 = module.equinixmetal-{{.Config.ClusterName}}.controllers_public_ipv4 + controllers_private_ipv4 = module.equinixmetal-{{.Config.ClusterName}}.controllers_private_ipv4 dns_zone = "{{ .Config.DNS.Zone }}" } @@ -293,14 +293,14 @@ provider "aws" { terraform { required_providers { - packet = { - source = "packethost/packet" - version = "3.2.1" + metal = { + source = "equinix/metal" + version = "3.0.0" } } } -provider "packet" { +provider "metal" { {{- if .Config.AuthToken }} auth_token = "{{.Config.AuthToken}}" {{- end }} @@ -316,57 +316,57 @@ output "initialized" { # values.yaml content for all deployed charts. output "pod-checkpointer_values" { - value = module.packet-{{.Config.ClusterName}}.pod-checkpointer_values + value = module.equinixmetal-{{.Config.ClusterName}}.pod-checkpointer_values sensitive = true } output "kube-apiserver_values" { - value = module.packet-{{.Config.ClusterName}}.kube-apiserver_values + value = module.equinixmetal-{{.Config.ClusterName}}.kube-apiserver_values sensitive = true } output "kubernetes_values" { - value = module.packet-{{.Config.ClusterName}}.kubernetes_values + value = module.equinixmetal-{{.Config.ClusterName}}.kubernetes_values sensitive = true } output "kubelet_values" { - value = module.packet-{{.Config.ClusterName}}.kubelet_values + value = module.equinixmetal-{{.Config.ClusterName}}.kubelet_values sensitive = true } output "calico_values" { - value = module.packet-{{.Config.ClusterName}}.calico_values + value = module.equinixmetal-{{.Config.ClusterName}}.calico_values sensitive = true } output "calico-host-protection_values" { - value = module.packet-{{.Config.ClusterName}}.calico-host-protection_values + value = module.equinixmetal-{{.Config.ClusterName}}.calico-host-protection_values sensitive = true } output "lokomotive_values" { - value = module.packet-{{.Config.ClusterName}}.lokomotive_values + value = module.equinixmetal-{{.Config.ClusterName}}.lokomotive_values sensitive = true } output "packet-ccm_values" { - value = module.packet-{{.Config.ClusterName}}.packet-ccm_values + value = module.equinixmetal-{{.Config.ClusterName}}.packet-ccm_values sensitive = true } output "bootstrap-secrets_values" { - value = module.packet-{{.Config.ClusterName}}.bootstrap-secrets_values + value = module.equinixmetal-{{.Config.ClusterName}}.bootstrap-secrets_values sensitive = true } output "node-local-dns_values" { - value = module.packet-{{.Config.ClusterName}}.node-local-dns_values + value = module.equinixmetal-{{.Config.ClusterName}}.node-local-dns_values sensitive = true } output "kubeconfig" { - value = module.packet-{{.Config.ClusterName}}.kubeconfig-admin + value = module.equinixmetal-{{.Config.ClusterName}}.kubeconfig-admin sensitive = true } ` diff --git a/scripts/find-updates.sh b/scripts/find-updates.sh index 0f2ec6260..b740c864b 100755 --- a/scripts/find-updates.sh +++ b/scripts/find-updates.sh @@ -232,12 +232,12 @@ printf "${format}" "TF Provider" "Current Version" "Latest Version" printf "${format}" "-----------" "---------------" "--------------" ########################### -# Packet Provider +# Equinix Metal Provider cd "${workdir}" -current_version=$(grep packet -A1 assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') +current_version=$(grep metal -A1 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') -get_latest_release packethost/terraform-provider-packet -printf "${format}" "Packet" "${current_version}" "${version}" +get_latest_release equinix/terraform-provider-metal +printf "${format}" "Equinix Metal" "${current_version}" "${version}" ########################### # AWS Provider @@ -258,7 +258,7 @@ printf "${format}" "Azure" "${current_version}" "${version}" ########################### # Local Provider cd "${workdir}" -current_version=$(grep 'local' -A1 assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') +current_version=$(grep 'local' -A1 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') get_latest_release hashicorp/terraform-provider-local printf "${format}" "Local" "${current_version}" "${version}" @@ -266,7 +266,7 @@ printf "${format}" "Local" "${current_version}" "${version}" ########################### # Null Provider cd "${workdir}" -current_version=$(grep 'null' -A1 assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') +current_version=$(grep 'null' -A1 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') get_latest_release hashicorp/terraform-provider-null printf "${format}" "Null" "${current_version}" "${version}" @@ -274,7 +274,7 @@ printf "${format}" "Null" "${current_version}" "${version}" ########################### # CT Provider cd "${workdir}" -current_version=$(grep ct -A1 assets/terraform-modules/packet/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') +current_version=$(grep ct -A1 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf | tail -1 | cut -d"\"" -f2 | sed 's|~>||g' | sed 's| ||g') get_latest_release poseidon/terraform-provider-ct printf "${format}" "CT" "${current_version}" "${version}" diff --git a/test/calico/calico_test.go b/test/calico/calico_test.go index 5d0c441ff..1e15cd4ff 100644 --- a/test/calico/calico_test.go +++ b/test/calico/calico_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet +// +build equinixmetal // +build poste2e package calico diff --git a/test/calico/metadata_access_test.go b/test/calico/metadata_access_test.go index 5fe620bd9..de48e2278 100644 --- a/test/calico/metadata_access_test.go +++ b/test/calico/metadata_access_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet aws aws_edge +// +build equinixmetal aws aws_edge // +build e2e package calico_test @@ -79,7 +79,7 @@ func TestNoMetadataAccessRandomPod(t *testing.T) { //nolint:funlen platform := os.Getenv("PLATFORM") switch platform { - case testutil.PlatformPacket, testutil.PlatformPacketARM: + case testutil.PlatformEquinixMetal, testutil.PlatformEquinixMetalARM: metadataAddress = "https://metadata.packet.net/metadata" case testutil.PlatformAWS, testutil.PlatformAWSEdge: metadataAddress = "http://169.254.169.254/latest/meta-data" diff --git a/test/components/cert-manager/cert-manager_test.go b/test/components/cert-manager/cert-manager_test.go index 1dece83f3..3f9d6f3f2 100644 --- a/test/components/cert-manager/cert-manager_test.go +++ b/test/components/cert-manager/cert-manager_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package certmanager diff --git a/test/components/cluster-autoscaler/cluster-autoscaler_test.go b/test/components/cluster-autoscaler/cluster-autoscaler_test.go index 3a8b33608..5746ddc64 100644 --- a/test/components/cluster-autoscaler/cluster-autoscaler_test.go +++ b/test/components/cluster-autoscaler/cluster-autoscaler_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet +// +build equinixmetal // +build e2e package clusterautoscaler diff --git a/test/components/component_delete_multiple_release_test.go b/test/components/component_delete_multiple_release_test.go index a8f9278cb..80c6298f4 100644 --- a/test/components/component_delete_multiple_release_test.go +++ b/test/components/component_delete_multiple_release_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build disruptivee2e package components_test diff --git a/test/components/contour/contour_test.go b/test/components/contour/contour_test.go index 9778d48a4..0e1faa597 100644 --- a/test/components/contour/contour_test.go +++ b/test/components/contour/contour_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package contour diff --git a/test/components/dex/dex_test.go b/test/components/dex/dex_test.go index 651782b55..d9fc520a0 100644 --- a/test/components/dex/dex_test.go +++ b/test/components/dex/dex_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package dex diff --git a/test/components/external-dns/external-dns_test.go b/test/components/external-dns/external-dns_test.go index e4eca308c..1ccd9342c 100644 --- a/test/components/external-dns/external-dns_test.go +++ b/test/components/external-dns/external-dns_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package externaldns diff --git a/test/components/flatcar-linux-update-operator/fluo_reboot_test.go b/test/components/flatcar-linux-update-operator/fluo_reboot_test.go index 862880f06..2177d5de1 100644 --- a/test/components/flatcar-linux-update-operator/fluo_reboot_test.go +++ b/test/components/flatcar-linux-update-operator/fluo_reboot_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet_fluo +// +build equinixmetal_fluo // +build disruptivee2e package fluo_test diff --git a/test/components/flatcar-linux-update-operator/fluo_test.go b/test/components/flatcar-linux-update-operator/fluo_test.go index 5ef958ca4..082e21180 100644 --- a/test/components/flatcar-linux-update-operator/fluo_test.go +++ b/test/components/flatcar-linux-update-operator/fluo_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package fluo_test diff --git a/test/components/gangway/gangway_test.go b/test/components/gangway/gangway_test.go index 2c20c13dd..ade3edb06 100644 --- a/test/components/gangway/gangway_test.go +++ b/test/components/gangway/gangway_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package gangway diff --git a/test/components/httpbin/httpbin_test.go b/test/components/httpbin/httpbin_test.go index d17f9de34..9465c9aae 100644 --- a/test/components/httpbin/httpbin_test.go +++ b/test/components/httpbin/httpbin_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package httpbin diff --git a/test/components/inspektor-gadget/inspektorgadget_test.go b/test/components/inspektor-gadget/inspektorgadget_test.go index 95ea2fc08..1a8e3c3f3 100644 --- a/test/components/inspektor-gadget/inspektorgadget_test.go +++ b/test/components/inspektor-gadget/inspektorgadget_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package inspektorgadget_test diff --git a/test/components/install_test.go b/test/components/install_test.go index d16abaf35..6b036e71d 100644 --- a/test/components/install_test.go +++ b/test/components/install_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package components diff --git a/test/components/istio/istio_test.go b/test/components/istio/istio_test.go index 6904faf57..bfad44e0d 100644 --- a/test/components/istio/istio_test.go +++ b/test/components/istio/istio_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aks aws_edge packet +// +build aws aks aws_edge equinixmetal // +build e2e package istio_test diff --git a/test/components/kubernetes/cert_rotate_disruptive_test.go b/test/components/kubernetes/cert_rotate_disruptive_test.go index 5d464e7fe..d5aebc0c1 100644 --- a/test/components/kubernetes/cert_rotate_disruptive_test.go +++ b/test/components/kubernetes/cert_rotate_disruptive_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet baremetal +// +build equinixmetal baremetal // +build disruptivee2e package kubernetes_test diff --git a/test/components/kubernetes/controlplane-single-node_disruptive_test.go b/test/components/kubernetes/controlplane-single-node_disruptive_test.go index 2a0bd7ed4..961f1adeb 100644 --- a/test/components/kubernetes/controlplane-single-node_disruptive_test.go +++ b/test/components/kubernetes/controlplane-single-node_disruptive_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet baremetal +// +build equinixmetal baremetal // +build disruptivee2e package kubernetes_test diff --git a/test/components/kubernetes/controlplane-single-node_test.go b/test/components/kubernetes/controlplane-single-node_test.go index 325efc62c..2b1d0a633 100644 --- a/test/components/kubernetes/controlplane-single-node_test.go +++ b/test/components/kubernetes/controlplane-single-node_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet baremetal +// +build equinixmetal baremetal // +build e2e package kubernetes_test diff --git a/test/components/kubernetes/doc.go b/test/components/kubernetes/doc.go index e48782701..9b903f432 100644 --- a/test/components/kubernetes/doc.go +++ b/test/components/kubernetes/doc.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet baremetal +// +build aws aws_edge equinixmetal baremetal // +build e2e // Package kubernetes contains e2e tests related to core Kubernetes diff --git a/test/components/kubernetes/kubelet_disruptive_test.go b/test/components/kubernetes/kubelet_disruptive_test.go index e95439148..daf01032c 100644 --- a/test/components/kubernetes/kubelet_disruptive_test.go +++ b/test/components/kubernetes/kubelet_disruptive_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet baremetal aws +// +build equinixmetal baremetal aws // +build disruptivee2e package kubernetes diff --git a/test/components/kubernetes/kubelet_labels_test.go b/test/components/kubernetes/kubelet_labels_test.go index f972dffe4..b78f3a0fd 100644 --- a/test/components/kubernetes/kubelet_labels_test.go +++ b/test/components/kubernetes/kubelet_labels_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet baremetal aws +// +build equinixmetal baremetal aws // +build e2e package kubernetes //nolint:testpackage diff --git a/test/components/kubernetes/kubelet_test.go b/test/components/kubernetes/kubelet_test.go index 1f3212c35..684bea369 100644 --- a/test/components/kubernetes/kubelet_test.go +++ b/test/components/kubernetes/kubelet_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet baremetal +// +build aws aws_edge equinixmetal baremetal // +build e2e package kubernetes diff --git a/test/components/kubernetes/namespaces_labels_test.go b/test/components/kubernetes/namespaces_labels_test.go index e6868f515..23b5ab882 100644 --- a/test/components/kubernetes/namespaces_labels_test.go +++ b/test/components/kubernetes/namespaces_labels_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks baremetal +// +build aws aws_edge equinixmetal aks baremetal // +build e2e package kubernetes_test diff --git a/test/components/linkerd/linkerd_test.go b/test/components/linkerd/linkerd_test.go index 837046e80..5adc68298 100644 --- a/test/components/linkerd/linkerd_test.go +++ b/test/components/linkerd/linkerd_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package linkerd_test diff --git a/test/components/metallb/metallb_test.go b/test/components/metallb/metallb_test.go index 29aa0b76d..86ca806d8 100644 --- a/test/components/metallb/metallb_test.go +++ b/test/components/metallb/metallb_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet +// +build equinixmetal // +build e2e package metallb diff --git a/test/components/metrics-server/metrics_server_test.go b/test/components/metrics-server/metrics_server_test.go index fd292231b..2784dc4c4 100644 --- a/test/components/metrics-server/metrics_server_test.go +++ b/test/components/metrics-server/metrics_server_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package metricsserver diff --git a/test/components/node-local-dns/node-local-dns_test.go b/test/components/node-local-dns/node-local-dns_test.go index 4fa98c2e2..0058d1516 100644 --- a/test/components/node-local-dns/node-local-dns_test.go +++ b/test/components/node-local-dns/node-local-dns_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws packet baremetal +// +build aws equinixmetal baremetal // +build e2e package nodelocaldns_test diff --git a/test/components/node-problem-detector/nodeproblemdetector_test.go b/test/components/node-problem-detector/nodeproblemdetector_test.go index 6aa06e434..abc02eace 100644 --- a/test/components/node-problem-detector/nodeproblemdetector_test.go +++ b/test/components/node-problem-detector/nodeproblemdetector_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package nodeproblemdetector_test diff --git a/test/components/openebs-operator/openebs_operator_test.go b/test/components/openebs-operator/openebs_operator_test.go index e0c57c27d..ae333a4a1 100644 --- a/test/components/openebs-operator/openebs_operator_test.go +++ b/test/components/openebs-operator/openebs_operator_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package openebsoperator diff --git a/test/components/packet_ccm_test.go b/test/components/packet_ccm_test.go index 1cf99f166..3e6c55f67 100644 --- a/test/components/packet_ccm_test.go +++ b/test/components/packet_ccm_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet +// +build equinixmetal // +build e2e package components_test diff --git a/test/components/patch_serviceaccount_test.go b/test/components/patch_serviceaccount_test.go index 5339f74fe..447276ddf 100644 --- a/test/components/patch_serviceaccount_test.go +++ b/test/components/patch_serviceaccount_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package components_test diff --git a/test/components/prometheus-operator/prometheus_operator_test.go b/test/components/prometheus-operator/prometheus_operator_test.go index b9ffc4a4f..b203a0622 100644 --- a/test/components/prometheus-operator/prometheus_operator_test.go +++ b/test/components/prometheus-operator/prometheus_operator_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks packet_fluo +// +build aws aws_edge equinixmetal aks equinixmetal_fluo // +build e2e package prometheusoperator diff --git a/test/components/rook/rook-ceph_test.go b/test/components/rook/rook-ceph_test.go index 53fb0e505..ab124f0b1 100644 --- a/test/components/rook/rook-ceph_test.go +++ b/test/components/rook/rook-ceph_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet_fluo +// +build equinixmetal_fluo // +build e2e package rook_test diff --git a/test/components/rook/rook_test.go b/test/components/rook/rook_test.go index 9b84269ce..616b10222 100644 --- a/test/components/rook/rook_test.go +++ b/test/components/rook/rook_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet +// +build aws aws_edge equinixmetal // +build e2e package rook diff --git a/test/components/util/util.go b/test/components/util/util.go index 656b7d078..667b1f11b 100644 --- a/test/components/util/util.go +++ b/test/components/util/util.go @@ -482,11 +482,11 @@ const ( // PlatformAWSEdge is for AWS with FCL Edge. PlatformAWSEdge = "aws_edge" - // PlatformPacket is for Packet - PlatformPacket = "packet" + // PlatformEquinixMetal is for Equinix Metal. + PlatformEquinixMetal = "equinixmetal" - // PlatformPacketARM is for Packet on ARM - PlatformPacketARM = "packet_arm" + // PlatformEquinixMetalARM is for Equinix Metal on ARM. + PlatformEquinixMetalARM = "equinixmetal_arm" // PlatformBaremetal is for Baremetal PlatformBaremetal = "baremetal" diff --git a/test/components/velero/velero_test.go b/test/components/velero/velero_test.go index af26c8f5a..ff53fc193 100644 --- a/test/components/velero/velero_test.go +++ b/test/components/velero/velero_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet +// +build equinixmetal // +build e2e package velero_test diff --git a/test/components/web-ui/webui_test.go b/test/components/web-ui/webui_test.go index 1bd5c9978..1e17bd0f0 100644 --- a/test/components/web-ui/webui_test.go +++ b/test/components/web-ui/webui_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build e2e package webui_test diff --git a/test/ingress/packet_test/match_host_test.go b/test/ingress/equinixmetal_test/match_host_test.go similarity index 93% rename from test/ingress/packet_test/match_host_test.go rename to test/ingress/equinixmetal_test/match_host_test.go index ccbce61ce..640a333fe 100644 --- a/test/ingress/packet_test/match_host_test.go +++ b/test/ingress/equinixmetal_test/match_host_test.go @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet +// +build equinixmetal // +build poste2e -package packet_test +package equinixmetal_test import ( "context" @@ -45,12 +45,12 @@ func TestIngressHost(t *testing.T) { componentTestCases := []componentTestCase{ { componentName: "dex", - platforms: []testutil.Platform{testutil.PlatformPacket}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal}, namespace: "dex", }, { componentName: "gangway", - platforms: []testutil.Platform{testutil.PlatformPacket}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal}, namespace: "gangway", }, } diff --git a/test/monitoring/components_alerts_test.go b/test/monitoring/components_alerts_test.go index 5608970fd..0c9274007 100644 --- a/test/monitoring/components_alerts_test.go +++ b/test/monitoring/components_alerts_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build poste2e package monitoring @@ -46,7 +46,7 @@ func testComponentAlerts(t *testing.T, v1api v1.API) { { ComponentName: "metallb", RuleGroup: "metallb-rules", - platforms: []testutil.Platform{testutil.PlatformPacket}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal}, Alerts: []string{ "MetalLBNoBGPSession", "MetalLBConfigStale", "MetalLBControllerPodsAvailability", "MetalLBSpeakerPodsAvailability", @@ -55,7 +55,7 @@ func testComponentAlerts(t *testing.T, v1api v1.API) { { ComponentName: "rook", RuleGroup: "ceph-mds-status", - platforms: []testutil.Platform{testutil.PlatformPacket}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal}, Alerts: []string{"CephMdsMissingReplicas"}, }, } diff --git a/test/monitoring/components_metrics_test.go b/test/monitoring/components_metrics_test.go index 61321c1ed..ec586bf95 100644 --- a/test/monitoring/components_metrics_test.go +++ b/test/monitoring/components_metrics_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build poste2e package monitoring @@ -34,7 +34,7 @@ import ( //nolint:funlen func testComponentsPrometheusMetrics(t *testing.T, v1api v1.API) { selfHostedPlatforms := []testutil.Platform{ - testutil.PlatformPacket, + testutil.PlatformEquinixMetal, testutil.PlatformAWS, } @@ -79,39 +79,39 @@ func testComponentsPrometheusMetrics(t *testing.T, v1api v1.API) { { componentName: "metallb", query: "metallb_bgp_session_up", - platforms: []testutil.Platform{testutil.PlatformPacket}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal}, }, { componentName: "contour", query: "contour_dagrebuild_timestamp", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS, testutil.PlatformAKS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS, testutil.PlatformAKS}, }, { componentName: "cert-manager", query: "certmanager_controller_sync_call_count", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS, testutil.PlatformAKS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS, testutil.PlatformAKS}, }, { componentName: "linkerd", query: "tcp_read_bytes_total", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS}, }, { // This is from the istiod service. componentName: "experimental-istio-operator", query: "pilot_k8s_reg_events", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS, testutil.PlatformAKS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS, testutil.PlatformAKS}, }, { // This is from the istio operator. componentName: "experimental-istio-operator", query: "controller_runtime_reconcile_time_seconds_count{controller=\"istiocontrolplane-controller\"}", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS, testutil.PlatformAKS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS, testutil.PlatformAKS}, }, { componentName: "node-problem-detector", query: "problem_counter{reason=\"KernelOops\"}", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS, testutil.PlatformAKS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS, testutil.PlatformAKS}, }, { // This metric is only generated by node-local-dns and not by the actual coredns: @@ -119,7 +119,7 @@ func testComponentsPrometheusMetrics(t *testing.T, v1api v1.API) { componentName: "node-local-dns", query: "coredns_plugin_enabled{name=\"cache\",server=\"dns://" + platform.NodeLocalDNSIP + ":53\",zone=\".\"}", - platforms: []testutil.Platform{testutil.PlatformPacket, testutil.PlatformAWS}, + platforms: []testutil.Platform{testutil.PlatformEquinixMetal, testutil.PlatformAWS}, }, } diff --git a/test/monitoring/grafana_password_test.go b/test/monitoring/grafana_password_test.go index 805b6daab..f38b9893c 100644 --- a/test/monitoring/grafana_password_test.go +++ b/test/monitoring/grafana_password_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build poste2e package monitoring //nolint:testpackage diff --git a/test/monitoring/monitoring_test.go b/test/monitoring/monitoring_test.go index aab1e6009..02110f01a 100644 --- a/test/monitoring/monitoring_test.go +++ b/test/monitoring/monitoring_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build poste2e package monitoring diff --git a/test/monitoring/scrape_targets_test.go b/test/monitoring/scrape_targets_test.go index 2685e1abe..ae766dbfe 100644 --- a/test/monitoring/scrape_targets_test.go +++ b/test/monitoring/scrape_targets_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet aks +// +build aws aws_edge equinixmetal aks // +build poste2e package monitoring diff --git a/test/platform/packet/packet_test.go b/test/platform/equinixmetal/equinixmetal_test.go similarity index 90% rename from test/platform/packet/packet_test.go rename to test/platform/equinixmetal/equinixmetal_test.go index b1de745e5..adc13293c 100644 --- a/test/platform/packet/packet_test.go +++ b/test/platform/equinixmetal/equinixmetal_test.go @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet_fluo +// +build equinixmetal_fluo // +build poste2e -package packet_test +package equinixmetal_test import ( "context" @@ -33,12 +33,12 @@ func bgpSessionsForNode(t *testing.T, labelSelector string) []packngo.BGPSession cl, err := packngo.NewClient() if err != nil { - t.Fatalf("Creating Packet API client: %v", err) + t.Fatalf("Creating Equinix Metal API client: %v", err) } - projectID := os.Getenv("PACKET_PROJECT_ID") + projectID := os.Getenv("EQUINIXMETAL_PROJECT_ID") if projectID == "" { - t.Fatalf("Packet project ID can't be empty. Is %q environment variable set?", "PACKET_PROJECT_ID") + t.Fatalf("Equinix Metal project ID can't be empty. Is %q environment variable set?", "EQUINIXMETAL_PROJECT_ID") } // Select a node from the general worker pool. @@ -72,7 +72,7 @@ func bgpSessionsForNode(t *testing.T, labelSelector string) []packngo.BGPSession } if deviceID == "" { - t.Fatalf("No Packet device found with hostname %q", hostname) + t.Fatalf("No Equinix Metal device found with hostname %q", hostname) } sessions, _, err := cl.Devices.ListBGPSessions(deviceID, nil) diff --git a/test/system/clc_snippets_test.go b/test/system/clc_snippets_test.go index 3338e171b..682da0116 100644 --- a/test/system/clc_snippets_test.go +++ b/test/system/clc_snippets_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge packet baremetal +// +build aws aws_edge equinixmetal baremetal // +build e2e //nolint:dupl diff --git a/test/system/conntrack_global_test.go b/test/system/conntrack_global_test.go index dfb684449..c69f7ba59 100644 --- a/test/system/conntrack_global_test.go +++ b/test/system/conntrack_global_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet,baremetal +// +build equinixmetal,baremetal // +build e2e //nolint:dupl diff --git a/test/system/docker_live_restore_test.go b/test/system/docker_live_restore_test.go index 3d7b1a2a8..81aff2ca3 100644 --- a/test/system/docker_live_restore_test.go +++ b/test/system/docker_live_restore_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge baremetal packet +// +build aws aws_edge baremetal equinixmetal // +build e2e package system_test diff --git a/test/system/etcd_env_vars_test.go b/test/system/etcd_env_vars_test.go index 1fd51e6f3..15c45726d 100644 --- a/test/system/etcd_env_vars_test.go +++ b/test/system/etcd_env_vars_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build packet,baremetal +// +build equinixmetal,baremetal // +build e2e //nolint:dupl diff --git a/test/system/ssh_keys_test.go b/test/system/ssh_keys_test.go index 990e4c5fd..9e1e9989d 100644 --- a/test/system/ssh_keys_test.go +++ b/test/system/ssh_keys_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build aws aws_edge baremetal packet +// +build aws aws_edge baremetal equinixmetal // +build e2e package system_test From 367539b7d177c52b5d44653c444e3e792b62b11d Mon Sep 17 00:00:00 2001 From: Imran Pochi Date: Fri, 6 Aug 2021 19:55:50 +0530 Subject: [PATCH 2/4] control-plane: packet-ccm with cloud-provider-equinix-metal This commit removes the Packet Cloud Controller Manager a.k.a packet-ccm as part of the migration to Equinix Metal. In its place, `cloud-provider-equinix-metal` is installed. For new Lokomotive clusters there won't be any difference because well the are fresh clusters. However, for existing clusters, users would need to uninstall the `packet-ccm` helm release and then proceed with cluster upgrade using `lokoctl cluster apply ...`. Note: During upgrade the user must pass the flag `--skip-pre-update-health-check`. Execution steps for existing clusters: 1. Uninstall `packet-ccm` helm release ``` helm uninstall packet-ccm --namespace kube-system ``` 2. Upgrade Lokomotive cluster to the latest release Note: Do not forget the `--skip-pre-update-health-check` flag ``` lokoctl cluster apply --skip-components --skip-pre-update-health-check ``` Signed-off-by: Imran Pochi --- .../cloud-provider-equinix-metal/Chart.yaml | 10 + .../templates/_helpers.tpl | 84 ++++++++ .../templates/clusterrole.yaml | 84 ++++++++ .../templates/clusterrolebinding.yaml | 20 ++ .../templates/deployment.yaml | 97 ++++++++++ .../templates/secret.yaml | 13 ++ .../templates/serviceaccount.yaml | 12 ++ .../cloud-provider-equinix-metal/values.yaml | 138 +++++++++++++ .../control-plane/packet-ccm/.helmignore | 23 --- .../control-plane/packet-ccm/Chart.yaml | 23 --- .../packet-ccm/templates/deployment.yaml | 183 ------------------ .../packet-ccm/templates/secrets.yaml | 10 - .../control-plane/packet-ccm/values.yaml | 2 - .../cloud-provider-equinix-metal.tf | 7 + .../cloud-provider-equinix-metal.yaml.tmpl | 6 + .../flatcar-linux/kubernetes/outputs.tf | 4 +- .../flatcar-linux/kubernetes/packet-ccm.tf | 7 - .../kubernetes/packet-ccm.yaml.tmpl | 2 - .../flatcar-linux/kubernetes/ssh.tf | 2 +- pkg/assets/generated_assets.go | 168 +++++++++------- pkg/platform/equinixmetal/equinixmetal.go | 4 +- pkg/platform/equinixmetal/template.go | 4 +- ....go => cloudprovider_equinixmetal_test.go} | 4 +- 23 files changed, 578 insertions(+), 329 deletions(-) create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/Chart.yaml create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/templates/_helpers.tpl create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrole.yaml create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrolebinding.yaml create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/templates/deployment.yaml create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/templates/secret.yaml create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/templates/serviceaccount.yaml create mode 100644 assets/charts/control-plane/cloud-provider-equinix-metal/values.yaml delete mode 100644 assets/charts/control-plane/packet-ccm/.helmignore delete mode 100644 assets/charts/control-plane/packet-ccm/Chart.yaml delete mode 100644 assets/charts/control-plane/packet-ccm/templates/deployment.yaml delete mode 100644 assets/charts/control-plane/packet-ccm/templates/secrets.yaml delete mode 100644 assets/charts/control-plane/packet-ccm/values.yaml create mode 100644 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.tf create mode 100644 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl delete mode 100644 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf delete mode 100644 assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl rename test/components/{packet_ccm_test.go => cloudprovider_equinixmetal_test.go} (89%) diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/Chart.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/Chart.yaml new file mode 100644 index 000000000..9ac18f57d --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/Chart.yaml @@ -0,0 +1,10 @@ +apiVersion: v2 +name: cloud-provider-equinix-metal +description: Kubernetes Cloud Provider for Equinix Metal +type: application +version: "0.1.0" +appVersion: "master" +home: https://metal.equinix.com +sources: + - https://github.com/equinix/cloud-provider-equinix-metal + diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/templates/_helpers.tpl b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/_helpers.tpl new file mode 100644 index 000000000..e48456650 --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/_helpers.tpl @@ -0,0 +1,84 @@ +{{/* +Expand the name of the chart. +*/}} +{{- define "cloud-provider-equinix-metal.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "cloud-provider-equinix-metal.fullname" -}} +{{- if .Values.fullnameOverride }} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- $name := default .Chart.Name .Values.nameOverride }} +{{- if contains $name .Release.Name }} +{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "cloud-provider-equinix-metal.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "cloud-provider-equinix-metal.labels" -}} +helm.sh/chart: {{ include "cloud-provider-equinix-metal.chart" . }} +{{ include "cloud-provider-equinix-metal.selectorLabels" . }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "cloud-provider-equinix-metal.selectorLabels" -}} +app.kubernetes.io/name: {{ include "cloud-provider-equinix-metal.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Create the name of the service account to use +*/}} +{{- define "cloud-provider-equinix-metal.serviceAccountName" -}} +{{- if .Values.serviceAccount.create }} +{{- default (include "cloud-provider-equinix-metal.fullname" .) .Values.serviceAccount.name }} +{{- else }} +{{- default "default" .Values.serviceAccount.name }} +{{- end }} +{{- end }} + +{{/* +Create the name of the secret containing the config file to use +*/}} +{{- define "cloud-provider-equinix-metal.configSecretName" -}} +{{- if .Values.configSecret.create }} +{{- default (include "cloud-provider-equinix-metal.fullname" .) .Values.configSecret.name }} +{{- else }} +{{- default "default" .Values.configSecret.name }} +{{- end }} +{{- end }} + +{{/* +Create the image version tag +*/}} +{{- define "cloud-provider-equinix-metal.imageTag" -}} +{{- if eq .Chart.AppVersion "master" }} +{{- default "master" .Values.image.tag }} +{{- else }} +{{- default .Values.image.tag }} +{{- end }} +{{- end }} diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrole.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrole.yaml new file mode 100644 index 000000000..bf41915cc --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrole.yaml @@ -0,0 +1,84 @@ +{{- if .Values.clusterRole.create -}} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + {{- include "cloud-provider-equinix-metal.labels" . | nindent 4 }} + {{- with .Values.clusterRole.annotations }} + annotations: + rbac.authorization.kubernetes.io/autoupdate: 'true' + {{- toYaml . | nindent 4 }} + {{- end }} + name: '{{ .Values.clusterRole.name }}' +rules: + - apiGroups: + - '' + resources: + - namespaces + verbs: + - get + - apiGroups: + - '' + resources: + - endpoints + verbs: + - create + - get + - list + - watch + - update + - apiGroups: + - '' + resources: + - nodes + verbs: + - '*' + - apiGroups: + - '' + resources: + - nodes/status + verbs: + - patch + - apiGroups: + - '' + resources: + - services + verbs: + - get + - list + - patch + - update + - watch + - create + - apiGroups: + - '' + resources: + - services/status + verbs: + - list + - patch + - update + - watch + - apiGroups: + - '' + resources: + - configmaps + verbs: + - create + - get + - list + - watch + - update + - patch + - apiGroups: + - '' + resources: + - events + verbs: + - create + - get + - list + - watch + - update + - patch +{{- end }} diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrolebinding.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrolebinding.yaml new file mode 100644 index 000000000..469ee3a6e --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrolebinding.yaml @@ -0,0 +1,20 @@ +{{- if .Values.clusterRole.create -}} +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: '{{ .Values.clusterRole.name }}' + labels: + {{- include "cloud-provider-equinix-metal.labels" . | nindent 4 }} + {{- with .Values.clusterRole.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: '{{ .Values.clusterRole.name }}' +subjects: + - kind: ServiceAccount + name: {{ include "cloud-provider-equinix-metal.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} +{{- end }} \ No newline at end of file diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/templates/deployment.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/deployment.yaml new file mode 100644 index 000000000..6db303ad0 --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/deployment.yaml @@ -0,0 +1,97 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "cloud-provider-equinix-metal.fullname" . }} + labels: + {{- include "cloud-provider-equinix-metal.labels" . | nindent 4 }} +spec: + replicas: 1 + strategy: + type: Recreate + selector: + matchLabels: + {{- include "cloud-provider-equinix-metal.selectorLabels" . | nindent 6 }} + template: + metadata: + annotations: + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + scheduler.alpha.kubernetes.io/critical-pod: '' + checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} + labels: + {{- include "cloud-provider-equinix-metal.selectorLabels" . | nindent 8 }} + spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + dnsPolicy: Default + hostNetwork: true + serviceAccountName: {{ include "cloud-provider-equinix-metal.serviceAccountName" . }} + securityContext: + {{- toYaml .Values.podSecurityContext | nindent 8 }} + {{- with .Values.hostAliases }} + hostAliases: + {{- toYaml . | nindent 8 }} + {{- end }} + tolerations: + - key: node.cloudprovider.kubernetes.io/uninitialized + value: 'true' + effect: NoSchedule + - key: CriticalAddonsOnly + operator: Exists + - key: node-role.kubernetes.io/master + effect: NoSchedule + containers: + - name: {{ .Chart.Name }} + securityContext: + {{- toYaml .Values.securityContext | nindent 12 }} + image: "{{ .Values.image.repository }}:{{ include "cloud-provider-equinix-metal.imageTag" . }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + command: + - ./cloud-provider-equinix-metal + - '--cloud-provider=equinixmetal' + - '--leader-elect=false' + - '--authentication-skip-lookup=true' + - '--provider-config=/etc/cloud-sa/cloud-sa.json' + {{- with .Values.additionalCommands }} + {{- toYaml . | nindent 12 }} + {{- end }} + env: + {{- range $key, $value := .Values.env }} + - name: {{ $key }} + value: {{ $value | quote }} + {{- end }} + {{- with .Values.envFrom }} + envFrom: + {{- toYaml . | nindent 12 }} + {{- end }} + resources: + {{- toYaml .Values.resources | nindent 12 }} + volumeMounts: + - name: cloud-sa-volume + readOnly: true + mountPath: /etc/cloud-sa + {{- with .Values.volumeMounts }} + {{- toYaml . | nindent 12 }} + {{- end }} + volumes: + - name: cloud-sa-volume + secret: + secretName: {{ include "cloud-provider-equinix-metal.configSecretName" . }} + {{- with .Values.volumes }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.nodeSelector }} + nodeSelector: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/templates/secret.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/secret.yaml new file mode 100644 index 000000000..57c2aa470 --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/secret.yaml @@ -0,0 +1,13 @@ +{{ if .Values.configSecret.create }} +{{- $unused := required "You must set an Equinix Metal API key" .Values.config.apiKey -}} +{{- $unused := required "You must set an Equinix Metal project ID" .Values.config.projectID -}} +apiVersion: v1 +kind: Secret +metadata: + name: {{ include "cloud-provider-equinix-metal.configSecretName" . }} + labels: + {{- include "cloud-provider-equinix-metal.labels" . | nindent 4 }} +type: Opaque +data: + cloud-sa.json: {{ .Values.config | toJson | b64enc | quote }} +{{ end }} diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/templates/serviceaccount.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/serviceaccount.yaml new file mode 100644 index 000000000..d38d9cdb4 --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/templates/serviceaccount.yaml @@ -0,0 +1,12 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "cloud-provider-equinix-metal.serviceAccountName" . }} + labels: + {{- include "cloud-provider-equinix-metal.labels" . | nindent 4 }} + {{- with .Values.serviceAccount.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} \ No newline at end of file diff --git a/assets/charts/control-plane/cloud-provider-equinix-metal/values.yaml b/assets/charts/control-plane/cloud-provider-equinix-metal/values.yaml new file mode 100644 index 000000000..d8ca219de --- /dev/null +++ b/assets/charts/control-plane/cloud-provider-equinix-metal/values.yaml @@ -0,0 +1,138 @@ +# Default values for Equinix Metal Cloud Provider. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + + +# -- A name in place of the chart name for `app:` labels. +nameOverride: "" + +# -- A name to substitute for the full names of resources. +fullnameOverride: "" + +image: + # -- Name of the image repository to pull the container image from. + repository: equinix/cloud-provider-equinix-metal + + # -- [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node. + pullPolicy: IfNotPresent + + # -- Image tag override for the default value (chart appVersion). + tag: "" + +# -- Annotations to be added to pods. +podAnnotations: {} + +# -- Reference to one or more secrets to be used when [pulling images](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) (from private registries). +imagePullSecrets: [] + +# -- Pod [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod). +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) for details. +podSecurityContext: {} + # fsGroup: 2000 + +# -- Container [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container). +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) for details. +securityContext: {} + # capabilities: + # drop: + # - ALL + # readOnlyRootFilesystem: true + # runAsNonRoot: true + # runAsUser: 1000 + +# -- Additional commands for the cloud provider binary +additionalCommands: [] + +# -- Additional environment variables mounted from [secrets](https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-environment-variables) or [config maps](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables). +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#environment-variables) for details. +envFrom: [] + +# -- Additional environment variables passed directly to containers. +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#environment-variables) for details. +env: {} + +# -- Container resource [requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/). +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources) for details. +# @default -- Request 100m cpu & 50Mi memory +resources: + # limits: + # cpu: 100m + # memory: 128Mi + requests: + cpu: 100m + memory: 50Mi + +# -- A list of hosts and IPs that will be injected into the pod's hosts file if specified. +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#hostname-and-name-resolution) +hostAliases: [] + +# -- Additional storage [volumes](https://kubernetes.io/docs/concepts/storage/volumes/). +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes-1) for details. +volumes: [] + +# -- Additional [volume mounts](https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/). +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes-1) for details. +volumeMounts: [] + +serviceAccount: + # -- Enable service account creation. + create: true + + # -- Annotations to be added to the service account. + annotations: {} + + # -- The name of the service account to use. + # If not set and create is true, a name is generated using the fullname template. + name: "" + + +clusterRole: + # -- Enable cluster role & cluster role binding creation. + create: true + + # -- Annotations to be added to the cluster role & cluster role binding. + annotations: {} + + # -- The name of the cluster role & cluster role binding to use. + name: "system:cloud-controller-manager" + +# -- [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) configuration. +nodeSelector: {} + +# -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for node taints. +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) for details. +tolerations: [] + +# -- [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) configuration. +# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) for details. +affinity: {} + + +configSecret: + # -- Enable creating a secret from the values passed to `config`. + # If set to false, name must point to an existing secret. + create: true + + # -- The name of the secret to mount as configuration in the pod. + # If not set and create is true, a name is generated using the fullname template. + # Must point to secret that contains at least a `cloud-sa.json` key. + name: "" + +# -- Application configuration. +config: + apiKey: "" + projectID: "" + # facility: facility + # base-url: "" + # loadbalancer: "" + # localASN: 65000 + # bgpPass: "" + # annotationLocalASN: "metal.equinix.com/node-asn" + # annotationPeerASNs: "metal.equinix.com/peer-asn" + # annotationPeerIPs: "metal.equinix.com/peer-ip" + # annotationSrcIP: "metal.equinix.com/src-ip" + # annotationBGPPass: "metal.equinix.com/bgp-pass" + # annotationNetworkIPv4Private: `metal.equinix.com/network-4-private` + # eipTag: "" + # apiServerPort: 6443 + # bgpNodeSelector: "" diff --git a/assets/charts/control-plane/packet-ccm/.helmignore b/assets/charts/control-plane/packet-ccm/.helmignore deleted file mode 100644 index 0e8a0eb36..000000000 --- a/assets/charts/control-plane/packet-ccm/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/assets/charts/control-plane/packet-ccm/Chart.yaml b/assets/charts/control-plane/packet-ccm/Chart.yaml deleted file mode 100644 index 46558fe3b..000000000 --- a/assets/charts/control-plane/packet-ccm/Chart.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -name: packet-ccm -description: A Helm chart for deploying packet-ccm on Packet cluster. - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v2.0.0 diff --git a/assets/charts/control-plane/packet-ccm/templates/deployment.yaml b/assets/charts/control-plane/packet-ccm/templates/deployment.yaml deleted file mode 100644 index aa9c5990a..000000000 --- a/assets/charts/control-plane/packet-ccm/templates/deployment.yaml +++ /dev/null @@ -1,183 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: packet-cloud-controller-manager - labels: - app: packet-cloud-controller-manager -spec: - replicas: 1 - selector: - matchLabels: - app: packet-cloud-controller-manager - template: - metadata: - labels: - app: packet-cloud-controller-manager - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - spec: - dnsPolicy: Default - hostNetwork: true - serviceAccountName: cloud-controller-manager - tolerations: - # This taint is set by all kubelets running `--cloud-provider=external` - # so we should tolerate it to schedule the Packet CCM. - - key: "node.cloudprovider.kubernetes.io/uninitialized" - value: "true" - effect: "NoSchedule" - - key: "CriticalAddonsOnly" - operator: "Exists" - # Cloud controller manager should be able to run on masters. - - key: "node-role.kubernetes.io/master" - effect: NoSchedule - containers: - # Use our own image until https://github.com/packethost/packet-ccm/pull/101 and - # https://github.com/packethost/packet-ccm/pull/107 are merged and released. - # This image must also support amd64 and arm64 architectures. - - image: quay.io/kinvolk/packet-ccm:kinvolk - name: packet-cloud-controller-manager - command: - - "./packet-cloud-controller-manager" - - "--cloud-provider=packet" - # This should allow running multiple instances of the Packet CCM when HA is needed. - - "--leader-elect=true" - - "--provider-config=/etc/cloud-sa/cloud-sa.json" - - "--v=2" - env: - # Enable BGP only on node pools, which are configured by Lokomotive to have BGP enabled. - - name: PACKET_BGP_NODE_SELECTOR - value: lokomotive.alpha.kinvolk.io/bgp-enabled=true - # Set right annotations for compatibility with MetalLB component. - - name: PACKET_ANNOTATION_LOCAL_ASN - value: metallb.lokomotive.io/my-asn - - name: PACKET_ANNOTATION_PEER_ASNS - value: metallb.lokomotive.io/peer-asn - - name: PACKET_ANNOTATION_PEER_IPS - value: metallb.lokomotive.io/peer-address - # Disable MetalLB ConfigMap management, as it is managed by MetalLB component itself. - - name: PACKET_LB_CONFIGMAP - value: disabled - resources: - requests: - cpu: 100m - memory: 50Mi - volumeMounts: - - name: cloud-sa-volume - readOnly: true - mountPath: "/etc/cloud-sa" - volumes: - - name: cloud-sa-volume - secret: - secretName: packet-cloud-config - ---- -apiVersion: v1 -kind: ServiceAccount -metadata: - name: cloud-controller-manager ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: system:cloud-controller-manager -rules: -- apiGroups: - # reason: so ccm can read and update nodes and annotations - - "" - resources: - - nodes - verbs: - - '*' -- apiGroups: - # reason: so ccm can update the status of nodes - - "" - resources: - - nodes/status - verbs: - - patch -- apiGroups: - # This is not really used at the moment, but without this CCM prints warnings every second - # trying to enable the watch. - - "" - resources: - - services - verbs: - - get - - list - - watch -- apiGroups: - # Reason: So CCM can publish for example leader election or node removal events. - - "" - resources: - - events - verbs: - - create - - patch ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: system:cloud-controller-manager -rules: -- apiGroups: - # Reason: So ccm can read and update lease. - - "coordination.k8s.io" - resources: - - leases - verbs: - - create - - get - - list - - watch - - update -- apiGroups: - # Reason: Required for leader election. - - "" - resources: - - endpoints - verbs: - - create - - get - - list - - watch - - update ---- -kind: ClusterRoleBinding -apiVersion: rbac.authorization.k8s.io/v1 -metadata: - name: system:cloud-controller-manager -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:cloud-controller-manager -subjects: -- kind: ServiceAccount - name: cloud-controller-manager - namespace: {{ .Release.Namespace }} ---- -kind: RoleBinding -apiVersion: rbac.authorization.k8s.io/v1 -metadata: - name: system:cloud-controller-manager-reader -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: extension-apiserver-authentication-reader -subjects: -- kind: ServiceAccount - name: cloud-controller-manager - namespace: {{ .Release.Namespace }} ---- -kind: RoleBinding -apiVersion: rbac.authorization.k8s.io/v1 -metadata: - name: system:cloud-controller-manager -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system:cloud-controller-manager -subjects: -- kind: ServiceAccount - name: cloud-controller-manager - namespace: {{ .Release.Namespace }} diff --git a/assets/charts/control-plane/packet-ccm/templates/secrets.yaml b/assets/charts/control-plane/packet-ccm/templates/secrets.yaml deleted file mode 100644 index ad33feb48..000000000 --- a/assets/charts/control-plane/packet-ccm/templates/secrets.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: packet-cloud-config -stringData: - cloud-sa.json: | - { - "apiKey": "{{ .Values.apiKey }}", - "projectID": "{{ .Values.projectID }}" - } diff --git a/assets/charts/control-plane/packet-ccm/values.yaml b/assets/charts/control-plane/packet-ccm/values.yaml deleted file mode 100644 index f0f4db98b..000000000 --- a/assets/charts/control-plane/packet-ccm/values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -apiKey: -projectID: diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.tf new file mode 100644 index 000000000..02bf0c8ae --- /dev/null +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.tf @@ -0,0 +1,7 @@ +resource "local_file" "cloud-provider-equinix-metal" { + filename = "${var.asset_dir}/charts/kube-system/cloud-provider-equinix-metal.yaml" + content = templatefile("${path.module}/cloud-provider-equinix-metal.yaml.tmpl", { + api_key = var.auth_token + project_id = var.project_id + }) +} diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl new file mode 100644 index 000000000..72a63045c --- /dev/null +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl @@ -0,0 +1,6 @@ +config: + apiKey: ${api_key} + projectID: ${project_id} + bgpNodeSelector: "lokomotive.alpha.kinvolk.io/bgp-enabled=true" + apiServerPort: 443 + loadbalancer: "empty://" diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf index b3e264ac2..9bdf85603 100644 --- a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf @@ -43,8 +43,8 @@ output "lokomotive_values" { value = module.bootkube.lokomotive_values } -output "packet-ccm_values" { - value = local_file.packet-ccm.content +output "cloud-provider-equinix-metal_values" { + value = local_file.cloud-provider-equinix-metal.content } output "bootstrap-secrets_values" { diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf deleted file mode 100644 index ad64d9034..000000000 --- a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf +++ /dev/null @@ -1,7 +0,0 @@ -resource "local_file" "packet-ccm" { - filename = "${var.asset_dir}/charts/kube-system/packet-ccm.yaml" - content = templatefile("${path.module}/packet-ccm.yaml.tmpl", { - api_key = var.auth_token - project_id = var.project_id - }) -} diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl deleted file mode 100644 index dfcff310f..000000000 --- a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl +++ /dev/null @@ -1,2 +0,0 @@ -apiKey: ${api_key} -projectID: ${project_id} diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf index 16318b2f3..a30210c64 100644 --- a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf @@ -82,7 +82,7 @@ resource "null_resource" "copy-assets-dir" { null_resource.copy-controller-secrets, local_file.calico_host_protection, local_file.calico_crds, - local_file.packet-ccm, + local_file.cloud-provider-equinix-metal, ] connection { diff --git a/pkg/assets/generated_assets.go b/pkg/assets/generated_assets.go index f94a3c939..65d20f5dc 100644 --- a/pkg/assets/generated_assets.go +++ b/pkg/assets/generated_assets.go @@ -6454,6 +6454,70 @@ var vfsgenAssets = func() http.FileSystem { modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), content: []byte("\x68\x6f\x73\x74\x45\x6e\x64\x70\x6f\x69\x6e\x74\x73\x3a\x20\x5b\x5d\x0a\x63\x6c\x75\x73\x74\x65\x72\x43\x49\x44\x52\x73\x3a\x20\x5b\x5d\x0a\x6d\x61\x6e\x61\x67\x65\x6d\x65\x6e\x74\x43\x49\x44\x52\x73\x3a\x20\x5b\x5d\x0a"), }, + "/charts/control-plane/cloud-provider-equinix-metal": &vfsgen۰DirInfo{ + name: "cloud-provider-equinix-metal", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/charts/control-plane/cloud-provider-equinix-metal/Chart.yaml": &vfsgen۰CompressedFileInfo{ + name: "Chart.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 266, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcf\xb1\x4e\xc4\x30\x0c\xc6\xf1\xdd\x4f\x61\x75\x6f\x72\x30\x66\x45\x4c\x08\x89\x89\x3d\x97\x1a\x6a\xa9\x49\x8c\xe3\x54\xf0\xf6\x28\x47\xe9\x78\x73\xbe\x9f\xf2\x77\x14\x7e\x27\x6d\x5c\x4b\xc0\xfd\x11\x4a\xcc\x14\x30\x6d\xb5\x2f\xb3\x68\xdd\x79\x21\x9d\xe9\xab\x73\xe1\xef\x39\x93\xc5\x0d\x16\x6a\x49\x59\xec\x46\x5e\xfa\x95\xb4\x90\x51\xc3\xa7\x81\xf0\xed\x40\xf8\x51\x15\x9f\xff\x20\xbe\x0e\x88\x60\x3f\x42\x01\xa3\xc8\xc6\x29\x0e\x0f\xfb\xff\xd7\xd3\xc5\x3d\xb8\xcb\x04\x51\xe4\xcc\x99\x72\x6c\x46\x3a\xc1\x5a\x47\xd4\x6a\x26\x2d\x78\x7f\xab\x70\x47\x93\x4b\x35\x43\xab\x5d\x13\xb5\x00\x88\xf3\x39\xfb\x64\x5b\xfb\x75\xbc\xfb\x63\xeb\xef\x9e\x05\xbf\x01\x00\x00\xff\xff\x2b\x49\xb7\xad\x0a\x01\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates": &vfsgen۰DirInfo{ + name: "templates", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates/_helpers.tpl": &vfsgen۰CompressedFileInfo{ + name: "_helpers.tpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 2590, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x95\xcf\x6a\xdc\x30\x10\xc6\xef\x7e\x8a\x41\x34\x90\xa4\x58\x7b\x28\xf4\x10\xe8\x21\xa4\x3d\x94\x96\x14\xba\x25\x3d\x16\xad\x3c\xf6\x8a\xca\x92\x57\x7f\xb6\x09\x9b\x7d\xf7\x62\xc9\xf6\xda\xde\xdd\xd4\x0e\xf4\x26\xec\x99\x4f\xdf\xfc\x46\x1a\xed\x76\x8b\xeb\xe4\xd3\x63\xc5\x54\x06\x6e\x8d\xa0\x58\x89\xa0\xf3\xb0\xe6\x6b\x66\x1c\x4d\xae\x17\xfb\x7d\xb2\xdb\xa5\x90\x61\x2e\x14\x02\xe1\x52\xfb\x2c\xad\x8c\xde\x8a\x0c\x4d\x8a\x1b\x2f\x94\x78\x4c\x4b\x74\x4c\xd2\x5a\x80\x40\x7a\x48\x61\x5e\x3a\xa0\x77\x41\xeb\xbe\x56\xa7\x0f\x4c\x7a\xb4\x21\xf2\xdb\x16\x8d\x11\x19\xc2\x33\x38\xe3\x15\x87\xf7\xef\xc2\x52\x94\x4b\x9f\xe7\xe2\x11\x48\x4a\xa0\xd1\x42\x95\xd5\xcb\x24\x58\xbe\x33\xc8\x1c\x02\xeb\x76\xc8\xbd\x94\x4f\xb0\xf1\x4c\x8a\x5c\x60\x06\xac\xaa\x42\x31\x34\xf9\x89\x51\x3b\xc4\xbb\x7a\x87\xba\x30\x0b\x2b\xe4\xcc\x5b\x04\xab\x4b\x84\x2f\x7e\x85\x46\xa1\x43\x1b\x11\xe4\x02\x65\x66\x81\x19\x04\x29\x4a\xe1\x30\x03\xa7\xc1\xad\x85\x85\xcb\xd5\x53\xc0\xf3\xf1\x7e\x59\xc7\x0a\x55\x80\xad\x90\x5f\xd1\xe4\x73\x0e\x06\x25\x32\xdb\x70\xe4\x5a\x39\x26\x94\x8d\x24\xe3\x37\xe1\xe0\x8f\x90\x12\x56\x08\xde\xd6\x3e\x2d\xb0\x60\xbe\x71\x3b\x8f\x76\x9d\x38\x24\x2e\xf2\x0e\x70\xfb\xb3\x83\xdc\x84\x9c\xfd\x3f\xa5\x09\xd2\x76\x3a\x6f\x42\x41\x37\x1f\xa6\x77\xf9\xe0\xb1\x43\x13\x45\xe8\xf7\xc8\x2d\xe6\xb6\x3e\x07\x1f\x67\x9a\xab\x8c\x50\x2e\x07\x72\x61\xd3\x0b\x4b\x46\x5a\x71\xd3\xe9\x67\xee\xf4\x72\x70\x12\x7b\x2d\xae\xef\xd2\x16\x8d\x15\x5a\xd5\xed\x0d\x6d\x6e\xce\x4c\x8c\x92\x6c\x85\x72\x6e\xab\x43\xea\xa1\xcf\xe3\xfa\xfa\xe8\xe3\xfa\xa1\xb1\xf0\x0c\x06\x2b\xc9\x38\x02\x79\x4b\x80\xfc\x22\xf3\x2f\x9b\x2e\x4b\xad\xa2\x6d\x3b\xd3\x76\x4c\x8a\xbe\xd7\x28\x4b\x6a\xd7\x8b\x50\xca\x0d\xec\x76\x20\x14\x97\x3e\x9b\x58\x3a\x8d\xe6\x26\x26\x59\x94\xc8\x9d\x36\x5f\x1b\x03\xb4\x77\xfa\x1a\x42\xb7\x55\xd5\x42\xda\xef\x13\x56\x55\xf4\x77\x37\x06\xa8\xd0\x8b\xa6\x89\xc1\xe9\x71\xca\x33\x6c\xbc\x76\x38\x22\x76\xac\x52\x32\xc5\x0a\xcc\xd2\xd5\x53\x14\x6a\x4f\xe2\x12\xcd\x56\xf0\x71\x7e\x24\xbe\x6c\xcc\xbf\x8e\xf9\xb8\xf4\xf4\xa4\xaf\xfa\xac\xce\x68\x42\x1c\x33\xf4\x74\x8d\x42\x59\xc7\x14\xc7\x61\x85\xfd\xcb\x7c\xea\xce\x8c\x1f\x1c\xdb\x10\x61\x9c\x6b\xaf\x5c\x3d\x71\xbd\xc5\xd9\xc5\x07\x91\xdb\xa8\x71\x7f\x6e\x38\x0e\xc3\x28\x8f\x8e\x46\xcf\xd6\xe5\x34\x34\x87\x29\x4c\xaf\xce\x6d\xa0\xfa\x2c\x7a\x73\xaa\xdd\x8a\x34\x0b\x32\x49\xe0\xe5\x59\x74\xcc\x95\x1b\x74\xed\xcc\xad\x1f\xac\x30\x8b\xb4\xca\x45\x01\xb9\x90\xf8\x3a\xd2\x51\x60\x19\xc4\xcf\x72\xee\x07\xfd\x07\xca\x03\xf9\xf9\x8c\xcf\xa7\xff\x9b\xb0\x28\x59\x81\xdd\xa0\x77\xac\x98\x89\x2f\xe4\xff\x60\xc5\x00\x1b\x6e\x4e\x4c\x1a\x52\x32\xeb\xd0\x90\xa3\x7a\xda\xef\x6d\x39\x41\x92\x3a\x56\xbc\x44\xe1\x7c\xf0\x51\xcd\x7f\x03\x00\x00\xff\xff\xda\xfe\xbb\x98\x1e\x0a\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrole.yaml": &vfsgen۰CompressedFileInfo{ + name: "clusterrole.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 1384, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xc1\x8a\xdc\x30\x0c\x86\xef\x79\x0a\xb1\x97\x40\x21\x5e\x0a\x3d\x94\xb9\xf6\xd0\x7b\x0f\x0b\x3d\x6a\x6c\xed\x8e\x58\x8f\xec\xda\x72\xb6\x34\xcd\xbb\x97\xc4\xcb\x6c\x28\xee\x42\xa6\xcc\xcd\x96\xa2\x5f\x9f\x7e\x8b\x4c\xd3\x00\xfc\x08\xe6\x01\x7d\xa1\x6c\xac\x2f\x59\x29\x7d\x0b\x9e\x8c\x4d\x84\x4a\x30\xcc\x73\x87\x91\x1f\x28\x65\x0e\x72\x80\x74\x44\x6b\xb0\xe8\x29\x24\xfe\x85\xca\x41\xcc\xf3\xe7\x6c\x38\xdc\x8f\x1f\xbb\x67\x16\x77\x80\x2f\x6f\x2a\xdd\x99\x14\x1d\x2a\x1e\x3a\x00\x8f\x47\xf2\x79\x39\x01\xac\x8d\xc5\xfa\xe2\x08\xee\xac\x0f\xc5\x0d\x31\x85\x91\x1d\xa5\x81\x7e\x14\x16\xfe\x39\x2c\xb5\xde\xd4\xaa\x3b\x30\xf0\x1b\x84\xc5\x91\x28\x7c\x82\x79\xee\xaa\xc8\x0b\xeb\xa9\xc9\x8f\x22\x41\x57\xc0\x5c\xbf\xde\x04\x2a\x43\x6b\x94\x72\xa4\x24\xa4\xb4\x4e\x84\x45\x43\x89\x0e\x95\x0e\xd0\x6b\x2a\xd4\x5f\xd8\x35\x7c\xc7\xb3\xff\x17\x14\x89\xab\x17\xc1\xf3\x52\x3b\x4d\x4d\xc4\x25\x0b\xf3\xdc\x77\xa9\x78\x5a\xa1\x06\xc0\xc8\x5f\x53\x28\xf1\x95\x71\x09\xf5\xb5\x6d\xa2\x1c\x4a\xb2\xb4\xc9\x2c\x02\x39\xa2\xa5\xbc\x86\x46\x4a\xc7\x4d\xf6\x89\x74\xbf\x24\x89\x8b\x81\x45\x9b\x8a\x75\x27\xfe\x6a\x50\xcf\x9e\xf3\xdb\xe5\x05\xd5\x9e\x2e\xb7\x6a\xe1\x15\xd3\x05\xd7\x1e\xac\xff\xd0\x5f\xa9\x76\x9f\x15\xb5\x34\x45\xe3\x2b\xf3\x4e\xd9\x4c\x69\xe4\x77\x1f\xa0\xe1\x4f\x6c\xfb\xd3\x32\xef\x62\xf9\x95\x5c\xef\x4c\xbc\x1f\x69\x27\x83\x0d\xf2\xc8\x4f\x67\x8c\xb7\x58\xa6\xff\x7a\x35\x1a\xe9\x36\x2b\xbe\xa5\xda\xfc\x09\xfe\x04\x00\x00\xff\xff\x39\x1d\x1c\x7d\x68\x05\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrolebinding.yaml": &vfsgen۰CompressedFileInfo{ + name: "clusterrolebinding.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 611, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xbb\x4e\x2b\x31\x10\x86\x7b\x3f\xc5\x28\x4d\xaa\xf5\xd1\x91\x28\xd0\x76\x40\x41\x97\x22\x48\x91\x28\x27\xf6\x84\x0c\xf1\x8e\x17\x5f\x02\x62\xd9\x77\x47\x5e\x83\x16\x44\x40\x29\x3d\x97\x6f\x7e\x7f\xc3\xd0\x00\xef\x40\x6f\xd0\x65\x8a\xda\xb8\x1c\x13\x85\xb5\x77\xa4\x4d\x20\x4c\x04\xcd\x38\xaa\x03\x8b\x6d\xe1\x66\x6e\x5e\xb3\x58\x96\x07\x85\x3d\x6f\x28\x44\xf6\xd2\x42\xd8\xa2\xd1\x98\xd3\xde\x07\x7e\xc5\xc4\x5e\xf4\xe1\x32\x6a\xf6\xff\x8e\xff\x55\x47\x09\x2d\x26\x6c\x15\x80\x60\x47\x2d\x2c\x87\xe1\xe4\xd9\xd2\x85\x71\x5c\x2a\x00\x87\x5b\x72\xb1\xac\x00\x4c\x41\xc5\xb8\x6c\x09\x16\xc6\xf9\x6c\x9b\x3e\xf8\x23\x5b\x0a\x0d\x3d\x65\x16\x7e\x69\xca\x11\xa7\xeb\xd6\x02\x34\xbc\x81\xb0\x58\x92\x04\x17\x30\x8e\xaa\x42\x9e\x39\xed\x4f\x1e\x46\x11\x9f\xa6\xdc\xb1\x4e\x7f\x29\xcc\x19\x92\xbf\xc7\xce\xfd\x06\x27\xb1\xe5\x11\xbc\xa3\x35\xed\xca\x16\xf6\x7c\x1b\x7c\xee\xff\xf0\xa3\x00\x7e\x08\x3e\x5f\x53\xcc\xdb\x47\x32\x69\x8a\xd8\x7c\x80\xee\x28\x1c\xd9\xd0\x95\x31\x3e\x4b\x9a\xb2\x57\xda\x30\x9c\x29\x31\x7e\x23\xac\xb0\xa3\x22\x74\xfa\x67\x65\xc5\x1e\x4d\x05\xea\x35\x39\xc2\x48\x7a\xf5\x59\x2e\x73\xb3\x8d\xf7\x00\x00\x00\xff\xff\x06\xeb\x92\x49\x63\x02\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates/deployment.yaml": &vfsgen۰CompressedFileInfo{ + name: "deployment.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 3311, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4d\x6f\xe3\x36\x10\xbd\xe7\x57\x0c\x8c\x00\x6e\x81\x4a\x46\x16\xed\xa2\x10\x90\x43\x9a\xb6\xa7\x6d\x1a\xd4\x8b\x05\x7a\x9c\x25\xc7\x16\x6b\x8a\xe4\x92\x43\x6f\xd4\x6c\xfe\x7b\x41\x4b\x96\xf5\x61\xa7\x31\x12\x9f\x0c\x72\x3e\xde\x3c\xbd\x99\x21\x3a\xf5\x89\x7c\x50\xd6\x14\x80\xce\x85\xc5\xf6\xea\x62\xa3\x8c\x2c\xe0\x57\x72\xda\xd6\x15\x19\xbe\xa8\x88\x51\x22\x63\x71\x01\x60\xb0\xa2\x02\x1e\x1f\x41\x19\xa1\xa3\x24\x98\x09\x6d\xa3\xcc\x9c\xb7\x5b\x25\xc9\x67\xf4\x25\x2a\xa3\x1e\xb2\xe4\xa4\xf3\x55\xd4\x3a\xb9\xcc\x20\x87\xa7\xa7\x0b\x00\x8d\x9f\x49\x87\x14\x09\xe0\xf1\x31\x7b\x61\x98\xc6\x2b\x05\xf9\x06\x46\x19\x49\x86\xe1\xc7\x14\x30\x38\x12\x29\x98\x27\xa7\x95\xc0\x50\xc0\xd5\x05\x40\x60\x8f\x4c\xeb\xba\x49\xc3\xb5\xa3\x02\xfe\x22\xe1\x09\x99\xd2\x35\x69\x12\x6c\x7d\x73\x5d\x21\x8b\xf2\x43\x0f\xd6\x39\xc0\xf6\xa1\x3e\x1c\x01\xf8\xbe\xa9\x98\xa9\x72\x1a\x99\xda\x6c\x3d\x2e\xd3\x0f\x8d\xb1\x8c\xac\xac\x19\x64\xff\xaa\xb8\x84\xfc\x13\xea\x48\x21\x77\x56\xde\x1c\xcc\x9a\xa8\x07\x53\xb6\x7f\x63\xa5\x07\x99\x7f\x3e\xd8\x24\x0b\x32\xb2\xef\x14\x44\x49\x32\x6a\xf2\x39\x6a\x57\x62\xbe\x89\x9f\xc9\x1b\x62\x0a\xb9\xb2\x0b\xe1\x15\x2b\x81\x3a\x73\x56\x16\x30\x9f\x77\x6e\xa2\x24\xb1\x09\xb1\x5a\x08\x6b\x56\x6a\x3d\x10\xc1\x77\xce\x2b\xc3\x70\x99\x7f\x6c\x8b\xcd\x7f\xc1\x40\xf7\xc8\x25\xcc\x16\x21\x31\xcf\x79\x8d\x95\x9e\x7d\xbf\xc3\x19\x4a\x7c\xf7\xd3\xfb\x10\xab\x03\x2c\x3d\xf8\x00\x6f\xf5\x09\x3a\x22\xf6\x3a\x39\xca\xaf\xaa\x70\x4d\xf7\x51\xeb\xe5\x0e\x69\x8f\xe1\xf1\x4d\xf1\x1a\xe6\xa5\x09\xf7\x56\x2b\x51\xa7\xe6\x5a\x61\xd4\xdc\x5e\x94\x36\xf0\x1d\xf1\x57\xeb\x37\x05\xb0\x8f\xd4\x9e\x07\xf2\x5b\x25\xe8\x46\x08\x1b\x0d\xdf\x9d\xd7\x79\x53\xe7\xae\x07\x9b\xd8\x22\x7a\xc5\xf5\xad\x35\x4c\x0f\x7c\xbc\xb0\x83\xfe\x96\x43\xf3\xd3\x15\x0f\x88\x4d\x85\xdd\x68\x85\x81\x7a\x9c\xf6\x0e\x5f\x45\x27\x5b\x4d\x7e\xd8\x39\x00\x19\x6c\xa8\x2e\xc0\x58\x49\xf9\x8e\x9e\x3d\x3b\x23\x95\x47\xa3\x8c\x62\x85\x5a\xfd\x4b\xb2\xf3\x06\xd8\x26\xe0\x05\xcc\xd3\x57\x98\xf7\xce\x69\xb5\x22\xc1\x05\xdc\xd9\x65\xdb\x3d\xe3\x94\xb7\x6d\xdf\xdc\x48\x69\x4d\xf8\xd3\xe8\xba\xe7\x6e\x5d\x82\x6a\x7d\x01\xbf\x3d\xa8\xc0\xe1\x18\xde\xcc\x5b\x4d\x23\x98\x15\x06\x26\xff\x12\x1c\xc2\x1a\x46\x65\xc8\x0f\xc8\xe8\xa6\x75\x7e\x5b\xa2\xe7\x3c\xc9\xa0\x3f\x0a\x9e\xd1\xc1\x09\x2d\x84\x93\x42\xb8\x7a\x37\x8c\xbc\xeb\x9d\x02\x66\x29\x7b\xbf\xd1\x72\x4f\xce\x06\xc5\xd6\xd7\xf0\xf4\x54\xbc\x58\xd0\x3b\xe7\x8f\xb8\x6e\x64\x3c\x1b\x67\x4a\x5d\xba\x6f\xaf\x49\x4a\xd7\x5d\x0e\x31\x0a\x5b\x55\x68\xe4\xb0\xea\x0c\xf2\xc5\x73\x48\x46\xc6\xf3\x2c\x1b\x5a\x5f\xb7\xd6\x3b\xe3\xf9\xd4\x5a\x13\xee\x62\xa6\xb1\x75\xbd\x42\x1d\xe8\x88\x11\x46\x2e\xc9\x24\x45\x25\x85\x67\x61\xa3\x5c\xa6\xad\xdd\x44\x77\x3d\xd6\x66\xeb\xd1\x81\x6d\xe6\xf3\xf5\x82\x58\xb4\x75\x04\xec\xfe\xe4\xff\x04\x6b\xfa\xde\x93\xa6\x45\x29\x55\xca\x89\xfa\xb6\x61\x27\x0c\x39\x3b\xd9\xac\x63\x01\x1c\x59\x3d\x00\x64\xb6\x53\x8d\x79\x34\x6b\x82\xcb\x0d\xd5\x3f\xc0\xe5\xae\x05\xa1\xb8\xee\x00\x91\xd9\x8e\x11\xf4\x94\x9d\xbc\xc6\xd7\x5d\x1f\xa7\xfb\x26\xde\x37\xf8\x12\x2d\xd3\xb1\x52\x26\x18\x27\x94\x90\xd9\xfe\xee\x6d\x35\xa9\x24\x1d\x9e\xee\x98\x73\xa9\xf1\x14\x6c\xf4\xa2\x3f\x16\xc7\x21\x5b\x3c\x9d\xe5\x33\x29\xb6\x56\xc7\x8a\xfe\x48\xc3\x3f\x8c\xf5\xdd\x90\xb7\x97\x44\xd6\x98\x8e\x18\xf4\x84\x32\x4d\xb1\xc1\x46\xda\xff\xaa\x14\x36\xad\xf7\x02\x06\x32\x7b\x8e\xc4\x3e\xa0\xb7\x52\x54\x13\xf3\xc8\xc8\x3b\x5d\x5b\xf3\x1a\x19\x32\xd2\x9c\x9d\xb9\x60\x9b\x36\x5b\x76\xae\x83\xf5\x7a\xa2\xfa\xd7\x3e\xde\x26\x61\xd3\xe2\x58\xb6\x0f\xa0\x83\x59\xff\xf4\x55\x3b\x76\x3a\x1c\x56\xab\xb4\x38\x7b\x1d\xb7\x3f\x79\xdb\x3c\xbd\xe5\xfe\x3f\x1b\xff\xac\x6c\xff\x05\x00\x00\xff\xff\x8d\x43\x1a\x53\xef\x0c\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates/secret.yaml": &vfsgen۰CompressedFileInfo{ + name: "secret.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 507, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xd1\x3d\x6b\xf3\x30\x14\x05\xe0\xdd\xbf\xe2\x60\xde\xd5\x86\x17\x42\x07\x43\x87\x42\x3a\xa4\xa5\x1f\x50\x08\x74\xbc\x91\x6e\x8a\x12\xf9\xca\xd6\x47\x68\x90\xf3\xdf\x8b\xea\x66\x68\xba\x94\x6e\x02\x71\x1f\xe9\x9c\x9b\x33\xcc\x16\xed\x9a\x6c\xe2\xd0\x2a\x27\x5b\xf3\xf6\xc2\xca\x73\x6c\x95\x67\x8a\x8c\xd3\xa9\xca\xb9\xc1\xbf\x24\x29\xb0\x46\x77\x0d\xcf\x63\x32\x9e\x35\xea\x57\x97\xd0\xa7\x10\x11\x38\x82\x04\xb7\x63\x32\x62\xde\xf1\xc0\x91\x2c\x6e\x9e\x57\xd8\xf3\xb1\xbe\xe0\x5b\x1a\xcc\x3d\x1f\xd1\xfc\x5d\x1e\xbc\xdb\xb1\x8a\x58\x2d\x7f\xe0\x5f\x57\xab\xe5\xa7\x4f\x83\x59\xb3\x0f\xc6\x49\x87\xc3\xff\x6a\x6f\x44\x77\x98\xf3\x55\x3d\x47\xd2\x14\xa9\xab\x00\xa1\x9e\x3b\x94\x32\x44\xd9\xa4\x19\xb5\xb2\x2e\xe9\x66\xf0\xee\x60\x34\xfb\x86\xe7\xf7\x9b\x32\x64\xbf\xf5\xf4\x48\x3d\xd7\x68\x4b\x4f\x80\xa5\x0d\xdb\x50\x44\xa0\x64\xfb\x1d\x37\x4f\x15\x64\x82\x18\xd1\x2c\x11\x8b\x02\xc6\xe3\xc0\x1d\x9e\x06\x1a\x13\x57\xe7\xbf\xce\x54\xa0\x76\x17\x4a\xac\x9c\x2f\x2a\xc0\x84\xe8\xee\x82\x13\x4c\xd8\x5c\x2d\x58\x14\x26\x8c\xc9\x9d\x77\x09\x16\x5d\x4e\x1f\x01\x00\x00\xff\xff\x2a\x07\x8c\xfe\xfb\x01\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/templates/serviceaccount.yaml": &vfsgen۰CompressedFileInfo{ + name: "serviceaccount.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 361, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xc1\x4a\x04\x31\x0c\x86\xef\x7d\x8a\x9f\xbd\x77\x40\xf0\x34\x37\x5f\xc0\x8b\xb0\xe0\x31\xb6\x11\x83\x9d\x74\x6d\xd3\x51\x18\xfb\xee\x52\xe7\xb0\x2a\x0c\x78\x4b\x42\xbe\x2f\x7f\xb6\xcd\x43\x9e\x31\x9d\x29\x35\xae\x53\xe5\xb2\x4a\xe0\xbb\x10\x72\x53\x9b\x42\x61\x32\x86\xef\xdd\xd1\x45\xce\x5c\xaa\x64\x9d\xb1\xde\xb8\x57\xd1\x38\xe3\xe1\xd7\xba\x5b\xd8\x28\x92\xd1\xec\x00\xa5\x85\x67\x6c\x1b\x44\x43\x6a\x91\x71\x0a\x29\xb7\xe8\x2f\x25\xaf\x12\xb9\x78\x7e\x6b\xa2\xf2\xe1\x07\x94\xfe\x1c\xbe\xa7\x85\x4f\x98\xd0\xbb\x03\x12\x3d\x71\xaa\xc3\x09\x7c\xc7\xfd\x97\x70\xa7\x86\xe4\x13\x2a\x1a\x59\x0d\xb7\xbb\x70\x48\xde\xc5\x5e\x8e\xbe\x26\xd5\x6c\x64\x92\xb5\xee\xc0\x8f\xc1\x35\x86\xe5\x47\x5a\xd2\x91\x9f\x35\x8e\xe6\x5a\x7e\x05\x00\x00\xff\xff\xef\xd0\x9d\xa8\x69\x01\x00\x00"), + }, + "/charts/control-plane/cloud-provider-equinix-metal/values.yaml": &vfsgen۰CompressedFileInfo{ + name: "values.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 5875, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x6d\x8f\x1b\xb7\x11\xfe\xae\x5f\x31\x38\x01\xa9\x0f\x08\xb5\x76\xea\x04\x85\x3e\x55\xb5\x93\x40\xa8\xef\x22\xf8\xdc\x02\x85\x10\x40\x23\xee\xac\xc4\x1c\x97\x64\x48\xae\x6c\xa1\xe8\x7f\x2f\x86\xe4\xae\x5e\xee\xa5\x97\xba\x3d\xe7\x8b\xb0\x22\x67\x86\xc3\x87\xc3\x67\x66\x38\x86\xb7\xd4\x60\xa7\x23\xec\x50\x77\x14\xa0\xb1\x1e\xbe\xff\xb5\x53\x46\x7d\x82\x2b\x8a\xa8\xe1\x8d\xb6\x5d\x0d\x0b\x6f\x77\xaa\x26\x3f\x19\x8d\xe1\xc3\x56\x05\x50\x01\x10\xfe\x31\xbb\x7a\x27\x1a\xeb\x5b\x8c\x91\x6a\x68\x94\x26\x16\x78\x4b\x52\xa3\x27\xd8\xa1\x57\xb8\xd6\x14\x20\x5a\x58\x13\x38\x0c\x81\x6a\x50\x26\x5a\xd8\xdb\xce\x43\xa4\xd6\x69\x8c\x14\x26\xa3\xd1\x68\x0c\x42\xc0\x0c\x0c\xb6\x04\xca\x80\xd3\x28\x09\x6c\x03\x71\x4b\x20\xb7\xe8\x63\x9e\x62\x0f\x57\xe8\xdc\x74\x05\x1a\xd7\xa4\xc3\x64\xc4\xe3\x3f\xed\xc8\x7b\x55\xd3\x14\x2e\x2e\x4e\x6d\x45\x0b\xa1\x5b\x87\xa8\x62\x17\xb3\x3a\x5b\x6c\x3a\xad\xd3\x7c\xe0\x35\x3c\x05\xdb\x79\xc9\x8e\xf0\xc4\x5d\x83\xaa\xc5\x0d\x4d\x47\x00\xc9\xf2\x35\xdb\x2d\xae\xa5\x19\xf0\xe4\x6c\x50\xd1\xfa\x3d\xaf\xe7\xd8\x78\xf2\xdb\x9a\x88\xca\x90\x2f\x62\x8d\xb7\xed\x64\x04\x47\xe2\x53\xa0\x0c\x77\x25\x19\x68\xe1\x0a\xd0\xa2\x0c\x8b\x96\x4f\x61\xd4\xaf\xbc\x9c\x27\x3b\x69\x01\x67\xb5\x92\xfb\x9f\x5f\x6c\x63\x74\x61\x5a\x55\xb7\xdd\x9a\xbc\x21\x86\x53\xd9\xaa\xb6\x32\x54\xd2\x1a\x49\x2e\xa6\x8f\xec\x48\xa8\x92\x27\xa1\x1a\x77\xae\xc6\xa8\xcc\x46\xe4\x81\xcb\x04\x4d\x3f\x08\xa8\x3d\x61\xbd\x07\xfa\xa4\x42\x1a\xc8\x52\x60\x0d\x20\x18\x5b\x13\x6f\x83\xdd\x58\x24\x2f\xa6\x30\x6f\xae\x6d\x5c\x78\x0a\x64\xe2\xe0\x6e\xf6\x36\xe2\x06\x6c\x81\x73\x38\x80\xfa\x38\xf0\xe0\x45\x3e\x61\x74\xee\xef\xe4\x83\xb2\xe6\x92\xed\x47\xdc\x1c\x9f\xa7\x31\x36\x62\x54\xd6\xf4\x01\x85\x75\x4d\x75\x02\xdc\xd6\x61\x32\x72\xb6\x3e\x92\x99\xc2\x3f\xff\x55\x34\xdf\x53\x43\x9e\x8c\x4c\xc1\x60\x0d\x81\xf5\xd0\x5a\x4f\x10\x48\x7a\x8a\xbd\xb9\x8e\xa3\xf3\xe3\x96\x0c\x2c\x79\x67\x87\x5d\x3f\x8a\x71\xc4\x70\x9b\x00\x6e\xd4\xa6\xf3\x24\x9c\xad\xc5\x00\x77\xc5\x86\x32\xc2\xc2\x79\xb5\xc3\x48\xc2\xd3\x46\x85\xe8\xf7\xd5\x58\x7a\xe2\x01\x4c\x3a\x71\x8b\x51\x74\x81\x82\xe0\xbb\x21\xb2\x6b\x97\xf0\x82\x63\x06\x8a\x2e\x14\x5d\x45\xe1\x72\x92\x83\x72\xd1\x69\x7d\x93\xb7\x31\x85\xe5\xcf\x65\xc7\x0b\x5b\xc3\x32\x90\xec\xbc\x8a\xfb\x14\x86\xf4\x29\x7e\xc6\x36\x7a\x53\xa2\x98\xaa\xc6\x81\xa2\x88\x5b\x12\xe7\x33\xcc\x07\x79\x47\x97\xcc\x05\x37\x44\xe9\xb8\x97\xb3\xc5\x1c\x7c\x7f\x0e\x8f\x7a\x32\x48\x1d\x4d\x0a\x74\xaa\xfa\x68\xfd\xad\xb6\x58\x8b\xe1\xba\x56\xec\xe5\xee\x15\x7b\x73\xea\x45\x8e\xe6\x9a\x22\x2a\x9d\x23\xe3\xa6\x48\xbc\xc9\x02\x29\x3a\x38\x4a\x9b\xf0\xa3\xb7\x9d\x9b\xc2\x37\x2f\x5f\xbe\x2c\xe8\xbd\x19\xae\xed\x17\xc5\x70\x50\xfd\x92\x48\x8a\x57\x67\x58\x86\x07\x80\x94\xe8\x70\xad\xb4\x8a\x8a\x42\x66\x4a\x80\xda\x5b\xd7\x7f\x0b\x98\xbd\x7b\x97\xbe\x99\x59\x7e\x32\x7a\xff\xde\xda\xf8\x83\xd2\x14\xf6\x21\x52\x3b\x85\xe8\x3b\xca\x02\x9d\x99\x85\x6b\x6b\x58\xe0\x7c\xf8\x6f\x81\xfc\x14\x5e\x1d\x0e\x6b\x56\xd7\x8a\x2f\x3c\x6a\x90\xb6\x6d\xd1\xd4\x61\x20\x99\xc4\xa9\xd0\x73\x2a\xac\x95\x41\xbf\x1f\xe1\xa0\xf1\xa6\x28\x1c\xdd\x9c\x23\x73\x64\x76\xca\x5b\xd3\x92\x89\x47\xb9\xac\xb5\x9d\x49\xd9\x8e\xef\xe5\xb2\x30\xc8\x93\x59\x38\x45\x46\x22\xa8\x2a\xab\x56\xe3\x2e\x30\x0b\x17\x43\x02\x83\x38\x5a\x57\x0c\xeb\x5e\x32\x69\x2d\xb3\x05\x68\xd1\x7d\x0e\x29\xdd\x19\x6f\xd4\xa6\x45\x57\x8d\x0f\x13\xa8\xb5\xb8\xa5\xbd\x48\xf4\x2c\x1c\x2a\x1f\x84\x32\x39\x28\xb3\x34\x7b\x3a\x98\x7c\xc0\xe7\x67\x8c\xdb\x07\x40\x3b\x09\x5d\x32\xbb\x1f\xbc\x6d\x7f\xcb\x69\x97\x9a\xa5\x56\x9e\x64\xd4\x29\xbb\x1f\x72\xe9\xef\x6f\x7b\x47\x49\xef\x40\x62\xbd\x35\x58\x7a\xfa\xb5\xa3\x10\x03\xa0\xa9\x41\xab\x56\xfd\x77\x91\xdb\xa2\xe1\x84\x36\x78\x29\x8e\xca\x8b\xe7\x3c\xf3\x61\xe4\x0c\x88\x31\xfc\xb9\x2f\x2f\x52\xf6\x4f\x9b\x66\xce\x68\x41\xba\x0e\xbe\x82\x6f\x5f\x5e\x29\x68\xa9\xb5\x7e\x3f\x1a\x8c\x64\xa2\xca\xa8\xf4\xa4\x25\x5d\x97\xc8\xa6\x2d\xff\xb3\xce\x14\x5e\x7d\xf3\xa7\x2b\x95\x0a\xb9\x0c\x28\xcb\x9f\x4a\x1f\x64\x79\xb1\xa1\x24\xd5\x2a\x44\x2e\x1d\xb7\xb6\x3f\x86\xf9\x22\x00\xe7\x7e\xf8\xa8\xb4\xe6\x32\x44\x99\x5f\x48\xc6\xbe\x50\x66\x18\x9d\xad\xff\x10\x8a\x0a\x17\xd9\xa0\x1a\x08\x8e\xa4\x6a\x14\xd5\xcf\x88\x37\x7b\xc0\xb5\xb1\x40\x53\x8b\xf4\xc1\x32\xba\xe3\xa0\xb8\x1c\xf1\xec\x4c\x2b\x0c\xf4\x00\x9f\x86\x68\x3d\xd7\x83\xcb\x9d\xd5\x5d\xfb\x1f\xca\xaa\x21\xf4\x8a\x56\x55\x94\x9e\x35\xc0\xca\x9a\x77\x72\x60\x19\xbf\x7f\x9b\x65\x7b\x39\x51\xfc\x6f\x68\x3a\x5b\x14\x3d\x14\xbf\x1f\x08\xae\xd2\x1e\x33\x0e\x81\xfc\x4e\x49\x9a\x49\xc9\x83\x43\xb3\xf4\xbd\x61\xae\x82\x32\x0b\x98\xa7\x21\xd5\xbe\xca\x1a\xae\xf3\x73\x1d\x5c\x32\x7d\xaf\xf7\x48\xb9\xcf\xdb\x3e\xb3\xc7\x66\xf0\xbc\xf8\x2f\x96\x3e\x6c\x29\xb7\x82\xa5\x65\x3b\x77\x25\x5a\x2e\xfd\x27\x49\x7c\xde\x80\xb1\x11\x02\xc5\x74\x39\xb3\x67\xdc\xed\xb2\x6f\x5f\x73\xef\x93\xfa\xd3\x00\x1b\x32\xe4\x91\xaf\x69\xca\xdf\x43\x53\x99\x7b\xce\xd2\xd8\xb2\x4d\x1e\xc8\x5d\xcc\x48\xea\x2e\x44\xf2\xef\xad\xa6\x73\x78\xca\x14\x78\xab\x09\xbe\x3a\xfd\xbb\x56\xa6\xe6\x25\x3e\x17\xb2\x27\xac\xf1\x5b\x60\x7c\x8a\xcb\x07\x68\x0b\x0c\xa5\xd6\xcb\xcd\x2e\x87\xba\xb7\x5a\x93\x17\x39\xa5\xf8\xbe\xd7\x5b\x5e\xdb\x9a\x0f\x4a\x93\x8c\xd6\x3f\x91\x28\xe4\x96\xea\x8e\xdb\x36\x41\x3b\x25\x53\xa6\xc2\x10\xd4\xc6\xa4\x7b\xc5\x4d\x6b\x35\xe6\xdf\xde\xec\x25\x9c\xa4\xb5\xc9\x88\x27\x6f\xca\xe4\x51\x26\x5d\x7e\xb0\x9a\xb2\xcc\x53\x39\xeb\x1e\x57\xf8\x52\xc7\xc4\x9c\x71\x30\x57\xe5\x4b\xc5\xeb\x42\x9a\x7f\xce\x92\xe2\xe0\xe4\xd9\xd5\x3e\xf8\x77\xcc\x70\xcb\x59\xd3\x28\xa3\xe2\x13\x5f\x1c\x9e\x74\x1a\x58\x4c\x26\x58\xd0\x44\x25\xfa\x91\x3b\x67\xf3\xe5\x61\xe9\x5d\xcb\x91\x31\xca\xfe\xe5\xd6\xfb\xce\x6d\x4e\x37\xd5\x6c\x00\xcb\x13\x43\xee\x16\xd8\xfb\xf2\xd0\x56\xea\xca\x68\x61\x95\x0d\xad\x06\xfe\x61\xee\x89\x16\x1a\xd4\x81\xbe\xce\x37\xae\xed\x42\x04\x67\x55\x26\x2b\x34\x87\x67\x99\x6c\xfe\x41\x46\xb8\x4b\x7d\xc9\x9b\x68\x73\x76\x02\x0c\xa7\x38\x83\x32\x7d\xc5\xf1\xff\xe2\xc3\x31\x5c\x9d\xec\xa6\x77\x89\x4b\xa0\x92\xfb\x02\x60\x04\x4d\x18\x22\x20\xac\x32\x57\x04\x9c\xfc\x12\xac\x59\xc1\x2d\xed\x4f\x69\x35\x53\x9f\x73\x5a\xc9\xbc\x87\xb3\xc8\xc9\x7f\xf9\x88\xd0\xa9\xbf\xd2\x3e\x69\x01\x77\x85\x5c\x67\xcd\xdf\x96\xff\x63\x68\x50\x72\xff\xba\x9f\x0e\x5f\x69\x78\x8d\x81\x44\xe7\xf5\x20\xc7\x81\xb3\x46\x8d\x46\x72\x2b\x3a\x0c\x4a\xd4\xb3\x9b\xeb\x29\x7c\xf7\x2d\x37\xa7\x49\x73\xe3\x16\x18\xc2\x20\x73\x60\xd6\x77\x83\xf4\x45\x7a\xe0\x9b\x94\xe7\xbe\x89\xb4\x6d\xc5\x77\x43\x60\x30\xe7\x4a\x0b\x22\x3f\xbb\xb9\x0e\xf7\x2a\x39\x22\xff\x90\xd2\x7c\xf1\x88\x8e\x72\xe7\x2a\x37\x5e\xce\x17\xf7\x2a\x04\x2f\xef\x91\xff\xcb\x8f\x8b\xb2\xcd\xbb\x1a\xeb\x8d\x13\x1c\xeb\xe7\x3a\xd7\x14\xf9\x0e\xce\x17\xbb\xd7\x8b\xfc\xb6\x35\x85\xd5\x3d\x50\x64\x31\xf1\xba\x7f\x3d\x5b\x25\x3b\xa4\xdc\x87\xf2\x36\x98\xcc\x3a\x75\x43\x7e\x47\x7e\x61\x7d\x9c\xc2\x77\xaf\x5f\xff\xb1\xc7\xff\xfa\x84\xd2\x2f\x2e\x46\xff\x0e\x00\x00\xff\xff\xc8\x43\x03\x23\xf3\x16\x00\x00"), + }, "/charts/control-plane/kube-apiserver": &vfsgen۰DirInfo{ name: "kube-apiserver", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), @@ -6954,47 +7018,6 @@ var vfsgenAssets = func() http.FileSystem { modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), content: []byte("\x63\x6c\x75\x73\x74\x65\x72\x44\x6f\x6d\x61\x69\x6e\x53\x75\x66\x66\x69\x78\x3a\x20\x63\x6c\x75\x73\x74\x65\x72\x2e\x6c\x6f\x63\x61\x6c\x0a\x63\x6c\x75\x73\x74\x65\x72\x49\x50\x3a\x20\x31\x30\x2e\x33\x2e\x30\x2e\x31\x30\x0a\x6c\x6f\x63\x61\x6c\x44\x4e\x53\x49\x50\x3a\x20\x31\x36\x39\x2e\x32\x35\x34\x2e\x31\x2e\x31\x0a"), }, - "/charts/control-plane/packet-ccm": &vfsgen۰DirInfo{ - name: "packet-ccm", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/charts/control-plane/packet-ccm/.helmignore": &vfsgen۰CompressedFileInfo{ - name: ".helmignore", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 349, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x41\x6e\xe3\x30\x0c\x45\xf7\x3c\xc5\x1f\x78\x33\x63\x0c\xe4\x43\x24\xb3\x98\x55\x0b\xa4\xc8\xb6\x90\x6d\x46\x62\x22\x8b\x82\x44\x27\x6d\x17\x3d\x7b\x91\x04\x41\xbb\x79\x20\x3f\xc8\x8f\xd7\xe1\xd9\x9b\x71\xcd\x0d\xa6\x90\x90\xb5\x32\x2e\x91\x33\xc6\x55\xd2\x2c\x39\xa0\xf8\xe9\xe4\x03\x37\x47\x1d\x5e\xa2\x34\xb4\xb5\x14\xad\xd6\xd0\x22\xa7\x84\x90\x74\xc4\xe2\x6d\x8a\x92\xc3\x5f\x54\x4e\xde\xe4\xcc\x28\xde\xe2\x8f\xdc\xe7\x99\x3a\x64\x0e\xde\x44\x33\x7e\x97\xca\x07\x79\xe3\x19\x17\xb1\x88\x5f\x7f\x1c\x9e\x72\x7a\x87\xe6\xdb\xe7\x55\x09\x85\x2b\x92\x64\x76\xe4\xb6\xbb\xd7\x9d\x69\x65\xea\xb0\xd1\x65\xd1\x8c\xfd\x66\x87\x59\x6a\x23\x17\xc4\x86\x1b\xef\xfa\xe4\xc6\x8f\x3a\xdc\xf8\x08\x62\x18\xae\x78\xac\xed\x9c\x87\xef\xa2\xd1\x4f\xa7\xb5\xe0\x20\x89\x1b\xf5\xae\x5d\x0a\xf5\x6e\xf4\x27\xea\x9d\x2d\xd7\x59\xab\x04\xea\x3f\xa9\xc3\xde\x57\xd1\xb5\xe1\xff\xf6\x5f\x23\x57\xaa\x1e\x79\x32\x72\x32\xb3\x1f\xee\xe7\x55\x8f\xe4\xce\x6d\xd2\x99\x07\xfa\x0a\x00\x00\xff\xff\x16\xec\x32\x27\x5d\x01\x00\x00"), - }, - "/charts/control-plane/packet-ccm/Chart.yaml": &vfsgen۰CompressedFileInfo{ - name: "Chart.yaml", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 1130, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x31\x8f\xdb\x3e\x0c\xc5\x77\x7d\x0a\x02\x1e\xf2\xff\x03\xad\x2f\xed\x98\xed\xb6\x0e\x1d\x0a\xf4\xd0\x9d\x91\x9e\x63\xf6\x64\x49\x90\x64\xb7\xfe\xf6\x05\xed\x38\xf1\xa5\xc0\xa1\xa3\x1d\x92\xef\xfd\x1e\x19\x73\x92\x1f\xc8\x45\x62\x38\xd1\xf4\xd9\x04\x1e\x70\xa2\xc4\xf6\x15\xf5\xa3\xb5\x83\x71\x28\x36\x4b\xaa\x4b\xc1\x33\x7d\x81\x1f\xc8\xf6\x9c\x2b\x75\x31\x93\x43\xf2\x71\x96\x70\xd9\xb5\x50\x0c\xf4\x6d\x79\x22\xeb\xc7\x52\x91\x5b\x63\x1a\x7a\xbe\xb6\x59\x0e\x74\x06\x41\x6a\x8f\x4c\x1c\xe8\xc0\x29\x79\xb1\xac\x12\x07\x8a\x99\x98\x0e\x5e\xce\x99\xf3\x7c\x58\x7b\x5a\xd3\xe8\x80\x7b\xd9\xfa\xba\x10\x67\x10\x93\x8d\xde\xc3\x2e\xef\x63\x47\x15\x43\xf2\x5c\x51\xa8\xf6\x7c\x93\x53\x7b\x7c\x81\x23\x09\x35\xd2\xb4\x12\xc3\x11\x67\xdb\xcb\x84\x62\x1a\xaa\x51\x0b\x57\x22\xb8\x55\xf3\xeb\xea\x63\xd3\x4b\x39\x4e\xe2\x40\x63\x41\x37\x7a\x1a\xab\x78\xa9\x82\xa2\xae\xbb\x31\x2c\x1e\xca\x12\x4c\xed\x71\xe5\x75\x98\xe0\x63\x42\x6e\xe9\xa5\xc7\x7c\xc8\x20\x09\xd6\x8f\x4e\xd5\x55\x97\x55\x13\xc1\x21\xd8\x59\x01\xf8\x6f\xce\x1a\x49\xc2\x4f\xd8\x4a\xb5\x8f\x05\x3b\x61\x0e\x6e\xa7\xbc\xc0\xa9\x74\xd6\x79\x59\xc2\xc5\x34\x94\x24\xc1\x4b\x40\xfb\x48\xe3\x22\x85\xa8\x06\x3b\x09\x20\x0e\xf3\x2e\x3b\x9d\xab\x0b\x42\x17\x33\x34\x44\xad\x7c\x13\x4f\x9d\x13\x4e\x7b\xb3\xba\xe4\x97\x5e\x0a\x49\xd9\xe1\x5f\xa3\x6e\xd7\x9f\xae\x4f\x14\xc6\xe1\x8c\x4c\xa5\x8f\xa3\x77\x3a\x57\x82\xcd\x18\x10\x2a\x1c\x81\x6d\x4f\x55\x06\xd0\x1c\x47\x1a\xf8\x75\x99\x15\x2e\xdb\x96\xee\xc3\xd5\xa5\x68\x3e\x9b\xef\x0f\xd7\x6c\xf5\x22\xb5\x8c\x53\xba\x39\x30\x0d\x5d\x2f\x7d\x3d\x1c\xfc\x4e\xb0\xaa\x57\x23\x75\xd1\xfb\xf8\x8b\xbe\x63\xe0\x50\xc5\x6e\x85\x3a\xe6\xbf\xbe\xd6\x54\x4e\x4f\x4f\x05\xc3\x84\xdc\xc6\x7c\x79\xfa\xdf\x4c\xdb\x7f\xe6\xd8\x7e\x6a\x8f\x8f\xe8\x0f\x98\x7a\x95\xab\x99\xdb\x62\xcf\xd0\xd9\xb7\x34\xdf\x4f\xc7\x34\xff\x98\xcf\x96\xce\x4e\xa9\x7d\x0b\xad\x6b\xdc\x81\x9b\xe6\x1d\xf4\xf5\x60\x37\x1b\x19\x9d\x5f\x2f\xf0\xce\xf7\x48\x25\x85\xc6\xa2\x9d\x86\x53\xda\x7d\x56\xda\x63\x7b\x34\x7f\x02\x00\x00\xff\xff\x6f\x3a\xcf\x52\x6a\x04\x00\x00"), - }, - "/charts/control-plane/packet-ccm/templates": &vfsgen۰DirInfo{ - name: "templates", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - }, - "/charts/control-plane/packet-ccm/templates/deployment.yaml": &vfsgen۰CompressedFileInfo{ - name: "deployment.yaml", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 4911, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x57\x5b\x6f\x2a\x39\x12\x7e\xe7\x57\x94\xc8\x43\xa4\xd5\x34\x24\xab\xbd\xa9\xa5\x3c\x10\x0e\x9b\x3d\xda\x84\xa0\x24\xbb\xaf\x19\xe3\x2e\x68\x0f\x6e\x97\x8f\x5d\x86\xc3\x8c\xe6\xbf\xaf\xec\x6e\x48\x73\x4b\xc8\x68\xb4\x5a\x6d\x5e\xd2\xb2\x5d\x55\x5f\x7d\x75\x25\xcb\xb2\x8e\xb0\xea\xdf\xe8\xbc\x22\x93\x83\xb0\xd6\xf7\x97\xd7\x9d\x85\x32\x45\x0e\x5f\xd0\x6a\x5a\x57\x68\xb8\x53\x21\x8b\x42\xb0\xc8\x3b\x00\x46\x54\x98\x83\x15\x72\x81\x9c\x49\x4d\xa1\xc8\x24\x19\x76\xa4\x35\xba\xac\x12\x46\xcc\xd1\x75\x00\xb4\x98\xa2\xf6\x51\x02\xa2\xe2\x8f\x45\xbc\x45\x19\x9f\x3b\xb4\x5a\x49\xe1\x73\xb8\xee\x00\x78\xd4\x28\x99\x5c\xad\xa8\x12\x2c\xcb\xfb\x96\xe6\x33\x75\x03\x30\x56\x56\x0b\xc6\x46\x4f\xcb\xa1\xf8\xa7\x77\x54\x9e\xad\x34\x3d\x35\x86\x58\xb0\x22\xd3\x92\xf7\xb2\xc4\x22\x68\x74\x3d\xa1\x6d\x29\x7a\x8b\x30\x45\x67\x90\xd1\xf7\x14\xf5\xa5\x53\xac\xa4\xd0\x99\xa5\x22\x87\xcb\xcb\x24\xb6\x71\x3f\xfe\x15\xc6\x4f\x48\x2b\xb9\x8e\x51\x98\x89\xa0\xb9\xb9\x28\xc9\xf3\x18\x79\x45\x6e\x91\x03\xbb\x80\xcd\xb9\x47\xb7\x54\x12\x07\x52\x52\x30\x3c\x4e\x21\xfa\x00\x37\x93\x46\xb7\x8f\xfb\x02\x5e\x4a\xe5\x81\x85\x32\x0c\xca\x83\x47\x86\xe9\x1a\x84\xd6\x10\x5d\xd0\xc8\x1e\x5c\x30\x46\x99\x39\xfc\x98\x35\xd4\x58\x47\x4b\x55\xa0\xbb\xc1\xef\x8c\xce\x08\xfd\x63\x4b\x9f\x27\x58\x21\xf8\x92\x82\x2e\x36\x36\x11\x14\x03\xd3\x96\x25\xe0\x12\x61\x92\xd8\x86\xe1\xf0\xa1\xb7\x15\xcf\x60\x81\xeb\x1c\xba\x86\x0a\xec\x25\x63\x1b\x5b\x7b\x8c\x06\xa3\x8c\x62\x25\xb4\xfa\x19\x8b\xee\x56\x1e\x60\x29\x74\xc0\x1c\xba\x91\xab\xf6\x39\xce\x66\x28\x39\x87\xee\x98\x9e\x1b\x14\xdd\x03\xb3\xc3\x26\x4e\x83\xa2\x20\xe3\x1f\x8d\x5e\xb7\x55\x90\x8d\xbe\x90\xcb\xa1\x3b\xfa\xae\x3c\xfb\x6e\xcb\xed\x61\x04\x0b\x6f\xe4\x43\x43\xfe\x86\x89\x29\x82\x98\x46\xcf\x29\xf2\x09\x64\xa0\x12\x9e\xd1\xf9\xe3\xce\x67\x8e\x34\xee\xf9\x5c\x0b\x1c\x73\xea\xcd\xa7\xe6\x32\xe2\x10\xca\xa0\xdb\x86\xfa\x02\xfe\xe5\x11\x28\x38\xa0\x95\x01\x55\x89\x39\x42\x30\xac\x34\x94\xcc\xd6\xe7\xfd\xfe\x5c\x71\x19\xa6\x3d\x49\x55\xbf\x2e\x84\x98\x7b\xfd\x4d\x4d\xc8\xaa\x6f\x83\xd6\xfd\xeb\xab\x6b\x10\xa6\xd8\x6a\xfd\xac\xf4\x5f\x41\x38\x84\x0a\xdd\x1c\x8b\xa8\x08\x1c\x6a\x14\x1e\x8b\x5e\x67\x27\x23\x6b\x84\x55\xf0\x0c\x42\x7b\x02\x1f\xac\x25\xc7\x20\xaa\xe2\x2f\x7f\x4a\x82\xc2\x55\xf1\xcb\xc9\x52\x31\x4a\x0e\x0e\xb7\x5c\x66\xb5\x78\x0e\xdf\x82\x58\x47\xea\x16\xca\x2c\x49\x2f\x5a\x78\xf2\xe6\x68\xcb\xe6\xb9\x6d\x6e\x43\x70\x55\x09\x53\xe4\xad\x60\x64\xd0\xed\xf5\x3f\x90\xef\xee\xbe\x3f\x28\xa8\x5a\xbc\xfd\xaa\xa1\xa3\xc9\x22\xa1\x35\xad\xb6\x05\x59\x05\xcd\xca\x6a\x04\x65\x3c\x0b\x23\xd1\x03\xcd\xf6\x6a\x0b\x56\x25\x1a\xf8\xc7\x20\x16\xb7\x41\x2c\xde\x88\xde\x62\xd0\x28\x0a\x74\x59\xea\xbb\x37\xfb\x75\x93\x5e\x6c\xf0\x45\x8f\x66\x6a\x7e\xd3\x47\x96\xfd\x1a\xba\x17\xdb\x8f\xde\x4f\x9e\xcc\x81\xec\xf2\xe6\x8f\x6f\x67\x68\x96\xed\xde\x33\x32\xa9\x26\x6e\xef\x26\x40\x46\xaf\x63\x55\xc4\xe4\x07\x4b\xa4\xfd\x0f\xb0\x2a\x95\x2c\x53\xbe\xd4\x76\x83\xc3\x22\x76\xa7\x7b\x5a\x50\x45\xac\x96\xa9\x9c\x4a\xb1\xac\x55\x60\xd2\x56\xb4\x0b\xaa\x0e\xea\x64\x30\xfc\xe7\xe8\xe5\xf5\xf6\x6e\xf2\x3a\x7e\xfc\x32\x7a\x7d\x1e\xdd\x8f\x86\x2f\x8f\x4f\x87\x6d\x43\x6f\x35\x6f\xfa\x78\x9d\x25\x31\x87\xa6\x73\x9b\x35\x26\x6e\x5a\x9d\x38\xfa\xf1\x8c\x0c\x4e\xcd\x4b\x6e\x0f\x07\x98\x91\x8b\x79\x62\x05\xab\xa9\xd2\x8a\xd7\xb0\x52\x5c\xc2\x03\xb2\xd0\xf7\xb7\xe9\x8a\x0c\x1a\x3e\x09\x78\x30\x1e\x3f\xbe\x0c\x5e\xbe\x3e\x8e\x5f\xef\x1f\x87\x83\xfb\xd7\xc1\xf3\xf8\x10\x73\x1c\x6d\x5a\x4f\x7b\x2d\xec\xb1\x59\xac\x33\xe1\xcd\x19\x9a\x27\xa3\xd1\x53\x54\xfc\x7c\xae\x66\x8b\xe8\x3e\xa3\xfb\xeb\xe4\x93\xaa\x8b\xc2\xa1\xf7\x2d\x7a\xbf\x28\x9f\xf2\x64\xc3\xdc\x30\x65\xc3\x83\xb0\x4d\x93\x8d\x2b\xcb\x0f\x20\x7c\x9c\x32\xca\x37\x87\x29\x53\x0e\xb8\x06\xc5\x1e\xf5\xec\x24\xe5\xf7\xb7\xaf\xc3\xc7\xf1\xdf\xbf\xde\x3d\x0c\x26\x87\xa8\x8b\x1a\x48\xb1\xbd\x71\xe8\x29\x38\x89\xbe\xdd\x08\x1c\x7e\x0b\xe8\x79\xe7\x0c\x40\xda\x90\xc3\xf5\xd5\x55\xb5\x73\x5a\x61\x45\x6e\x9d\xc3\x9f\xaf\x1e\xd4\xf6\x62\x49\x3a\x54\xf8\x10\x27\xbb\xdf\xed\x30\xa6\x35\xe8\xbd\xc8\xea\x87\x3b\x0a\x1d\x8a\x22\x0e\xae\x9d\x6d\xa1\xb1\x15\x15\x4e\x04\x97\x39\x74\x77\x2a\x78\x53\x9f\xb5\xba\x96\xc9\x8f\x0d\x7a\x94\x0e\x79\xd7\xd3\xfa\x6c\x7c\xb4\x9f\xce\xd4\xbc\xd3\xd9\x5f\x43\xb7\x1b\xe8\xf3\xce\x56\x73\x64\x0b\x3d\xd9\x97\xf7\x55\xba\xa9\x90\x3d\x11\xb8\x24\xa7\x7e\x4e\xf5\xd8\x5b\xfc\x2d\x4d\xd1\xad\xb1\xa1\x0e\x71\x9e\x3e\x91\xc6\x23\x96\xfc\xda\x33\x56\xf9\x49\x83\x2e\xe8\xc8\x54\x06\xc2\xaa\x3b\x47\xc1\x26\xda\x2e\x22\xff\x3e\x02\xf0\x04\x52\x56\x20\x85\x49\x21\x49\x13\x2b\xd8\x22\xee\x42\xb1\xc5\xf9\x7a\x84\xbd\x75\x8b\x4e\x6a\x97\xdd\xce\x5e\x4e\x65\xf5\xeb\x0e\xc0\x12\xdd\xb4\x39\xba\xfc\xc3\xe5\x59\x86\x1b\x7b\x71\x20\x78\x16\x1c\xd2\x78\xd8\xe8\x7b\xc7\x5a\xbf\x7e\xbd\x6b\xd4\xc6\x4d\xfc\xd0\x6c\x3d\xac\x3d\x18\xe2\x08\x41\xeb\x35\x04\x1f\x47\x3b\x27\xbb\x15\xd5\xc5\x39\x0d\x9c\xba\x1f\x85\x78\xae\x7c\x1a\x4d\xd6\x29\xc3\x1e\x56\xc2\xc5\x71\xe6\x01\x97\xe8\xd6\x31\x7d\x28\x2d\x18\x17\xc0\x6e\x1d\xe7\x1c\x53\xd3\xdb\x93\xca\x55\x04\xd2\x3b\xe9\x41\xb3\x19\xef\xa1\x9f\x23\xa7\xff\x5a\xf9\xfa\x63\x75\xdc\x9d\xa7\x86\xc5\x67\x4a\x08\x23\x8b\x36\x4c\xb5\xf2\x65\x6a\xe7\xf8\x5d\x54\x71\xe0\xd6\x23\x13\xd2\xc8\x54\x64\x80\x5c\x3d\xb8\x1c\x56\xb4\x14\x3a\x7a\x62\xd8\x9f\x06\x59\xdf\xef\x42\x94\x0e\x05\x63\x9b\xeb\xcf\xe7\xf4\xef\x9c\xcc\x2d\x36\x4e\x25\x73\x5a\xde\x1a\x47\x25\x91\x2b\x94\x69\x43\x3b\xe2\x7b\x92\x38\xed\xfb\x89\x48\xc5\xaf\xda\xe4\x69\x98\x4f\xf8\x2d\xa8\xb8\x23\xc4\x50\xed\x85\xe8\x9d\x58\x98\xc2\x92\x7a\x2f\x1c\x67\x40\xca\xb2\xc3\xae\x72\xab\x4c\xa1\xcc\xfc\xfc\x18\xfe\x86\xc0\x91\xc6\x27\x9c\x45\x81\x0d\x27\xef\xd8\xe8\x00\x1c\xb6\xbe\x73\x4d\xf9\x30\xfd\x09\x25\xa7\x34\x39\xda\xad\x3f\xec\xd1\xf5\x03\x6f\x85\xc4\x1c\x7e\xf9\x05\x7a\x4f\xf5\xea\xdf\x1b\x6f\x8e\xe1\xd7\x5f\x5b\x54\xfe\x77\x38\xcc\x5c\x4a\x94\xdf\x4a\xe5\x0e\x87\xf1\xf7\xb0\x89\x20\x33\x61\x55\x6c\x44\x71\x9d\x09\x5c\xa2\x89\x3f\x2b\xa3\xf8\xc6\xda\xff\x2b\x9b\xbf\x0b\x8d\xff\x2b\xa9\xf8\x9f\x00\x00\x00\xff\xff\xc4\x6a\x8b\x90\x2f\x13\x00\x00"), - }, - "/charts/control-plane/packet-ccm/templates/secrets.yaml": &vfsgen۰CompressedFileInfo{ - name: "secrets.yaml", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 194, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcc\x3d\x0b\xc2\x30\x10\xc6\xf1\x3d\x9f\xe2\x21\xb3\x2d\xb8\x66\xee\x22\x8e\x42\xf7\x23\x3d\x4b\xfa\x92\x84\xe4\x2a\x48\xcd\x77\x97\xb6\xea\xe0\x72\xc3\xff\x7e\x3c\x14\x5d\xcb\x29\xbb\xe0\x0d\x1e\x67\x35\x3a\xdf\x19\xdc\xd8\x26\x16\x35\xb3\x50\x47\x42\x46\x01\x9e\x66\x36\x88\x64\x47\x96\xca\x4e\x61\xe9\x2a\x1b\xfc\xdd\xf5\x2a\x4b\x72\xbe\x6f\x3e\xee\x78\x65\xaa\x87\xbc\x4d\xbe\x14\x00\xac\xfb\x05\x34\x45\x77\xe5\xa7\x36\xd0\xeb\x8a\xba\xa5\x69\xe1\x5c\x1f\x11\xa5\xe8\xd3\xd7\xc5\x14\x06\xb6\x72\x69\xfe\xe8\xaf\x6f\x7a\xc7\x45\xbd\x03\x00\x00\xff\xff\x3f\xd8\xbc\xdf\xc2\x00\x00\x00"), - }, - "/charts/control-plane/packet-ccm/values.yaml": &vfsgen۰FileInfo{ - name: "values.yaml", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - content: []byte("\x61\x70\x69\x4b\x65\x79\x3a\x0a\x70\x72\x6f\x6a\x65\x63\x74\x49\x44\x3a\x0a"), - }, "/charts/control-plane/pod-checkpointer": &vfsgen۰DirInfo{ name: "pod-checkpointer", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), @@ -7888,6 +7911,20 @@ var vfsgenAssets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x7c\x7b\x77\xda\xb8\xb6\xf8\xff\xfd\x14\xbb\xae\x4f\x9b\xce\x44\x3c\xd2\xb4\xd3\xc3\x8c\xfb\x3b\x94\xd0\x0e\xbf\xa6\x49\x16\x90\xe9\xbd\xab\xd3\xc3\x08\x5b\x80\x06\x59\xf2\x48\x32\x09\x4d\x73\x3e\xfb\x5d\x92\x0d\xf8\x05\x24\x6d\xe7\xae\xdb\x59\x8b\x60\x7b\xbf\xb4\xb5\xdf\x16\x83\x10\x7a\xa0\x96\x4a\x93\x30\x68\x3d\x00\x88\x39\xd5\xca\x7c\x01\x40\xc0\x71\x48\x5a\x40\xb4\x1f\xd4\x14\x91\x0b\xea\x13\xfb\x00\x80\x70\x3c\x66\xa4\x05\x5a\xc6\xab\x5b\xbe\xe0\x9a\x70\xad\x5a\xf0\x25\xbd\x03\xf0\xf1\x92\x53\xfd\x69\x7d\x79\x42\x94\x2f\x69\xa4\xa9\xe0\x9e\x21\x0a\x07\x03\xcb\x18\xda\x51\xc4\xa8\x8f\xcd\x03\xe8\x08\xae\x31\xe5\x44\x3e\xdd\xe0\x09\x3f\x0e\x09\xd7\x16\xc0\x9b\x69\x1d\xa9\x56\xbd\x3e\xa5\x7a\x16\x8f\x6b\xbe\x08\xeb\x86\x18\xa2\xc2\xfe\x5d\x63\x7d\xc0\x5c\x2b\x2f\x10\xfe\x9c\xc8\x82\xf8\x00\xed\x89\x26\xb2\xf0\x10\x7c\x49\xb0\x26\xc8\x52\xf3\x05\x9f\xd0\x69\x09\xaf\x4f\xfe\x8a\xa9\x24\xca\xbb\x03\x6c\x47\xf0\x80\x1a\x91\x2f\xb0\x9e\x75\xaf\xa9\xd2\xca\x33\x22\xd6\x95\x62\x56\xd4\xe4\xc3\xa0\x11\x89\x7c\x5c\xf3\xa5\xfe\x3a\xe4\x6f\xc0\x9c\x93\xe5\x7d\x31\x23\xf2\xd5\xe2\x1a\xd4\xaf\xc6\xcb\x8a\xfa\x71\x90\x28\x7b\x63\x5c\xc3\x65\x44\x3c\x45\xc3\x88\x65\x77\x4b\x69\x2c\xb5\x87\xd9\x15\x5e\xaa\xe2\xed\x01\xf1\xbd\xe7\x9b\xbb\x43\x1a\x12\x11\xeb\xc1\xea\x51\x63\xfd\xe4\x94\x86\x54\x9f\x9d\xbf\xe9\x9d\x76\xbd\xe3\x46\xa3\xb1\x79\xd2\xe5\x0b\x2a\x05\x37\xc6\xf9\x86\x32\x92\x88\x3e\x8f\xc7\x44\x72\xa2\x89\xb2\xc2\xd7\x12\xf3\xb8\x1f\x0e\xe1\x8b\x0d\xc2\x35\xf1\xad\x54\x17\x92\x78\x28\xb1\x59\x90\x21\xa0\x09\xe4\x0c\x3e\x07\xa7\x66\x80\x7c\x70\x56\xd0\x31\x07\x14\xc0\xef\x6b\x58\x00\x84\x8c\x77\x27\x7e\x98\xbf\xcf\xc4\x14\x05\x92\x2e\x88\xf4\xfe\x14\xb1\xe4\x98\x95\x30\x89\xbe\x12\x72\xee\xcd\x84\xd2\xf9\x47\x31\xb8\x07\x34\x30\x7f\x7f\x77\x5c\xf7\xe6\x72\xd0\xed\xdf\xfe\xee\x3c\x6d\x55\xde\xcd\xa3\x2e\xc0\x75\x6f\xba\xc3\xce\xc9\xe8\xa4\x3d\x6c\x8f\x4e\x7a\xfd\xdb\x56\xf9\x8e\xbc\xaa\xc0\x1a\x0c\x4e\xd7\xf0\xeb\xef\x52\x14\xa4\x26\x7c\x81\x26\x94\x11\xd8\xa6\xf1\x1c\xbc\xeb\xde\xf4\xde\xb7\xdf\x76\x47\x97\xfd\x53\x4b\x38\xb9\x1a\xb6\xdf\xde\x3a\x65\x95\xa7\xa1\x04\x98\x98\xaa\x2d\x1b\x23\xa2\x15\x90\xd2\x22\xaa\x86\xb8\x10\x6a\x4d\x4a\x86\x3b\x60\x50\x5d\x44\x3a\x89\x7b\x92\xfc\x29\x28\xdf\x78\x46\x8f\x2b\x8d\x19\xfb\x94\x0b\x84\x24\x78\xbd\xf4\xc2\x98\x69\x8a\x62\x45\x64\x4d\x63\x39\x25\x3a\x17\xe6\x2b\x23\x65\x29\xd0\xaf\xa0\x99\xf0\xe7\x2a\xa4\x7a\x56\x4c\x0d\x21\x56\xf3\x0a\x78\x5f\x48\x22\x14\x0a\x89\xc6\x01\xd6\x18\x29\x35\x9b\x93\xa5\xfa\x97\xb9\x7f\x37\x0a\x57\x98\x6a\x34\x11\x12\x05\x5c\x7d\xf7\x74\xf4\x01\x53\x0d\x13\x21\xe1\xe4\x6c\x00\x84\x6b\x49\x89\x2a\x64\x92\x34\x49\x22\x49\x94\x60\x0b\x52\x5c\x37\xc0\x6b\x32\x11\x92\x78\xc6\xb0\x18\xd1\xeb\xac\x92\x4d\x9f\x30\x16\x42\x1b\x80\x12\x72\x39\xa0\xad\x82\x97\xe0\x68\x82\x29\x8b\x65\x29\xae\x15\x03\x98\x89\x80\x82\x13\x35\x13\x3a\x03\x1a\x62\xca\x6d\xba\xeb\x5e\x53\xed\x65\x54\x94\x35\xdf\xfa\x98\xf2\x7a\x12\x33\x9e\x5c\xcd\x8c\x93\x3c\x84\x7a\xac\xa4\xbd\x3f\x95\x24\x82\x27\xff\xfe\xf8\xef\x47\x1f\x5b\x2a\xc2\x3e\x69\x7d\xfa\xf4\x24\xf1\xa2\x44\x19\x36\xc4\xc1\x2b\xa8\x07\x64\x51\xe7\x31\x63\x3f\x43\x20\x40\x31\x42\x22\x68\x9a\xef\x9c\xfc\x0c\xd6\x62\xb3\x9b\x08\xee\x4d\xc0\xd5\xe8\xb3\xe0\xe4\x16\xdc\x1b\x9f\xc5\x4a\x13\x39\x32\xbb\x7d\x8b\x22\x49\x17\x58\x13\x78\xf6\xa2\xd1\x78\xb2\xc3\xb8\xd3\x84\x6c\xcc\xfb\xfe\x8a\x5f\x1b\xe7\xbe\x64\xfe\x08\x86\x33\xaa\x60\x45\xec\x8a\x32\x06\xe4\x5a\x4b\xec\x6b\x58\x60\x16\x13\x10\x13\x58\x89\x4c\xb9\x26\x72\x82\x7d\x02\x13\x29\x42\xd0\x33\x02\x26\xb8\x2c\xb0\x04\x1b\x7e\xfe\xa8\xcb\x98\xd7\x57\x9e\x50\x9f\x30\xac\x7d\x2c\xff\xa8\xad\x79\xb5\x79\x60\xb0\x38\x60\xa5\xe8\x94\x03\xd5\xa0\x85\xa5\xb3\xc0\x92\x1a\x53\x57\xa0\x67\x58\xc3\xd5\x8c\xfa\xb3\x44\x9a\x31\x31\x61\x45\x92\x00\x28\x5f\xb1\xd9\x9e\x8c\xfe\x38\x5c\x33\xd3\x66\x61\x16\xc1\x2c\x50\xc4\xd2\x27\x01\x8c\x97\x56\x7b\xab\x05\xd7\xbe\x9b\x9f\x75\xac\xa6\x01\x27\xe4\x8d\x5a\x2c\x6b\x2d\xcc\x02\x62\x95\x61\xad\x05\x30\xaa\x34\xe1\x20\x78\x59\xb5\x45\xa7\xab\xa8\x51\xb3\xc5\x5a\x3e\xf8\x6c\xa9\x06\xf7\x41\x95\x5d\xb4\x94\xca\xab\x36\xf6\xbb\xfb\x27\xf1\x67\x02\x1c\x9b\x17\x4f\x7b\x83\x61\xf7\x6c\xd4\x39\xed\x75\xcf\x86\x26\x53\x0d\xd6\xe5\xb1\xdb\x39\xef\x77\xcf\x07\xa3\x8b\x76\xe7\x5d\x77\x38\xea\x5d\xfc\x76\x3c\xba\xe8\xf7\x7e\x6b\x0f\xbb\xa3\x46\xeb\xe8\xd9\x4f\xff\x74\x8c\xc7\x6e\xb7\x11\x78\xfc\x18\xca\xac\x2e\xba\xdd\xfe\xfd\x18\xbd\x6c\x38\xf0\xea\x2b\x38\xbd\xef\x0e\xfb\xbd\xce\x60\xc3\xec\x2e\xbc\x9a\xfb\x78\xdd\x31\x96\x94\xec\x69\x4b\x1e\xfb\xee\x89\xe8\x4d\x62\x34\x9b\x36\x08\x4e\x29\x8f\xaf\xe1\x7d\xca\x10\xda\x53\xc2\xf5\xbe\x3a\xf8\x5e\x56\x76\xb7\x44\xd3\x6c\xa8\x2a\xbb\xf7\xd2\x1d\x79\xdf\x1d\xb6\x6d\x95\x76\x7e\x31\x1c\x5d\xf4\xcf\x7f\xeb\x9d\x74\xfb\x1e\x42\x7e\x18\x30\xca\x2b\x4d\x7a\x95\x5e\x0a\x2a\x35\x95\xd7\x2e\xa2\xb7\x80\x10\xd6\x5a\xd2\x71\xac\x89\xda\xe3\x73\x3b\x37\x79\xbd\x89\x15\xd5\x50\x21\x99\x7c\xb7\xfd\x7d\x97\xd0\xfd\xbb\x62\x54\x52\xaa\xc8\xc8\x47\x4a\x63\x5d\x0e\x89\xdf\x1a\xc3\xf6\x35\x2f\x2b\xb5\x6d\xed\x5f\xec\x8e\x87\xf3\x80\x4a\x40\x11\xd4\x17\x58\xd6\x19\x1d\xaf\xf0\xea\x0b\xc1\xe2\x90\x44\x2c\x9e\x52\xae\xee\x44\xa1\x20\x40\x88\x39\x9d\x10\xa5\xb7\x21\xaf\x8c\x6e\x8c\xd3\x0e\x29\x29\x6e\x7c\x22\x35\x9d\x50\xdf\x94\x01\x38\xd6\x33\x21\xa9\x5e\x22\xa3\x82\x27\x25\x16\xe6\x6b\x1a\xb8\xbe\x00\xbe\x9a\xc3\x93\x9b\x48\x52\xae\xc1\x3d\xba\x7d\x02\x5f\x60\x8c\x15\x79\x71\x6c\xfa\xad\x72\x24\x4a\xda\xe6\x8a\x06\xc2\x0a\x57\x04\xb6\x4c\x62\x49\x50\xaa\x1e\xe4\x4f\xa5\x88\xa3\xb4\x3b\xbb\x4b\x83\x38\x2f\x98\x5b\x0e\x74\x6f\x73\x98\x62\x7f\xc7\xfe\x10\x45\x34\xa8\xbc\x2d\xe9\x82\x32\x32\x25\x41\xb1\xbd\x33\x35\x65\xcb\x7e\x94\x5b\x3f\xab\x30\x9f\xd3\x3a\x27\xba\x16\xb4\x0a\x97\xc5\x06\x70\x51\xdc\x8d\x56\xf1\x7a\x0b\x46\x88\xfd\x19\xe5\x04\xd1\x94\x45\xe6\xba\x02\xc3\x98\x73\x28\x82\x98\x19\x06\xd9\x8b\x0a\x58\x19\xf3\x96\xfd\xa8\x58\x9b\x5a\xaa\x96\xfd\xa8\x78\x66\x4a\x69\xb3\xd0\x31\xe5\xad\xdc\x45\x05\x0f\x63\xf1\x46\x0c\xa1\x90\x24\x8c\x60\x45\x92\x55\x64\xae\x2b\xb0\x56\x8e\xe9\x63\x46\x7d\xd1\x2a\x5e\xef\xc2\xe0\xb4\x95\xbb\xa8\x90\x7f\xf5\x38\xb1\xc0\x56\xf1\x7a\x1b\x86\x98\xd6\x23\x11\xa8\x56\xfe\xaa\x08\x8d\x42\x11\x73\x0d\xda\x24\xc2\x31\xe5\xc1\x61\x52\xd5\x7a\xf5\x90\xeb\xc3\x24\xd4\x27\xdf\xcd\x43\x14\x49\x11\xe1\x69\x32\x5a\x94\x6a\x86\x65\xd1\x04\xb7\x92\x2b\xc4\xae\x35\xe9\xe2\xfd\x3b\xb1\x71\xdd\x9b\x77\x97\xaf\xbb\xa7\xa6\xaa\xc9\x8d\x1d\xf2\x77\x87\xed\xb7\xb7\x45\x67\x13\x01\x41\x34\xf2\x36\x69\xb3\xb2\x3a\x2a\xa2\x61\x2e\xf8\x32\x14\xb1\xb2\xf1\xce\x9b\x60\xa6\x48\x11\x24\x36\x5d\x88\x4e\x27\xb3\x48\x8b\x39\xe1\xe8\x8a\x8c\x67\x42\xcc\x2b\x40\x85\xa4\x9f\x13\xc8\x50\x04\xc4\xfb\x50\x09\xe8\x33\x4a\xb8\x46\x3e\xb6\xa3\x98\x72\xc8\xb3\xf1\xb1\x84\x93\x74\x86\x01\x57\x9e\x7b\x33\x7f\xa9\xcc\xb7\x51\x9a\xda\x46\x34\x2a\x2e\x6d\x0d\x2f\x4c\xd5\xe3\x6d\x5a\xcb\xe4\xc6\x48\xc5\x93\x09\xbd\x2e\x63\x89\xd8\xee\xd3\x82\x06\x44\x7a\xe4\x5a\x13\x13\xdb\x8a\x50\x9c\xda\x16\x11\x05\x54\x7a\xf9\x80\x53\x84\xb4\xd1\x7b\x6b\x86\x4c\x33\x48\x61\x44\x75\x4d\x35\x12\x1c\x31\xe1\xcf\x51\x5a\x59\x50\xc1\x73\x50\xff\xb8\xf9\x0f\xd0\x49\x5a\x8a\x8c\x34\x53\x23\xd3\xdb\x2a\x2d\x71\x04\xff\xb9\xcd\x91\xdb\x64\xaa\x92\x55\x66\xb3\x58\x5e\x86\x35\xb5\x1c\xfa\xf6\x1c\x98\xc7\x96\x42\x9b\x1c\x9a\xc9\xa7\xaa\x24\x3d\x31\xa6\xb6\x43\xd4\xbb\xf1\xb2\x94\x78\x40\x27\x45\x52\x56\x79\x89\x75\x99\x45\x9b\x7a\xc6\xdc\x5a\x6b\xde\x5c\x54\x27\x2c\x94\x14\x1e\x9e\xcf\x69\x95\x93\x31\x3c\x26\x4c\x19\x47\x3b\x3b\x3f\xe9\x8e\x4e\xdb\xaf\xbb\xa7\x83\x4a\x77\x4c\x21\x99\x98\x8b\x50\x68\xba\x20\x35\xcc\xa2\x19\xae\xcd\x29\x5f\x08\x36\xaf\x51\x51\x8f\xe2\x31\xa3\x3e\xa2\xd1\xe2\x78\x9b\xeb\x5e\xbe\x3e\xed\x75\xca\x9e\x1b\x89\x00\xad\xca\x1c\x14\x61\x3d\x2b\x69\x6c\x5d\x04\x15\x37\x87\xe0\x00\x09\xce\x96\x28\x12\x52\x7b\x8d\xd2\xe3\xa9\xe9\xb8\x25\xba\xa2\x7a\x86\x4c\xfb\xa1\x37\xab\x1d\xb6\x7b\x67\xc3\xd2\x6a\x71\x10\x48\xa2\xd4\x7d\x83\x4f\x52\xe6\xa5\xea\x4e\x5c\xe9\x9e\x95\x60\x71\xe0\x5a\x5d\xe8\x14\x66\xae\xdb\x80\x0a\x63\xd7\x22\xd8\x1d\x5e\x23\x7c\xfb\xf8\x75\xcb\x64\xf0\x9e\xed\xc5\xeb\x75\x28\xc0\xf0\x6e\x6d\x10\x90\x06\xc0\x35\x4a\xd5\x6b\x97\x87\xb6\x90\x58\x89\x51\xa7\x9c\xea\xd1\x5a\xa8\x40\xf0\x5d\x4d\xc4\xfd\x9b\xce\x0f\x42\xce\x29\x9f\x9e\x50\x49\x7c\x2d\xe4\xd2\xcb\x71\xaf\x6a\x17\x73\xd2\xad\xbe\x20\xbb\x05\x15\xe5\xad\xd9\x51\x5b\xe8\x6b\x11\xfb\x33\xb8\xfb\xda\xbe\x76\xff\x1c\x1a\x69\x3b\x9a\x43\x92\xd8\x49\xdc\x6a\x23\x9d\x5c\xef\x18\xe4\x9a\xc7\xad\xe3\x75\x87\x46\x2f\xbe\x91\x9c\xc1\xc2\x53\xd2\x7a\x00\x76\xc6\xb6\x7e\xa9\x6b\x22\x46\x6b\x47\x53\x93\xd2\xb2\x38\x76\xe4\xdd\x02\x29\xd6\xdb\x6a\x52\x7b\x0b\x1a\x2f\x8e\x8f\x8b\x06\xba\x56\x18\xe5\xa6\xe3\xcf\x1a\x2c\x80\x7b\xb3\x61\x70\xbb\x57\x90\x7c\x07\xf9\x7d\x25\x29\x55\x59\xde\x5f\x31\x5e\x9a\x88\x9c\x06\xe7\x7a\xd1\xfd\x8b\x38\xc3\xf6\x5b\x6f\xd1\xac\x1d\x35\x6b\x4d\xe4\xde\x08\x35\xc2\xd2\x9f\x65\x53\x50\x26\x3b\x78\x8e\xc9\x07\xb5\xcd\xfa\x0c\xa3\x10\x1b\x67\x3c\xac\x78\x62\x96\x20\x05\x63\x44\x5a\x6f\x71\x8a\x44\x93\x20\x9c\x10\x45\x52\xb0\x6a\xca\x5e\xeb\x4c\x0c\xfc\x19\x31\x6d\x87\xb3\x53\xd9\x85\x77\x8d\xdf\x57\xd3\x19\x6d\x3d\xab\x1d\xd7\x9a\x2f\xdc\x1b\xc3\xcf\xaa\x6b\xa4\xf1\x74\x55\x87\x95\x50\xb2\x9b\x92\x0c\x3c\xf2\x6f\xf6\x01\xd2\x97\x7c\xf9\x57\xc5\x99\xe7\x97\x83\x6e\xdf\x2b\xdc\xcb\xbd\x48\xdc\xe4\x9b\x2a\xa8\xb3\xf6\xfb\xae\x97\x4a\x6b\x5f\x47\x14\x01\xda\x27\xbf\x75\xfb\xc3\xde\xa0\x5b\x3d\x7a\x4d\x30\x93\x6a\xf3\xd6\xce\x5a\x8b\x04\x7a\x67\xbd\x61\xaf\x7d\x9a\x21\x54\x31\x58\x2d\x92\x79\xd9\x28\x92\xd9\x31\xff\x6d\xd4\xec\x7f\x95\xdc\xb7\xce\x72\x37\x48\x5b\x79\x55\x8d\x65\x33\x68\xcd\x6d\x2b\xed\x9c\x5e\x0e\x86\xdd\xfe\x4a\xad\x26\x04\x53\xcc\x46\x69\x66\x2a\x69\x78\x60\xb8\x0c\x47\xfd\x6e\xe7\xfc\xec\x4d\xef\xed\xa8\xf3\x6b\xb7\xf3\x2e\x9f\x42\x52\xc8\x61\xdf\x10\x3e\x19\x75\xda\x23\xfb\x86\xfe\xce\x47\x2c\x52\xfc\x4e\xb7\x3f\xdc\x83\x59\x85\xf6\xae\xfb\xdf\xfb\xb0\xb2\x07\x16\x56\xcc\x92\x9d\xb2\x3c\xdb\x97\xc3\x5f\x2b\x57\x64\xf7\xe5\x0e\xcb\xaa\x3a\x88\x91\x25\xb1\x73\x65\xa5\xa3\x18\x59\xcc\x5d\x8b\x2b\x9d\xc5\xc8\xb1\xdc\xb3\xbe\x6c\x08\x10\xb6\x64\x51\x15\xe9\x40\x2d\x95\xaf\x59\x2d\xa8\x87\xf8\xda\x26\x5c\x74\x85\xb5\x3f\x23\xca\x76\x4d\xbb\x83\xd5\xdd\x62\xd3\x44\xd5\x28\x17\x9a\x4e\x96\xb5\x10\x5f\x8f\x0c\x8f\x51\xca\xc3\x6b\xbe\x68\xbe\x3c\xce\x0b\xb5\xbf\xf6\xd8\x1d\x3a\x9f\xaf\x43\xa7\xe1\x94\x11\x2d\x68\xc1\xf3\xf5\x79\x12\x3b\xdc\xdb\xf6\xf0\x6e\xeb\x7a\xf4\x70\x3d\xdd\xcc\xde\x85\x0f\x12\x47\x11\x91\xf6\x15\xf7\x4a\x7e\xc8\xd7\x4e\x00\x8a\x68\x40\x24\x87\xf7\x5e\x2c\x08\x90\xeb\x88\x48\x6a\x4f\x60\x31\x28\x0f\x58\x01\x3e\x02\xe2\xe0\xb8\x07\x4c\x15\x54\x85\x95\x22\x3a\xd3\x8f\xa0\x1f\xea\x3f\xc0\xd1\xab\xf5\x7b\xe2\xa7\x0e\x7c\x82\xc7\x8f\x21\x5c\xdc\x05\x71\x37\x88\xa1\x23\x43\x40\x72\xb2\x97\x56\x46\x74\x72\x4d\x7c\xc8\x0c\x42\xb3\x7d\xca\x66\xd6\x56\xa0\xd5\x5a\xfd\x2d\x8c\xc1\xee\x36\x64\xbc\x2a\xe2\x6c\x9f\x97\x02\x14\x8b\x93\x95\x24\xad\x45\xa3\xd6\x3c\xae\x35\xd0\x8c\xb0\xf0\x59\xa6\x0e\x29\xe0\xd7\xf3\xbb\x6d\x5a\x36\x23\x7a\xd2\x73\x25\xab\x28\xfb\x9f\x0e\x23\x6b\xcf\xb5\xc4\xe5\xd1\x55\x62\x3d\x77\xf0\xbe\xaf\x2c\x15\x02\x2b\x6a\x36\x25\x43\xe3\xa7\x46\x23\x7d\x4b\x6c\x3e\x10\xa0\xb2\x4b\x96\xcf\xbf\xec\x71\xc3\xe7\xcf\xbf\x83\x37\x25\x6e\x22\x62\x88\x68\x44\x26\x98\xb2\x9c\xc7\xf4\xad\x38\x80\x57\x3d\x17\x60\x05\x13\x49\xd4\x0c\x4c\xd1\x06\x57\x33\xc2\x93\x15\xf9\x98\x73\xa1\x21\x77\x78\xc7\x10\x38\x20\xb5\x69\xed\x10\xb0\xe9\x9b\x40\x92\x48\x2c\xa8\xa2\x82\x53\x3e\x3d\x04\x5f\x62\x35\xa3\x7c\x0a\x42\x26\xe4\xc6\xc4\x5c\x05\xe2\x8a\x3f\xad\xe5\xa8\x0c\x88\xde\x73\x62\x08\xb4\xb0\x16\xbf\x91\xc8\xac\x85\x04\x80\x79\x90\x23\x15\xab\xf5\x01\x06\x05\x62\x92\x3b\x57\x51\x60\x3a\xa7\x11\xd0\x09\x98\x75\xd9\x41\x9a\x11\x9c\x64\xa9\xd1\x09\x7c\x84\x87\x80\x02\x70\xf2\xa9\xc5\x81\x4f\x3f\x27\x87\x1e\xc8\x35\xd5\xd0\xf8\x19\x26\x34\x47\x5b\x48\x98\x0a\x6d\xfb\xf8\x88\x04\xb5\x22\x4d\xc7\xed\xfe\x57\x6f\x38\xea\x9c\x9f\x74\x1d\xf0\xc0\x99\x53\xc6\x48\xb0\x87\x2a\x17\x57\x9e\x7b\x10\x60\x4d\xe0\xc7\x7f\xa8\xa7\x45\x9a\x68\x92\xb7\x49\xc4\xb0\xd2\xf6\x1d\xe9\x8a\x6c\xce\xd5\xcc\x53\xcf\x3d\xf0\xb1\xde\x86\x96\xe5\x40\x98\x22\x65\xf4\x6c\xd5\x95\x13\x35\x79\x3f\xee\x72\x71\x65\x5f\xdb\x57\xd3\xcf\xc0\x33\xa2\xc1\x09\xc0\x03\x83\x02\x08\x5c\x03\xe4\x94\x77\x0b\xf3\x00\x64\x32\xc8\x00\x49\xa6\x31\xc3\x92\x2d\xcd\xf2\xa9\x86\x40\x10\x65\xf7\xd2\x2e\xf9\x8a\xea\x19\xe5\xd0\x3c\x6a\xa8\x0a\xed\x07\x0e\xa0\xa9\x36\x4f\x77\xab\x9c\x5c\x47\x42\x6a\x5b\x31\x74\x86\xa7\xa3\xf6\x45\xcf\x7b\x96\x79\x1c\x4b\xa6\x3c\xf7\x20\x5d\x6d\x55\x01\xe9\xc0\x17\xd0\x12\x9c\x43\x07\x9c\xdf\xb9\xb9\xf2\x63\x6d\x0d\xca\x73\xcc\x8e\x1d\xa5\xcf\xcd\x33\x03\xf4\x05\x66\x04\x07\x80\x7c\x40\xcd\xa7\xb9\xf5\xbb\xae\x4d\x87\x9a\x48\x89\x27\x42\x86\x59\x29\x79\x10\x09\x3b\xfe\x72\x5c\xf7\xc6\x08\x55\xaf\x9b\x9a\xb8\x6e\xaa\xe9\xdb\xac\x1a\xdb\xfd\xb7\x03\xcf\x41\xc8\xc7\x3e\x91\xba\xa2\x5e\xda\x4c\xbc\xed\x64\x1b\xa1\xdd\x70\x29\xd0\x9c\x2c\x77\xc0\xcc\xc9\xd2\x9e\x67\x5c\x09\xe9\xae\xbf\xe6\x77\xb8\x33\x23\xfe\xdc\xec\x50\xcc\x67\x04\x33\x3d\x5b\xc2\x81\x9a\x89\x98\x05\x30\x36\xb1\xc3\xc7\xd6\xb7\x8d\xef\xd3\x64\xa7\x65\xcc\x4d\xa4\xc9\x2a\x2a\xc5\x5d\x7a\xee\xc1\x81\x01\xf5\x35\x5b\xeb\x07\x12\xb2\xe0\x1a\x35\xc0\x51\x7a\x02\x4c\xe9\x40\xc4\x1a\xbe\x80\x7d\xb7\xea\x50\xb5\xe1\xef\xac\xef\xba\xeb\x4e\xcb\x79\x0a\x5f\xbe\xd8\x99\x45\xd9\x03\x3f\x83\xe3\xae\x04\xd8\x1b\x22\xfa\x24\x34\xe5\x8a\x60\x01\xf4\x4e\x0c\x01\xa5\x93\x83\x5a\x34\x5f\xae\xf4\x4e\xb2\x6b\x09\x49\x38\x26\xd2\x1e\x36\x4a\xd7\x51\x21\x62\xc6\xcc\x0e\xad\x99\x35\xb7\x0b\xfd\x30\x11\xbb\x77\xe2\x54\x86\x89\x02\x5f\x99\x08\x9d\xc0\x5b\xfe\xdb\x42\x80\x59\x20\xc2\x41\x60\x32\x0a\x27\x57\x29\x81\x07\x5b\x29\x1b\xd0\xdc\x1a\x10\xb2\x1d\x83\xf5\xb1\x82\x73\x55\xf4\xa1\x65\x69\x1e\xc1\xff\x37\x79\x23\xc9\x66\x26\x1c\x98\x5d\x56\x1a\xeb\x6c\x20\x0b\x17\x85\x44\xee\xe4\x83\xd5\x78\x1e\xa1\x4c\xcc\x75\x56\x6a\xcc\x6a\x31\x19\xc1\x01\x0a\xc1\x14\x01\x48\xa4\x25\xc0\x34\xfd\x1b\xc0\xb6\xee\x7d\x63\x34\x07\x76\x0b\xab\x02\xc8\x68\x30\x6c\x0f\xbb\x9e\xb5\x0a\x93\x3c\xb7\xcd\x44\x9e\x6e\xd9\x3e\x13\x9a\xee\x42\x77\xdb\x39\xa4\xec\xd1\x88\x44\xab\xed\x28\x62\x4b\xf0\x67\x98\x4f\xf3\x29\x21\xa9\x64\xcc\x96\x06\x98\x84\x82\x23\x49\x98\xc0\xc1\x2e\x03\x49\x22\x79\xcc\xa9\x86\x83\x25\x51\x87\xab\xb0\x4d\xb5\x22\x6c\x92\xb5\xd5\x0d\xf1\x55\xfc\xb7\xda\x7d\x9c\x2f\xb3\x56\x8a\x5e\x4d\x37\xeb\x32\x66\x44\x21\x85\x17\xe4\x6f\xa9\x04\x7f\x98\x50\xa6\x73\x56\xdd\xea\x9d\x5d\x5c\x0e\xe1\xa4\x7f\x7e\x01\x1f\x1b\xad\xc6\xa7\xec\xb3\x37\xe7\xfd\x0f\xed\xfe\x09\xb4\x3b\x9d\xee\xc5\xb0\xfc\xfc\xfc\x72\x68\x90\xb7\x3c\x46\x6d\x48\x88\x23\x0a\x4c\x00\xfa\x33\x05\xac\x04\x89\x40\xfb\x11\x20\x14\xd8\x04\x76\x74\x54\x09\xfe\x08\x2e\x15\x81\x66\x3a\x10\xa9\xbf\x34\xbe\x6a\x4f\x58\x52\x05\xdd\xbf\x62\xca\x69\x72\x94\x8b\xad\x8f\x34\xa6\xb5\x3f\x74\x7a\x27\xfd\x7c\x35\xd5\xd3\xeb\xa3\x9d\x3e\x13\x8a\x04\x10\x0a\x49\x40\xd3\xe9\x4c\xb3\x25\x2c\x28\x86\x8e\x7d\x1b\x7f\x98\x1e\x04\xb5\x5b\x03\x58\x12\x20\x58\x2d\x4d\x7d\x17\x47\xc6\xd1\x6a\x95\xeb\x51\x59\x31\x0b\xab\x6b\xfe\xf4\xcf\x3d\xda\xd8\x85\x6d\x92\xe4\x37\xa1\xbf\x6c\x7c\x1b\x7a\xf3\x5e\x5b\xf9\xe2\xf8\xf8\xd9\x37\xf0\x6b\x36\x8e\x9e\x7f\x8b\xbc\x06\xff\xc5\x1e\xfc\xd0\x78\x0f\xd7\x12\xfb\x73\x53\x41\x68\x1b\x74\xa1\xdf\x3d\x6d\x0f\xbb\x27\x87\xdd\xc1\xb0\xfd\xfa\xb4\x37\xf8\xb5\x7b\x52\x49\xa7\x73\xfe\xfe\x7d\x6f\xb8\xcd\xaf\x5f\xfc\x9f\x76\xec\xea\xa7\xff\xdb\x6e\xfd\x77\xee\xc4\x57\x1d\xfa\xda\xbd\x37\x3f\xdd\x73\x6f\x76\xf5\xb9\x99\x1b\x92\xe0\x40\x70\xb6\x4c\xe7\x25\xa3\x44\xb0\x51\x7a\x16\xcc\x71\x0f\xd2\x39\x0a\xe5\x13\x61\x6a\xa4\x27\x37\x37\xb5\x8e\x85\x39\xb1\x20\xb7\xb7\x4f\x9e\x66\x0b\x54\xd3\x29\xfd\xf2\x4b\xf7\xfc\x0d\xbc\xda\x7d\x4a\x22\x83\x83\x23\xfa\x1b\x91\xa6\xaf\xdc\x9c\xd1\x4c\x8f\xec\xcf\x5f\xda\x77\x20\x8b\xe6\x98\x68\x9c\x9d\x43\xcf\x29\x0f\x5a\x90\x9e\xbc\xec\xa4\xfa\xb5\x27\x55\xb2\xc2\x64\x04\x6d\x81\x29\xfb\xab\x56\x99\xab\xfd\xbb\xe7\x6f\xca\x33\x89\xec\x2f\x1c\xee\x39\x1b\xfc\x96\xcd\x32\x95\xcf\x47\x70\x1f\x01\xe2\x04\x9e\xc1\xa7\xaa\xd2\x65\xd5\x45\x5e\x2a\x3c\x25\x2d\x70\x1b\xf0\xcb\x67\xc1\xc9\x2b\xf8\x45\x12\x5f\xc8\xe0\x15\xfc\x12\xe2\xeb\x11\xd6\x9a\x84\x91\x56\xaf\x9c\x22\xb6\x29\xbb\x9b\xdb\xaa\x0f\x43\xca\x73\x9b\x39\x7b\x31\x54\x3d\xf7\x28\x5b\x1e\x66\x18\x78\xee\xb3\x52\x87\xfb\xc6\xec\x8d\x9d\x70\xc4\xda\xfe\xe4\x81\xe3\x90\x24\xf3\x74\x65\xdb\x35\xd7\xf0\xc9\x4a\x96\x01\xf0\x9c\x9c\x79\x89\x98\x6b\x22\x73\x3d\x75\xf2\xdb\x16\xa3\xa9\xf4\x29\x20\xa6\xc1\xcd\x4a\x65\x75\x17\x88\xc2\xda\x45\x6c\x7a\xfb\x80\x4e\xe1\x47\x35\x33\x91\xe2\x47\x9d\xfc\x5e\xd0\x3b\x02\x27\x91\x09\x78\x6e\x84\x90\x68\x40\x7b\xee\xff\x2b\xdc\x4c\xb7\x4a\x5a\xf7\xfa\x0b\x1a\xf0\xf8\x31\x38\xae\x88\xb5\x03\x0f\x3d\x70\x9c\x6d\x9b\x57\x5c\xac\x41\xa9\x00\x19\x4b\x82\xe7\x85\xfb\xb9\x8d\xda\xc8\x90\x72\xdd\xc3\x34\xd9\x98\x33\x51\xd8\x8a\x98\x07\xd5\x1b\x02\x55\xd3\x8d\x0c\x25\xa3\xc4\x74\xd4\x64\x8a\xd3\xc4\xac\x7c\x11\x10\xab\x93\x16\x58\xa1\xf6\x2d\x20\xfd\x71\x51\xe1\xee\x6a\xcb\xdd\x83\x83\xf4\xeb\x8f\xcd\xa7\xd9\x4d\xc9\xbd\xeb\xdf\xa8\x21\xb3\x32\x07\xbc\x5d\xfa\x48\x96\xd0\xb1\x3d\xb4\x6d\x98\x93\x5f\x83\xed\x37\x53\xd8\xeb\x40\x06\x8d\x2b\xa0\x1c\xb2\xf2\x54\xd8\x62\x22\xc3\x85\x60\xcc\x38\x8a\xcb\x53\x8e\x89\xbb\xd5\x2c\xe7\x5a\xad\x56\x64\x5e\xe5\x0e\xe6\x9f\x98\x27\x87\xff\x0a\xb7\xbf\xda\x53\x60\x8f\xb7\xfc\xcb\x71\xb9\x72\xc0\x49\xe5\x75\x6a\x2b\xf7\xc1\x45\xef\x81\x6d\x1e\x04\xdf\xe8\x45\x1b\x25\x9e\x0a\x31\x57\x30\x15\x22\x78\x58\xd4\x57\x46\x3f\x85\xfe\x34\xfb\xaf\xca\xdb\xa0\xca\x60\x21\xe3\x49\x1a\xf0\x02\x53\x66\xea\x2e\x58\x92\x92\xb1\xc3\x56\xfb\x86\xbb\xd8\x38\x94\xed\x1c\x12\x85\x3d\x04\x57\xcc\xb7\x6a\x25\x1d\xba\x65\xcd\x08\x02\x1a\xf0\x27\x1a\xc6\xc4\x17\x21\xc9\x48\x9d\x76\x95\x26\x40\x63\xc6\xc4\x15\x09\xc0\xec\x70\xd5\x4a\x4a\x46\x5f\x52\x4f\x41\xd8\x2a\x39\xa8\xca\x30\x17\xdc\x30\xcd\xba\x5c\x96\x6f\x32\x1c\x2a\xd7\x58\x49\x3a\xaf\x27\x9d\x74\xed\x4f\x25\xee\xf8\xce\xe0\x9e\x6f\xe0\x6e\x72\x2b\x75\x18\x5d\x90\xd5\x11\x1e\x27\x39\x99\x73\x58\x80\x10\x53\x24\x22\xad\x9c\x56\x01\x17\xc0\x09\xf1\x35\x52\xf4\xb3\xc1\x74\x9a\x8d\x46\xe8\x1c\x56\x41\x98\x05\x18\x88\x67\x79\xf5\x67\xdf\xa9\xdf\x3e\x88\xb0\x52\x57\xc9\xff\xe2\x41\x11\x69\x17\x91\xfd\x4d\x93\x85\x55\x6a\x36\x5a\x9d\xe4\x25\xc1\x68\x4e\x96\xaa\x05\xee\x8d\xb9\x6d\xbe\xdf\x3e\xf8\x9f\x00\x00\x00\xff\xff\xbb\x44\x10\xea\x2d\x42\x00\x00"), }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.tf": &vfsgen۰CompressedFileInfo{ + name: "cloud-provider-equinix-metal.tf", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 295, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x4d\x6a\xc5\x30\x0c\x06\xf7\x3e\x85\x30\x6f\xd1\x42\x93\x9c\x20\x67\x31\xaa\xfd\x95\xb8\xf1\x5f\x6d\x39\x34\x84\xdc\xbd\x24\x14\xba\xeb\xdb\x09\x8d\x18\x4d\x45\xcb\xbd\x5a\x90\x0e\xd9\x72\x30\x1f\x3e\x40\x93\xb6\x21\x77\x37\x94\x9a\x37\xef\x50\x07\x7c\x75\x9f\xfc\xf7\x10\x21\x1c\x34\x1d\x8a\xe8\x3a\x4c\x1c\x41\x33\xe9\xc7\xb1\x71\x1d\xb9\x35\x88\x71\xbe\x9e\x93\x5d\xb8\x4a\x9b\xd6\xfe\x8e\xa1\xed\x4d\x10\xa7\xff\x8c\xe3\xce\x31\x68\x45\x64\x73\x12\x24\xa1\x99\x04\xb1\x04\x16\x5c\x6f\x5e\xf4\xe3\x28\x2c\xcb\x18\xb3\xeb\x01\xe7\x73\xd7\x28\xb1\x04\xfd\x76\x87\x12\x71\xf1\x66\xc5\x7e\x8d\x33\xdd\xa5\x5d\x16\x23\x79\x45\xba\x79\xa9\xf9\x13\x56\x8c\x77\xbf\xfc\x6f\xa1\x88\xce\x57\x75\xaa\x9f\x00\x00\x00\xff\xff\xec\xcc\x54\xe2\x27\x01\x00\x00"), + }, + "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl": &vfsgen۰CompressedFileInfo{ + name: "cloud-provider-equinix-metal.yaml.tmpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 170, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8d\xb1\x0a\xc2\x30\x14\x45\xf7\x7c\xc5\xa3\xb8\xda\x0e\x76\x0a\xb8\xb9\x88\x20\x42\x3f\xa0\xbc\x24\xd7\x1a\x93\xe6\x85\x10\x0b\x45\xfc\x77\x29\x3a\xde\x7b\xe0\x1c\x2b\xe9\xee\x27\xad\x88\x38\xfb\x0b\x56\x4d\xbb\x37\x67\x3f\x06\xac\x1f\x45\x94\x8b\x3c\x61\xeb\xf9\xb4\xfd\xff\x31\x7a\xb7\x21\x33\xe5\xab\x38\x0c\x88\xb0\x55\x8a\xa6\x26\x4a\x90\x59\xaa\x5f\xd0\x72\xcc\x0f\x6e\x83\x4f\x8b\xc4\xd0\x7a\xe9\xcc\x94\xf7\x48\x6c\x22\xdc\xb1\x96\x17\x9a\x5f\x71\x40\x59\x50\x6e\x52\xaa\xa6\xbe\x3f\x28\xa2\x28\xec\x0c\x47\x4e\x16\x9b\x13\x73\xae\xab\xee\xba\x46\x7d\x03\x00\x00\xff\xff\x5b\x53\x36\x14\xaa\x00\x00\x00"), + }, "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf": &vfsgen۰CompressedFileInfo{ name: "controllers.tf", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), @@ -7898,28 +7935,16 @@ var vfsgenAssets = func() http.FileSystem { "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 1439, + uncompressedSize: 1475, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x61\xf7\x50\x28\xd8\xa7\x5e\x7b\xeb\xb9\xaf\x60\x26\xa3\x49\x22\x32\xd6\x08\x69\xe4\x12\xca\xbe\x7b\x71\x1c\x12\xdb\x49\xb6\x62\x6f\x86\xf9\xbf\x4f\x3f\x1a\x4b\x8b\xc5\x62\xf0\x76\x2a\x3b\x26\x0d\x7b\x7f\x68\xd1\x0d\x3e\xbc\xc1\xdf\x06\x60\x44\x29\x0c\x3f\x61\x50\x57\x84\xbb\x9d\xaa\x4d\xc1\x6e\x9b\x6e\x3e\x9a\xe6\xd1\x54\xed\x98\x3e\x85\x6d\x69\x21\xec\x89\x93\x7d\xae\xb8\x86\x96\x1c\x46\x9f\x39\x8d\x9c\xd6\xa4\x28\xa1\x74\x18\x7d\x3f\x4f\x27\xe4\x7d\x9e\xe6\xee\x8c\x83\x00\x69\x30\x0e\x06\x7b\x4d\x80\x22\xe0\x38\x8a\x9e\xd9\x01\x1d\x31\x59\xee\x6e\x27\x44\x75\x2d\x1d\x99\x4e\x51\x7d\x30\x4e\xfd\x6c\xf9\xbc\xe9\x0b\x68\x7b\x6f\xed\xad\x7e\x95\xf5\x29\xb2\x75\xa6\xc0\xc6\xb9\xda\xb7\x8a\x6f\x5d\xc2\x56\x2d\xba\x67\xd7\x7b\x15\x4f\x5a\x25\x59\x45\x1f\x1d\xed\x51\xb3\xb5\x31\xa9\x31\x99\xd7\xf0\xd4\x79\xd9\x7b\xbf\xf7\x72\xd3\x4d\x54\x7f\xa7\xba\xeb\xde\x97\x7e\xd1\x93\x0e\x6a\x7e\xe4\xaa\x9e\x0f\xf1\xa5\x2b\x22\x9d\xd8\x5a\xa2\xe1\x7f\xfd\xee\xc9\x67\x9d\xa6\xd3\xb2\x25\x8c\x6d\x66\x4a\x6c\x75\x0b\x7d\x45\x2d\xcd\x41\x1d\xb7\x97\x1e\xad\x0b\x75\xda\xa7\xc8\xfc\xa4\x7e\x95\x61\x38\xc3\xd5\x5d\x32\x3b\x30\x05\x4a\x8c\xc6\xd3\x93\xe2\xe0\x38\x90\xe7\x0c\x1a\xe4\xdc\xbc\xc3\x6f\x35\x38\x14\x4c\x18\x8c\xa7\xf0\x11\x0d\xfe\x68\xf8\x66\xd3\xbb\x0b\x07\xbe\xd5\x74\x3c\x7a\xe2\xde\xbb\x6d\x37\x36\x94\x7e\x9e\x5e\x2e\x2e\xa9\x08\xa7\xdc\x7d\xef\xbc\x5b\xfd\x35\xf7\x59\x1f\xcb\x4e\x3c\xf5\x3e\x8e\x3f\xaa\x6d\x48\xc4\x79\x85\xbe\xb4\x27\x3f\xa2\xf1\xd7\xf4\x0b\xb6\xf9\x68\xfe\x05\x00\x00\xff\xff\x70\x47\x62\x70\x9f\x05\x00\x00"), - }, - "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf": &vfsgen۰CompressedFileInfo{ - name: "packet-ccm.tf", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 241, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\x41\x6a\xc4\x30\x0c\x45\xf7\x3e\xc5\x47\xcc\xa2\x85\x4e\x72\x82\x9c\xc5\xa8\x8a\x4a\xd2\xd8\xb1\xb1\xe5\x42\x08\xbe\x7b\x49\x28\x0c\x74\x27\xfe\xe3\x89\x57\xb4\xa6\x56\x44\x41\x21\x09\x07\xff\xb5\x06\x25\x50\x66\xd9\xd4\x9e\x22\x91\x70\x3a\xe0\x9a\x77\x8e\x8a\x09\xf4\x38\x7f\xb8\x0c\x5c\xab\x9a\x9f\xd7\xd2\x47\x59\xb8\x58\x1d\xb7\xf6\xa9\xcf\x7a\x54\xd3\x38\xbe\xfc\xe1\xe0\x18\xc8\x01\x92\x76\xd3\xdd\x30\xc1\x34\xe6\xc0\xa6\xd7\xd3\x37\x7a\x9c\x99\x6d\x19\x62\x9a\x5b\xd0\xfe\xdf\x1c\x2c\xe6\x40\x1f\x77\x04\xc0\x79\xf5\x9b\x1e\xd7\x39\xe1\xae\x68\xb6\x78\x4b\x9b\xee\x37\xcf\x25\x7d\xab\x98\x5f\xe7\x3f\xfe\x1a\x1c\xd0\xdf\x5d\x77\xbf\x01\x00\x00\xff\xff\xef\xca\x2e\xdb\xf1\x00\x00\x00"), - }, - "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl": &vfsgen۰FileInfo{ - name: "packet-ccm.yaml.tmpl", - modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - content: []byte("\x61\x70\x69\x4b\x65\x79\x3a\x20\x24\x7b\x61\x70\x69\x5f\x6b\x65\x79\x7d\x0a\x70\x72\x6f\x6a\x65\x63\x74\x49\x44\x3a\x20\x24\x7b\x70\x72\x6f\x6a\x65\x63\x74\x5f\x69\x64\x7d\x0a"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\xcd\xaa\xdb\x30\x10\x85\xf7\x7e\x0a\x71\xef\xa2\x50\x90\x57\xdd\x76\xd7\x75\x5f\xc1\x28\xd2\x49\x32\x64\xac\x51\xa5\x91\xdb\x50\xee\xbb\x17\x27\x21\xb1\x9d\x9f\x9a\xbb\x33\xcc\xf9\x3e\x1f\x34\x8c\x54\x4d\x55\xcd\xdb\xa1\x6e\xe0\x25\x6e\x69\x67\x5d\xe8\x29\xbe\x99\xbf\x8d\x31\x83\xe3\x0a\xf3\xdd\xf4\x12\x2a\xa3\xdd\x88\xe8\x18\x6c\x97\xe9\xe6\xa3\x69\xee\x4d\xab\x1d\xe3\x27\x43\xa7\x16\xef\x3a\x8f\xac\xaf\x15\x97\xd0\x94\x73\x89\x0a\xf2\x80\x3c\x27\x59\xbc\xe3\xd6\x25\xea\xce\xd3\x11\x79\x3f\x4f\x4b\x7b\x74\x3d\x1b\x2f\x51\x11\xd5\x6c\x25\x1b\xc7\x6c\x02\x12\xcb\x11\xc1\xf8\xbd\xcb\x5a\xda\xeb\x1f\x92\x04\xeb\xf7\xf0\x87\x24\x14\x15\xb9\x3b\x5b\x5e\x37\x7d\x02\x2d\xdf\xcd\x5e\xeb\xaf\xb2\x3e\x44\x96\xce\x1c\xa1\x28\xab\x7d\xb3\xf8\xd2\xc5\xd0\xd5\xa2\x5b\x76\xbe\x57\x26\x2f\xab\x24\xb3\xe8\xbd\xc3\xee\xa5\xa8\x4d\x59\x14\x5e\x49\xe2\x43\xe7\x69\xef\xdd\x96\xf8\xaa\x1b\xa9\xee\x46\xb5\x97\xbd\x4f\xfd\x2c\x07\xe9\x45\x69\xc0\xaa\x9e\x77\xf1\x59\x57\x96\x1a\xc6\x96\x03\x05\x64\x8b\x5f\x95\x22\xfd\xb1\x3d\xd4\xf1\x7f\x1b\xbf\x60\x1f\xf5\x1e\x1b\x15\xcd\x2e\xd9\x02\x9f\xa1\xeb\x96\xfe\x8c\x9a\x9a\xa3\x04\xd8\x53\x33\x1b\xe2\x3a\xed\x43\xe4\x7c\x76\x3f\x6a\xdf\x1f\xcd\xc5\x5d\x0b\x82\x51\x31\x3e\xc3\x29\xc6\xb3\x43\x0c\x88\x9e\x50\x8c\x44\x3e\x36\xef\xe6\xa7\xa8\xd9\x55\x97\x5d\x54\x8c\xe1\xbd\x53\xf3\x5b\xe2\x17\x1d\x6f\x33\xee\x70\xad\x19\x30\x90\x47\x47\x61\xd9\xed\xf4\xda\xe7\xe9\xe9\xe1\xb2\x30\x23\x97\xf6\x6b\x4b\x61\xb6\xad\xdb\xac\x4b\x75\xc3\xe4\x3b\x4a\xc3\xb7\xd5\x36\xe7\x3d\xca\x0c\x7d\x6a\xcf\x34\x38\xc5\xe7\xf4\x13\xb6\xf9\x68\xfe\x05\x00\x00\xff\xff\x75\xdc\x2d\xba\xc3\x05\x00\x00"), }, "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf": &vfsgen۰CompressedFileInfo{ name: "ssh.tf", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 4185, + uncompressedSize: 4203, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4d\x8f\xdb\x36\x13\xbe\xfb\x57\x0c\x94\x17\xc1\xdb\x20\x94\xbc\xdb\x26\x29\x52\xec\x31\x40\x0f\x6d\x03\x34\x29\x7a\x58\x2c\x04\x9a\x1c\x5b\xac\x29\x52\x98\x19\x79\xd7\x68\xf6\xbf\x17\xa4\x6c\xaf\xed\xd8\x6b\xa3\x70\x0f\x05\x7a\x12\x44\x3e\xf3\xc9\xf9\x78\x5e\xc0\x27\x34\x3d\x21\x98\xd8\x2d\x01\xc5\x58\xf8\xfc\xd3\x27\xd0\xcc\x28\x0c\x12\xc1\xc4\x20\x14\xbd\x47\xe2\x72\x44\xc8\xb1\x27\x83\x50\x84\xde\xfb\x7a\xfd\x5b\x40\x91\xc4\xd5\x13\x56\x31\x1a\x42\xe1\x02\xfe\x1c\x01\x98\xd8\x07\x81\x1b\x58\x68\x2a\x9f\x30\x75\x3e\x1e\xe5\xfb\x10\xd0\x88\x8b\x21\xc3\x01\x64\xd9\x61\xfa\xde\x40\xc1\xdc\x14\xf9\xac\x89\x2c\xc3\x59\x8b\xa2\x7d\x6d\x71\xe1\x0c\x6e\xe9\xe3\xdb\xac\xb0\x74\xc1\xe2\xc3\x5d\xa9\x8d\x41\xe6\xba\xeb\x27\xde\x99\xda\x75\x8b\xef\xb2\x9a\x9e\x91\x56\xaa\x4d\x24\x1c\x74\x8b\x6b\x31\xf6\xc9\xc5\xe2\xed\xb8\x4d\x67\x8f\xc9\xaf\x8e\xe2\xc2\xb1\x8b\x01\x09\x8a\xa9\xf3\x58\xac\xfc\x4b\x46\x31\x64\x77\x92\x3f\xd1\xf6\x1e\xcb\x49\x8c\x32\xef\x27\x58\xa6\x2c\xd6\x46\xd7\x06\x49\x32\xdc\x22\x8b\x0b\x3a\x07\x78\x03\xc5\xff\x7e\xfc\xf8\xf3\x87\x2a\xa1\x94\xf1\x0e\x83\x28\xa3\x4b\x43\x72\x19\xbb\x59\xe3\xf9\xb6\x2f\x6d\x78\x8e\xcb\xf3\xec\xce\x71\x79\x11\xbb\x8c\xb4\x48\xc5\x74\x3a\xe0\x01\x79\xb1\x80\x57\x86\x4f\x07\xbc\xb2\x7b\xa9\x80\x3b\x3c\x2f\xdc\x84\xbb\x58\xb0\xd9\xe8\xe9\x50\xb3\xcd\xa3\x81\x12\xb6\x51\x50\xe1\x03\x9a\xb5\x69\x17\xbc\x0b\x08\x37\x70\x9b\x7f\x01\x0a\x46\x01\x85\xc5\xeb\xcd\x7f\x6f\x23\xf0\x92\x05\x5b\x23\x1e\x58\x62\x97\xe7\xd4\x06\xf1\x02\x7e\x63\x17\x66\x50\xa4\xd3\xaa\x2c\xd2\x28\x73\xc8\x20\x0d\x66\x60\x05\xd3\xe8\x2d\x12\x50\x9a\x74\xec\x16\xe8\x97\xe0\x02\xe8\x00\xce\x62\xdb\xc5\x14\xfb\x46\xd7\xbd\x5e\x96\xf0\x09\x11\x1a\x91\x8e\xdf\x57\x55\x1f\xdc\x43\xc9\xa2\xcd\x1c\x1f\x4c\xa3\xc3\x2c\xcd\x9c\xb6\xd2\xd5\xf5\xf5\xf7\x6f\xbf\x7d\x07\xd3\x48\x60\x51\xb4\xf3\x5c\xae\x7d\xbe\x05\x65\x21\x65\xa4\x62\xf6\x39\x33\x70\x07\x2f\x5f\x42\x8e\xc5\x74\xa0\x7e\xdd\xbd\xad\xca\xdd\xff\x32\x7a\xbb\xc1\x53\x0b\x8a\xa6\xbb\x80\xbd\xf4\xb4\x73\xeb\x08\x54\xb7\xa7\xf5\x10\x72\x01\x5b\x4d\xf8\x6a\x4f\x60\x0f\x6c\x0e\x29\xdc\x9d\x59\x07\x00\xd5\x50\xef\xeb\xa1\x76\xd8\xfe\x53\x2f\x1e\xd7\x70\x5a\x7c\x8e\xcb\x67\xc4\x53\x1d\x5e\x24\xa0\x54\xd5\xcf\x87\xb3\xee\xb5\x63\xd2\xa7\x44\x8f\x04\xb2\x69\xa7\xbd\x30\x9a\x78\x1f\x52\x11\x25\xd0\xfb\x5c\x5e\xcf\x55\x87\x69\xda\x68\x13\xfc\xcd\x78\x7c\x04\x98\x7a\x08\x81\xc5\x4e\xfa\x69\xda\xfa\xd6\xb1\x9e\x78\xcc\x3d\x34\xe9\xa7\x53\x24\xb8\x6f\x9c\x47\xe8\xc8\x05\x49\xdd\xe6\xe3\x2c\xf3\x83\x56\xcf\x11\x38\x31\x08\x5c\x20\x2d\xa5\x49\x97\x8e\x41\x48\x07\x6e\x9d\x08\x5a\x98\x68\x33\x07\x89\x1b\x5b\x9f\x91\x48\x4f\x23\xb5\x30\xc1\x69\x24\x84\x7b\x04\x42\xe9\x29\x00\x12\x45\x2a\xe1\x77\x04\x6e\x62\xef\x2d\x4c\x10\x06\x4f\x22\xa4\xf1\xb1\x40\x70\x02\x31\x18\xdc\x68\x5b\x37\xea\xcc\x49\xd3\x4f\x72\x73\x36\x9a\x1b\x67\x22\x75\x95\xac\x4d\x55\x8e\xb9\x47\xae\xae\xdf\x5d\x5d\x5f\x25\x07\x13\x79\xf1\x0b\xb4\xe5\xd1\x41\xa3\x49\x06\x46\xf4\xe5\x0b\xfc\x7f\x95\x1b\xe5\xc6\xa0\xe2\x18\x14\x8e\x87\xee\xfc\x23\xf6\x14\xb4\x4f\x12\xaa\x1f\xe0\x4a\x85\xa8\x3a\x3d\x43\xfa\x01\xf0\xc1\x09\x5c\x7d\xb3\x4a\xf4\xdd\x7a\x2c\x0a\xb9\xd9\x0c\x89\xe1\x66\x35\x07\xb7\x39\xc3\xb9\xb4\x62\x7f\xfd\x9d\xbb\x21\x77\xb7\xc8\x79\x8b\xe6\x71\xf4\x38\x1a\xed\x92\xc5\x35\x78\x8b\x2c\x7e\xfc\xe5\xc3\x16\x61\x3c\xc9\x17\x07\x41\x65\x1d\x0d\xeb\xc0\x62\x87\xc1\x72\x9d\xd7\xca\xb0\x10\xf6\x1c\x1b\xd2\xb8\xa3\xac\x3c\x42\x3d\x07\xa8\x8f\x46\xfb\x3a\x2d\xbb\xd2\x68\xef\x4c\xac\x13\x8f\xac\x3b\x8a\x32\x30\xce\x63\x30\x43\xf6\x6b\x15\x5d\xda\x02\xa2\x8c\x69\xd3\xd5\xdd\x25\xb9\xeb\xf8\x6f\x33\xd6\xab\x37\x67\x30\xd6\xd5\x3b\xac\x4a\x2b\x11\xf1\x9c\xfc\xda\x3a\x3a\xbe\xd2\x87\xf7\x29\x9e\x9e\x7f\xe8\x89\xcd\xc3\x4b\x84\x0e\x29\x37\x72\x0c\xa8\x92\x4f\xc0\xe8\xa7\x2a\xc5\x8b\x16\x8c\xef\x59\x90\xb2\x00\x0b\xe9\xae\x73\x61\xf6\x5c\x55\xac\x35\xab\x6c\xe8\x1f\x2b\x8a\x03\xd0\xa7\x52\xfc\x37\xbc\xec\x79\x44\x6a\xb5\x65\xb6\xdf\x12\xaa\xd8\x49\xb5\x4e\x5c\xb5\x35\xff\x3f\x37\x8e\xd3\x58\x0c\x88\x16\xed\x6b\xd0\x03\x81\xda\x7d\x11\x60\x43\xae\x13\xb8\x77\xde\x43\x1e\xc6\xda\x7b\x48\x75\xc6\xd0\x6a\x31\x69\xf8\x6f\x34\xee\x9a\xd2\x9c\x1d\xa8\x5a\x1d\xdc\x14\x59\x58\xbd\xaa\x5e\x95\x4b\xdd\x7a\x70\x41\xe2\xd7\xe8\x1d\x70\x79\x80\xee\x3c\x2f\xf1\xdf\x6a\x3b\xb5\xda\x36\x6d\x7c\xfe\x7a\xdb\x88\x9c\x5a\x71\x8f\xa3\xbf\x02\x00\x00\xff\xff\x7b\xc2\x94\xf9\x59\x10\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4f\x6f\x1b\xb7\x13\xbd\xeb\x53\x0c\x36\x3f\x04\xbf\x06\xe1\xae\xec\x36\x49\x91\xc2\xc7\x00\x3d\xb4\x0d\xd0\xa4\xe8\xc1\x30\x16\x14\x39\xd2\xb2\xe2\x92\xdb\x99\x59\xd9\x42\xe3\xef\x5e\x90\x2b\xc9\x92\x2a\x59\x42\xa1\x1e\x0a\xf4\x24\x2c\xf5\xe6\x1f\x39\x33\xef\xbd\x80\x4f\x68\x7a\x42\x30\xb1\x5b\x02\x8a\xb1\xf0\xf9\x87\x4f\xa0\x99\x51\x18\x24\x82\x89\x41\x28\x7a\x8f\xc4\xe5\x88\x90\x63\x4f\x06\xa1\x08\xbd\xf7\xf5\xfa\xb3\x80\x22\x99\xab\x27\xac\x62\x34\x84\xc2\x05\xfc\x31\x02\x30\xb1\x0f\x02\x37\xb0\xd0\x54\x3e\x61\xea\x7c\x3c\xca\xff\x87\x80\x46\x5c\x0c\x19\x0e\x20\xcb\x0e\xd3\xef\x0d\x14\xcc\x4d\x91\xcf\x9a\xc8\x32\x9c\xb5\x28\xda\xd7\x16\x17\xce\xe0\x96\x3f\xbe\xcd\x0e\x4b\x17\x2c\x3e\xdc\x95\xda\x18\x64\xae\xbb\x7e\xe2\x9d\xa9\x5d\xb7\xf8\x26\xbb\xe9\x19\x69\xe5\xda\x44\xc2\xc1\xb7\xb8\x16\x63\x9f\x52\x2c\xde\x8e\xdb\x74\xf6\x98\xf2\xea\x28\x2e\x1c\xbb\x18\x90\xa0\x98\x3a\x8f\xc5\x2a\xbf\x14\x14\x43\x4e\x27\xe5\x13\x6d\xef\xb1\x9c\xc4\x28\xf3\x7e\x82\x65\xba\xc5\xda\xe8\xda\x20\x49\x86\x5b\x64\x71\x41\xe7\x02\x6f\xa0\xf8\xdf\xf7\x1f\x7f\xfc\x50\x25\x94\x32\xde\x61\x10\x65\x74\x69\x48\x2e\x13\x37\x7b\x3c\x3f\xf6\xa5\x03\xcf\x71\x79\x5e\xdc\x39\x2e\x2f\x12\x97\x91\x16\xa9\x99\x4e\x17\x3c\x20\x2f\x56\xf0\x2a\xf0\xe9\x82\x57\x71\x2f\x55\x70\x87\xe7\x95\x9b\x70\x17\x2b\x36\x07\x3d\x5d\x6a\x8e\x79\xb4\x50\xc2\x36\x0a\x2a\x7c\x40\xb3\x0e\xed\x82\x77\x01\xe1\x06\x6e\xf3\x27\x40\xc1\x28\xa0\xb0\x78\xbd\xf9\xee\x6d\x04\x5e\xb2\x60\x6b\xc4\x03\x4b\xec\xf2\x9e\xda\x20\x5e\xc0\x2f\xec\xc2\x0c\x8a\x74\x5a\x95\x45\x5a\x65\x0e\x19\xa4\xc1\x0c\xac\x60\x1a\xbd\x45\x02\x4a\x9b\x8e\xdd\x02\xfd\x12\x5c\x00\x1d\xc0\x59\x6c\xbb\x98\x6a\xdf\xf8\xba\xd7\xcb\x12\x3e\x21\x42\x23\xd2\xf1\xfb\xaa\xea\x83\x7b\x28\x59\xb4\x99\xe3\x83\x69\x74\x98\xa5\x9d\xd3\x56\xba\xba\xbe\xfe\xf6\xed\xd7\xef\x60\x1a\x09\x2c\x8a\x76\x9e\xcb\x75\xce\xb7\xa0\x2c\xa4\x1b\xa9\x98\x7d\xbe\x19\xb8\x83\x97\x2f\x21\xd7\x62\x3a\x50\x3f\xef\xfe\x5b\x95\xbb\xdf\x65\xf4\x76\x83\xa7\x16\x14\x4d\x77\x01\x7b\xd7\xd3\xce\xad\x23\x50\xdd\x9e\xd7\x43\xc8\x05\x6c\x0d\xe1\xab\x3d\x83\x3d\xb0\x39\xe4\x70\x77\x67\x1d\x00\x54\x43\xbf\xaf\x97\xda\xe1\xf8\x4f\xb3\x78\xdc\xc3\x69\xf3\x39\x2e\x9f\x31\x4f\x7d\x78\x91\x82\x52\x57\x3f\x5f\xce\x7a\xd6\x8e\x59\x9f\x32\x3d\x52\xc8\x66\x9c\xf6\xca\x68\xe2\x7d\x48\x4d\x94\x40\xef\x73\x7b\x3d\xd7\x1d\xa6\x69\xa3\x4d\xf0\x37\xe3\xf1\x11\x60\x9a\x21\x04\x16\x3b\xe9\xa7\x89\xf5\xad\x63\x3d\xf1\x98\x67\x68\xd2\x4f\xa7\x48\x70\xdf\x38\x8f\xd0\x91\x0b\x92\xa6\xcd\xc7\x59\xd6\x07\xad\x9e\x23\x70\x52\x10\xb8\x40\x5a\x4a\x93\xfe\x74\x0c\x42\x3a\x70\xeb\x44\xd0\xc2\x44\x9b\x39\x48\xdc\xc4\xfa\x8c\x44\x7a\x1a\xa9\x85\x09\x4e\x23\x21\xdc\x23\x10\x4a\x4f\x01\x90\x28\x52\x09\xbf\x22\x70\x13\x7b\x6f\x61\x82\x30\x64\x12\x21\xad\x8f\x05\x82\x13\x88\xc1\xe0\xc6\xdb\x7a\x50\x67\x4e\x9a\x7e\x92\x87\xb3\xd1\xdc\x38\x13\xa9\xab\x64\x1d\xaa\x72\xcc\x3d\x72\x75\xfd\xee\xea\xfa\x2a\x25\x98\xc4\x8b\x5f\xa0\x2d\x8f\x2e\x1a\x4d\x32\x28\xa2\x2f\x5f\xe0\xff\xab\xbb\x51\x6e\x0c\x2a\x8e\x41\xe1\x78\x98\xce\xdf\x62\x4f\x41\xfb\x64\xa1\xfa\x01\xae\x54\x88\xaa\xd3\x33\xa4\xef\x00\x1f\x9c\xc0\xd5\x57\xab\x8b\xbe\x5b\xaf\x45\x21\x37\x9b\x21\x31\xdc\xac\xf6\xe0\xb6\x66\x38\x57\x56\xec\xd3\xdf\xb9\x0c\xb9\xcb\x22\xe7\x11\xcd\xe3\xe8\x71\x34\xda\x15\x8b\x6b\xf0\x96\x58\xfc\xf8\xd3\x87\x2d\xc1\x78\x52\x2f\x0e\x86\xca\x3a\x1a\xe8\xc0\x62\x87\xc1\x72\x9d\x69\x65\x20\x84\xbd\xc4\x86\x6b\xdc\x71\x56\x1e\x91\x9e\x03\xd4\x47\xa3\x7d\x9d\xc8\xae\x34\xda\x3b\x13\xeb\xa4\x23\xeb\x8e\xa2\x0c\x8a\xf3\x18\xcc\x90\x3d\xe0\xc2\xc7\xde\xaa\xcc\x69\x16\x49\xe1\xef\xbd\x0b\xee\x41\x65\x41\x9a\xc0\x77\x97\x54\xb3\xe3\xbf\xad\x61\xaf\xde\x9c\xa1\x61\x57\x2f\xb3\x6a\xb6\x24\xcd\xf3\x73\xd4\xd6\xd1\x71\x92\x1f\x5e\xac\x78\x6a\x88\x61\x4a\x36\xad\x20\x11\x3a\xa4\x3c\xda\x31\xa0\x4a\x39\x01\xa3\x9f\xaa\x54\x2f\x5a\x30\xbe\x67\x41\xca\x06\x2c\xa4\xbb\xce\x85\xd9\x73\x7d\xb2\xf6\xac\x72\xa0\x7f\xac\x4d\x0e\x40\x9f\x9a\xf3\xdf\xf0\xb2\xe7\x49\xab\x15\xef\x6c\xbf\x25\x54\xb1\x93\x6a\x7d\x71\xd5\x16\x23\x7c\x6e\x1c\xa7\x45\x19\x10\x2d\xda\xd7\xa0\x07\x49\xb5\xfb\x22\xc0\x86\x5c\x27\x70\xef\xbc\x87\xbc\x9e\xb5\xf7\x90\xfa\x8c\xa1\xd5\x62\x12\x1d\x6c\x3c\xee\x86\xd2\x9c\x13\xa8\x5a\x1d\xdc\x14\x59\x58\xbd\xaa\x5e\x95\x4b\xdd\x7a\x70\x41\xe2\x5f\xd1\x3b\xe0\xf2\x80\x00\x7a\xde\xe2\x3f\xb2\x3b\x45\x76\x9b\x31\x3e\x9f\xf0\x36\x26\xa7\x48\xef\x71\xf4\x67\x00\x00\x00\xff\xff\xf1\x45\x6b\x80\x6b\x10\x00\x00"), }, "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", @@ -9930,12 +9955,12 @@ var vfsgenAssets = func() http.FileSystem { fs["/charts/control-plane/bootstrap-secrets"].(os.FileInfo), fs["/charts/control-plane/calico"].(os.FileInfo), fs["/charts/control-plane/calico-host-protection"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal"].(os.FileInfo), fs["/charts/control-plane/kube-apiserver"].(os.FileInfo), fs["/charts/control-plane/kubelet"].(os.FileInfo), fs["/charts/control-plane/kubernetes"].(os.FileInfo), fs["/charts/control-plane/lokomotive"].(os.FileInfo), fs["/charts/control-plane/node-local-dns"].(os.FileInfo), - fs["/charts/control-plane/packet-ccm"].(os.FileInfo), fs["/charts/control-plane/pod-checkpointer"].(os.FileInfo), } fs["/charts/control-plane/bootstrap-secrets"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ @@ -10001,6 +10026,19 @@ var vfsgenAssets = func() http.FileSystem { fs["/charts/control-plane/calico-host-protection/templates/host-protection.yaml"].(os.FileInfo), fs["/charts/control-plane/calico-host-protection/templates/psp.yaml"].(os.FileInfo), } + fs["/charts/control-plane/cloud-provider-equinix-metal"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/charts/control-plane/cloud-provider-equinix-metal/Chart.yaml"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/templates"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/values.yaml"].(os.FileInfo), + } + fs["/charts/control-plane/cloud-provider-equinix-metal/templates"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/charts/control-plane/cloud-provider-equinix-metal/templates/_helpers.tpl"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrole.yaml"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/templates/clusterrolebinding.yaml"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/templates/deployment.yaml"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/templates/secret.yaml"].(os.FileInfo), + fs["/charts/control-plane/cloud-provider-equinix-metal/templates/serviceaccount.yaml"].(os.FileInfo), + } fs["/charts/control-plane/kube-apiserver"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/charts/control-plane/kube-apiserver/.helmignore"].(os.FileInfo), fs["/charts/control-plane/kube-apiserver/Chart.yaml"].(os.FileInfo), @@ -10097,16 +10135,6 @@ var vfsgenAssets = func() http.FileSystem { fs["/charts/control-plane/node-local-dns/templates/sa.yaml"].(os.FileInfo), fs["/charts/control-plane/node-local-dns/templates/service.yaml"].(os.FileInfo), } - fs["/charts/control-plane/packet-ccm"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/charts/control-plane/packet-ccm/.helmignore"].(os.FileInfo), - fs["/charts/control-plane/packet-ccm/Chart.yaml"].(os.FileInfo), - fs["/charts/control-plane/packet-ccm/templates"].(os.FileInfo), - fs["/charts/control-plane/packet-ccm/values.yaml"].(os.FileInfo), - } - fs["/charts/control-plane/packet-ccm/templates"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/charts/control-plane/packet-ccm/templates/deployment.yaml"].(os.FileInfo), - fs["/charts/control-plane/packet-ccm/templates/secrets.yaml"].(os.FileInfo), - } fs["/charts/control-plane/pod-checkpointer"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/charts/control-plane/pod-checkpointer/.helmignore"].(os.FileInfo), fs["/charts/control-plane/pod-checkpointer/Chart.yaml"].(os.FileInfo), @@ -10314,10 +10342,10 @@ var vfsgenAssets = func() http.FileSystem { fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.tf"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/calico-host-protection.yaml.tmpl"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cl"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.tf"].(os.FileInfo), + fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/outputs.tf"].(os.FileInfo), - fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.tf"].(os.FileInfo), - fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/packet-ccm.yaml.tmpl"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/ssh.tf"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/variables.tf"].(os.FileInfo), fs["/terraform-modules/equinixmetal/flatcar-linux/kubernetes/versions.tf"].(os.FileInfo), diff --git a/pkg/platform/equinixmetal/equinixmetal.go b/pkg/platform/equinixmetal/equinixmetal.go index 4810988bf..53eecc99e 100644 --- a/pkg/platform/equinixmetal/equinixmetal.go +++ b/pkg/platform/equinixmetal/equinixmetal.go @@ -161,7 +161,7 @@ func (c *config) Meta() platform.Meta { }) charts = append(charts, helm.LokomotiveChart{ - Name: "packet-ccm", + Name: "cloud-provider-equinix-metal", Namespace: "kube-system", }) @@ -175,7 +175,7 @@ func (c *config) Meta() platform.Meta { Namespace: "kube-system", }, { - Name: "packet-cloud-controller-manager", + Name: "cloud-provider-equinix-metal", Namespace: "kube-system", }, }...), diff --git a/pkg/platform/equinixmetal/template.go b/pkg/platform/equinixmetal/template.go index fe925d14e..d6480567b 100644 --- a/pkg/platform/equinixmetal/template.go +++ b/pkg/platform/equinixmetal/template.go @@ -350,8 +350,8 @@ output "lokomotive_values" { sensitive = true } -output "packet-ccm_values" { - value = module.equinixmetal-{{.Config.ClusterName}}.packet-ccm_values +output "cloud-provider-equinix-metal_values" { + value = module.equinixmetal-{{.Config.ClusterName}}.cloud-provider-equinix-metal_values sensitive = true } diff --git a/test/components/packet_ccm_test.go b/test/components/cloudprovider_equinixmetal_test.go similarity index 89% rename from test/components/packet_ccm_test.go rename to test/components/cloudprovider_equinixmetal_test.go index 3e6c55f67..e7de100ad 100644 --- a/test/components/packet_ccm_test.go +++ b/test/components/cloudprovider_equinixmetal_test.go @@ -23,12 +23,12 @@ import ( testutil "github.com/kinvolk/lokomotive/test/components/util" ) -func TestPacketCCMDeployment(t *testing.T) { +func TestCloudProviderEquinixMetalDeployment(t *testing.T) { namespace := "kube-system" client := testutil.CreateKubeClient(t) - deployment := "packet-cloud-controller-manager" + deployment := "cloud-provider-equinix-metal" testutil.WaitForDeployment(t, client, namespace, deployment, testutil.RetryInterval, testutil.Timeout) } From 2dee6ec9189220e37be9a38ac311ca557da9e950 Mon Sep 17 00:00:00 2001 From: Imran Pochi Date: Mon, 6 Sep 2021 13:06:44 +0530 Subject: [PATCH 3/4] control-plane: use custom cloud-provider-equinix-metal image This image includes the PR: https://github.com/equinix/cloud-provider-equinix-metal/pull/201 Signed-off-by: Imran Pochi --- .../kubernetes/cloud-provider-equinix-metal.yaml.tmpl | 4 ++++ pkg/assets/generated_assets.go | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl index 72a63045c..d9d66140d 100644 --- a/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl +++ b/assets/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl @@ -1,3 +1,7 @@ +# Custom image that includes the https://github.com/equinix/cloud-provider-equinix-metal/pull/201 +image: + repository: quay.io/kinvolk/cloud-provider-equinix-metal + tag: v3.2.2-1-g621c454 config: apiKey: ${api_key} projectID: ${project_id} diff --git a/pkg/assets/generated_assets.go b/pkg/assets/generated_assets.go index 65d20f5dc..31d85417f 100644 --- a/pkg/assets/generated_assets.go +++ b/pkg/assets/generated_assets.go @@ -7921,9 +7921,9 @@ var vfsgenAssets = func() http.FileSystem { "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/cloud-provider-equinix-metal.yaml.tmpl": &vfsgen۰CompressedFileInfo{ name: "cloud-provider-equinix-metal.yaml.tmpl", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), - uncompressedSize: 170, + uncompressedSize: 359, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8d\xb1\x0a\xc2\x30\x14\x45\xf7\x7c\xc5\xa3\xb8\xda\x0e\x76\x0a\xb8\xb9\x88\x20\x42\x3f\xa0\xbc\x24\xd7\x1a\x93\xe6\x85\x10\x0b\x45\xfc\x77\x29\x3a\xde\x7b\xe0\x1c\x2b\xe9\xee\x27\xad\x88\x38\xfb\x0b\x56\x4d\xbb\x37\x67\x3f\x06\xac\x1f\x45\x94\x8b\x3c\x61\xeb\xf9\xb4\xfd\xff\x31\x7a\xb7\x21\x33\xe5\xab\x38\x0c\x88\xb0\x55\x8a\xa6\x26\x4a\x90\x59\xaa\x5f\xd0\x72\xcc\x0f\x6e\x83\x4f\x8b\xc4\xd0\x7a\xe9\xcc\x94\xf7\x48\x6c\x22\xdc\xb1\x96\x17\x9a\x5f\x71\x40\x59\x50\x6e\x52\xaa\xa6\xbe\x3f\x28\xa2\x28\xec\x0c\x47\x4e\x16\x9b\x13\x73\xae\xab\xee\xba\x46\x7d\x03\x00\x00\xff\xff\x5b\x53\x36\x14\xaa\x00\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\xc1\x4a\xfc\x30\x10\x06\xf0\x7b\x9e\x62\xd8\xff\xff\xda\xc6\xed\x56\x0f\x01\x4f\x7a\x11\x41\x84\x7d\x80\x25\x4d\xc6\x74\x6c\xda\xc9\xa6\x93\x62\x11\xdf\x5d\xaa\x3d\x7b\x9c\x6f\xe0\xf7\x7d\xff\xe0\xa1\xcc\xc2\x23\xd0\x68\x03\x82\xf4\x56\x80\x26\x17\x8b\xc7\x19\xa4\x47\xe8\x45\xd2\x6c\xb4\x0e\x24\x7d\xe9\x6a\xc7\xa3\xc6\x6b\xa1\x89\x3e\xb4\x8b\x5c\x7c\x95\x32\x2f\xe4\x31\x57\x7b\x5c\x8d\x28\x36\xea\x54\x62\xd4\xcd\xcd\x51\xfd\xc0\x46\x01\x64\x4c\x3c\x93\x70\x5e\x0d\x5c\x8b\x5d\x6b\x62\x3d\xd0\xb4\x70\x1c\xfe\xa4\x14\x80\xd8\x60\x60\x39\xd5\x4d\xdd\x54\xc7\x2a\xdc\x35\x47\xd7\xde\xb6\xca\xf1\xf4\x46\x61\xb3\x6d\xa2\x67\x5c\x0d\xfc\xff\xb4\x89\x2e\x03\xae\x5f\x0a\x20\x65\x7e\x47\x27\x4f\x8f\x5b\xbe\x1f\x17\xf2\xdb\xab\x0b\xe9\x85\x3d\x9e\x31\xa2\x13\xce\x06\x0e\x91\x07\x1e\x59\x68\xc1\xda\xc6\xd4\xdb\x7a\x9f\xb6\xad\xec\x42\xaa\x70\xb2\x5d\x44\x7f\x2f\xb9\xe0\xe1\xb7\xf1\x8c\x79\xc1\xfc\xca\x59\x0c\xb4\xed\x49\x01\x44\xb6\xbe\xb3\xd1\x4e\x0e\x37\x13\xc7\x24\xab\xd1\xfa\xa0\xbe\x03\x00\x00\xff\xff\x7e\x7e\x91\x67\x67\x01\x00\x00"), }, "/terraform-modules/equinixmetal/flatcar-linux/kubernetes/controllers.tf": &vfsgen۰CompressedFileInfo{ name: "controllers.tf", From 1136eb2a52b52996c69168aed717a48726ec08c1 Mon Sep 17 00:00:00 2001 From: Imran Pochi Date: Thu, 2 Sep 2021 20:35:42 +0530 Subject: [PATCH 4/4] metallb: remove labels and custom values This commit removes the labels passed to the MetalLB ConfigMap, from nowonwards we only pass annotations. Also removes the custom values such as `metallb.lokomotive.io/` for my-asn, peer-address, peer-asn and source-address. Since the move from Packet CCM to Cloud Provider Equinix Metal, we have removed such custom annotation values from CCM and hence, these values are removed from MetalLB as well. Also updated the MetalLB image to include a fix for supporting multiple peers. This image is based on top of peer autodiscovery support (https://github.com/metallb/metallb/pull/593) and additionally contains the below commit on top. https://github.com/kinvolk/metallb/commit/86016b748a520f45403fb81abd380e65b0c39f27 Signed-off-by: Imran Pochi --- pkg/components/metallb/component_test.go | 12 +++------ pkg/components/metallb/template.go | 32 +++++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/pkg/components/metallb/component_test.go b/pkg/components/metallb/component_test.go index f98134452..5cbb65dd3 100644 --- a/pkg/components/metallb/component_test.go +++ b/pkg/components/metallb/component_test.go @@ -263,17 +263,13 @@ data: protocol: bgp peer-autodiscovery: from-annotations: - - my-asn: metallb.lokomotive.io/my-asn - peer-address: metallb.lokomotive.io/peer-address - peer-asn: metallb.lokomotive.io/peer-asn - from-labels: - hold-time: metallb.lokomotive.io/hold-time - my-asn: metallb.lokomotive.io/my-asn - peer-address: metallb.lokomotive.io/peer-address - peer-asn: metallb.lokomotive.io/peer-asn + my-asn: metal.equinix.com/node-asn + peer-address: metal.equinix.com/peer-ip + peer-asn: metal.equinix.com/peer-asn peer-port: metallb.lokomotive.io/peer-port router-id: metallb.lokomotive.io/router-id - source-address: metallb.lokomotive.io/src-address + source-address: metal.equinix.com/src-ip kind: ConfigMap metadata: name: metallb diff --git a/pkg/components/metallb/template.go b/pkg/components/metallb/template.go index dd1840556..92f610f3d 100644 --- a/pkg/components/metallb/template.go +++ b/pkg/components/metallb/template.go @@ -22,7 +22,7 @@ controller: # This image is build on top of master which is # rebased on https://github.com/metallb/metallb/pull/593. Once merged, start using # upstream image. - tag: v0.9.6-d8e5b333 + tag: v0.9.6-86016b74 nodeSelector: "node.kubernetes.io/master": "" {{- with .ControllerNodeSelectors }} @@ -36,10 +36,18 @@ controller: speaker: enabled: true image: - # This image is build on top of master which is - # rebased on https://github.com/metallb/metallb/pull/593. Once merged, start using - # upstream image. - tag: v0.9.6-d8e5b333 + # This image is based on the branch https://github.com/kinvolk/metallb/tree/imran/multiple-peers-patch + # which in turn is based on top of https://github.com/metallb/metallb/pull/593. + # Commit: https://github.com/kinvolk/metallb/commit/86016b748a520f45403fb81abd380e65b0c39f27 + + # The reason for using this image is mentioned in the commit message above and also an issue is opened + # in the Cloud Provider Equinix Metal for public discussion. + # In any case, the direction of the public discussion would determine to either continue using this + # custom image or not. + + # During upgrade of MetalLB or when the base PR #593 is merged, this commit must be cherry-picked to + # avoid regression. + tag: v0.9.6-86016b74 tolerateMaster: false {{- with .SpeakerNodeSelectors }} nodeSelector: @@ -55,18 +63,14 @@ serviceMonitor: {{ .ServiceMonitor }} configInline: peer-autodiscovery: - from-labels: - - my-asn: metallb.lokomotive.io/my-asn - peer-asn: metallb.lokomotive.io/peer-asn - peer-address: metallb.lokomotive.io/peer-address + from-annotations: + - my-asn: metal.equinix.com/node-asn + peer-address: metal.equinix.com/peer-ip + peer-asn: metal.equinix.com/peer-asn + source-address: metal.equinix.com/src-ip peer-port: metallb.lokomotive.io/peer-port - source-address: metallb.lokomotive.io/src-address hold-time: metallb.lokomotive.io/hold-time router-id: metallb.lokomotive.io/router-id - from-annotations: - - my-asn: metallb.lokomotive.io/my-asn - peer-address: metallb.lokomotive.io/peer-address - peer-asn: metallb.lokomotive.io/peer-asn address-pools: {{- range $k, $v := .AddressPools }} - name: {{ $k }}