Skip to content

Commit a473858

Browse files
committed
2015218 Added deprecation message for instanceTypeID
1 parent a8fbd3f commit a473858

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,10 @@ Additional {rh-virtualization} configuration parameters for machine pools are de
10791079

10801080
|`<machine-pool>.platform.ovirt.instanceTypeID`
10811081
|Optional. An instance type UUID, such as `00000009-0009-0009-0009-0000000000f1`, which you can get from the `https://<engine-fqdn>/ovirt-engine/api/instancetypes` endpoint.
1082+
[WARNING]
1083+
====
1084+
The `instance_type_id` field is deprecated and will be removed in a future release.
1085+
====
10821086
|String of UUID
10831087

10841088
|`<machine-pool>.platform.ovirt.osDisk`

modules/machineset-yaml-rhv.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
8383

8484
<7> Specify the {rh-virtualization} VM template to use to create the machine.
8585

86-
<8> Optional: Specify the VM instance type. If you include this parameter, you do not need to specify the hardware parameters of the VM including CPU and memory because this parameter overrides all hardware parameters.
86+
<8> Optional: Specify the VM instance type.
87+
+
88+
[WARNING]
89+
====
90+
The `instance_type_id` field is deprecated and will be removed in a future release.
91+
====
92+
+
93+
If you include this parameter, you do not need to specify the hardware parameters of the VM including CPU and memory because this parameter overrides all hardware parameters.
8794

8895
<9> Optional: The CPU field contains the CPU's configuration, including sockets, cores, and threads.
8996

0 commit comments

Comments
 (0)