Skip to content

Commit

Permalink
OCM-9884 | feat: add AWSVolume to AWSNodePool to support custom disk …
Browse files Browse the repository at this point in the history
…sizes

Signed-off-by: wkutler <[email protected]>
  • Loading branch information
willkutler committed Jul 29, 2024
1 parent 7c366f5 commit 3cd3fec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.384 Jul 29 2024
- Add `RootVolume` attribute to `AWSNodePool` model

## 0.0.384 Jul 29 2024
- Add clusters_mgmt v2 API model

Expand Down
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/aws_node_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ class AWSNodePool {
// Which Ec2MetadataHttpTokens to use for metadata service interaction options for EC2 instances
@json(name = "ec2_metadata_http_tokens")
Ec2MetadataHttpTokens Ec2MetadataHttpTokens

// AWS Volume specification to be used to set custom worker disk size
RootVolume AWSVolume
}
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v2alpha1/aws_node_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ class AWSNodePool {
// Which Ec2MetadataHttpTokens to use for metadata service interaction options for EC2 instances
@json(name = "ec2_metadata_http_tokens")
Ec2MetadataHttpTokens Ec2MetadataHttpTokens

// AWS Volume specification to be used to set custom worker disk size
RootVolume AWSVolume
}

0 comments on commit 3cd3fec

Please sign in to comment.