From 591655553ffffd8187aa6a8939aad3005a829ad0 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Fri, 30 Apr 2021 15:51:57 -0400 Subject: [PATCH] vsphere: platform none, move to base The template is being moved from `templates/common/vsphere` which is only applied when `platform: vsphere` is set. There are customers running `platform: none` on vSphere or ESXi directly that can be effected by the vmxnet3v4 issue. --- .../files/vsphere-disable-vmxnet3v4-features.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename templates/common/{vsphere => _base}/files/vsphere-disable-vmxnet3v4-features.yaml (100%) diff --git a/templates/common/vsphere/files/vsphere-disable-vmxnet3v4-features.yaml b/templates/common/_base/files/vsphere-disable-vmxnet3v4-features.yaml similarity index 100% rename from templates/common/vsphere/files/vsphere-disable-vmxnet3v4-features.yaml rename to templates/common/_base/files/vsphere-disable-vmxnet3v4-features.yaml