Skip to content

Commit

Permalink
Merge pull request #967 from willkutler/feat/OCM-9884
Browse files Browse the repository at this point in the history
OCM-9884 | feat: add AWSVolume to AWSNodePool to support custom disk sizes
  • Loading branch information
robpblake authored Jul 30, 2024
2 parents 26891cf + 122857a commit c2b0165
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.386 Jul 29 2024
- Add `RootVolume` attribute to `AWSNodePool` model

## 0.0.385 Jul 29 2024
- Update WIF endpoint path
- Remove WIF templates endpoints
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 c2b0165

Please sign in to comment.