Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
title: ExternalVolumeAttachmentReconfigureAction
description: A task to reconfigure the attachment for external volume.
type: object
required:
- action
properties:
action:
type: string
enum:
- attachment.reconfigure
description: The name of the action to perform (attachment.reconfigure).
contents:
description: Attachment configuration details.
$ref: "../attachment/ExternalVolumeAttachment.yml"
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ discriminator:
propertyName: action
mapping:
servers.reconfigure: ExternalVolumeServersReconfigureAction.yml
attachment.reconfigure: ExternalVolumeAttachmentReconfigureAction.yml
oneOf:
- $ref: ExternalVolumeServersReconfigureAction.yml
- $ref: ExternalVolumeAttachmentReconfigureAction.yml
2 changes: 2 additions & 0 deletions components/schemas/infrastructure/servers/NodeState.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ allOf:
- authorizing
- online
- decommissioned
- deleted
changed:
$ref: ../../DateTime.yml
desired:
Expand All @@ -25,5 +26,6 @@ allOf:
- authorizing
- online
- decommissioned
- deleted
- type: "null"
- "$ref": "../../State.yml"