Skip to content

Commit

Permalink
AZUEG-14044 - add the option to switch the VM to OD before deleting t…
Browse files Browse the repository at this point in the history
…he stateful node -tests and Deployment
  • Loading branch information
lionelresnik committed Dec 11, 2024
1 parent 72112fa commit 5a5151f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,4 @@ properties:
description: |
Set the desired preference for the Spot market VM selection. (100- Availability, 0- cost)
type: integer
example: 100
vmAdmins:
type: array
description: |
* A list of strings. Defines Azure identities that are considered VM admins.
* If the list is empty, the defined behavior is "NONE".
* If the list is null, the defined behavior is "ALL”. This applies if the object is not defined.
* If an identity **contains** the string, it will be considered permitted to perform the following actions:
* Stop VM: VM admins can move the VM to a "stopped (deallocated)" state using the Azure console. If triggered by someone else, it is considered an interruption.
example: [ "@example1.com","@example2.com","service1" ]
items:
type: string
example: 100
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ properties:
minimum: 0
maximum: 371
default: 96
shouldRevertToOd:
type: boolean
default: false
description: |
Indicates whether to change the stateful node's VM lifecycle to on-demand. Can be changed to true only when shouldTerminateVms is 'false'.
example: false
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,4 @@ properties:
description: |
Set the desired preference for the Spot market VM selection. (100- Availability, 0- cost)
type: integer
example: 100
vmAdmins:
type: array
description: |
* A list of strings. Defines Azure identities that are considered VM admins.
* If the list is empty, the defined behavior is "NONE".
* If the list is null, the defined behavior is "ALL”. This applies if the object is not defined.
* If an identity **contains** the string, it will be considered permitted to perform the following actions:
* Stop VM: VM admins can move the VM to a "stopped (deallocated)" state using the Azure console. If triggered by someone else, it is considered an interruption.
example: [ "@example1.com","@example2.com","service1" ]
items:
type: string
example: 100

0 comments on commit 5a5151f

Please sign in to comment.