Skip to content

Commit

Permalink
feat: add intel_icelake as possible cpu family
Browse files Browse the repository at this point in the history
  • Loading branch information
lpape-ionos committed Aug 22, 2024
1 parent 7250230 commit 1d9d155
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/compute/v1alpha1/server_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type ServerParameters struct {
// available CPU architectures can be retrieved from the datacenter resource.
//
// +immutable
// +kubebuilder:validation:Enum=AMD_OPTERON;INTEL_SKYLAKE;INTEL_XEON
// +kubebuilder:validation:Enum=AMD_OPTERON;INTEL_SKYLAKE;INTEL_XEON;INTEL_ICELAKE
CPUFamily string `json:"cpuFamily,omitempty"`
// +kubebuilder:validation:Optional
BootCdromID string `json:"bootCdromId,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/compute/v1alpha1/serverset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type ServerSetTemplateSpec struct {
// available CPU architectures can be retrieved from the datacenter resource.
//
// +immutable
// +kubebuilder:validation:Enum=AMD_OPTERON;INTEL_SKYLAKE;INTEL_XEON
// +kubebuilder:validation:Enum=AMD_OPTERON;INTEL_SKYLAKE;INTEL_XEON;INTEL_ICELAKE
CPUFamily string `json:"cpuFamily,omitempty"`
// The total number of cores for the server.
//
Expand Down
1 change: 1 addition & 0 deletions package/crds/compute.ionoscloud.crossplane.io_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ spec:
- AMD_OPTERON
- INTEL_SKYLAKE
- INTEL_XEON
- INTEL_ICELAKE
type: string
datacenterConfig:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ spec:
- AMD_OPTERON
- INTEL_SKYLAKE
- INTEL_XEON
- INTEL_ICELAKE
type: string
nics:
description: NICs are the network interfaces of the server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ spec:
- AMD_OPTERON
- INTEL_SKYLAKE
- INTEL_XEON
- INTEL_ICELAKE
type: string
nics:
description: NICs are the network interfaces of the server.
Expand Down

0 comments on commit 1d9d155

Please sign in to comment.