diff --git a/.prow.yaml b/.prow.yaml index 578b663de..5c5c58db2 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -550,7 +550,7 @@ presubmits: labels: preset-hetzner: "true" preset-e2e-ssh: "true" - preset-vsphere-legacy: "true" + preset-vsphere: "true" preset-rhel: "true" preset-goproxy: "true" spec: @@ -794,7 +794,7 @@ presubmits: error_on_eviction: true clone_uri: "ssh://git@github.com/kubermatic/machine-controller.git" labels: - preset-vsphere-legacy: "true" + preset-vsphere: "true" preset-rhel: "true" preset-hetzner: "true" preset-e2e-ssh: "true" @@ -817,7 +817,7 @@ presubmits: error_on_eviction: true clone_uri: "ssh://git@github.com/kubermatic/machine-controller.git" labels: - preset-vsphere-legacy: "true" + preset-vsphere: "true" preset-rhel: "true" preset-hetzner: "true" preset-e2e-ssh: "true" diff --git a/pkg/cloudprovider/provider/aws/provider.go b/pkg/cloudprovider/provider/aws/provider.go index c9e243043..d4d76aa18 100644 --- a/pkg/cloudprovider/provider/aws/provider.go +++ b/pkg/cloudprovider/provider/aws/provider.go @@ -101,12 +101,12 @@ var ( // Source: https://wiki.centos.org/Cloud/AWS providerconfigtypes.OperatingSystemCentOS: { awstypes.CPUArchitectureX86_64: { - description: "CentOS 7* x86_64", + description: "CentOS Linux 7* x86_64*", // The AWS marketplace ID from CentOS Community Platform Engineering (CPE) owner: "125523088429", }, awstypes.CPUArchitectureARM64: { - description: "CentOS 7* aarch64", + description: "CentOS Linux 7* aarch64*", // The AWS marketplace ID from CentOS Community Platform Engineering (CPE) owner: "125523088429", }, diff --git a/test/e2e/provisioning/testdata/machinedeployment-nutanix.yaml b/test/e2e/provisioning/testdata/machinedeployment-nutanix.yaml index ddc753588..5a2bea06a 100644 --- a/test/e2e/provisioning/testdata/machinedeployment-nutanix.yaml +++ b/test/e2e/provisioning/testdata/machinedeployment-nutanix.yaml @@ -27,7 +27,6 @@ spec: username: '<< NUTANIX_USERNAME >>' password: '<< NUTANIX_PASSWORD >>' endpoint: '<< NUTANIX_ENDPOINT >>' - proxyURL: '<< NUTANIX_PROXY_URL >>' allowInsecure: true clusterName: '<< NUTANIX_CLUSTER >>' projectName: '<< NUTANIX_PROJECT >>' diff --git a/test/e2e/provisioning/testdata/machinedeployment-vsphere-datastore-cluster.yaml b/test/e2e/provisioning/testdata/machinedeployment-vsphere-datastore-cluster.yaml index e22c05001..dbb7215a4 100644 --- a/test/e2e/provisioning/testdata/machinedeployment-vsphere-datastore-cluster.yaml +++ b/test/e2e/provisioning/testdata/machinedeployment-vsphere-datastore-cluster.yaml @@ -27,8 +27,8 @@ spec: templateVMName: 'machine-controller-e2e-<< OS_NAME >>' username: '<< VSPHERE_USERNAME >>' vsphereURL: '<< VSPHERE_ADDRESS >>' - datacenter: 'dc-1' - folder: '/dc-1/vm/e2e-tests' + datacenter: 'Hamburg' + folder: '/Hamburg/vm/Kubermatic-ci' password: << VSPHERE_PASSWORD >> # example: 'https://your-vcenter:8443'. '/sdk' gets appended automatically datastoreCluster: 'dsc-1' diff --git a/test/e2e/provisioning/testdata/machinedeployment-vsphere-resource-pool.yaml b/test/e2e/provisioning/testdata/machinedeployment-vsphere-resource-pool.yaml index c2b42657f..fe3396882 100644 --- a/test/e2e/provisioning/testdata/machinedeployment-vsphere-resource-pool.yaml +++ b/test/e2e/provisioning/testdata/machinedeployment-vsphere-resource-pool.yaml @@ -27,8 +27,8 @@ spec: templateVMName: 'machine-controller-e2e-<< OS_NAME >>' username: '<< VSPHERE_USERNAME >>' vsphereURL: '<< VSPHERE_ADDRESS >>' - datacenter: 'dc-1' - folder: '/dc-1/vm/e2e-tests' + datacenter: 'Hamburg' + folder: '/Hamburg/vm/Kubermatic-ci' password: << VSPHERE_PASSWORD >> # example: 'https://your-vcenter:8443'. '/sdk' gets appended automatically datastoreCluster: 'dsc-1' diff --git a/test/e2e/provisioning/testdata/machinedeployment-vsphere-static-ip.yaml b/test/e2e/provisioning/testdata/machinedeployment-vsphere-static-ip.yaml index a55afc1de..5e926b1fa 100644 --- a/test/e2e/provisioning/testdata/machinedeployment-vsphere-static-ip.yaml +++ b/test/e2e/provisioning/testdata/machinedeployment-vsphere-static-ip.yaml @@ -27,11 +27,11 @@ spec: templateVMName: '<< OS_NAME >>-template' username: '<< VSPHERE_USERNAME >>' vsphereURL: '<< VSPHERE_ADDRESS >>' - datacenter: 'dc-1' - folder: '/dc-1/vm/e2e-tests' + datacenter: 'Hamburg' + folder: '/Hamburg/vm/Kubermatic-ci' password: << VSPHERE_PASSWORD >> # example: 'https://your-vcenter:8443'. '/sdk' gets appended automatically - datastore: datastore1 + datastore: ceph-vm allowInsecure: true cpus: 2 MemoryMB: 2048 diff --git a/test/e2e/provisioning/testdata/machinedeployment-vsphere.yaml b/test/e2e/provisioning/testdata/machinedeployment-vsphere.yaml index 49101efc5..0bc3d2c9b 100644 --- a/test/e2e/provisioning/testdata/machinedeployment-vsphere.yaml +++ b/test/e2e/provisioning/testdata/machinedeployment-vsphere.yaml @@ -27,11 +27,11 @@ spec: templateVMName: 'machine-controller-e2e-<< OS_NAME >>' username: '<< VSPHERE_USERNAME >>' vsphereURL: '<< VSPHERE_ADDRESS >>' - datacenter: 'dc-1' - folder: '/dc-1/vm/e2e-tests' + datacenter: 'Hamburg' + folder: '/Hamburg/vm/Kubermatic-ci' password: << VSPHERE_PASSWORD >> # example: 'https://your-vcenter:8443'. '/sdk' gets appended automatically - datastore: HS-FreeNAS + datastore: ceph-vm cpus: 2 MemoryMB: 4096 diskSizeGB: << DISK_SIZE >>