You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/data/install.openshift.io_installconfigs.yaml
+200Lines changed: 200 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,56 @@ spec:
211
211
- AMDEncryptedVirtualizationNestedPaging
212
212
type: string
213
213
type: object
214
+
hostPlacement:
215
+
description: |-
216
+
hostPlacement configures placement on AWS Dedicated Hosts. This allows admins to assign instances to specific host
217
+
for a variety of needs including for regulatory compliance, to leverage existing per-socket or per-core software licenses (BYOL),
218
+
and to gain visibility and control over instance placement on a physical server.
219
+
When omitted, the instance is not constrained to a dedicated host.
220
+
properties:
221
+
affinity:
222
+
description: |-
223
+
affinity specifies the affinity setting for the instance.
224
+
Allowed values are AnyAvailable and DedicatedHost.
225
+
When Affinity is set to DedicatedHost, an instance started onto a specific host always restarts on the same host if stopped. In this scenario, the `dedicatedHost` field must be set.
226
+
When Affinity is set to AnyAvailable, and you stop and restart the instance, it can be restarted on any available host.
227
+
enum:
228
+
- DedicatedHost
229
+
- AnyAvailable
230
+
type: string
231
+
dedicatedHost:
232
+
description: |-
233
+
dedicatedHost specifies the exact host that an instance should be restarted on if stopped.
234
+
dedicatedHost is required when 'affinity' is set to DedicatedHost, and forbidden otherwise.
235
+
items:
236
+
description: DedicatedHost represents the configuration
237
+
for the usage of dedicated host.
238
+
properties:
239
+
id:
240
+
description: |-
241
+
id identifies the AWS Dedicated Host on which the instance must run.
242
+
The value must start with "h-" followed by 17 lowercase hexadecimal characters (0-9 and a-f).
243
+
Must be exactly 19 characters in length.
244
+
maxLength: 19
245
+
minLength: 19
246
+
type: string
247
+
x-kubernetes-validations:
248
+
- message: hostID must start with 'h-' followed
249
+
by 17 lowercase hexadecimal characters (0-9
250
+
and a-f)
251
+
rule: self.matches('^h-[0-9a-f]{17}$')
252
+
required:
253
+
- id
254
+
type: object
255
+
type: array
256
+
required:
257
+
- affinity
258
+
type: object
259
+
x-kubernetes-validations:
260
+
- message: dedicatedHost is required when affinity is DedicatedHost,
IAMProfile is the name of the IAM instance profile to use for the machine.
@@ -1783,6 +1833,56 @@ spec:
1783
1833
- AMDEncryptedVirtualizationNestedPaging
1784
1834
type: string
1785
1835
type: object
1836
+
hostPlacement:
1837
+
description: |-
1838
+
hostPlacement configures placement on AWS Dedicated Hosts. This allows admins to assign instances to specific host
1839
+
for a variety of needs including for regulatory compliance, to leverage existing per-socket or per-core software licenses (BYOL),
1840
+
and to gain visibility and control over instance placement on a physical server.
1841
+
When omitted, the instance is not constrained to a dedicated host.
1842
+
properties:
1843
+
affinity:
1844
+
description: |-
1845
+
affinity specifies the affinity setting for the instance.
1846
+
Allowed values are AnyAvailable and DedicatedHost.
1847
+
When Affinity is set to DedicatedHost, an instance started onto a specific host always restarts on the same host if stopped. In this scenario, the `dedicatedHost` field must be set.
1848
+
When Affinity is set to AnyAvailable, and you stop and restart the instance, it can be restarted on any available host.
1849
+
enum:
1850
+
- DedicatedHost
1851
+
- AnyAvailable
1852
+
type: string
1853
+
dedicatedHost:
1854
+
description: |-
1855
+
dedicatedHost specifies the exact host that an instance should be restarted on if stopped.
1856
+
dedicatedHost is required when 'affinity' is set to DedicatedHost, and forbidden otherwise.
1857
+
items:
1858
+
description: DedicatedHost represents the configuration
1859
+
for the usage of dedicated host.
1860
+
properties:
1861
+
id:
1862
+
description: |-
1863
+
id identifies the AWS Dedicated Host on which the instance must run.
1864
+
The value must start with "h-" followed by 17 lowercase hexadecimal characters (0-9 and a-f).
1865
+
Must be exactly 19 characters in length.
1866
+
maxLength: 19
1867
+
minLength: 19
1868
+
type: string
1869
+
x-kubernetes-validations:
1870
+
- message: hostID must start with 'h-' followed
1871
+
by 17 lowercase hexadecimal characters (0-9
1872
+
and a-f)
1873
+
rule: self.matches('^h-[0-9a-f]{17}$')
1874
+
required:
1875
+
- id
1876
+
type: object
1877
+
type: array
1878
+
required:
1879
+
- affinity
1880
+
type: object
1881
+
x-kubernetes-validations:
1882
+
- message: dedicatedHost is required when affinity is DedicatedHost,
IAMProfile is the name of the IAM instance profile to use for the machine.
@@ -3295,6 +3395,56 @@ spec:
3295
3395
- AMDEncryptedVirtualizationNestedPaging
3296
3396
type: string
3297
3397
type: object
3398
+
hostPlacement:
3399
+
description: |-
3400
+
hostPlacement configures placement on AWS Dedicated Hosts. This allows admins to assign instances to specific host
3401
+
for a variety of needs including for regulatory compliance, to leverage existing per-socket or per-core software licenses (BYOL),
3402
+
and to gain visibility and control over instance placement on a physical server.
3403
+
When omitted, the instance is not constrained to a dedicated host.
3404
+
properties:
3405
+
affinity:
3406
+
description: |-
3407
+
affinity specifies the affinity setting for the instance.
3408
+
Allowed values are AnyAvailable and DedicatedHost.
3409
+
When Affinity is set to DedicatedHost, an instance started onto a specific host always restarts on the same host if stopped. In this scenario, the `dedicatedHost` field must be set.
3410
+
When Affinity is set to AnyAvailable, and you stop and restart the instance, it can be restarted on any available host.
3411
+
enum:
3412
+
- DedicatedHost
3413
+
- AnyAvailable
3414
+
type: string
3415
+
dedicatedHost:
3416
+
description: |-
3417
+
dedicatedHost specifies the exact host that an instance should be restarted on if stopped.
3418
+
dedicatedHost is required when 'affinity' is set to DedicatedHost, and forbidden otherwise.
3419
+
items:
3420
+
description: DedicatedHost represents the configuration
3421
+
for the usage of dedicated host.
3422
+
properties:
3423
+
id:
3424
+
description: |-
3425
+
id identifies the AWS Dedicated Host on which the instance must run.
3426
+
The value must start with "h-" followed by 17 lowercase hexadecimal characters (0-9 and a-f).
3427
+
Must be exactly 19 characters in length.
3428
+
maxLength: 19
3429
+
minLength: 19
3430
+
type: string
3431
+
x-kubernetes-validations:
3432
+
- message: hostID must start with 'h-' followed
3433
+
by 17 lowercase hexadecimal characters (0-9
3434
+
and a-f)
3435
+
rule: self.matches('^h-[0-9a-f]{17}$')
3436
+
required:
3437
+
- id
3438
+
type: object
3439
+
type: array
3440
+
required:
3441
+
- affinity
3442
+
type: object
3443
+
x-kubernetes-validations:
3444
+
- message: dedicatedHost is required when affinity is DedicatedHost,
IAMProfile is the name of the IAM instance profile to use for the machine.
@@ -4995,6 +5145,56 @@ spec:
4995
5145
- AMDEncryptedVirtualizationNestedPaging
4996
5146
type: string
4997
5147
type: object
5148
+
hostPlacement:
5149
+
description: |-
5150
+
hostPlacement configures placement on AWS Dedicated Hosts. This allows admins to assign instances to specific host
5151
+
for a variety of needs including for regulatory compliance, to leverage existing per-socket or per-core software licenses (BYOL),
5152
+
and to gain visibility and control over instance placement on a physical server.
5153
+
When omitted, the instance is not constrained to a dedicated host.
5154
+
properties:
5155
+
affinity:
5156
+
description: |-
5157
+
affinity specifies the affinity setting for the instance.
5158
+
Allowed values are AnyAvailable and DedicatedHost.
5159
+
When Affinity is set to DedicatedHost, an instance started onto a specific host always restarts on the same host if stopped. In this scenario, the `dedicatedHost` field must be set.
5160
+
When Affinity is set to AnyAvailable, and you stop and restart the instance, it can be restarted on any available host.
5161
+
enum:
5162
+
- DedicatedHost
5163
+
- AnyAvailable
5164
+
type: string
5165
+
dedicatedHost:
5166
+
description: |-
5167
+
dedicatedHost specifies the exact host that an instance should be restarted on if stopped.
5168
+
dedicatedHost is required when 'affinity' is set to DedicatedHost, and forbidden otherwise.
5169
+
items:
5170
+
description: DedicatedHost represents the configuration
5171
+
for the usage of dedicated host.
5172
+
properties:
5173
+
id:
5174
+
description: |-
5175
+
id identifies the AWS Dedicated Host on which the instance must run.
5176
+
The value must start with "h-" followed by 17 lowercase hexadecimal characters (0-9 and a-f).
5177
+
Must be exactly 19 characters in length.
5178
+
maxLength: 19
5179
+
minLength: 19
5180
+
type: string
5181
+
x-kubernetes-validations:
5182
+
- message: hostID must start with 'h-' followed
5183
+
by 17 lowercase hexadecimal characters (0-9
5184
+
and a-f)
5185
+
rule: self.matches('^h-[0-9a-f]{17}$')
5186
+
required:
5187
+
- id
5188
+
type: object
5189
+
type: array
5190
+
required:
5191
+
- affinity
5192
+
type: object
5193
+
x-kubernetes-validations:
5194
+
- message: dedicatedHost is required when affinity is DedicatedHost,
0 commit comments