Skip to content

Commit

Permalink
[release/v1.54] Update filter for CentOS Linux images (#1487)
Browse files Browse the repository at this point in the history
* Update filter for CentOS Linux images

Signed-off-by: Moritz Bracht <[email protected]>

* Change vcenter datastore to ceph

Signed-off-by: Moritz Bracht <[email protected]>

Signed-off-by: Moritz Bracht <[email protected]>
  • Loading branch information
dermorz authored Nov 23, 2022
1 parent 9db6a9e commit 28f11b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/cloudprovider/provider/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,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",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
folder: '/Hamburg/vm/Kubermatic-dev'
password: << VSPHERE_PASSWORD >>
# example: 'https://your-vcenter:8443'. '/sdk' gets appended automatically
datastore: alpha1
datastore: ceph-vm
allowInsecure: true
cpus: 2
MemoryMB: 2048
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
folder: '/Hamburg/vm/Kubermatic-dev'
password: << VSPHERE_PASSWORD >>
# example: 'https://your-vcenter:8443'. '/sdk' gets appended automatically
datastore: alpha1
datastore: ceph-vm
cpus: 2
MemoryMB: 4096
diskSizeGB: << DISK_SIZE >>
Expand Down

0 comments on commit 28f11b5

Please sign in to comment.