UpdateStrategyEnum
Cloud service customer expect cloud images to be updated regularly, in order to always get the image with the lasted patches.
URI: UpdateStrategyEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
maximum_security | None | Apply security updates ('patch version') to guarantee the security and stabil... |
minimal_downtime | None | Apply security updates ('patch version') to guarantee the security and stabil... |
do_not_update | None | Not advised |
Slots
Name | Description |
---|---|
updateStrategy | Details on provider's image update strategy of this image |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#image
LinkML Source
name: UpdateStrategyEnum
description: Cloud service customer expect cloud images to be updated regularly, in
order to always get the image with the lasted patches.
from_schema: https://w3id.org/gaia-x/development#image
permissible_values:
maximum_security:
text: maximum_security
description: Apply security updates ('patch version') to guarantee the security
and stability of the service. The update may cause downtime of a few minutes
during the rolling update.
minimal_downtime:
text: minimal_downtime
description: Apply security updates ('patch version') to guarantee the security
and stability of the service. If the update cannot carry out a rolling update
without stopping the service, it will be postponed.
do_not_update:
text: do_not_update
description: Not advised. The service provider reserves the right to exceptionally
perform update in critical cases that limit the security of the infrastructure.