Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
239 changes: 200 additions & 39 deletions manifests/0000_31_cluster-baremetal-operator_03_baremetalhost.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,106 @@ spec:
online:
description: Should the server be online?
type: boolean
raid:
description: RAID configuration for bare metal server
properties:
hardwareRAIDVolumes:
description: The list of logical disks for hardware RAID, if rootDeviceHints isn't used, first volume is root volume.
items:
description: HardwareRAIDVolume defines the desired configuration of volume in hardware RAID
properties:
level:
description: 'RAID level for the logical disk. The following levels are supported: 0;1;2;5;6;1+0;5+0;6+0.'
enum:
- "0"
- "1"
- "2"
- "5"
- "6"
- 1+0
- 5+0
- 6+0
type: string
name:
description: Name of the volume. Should be unique within the Node. If not specified, volume name will be auto-generated.
maxLength: 64
type: string
numberOfPhysicalDisks:
description: Integer, number of physical disks to use for the logical disk. Defaults to minimum number of disks required for the particular RAID level.
minimum: 1
type: integer
rotational:
description: Select disks with only rotational or solid-state storage
type: boolean
sizeGibibytes:
description: Size (Integer) of the logical disk to be created in GiB. If unspecified or set be 0, the maximum capacity of disk will be used for logical disk.
minimum: 0
type: integer
required:
- level
type: object
type: array
softwareRAIDVolumes:
description: The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure.
items:
description: SoftwareRAIDVolume defines the desired configuration of volume in software RAID
properties:
level:
description: 'RAID level for the logical disk. The following levels are supported: 0;1;1+0.'
enum:
- "0"
- "1"
- 1+0
type: string
physicalDisks:
description: A list of device hints, the number of items should be greater than or equal to 2.
items:
description: RootDeviceHints holds the hints for specifying the storage location for the root filesystem for the image.
properties:
deviceName:
description: A Linux device name like "/dev/vda". The hint must match the actual value exactly.
type: string
hctl:
description: A SCSI bus address like 0:0:0:0. The hint must match the actual value exactly.
type: string
minSizeGigabytes:
description: The minimum size of the device in Gigabytes.
minimum: 0
type: integer
model:
description: A vendor-specific device identifier. The hint can be a substring of the actual value.
type: string
rotational:
description: True if the device should use spinning media, false otherwise.
type: boolean
serialNumber:
description: Device serial number. The hint must match the actual value exactly.
type: string
vendor:
description: The name of the vendor or manufacturer of the device. The hint can be a substring of the actual value.
type: string
wwn:
description: Unique storage identifier. The hint must match the actual value exactly.
type: string
wwnVendorExtension:
description: Unique vendor storage identifier. The hint must match the actual value exactly.
type: string
wwnWithExtension:
description: Unique storage identifier with the vendor extension appended. The hint must match the actual value exactly.
type: string
type: object
minItems: 2
type: array
sizeGibibytes:
description: Size (Integer) of the logical disk to be created in GiB. If unspecified or set be 0, the maximum capacity of disk will be used for logical disk.
minimum: 0
type: integer
required:
- level
type: object
maxItems: 2
type: array
type: object
rootDeviceHints:
description: Provide guidance about how to choose the device for the image being provisioned.
properties:
Expand Down Expand Up @@ -307,12 +407,6 @@ spec:
type: array
model:
type: string
required:
- arch
- clockMegahertz
- count
- flags
- model
type: object
firmware:
description: Firmware describes the firmware on the host.
Expand All @@ -329,13 +423,7 @@ spec:
version:
description: The version of the BIOS
type: string
required:
- date
- vendor
- version
type: object
required:
- bios
type: object
hostname:
type: string
Expand Down Expand Up @@ -381,18 +469,8 @@ spec:
type: integer
name:
type: string
required:
- id
type: object
type: array
required:
- ip
- mac
- model
- name
- pxe
- speedGbps
- vlanId
type: object
type: array
ramMebibytes:
Expand Down Expand Up @@ -432,11 +510,6 @@ spec:
wwnWithExtension:
description: The WWN with the extension
type: string
required:
- name
- rotational
- serialNumber
- sizeBytes
type: object
type: array
systemVendor:
Expand All @@ -448,19 +521,7 @@ spec:
type: string
serialNumber:
type: string
required:
- manufacturer
- productName
- serialNumber
type: object
required:
- cpu
- firmware
- hostname
- nics
- ramMebibytes
- storage
- systemVendor
type: object
hardwareProfile:
description: The name of the profile matching the hardware details.
Expand Down Expand Up @@ -574,6 +635,106 @@ spec:
required:
- url
type: object
raid:
description: The Raid set by the user
properties:
hardwareRAIDVolumes:
description: The list of logical disks for hardware RAID, if rootDeviceHints isn't used, first volume is root volume.
items:
description: HardwareRAIDVolume defines the desired configuration of volume in hardware RAID
properties:
level:
description: 'RAID level for the logical disk. The following levels are supported: 0;1;2;5;6;1+0;5+0;6+0.'
enum:
- "0"
- "1"
- "2"
- "5"
- "6"
- 1+0
- 5+0
- 6+0
type: string
name:
description: Name of the volume. Should be unique within the Node. If not specified, volume name will be auto-generated.
maxLength: 64
type: string
numberOfPhysicalDisks:
description: Integer, number of physical disks to use for the logical disk. Defaults to minimum number of disks required for the particular RAID level.
minimum: 1
type: integer
rotational:
description: Select disks with only rotational or solid-state storage
type: boolean
sizeGibibytes:
description: Size (Integer) of the logical disk to be created in GiB. If unspecified or set be 0, the maximum capacity of disk will be used for logical disk.
minimum: 0
type: integer
required:
- level
type: object
type: array
softwareRAIDVolumes:
description: The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure.
items:
description: SoftwareRAIDVolume defines the desired configuration of volume in software RAID
properties:
level:
description: 'RAID level for the logical disk. The following levels are supported: 0;1;1+0.'
enum:
- "0"
- "1"
- 1+0
type: string
physicalDisks:
description: A list of device hints, the number of items should be greater than or equal to 2.
items:
description: RootDeviceHints holds the hints for specifying the storage location for the root filesystem for the image.
properties:
deviceName:
description: A Linux device name like "/dev/vda". The hint must match the actual value exactly.
type: string
hctl:
description: A SCSI bus address like 0:0:0:0. The hint must match the actual value exactly.
type: string
minSizeGigabytes:
description: The minimum size of the device in Gigabytes.
minimum: 0
type: integer
model:
description: A vendor-specific device identifier. The hint can be a substring of the actual value.
type: string
rotational:
description: True if the device should use spinning media, false otherwise.
type: boolean
serialNumber:
description: Device serial number. The hint must match the actual value exactly.
type: string
vendor:
description: The name of the vendor or manufacturer of the device. The hint can be a substring of the actual value.
type: string
wwn:
description: Unique storage identifier. The hint must match the actual value exactly.
type: string
wwnVendorExtension:
description: Unique vendor storage identifier. The hint must match the actual value exactly.
type: string
wwnWithExtension:
description: Unique storage identifier with the vendor extension appended. The hint must match the actual value exactly.
type: string
type: object
minItems: 2
type: array
sizeGibibytes:
description: Size (Integer) of the logical disk to be created in GiB. If unspecified or set be 0, the maximum capacity of disk will be used for logical disk.
minimum: 0
type: integer
required:
- level
type: object
maxItems: 2
type: array
type: object
rootDeviceHints:
description: The RootDevicehints set by the user
properties:
Expand Down