Skip to content

Commit 6e787aa

Browse files
authored
Merge pull request #37745 from stoobie/2015218
BZ#2015218: Added deprecation message for instanceTypeID
2 parents e6b321a + a473858 commit 6e787aa

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
@@ -1085,6 +1085,10 @@ Additional {rh-virtualization} configuration parameters for machine pools are de
10851085

10861086
|`<machine-pool>.platform.ovirt.instanceTypeID`
10871087
|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.
1088+
[WARNING]
1089+
====
1090+
The `instance_type_id` field is deprecated and will be removed in a future release.
1091+
====
10881092
|String of UUID
10891093

10901094
|`<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)