Skip to content

Commit e11436e

Browse files
BengangYlindig
authored andcommitted
CP-50135: Bump datamodel_lifecycle for anti-affinity
datamodel_lifecycle.ml needs to be bumped to 24.18.0-next for anti-affinity change. Signed-off-by: Bengang Yuan <bengang.yuan@cloud.com>
1 parent 6dd7a48 commit e11436e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
let prototyped_of_class = function
2+
| "VM_group" ->
3+
Some "24.18.0-next"
24
| "Observer" ->
35
Some "23.14.0"
46
| "VTPM" ->
@@ -7,6 +9,10 @@ let prototyped_of_class = function
79
None
810

911
let prototyped_of_field = function
12+
| "VM_group", "VMs" ->
13+
Some "24.18.0-next"
14+
| "VM_group", "placement" ->
15+
Some "24.18.0-next"
1016
| "Observer", "enabled" ->
1117
Some "23.14.0"
1218
| "Observer", "components" ->
@@ -55,6 +61,8 @@ let prototyped_of_field = function
5561
Some "22.27.0"
5662
| "host", "last_software_update" ->
5763
Some "22.20.0"
64+
| "VM", "groups" ->
65+
Some "24.18.0-next"
5866
| "VM", "pending_guidances_full" ->
5967
Some "24.10.0"
6068
| "VM", "pending_guidances_recommended" ->
@@ -63,6 +71,8 @@ let prototyped_of_field = function
6371
Some "23.18.0"
6472
| "VM", "actions__after_softreboot" ->
6573
Some "23.1.0"
74+
| "pool", "recommendations" ->
75+
Some "24.18.0-next"
6676
| "pool", "update_sync_enabled" ->
6777
Some "23.18.0"
6878
| "pool", "update_sync_day" ->
@@ -139,6 +149,8 @@ let prototyped_of_message = function
139149
Some "24.17.0"
140150
| "VM", "restart_device_models" ->
141151
Some "23.30.0"
152+
| "VM", "set_groups" ->
153+
Some "24.18.0-next"
142154
| "pool", "get_guest_secureboot_readiness" ->
143155
Some "24.17.0"
144156
| "pool", "set_ext_auth_max_threads" ->

0 commit comments

Comments
 (0)