Skip to content

Commit 2803a93

Browse files
authored
Merge branch 'aws:develop' into wip/group-test-starccm-and-openfoam
2 parents 5ef3b7e + 937dcbc commit 2803a93

File tree

101 files changed

+291
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+291
-112
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CHANGELOG
88
- Add new configuration section `Scheduling/SlurmSettings/ExternalSlurmdbd` to connect the cluster to an external Slurmdbd.
99
- Add support for Amazon Linux 2023.
1010
- Add support for `price-capacity-optimized` as an `AllocationStrategy`.
11+
- Add validator to prevent the use of Placement Groups with Capacity Blocks.
1112

1213
**BUG FIXES**
1314
- Fix DRA configuration to make `AutoExportPolicy` and `AutoImportPolicy` optional.
@@ -17,6 +18,9 @@ CHANGELOG
1718
- Allow ParallelCluster Custom Resource to suppress validators using `PclusterCluster/SuppressValidators`.
1819
- Removing `/etc/profile.d/pcluster.sh` so that it's not executed at every user login and
1920
`cfn_bootstrap_virtualenv` is not added in PATH environment variable.
21+
- Fix ParallelCluster API spec by replacing in `DescribeCluster` response the field `failureReason` with `failures`.
22+
- Fix ParallelCluster API spec by adding the CloudFormation stack status that were missing:
23+
`IMPORT_*`, `REVIEW_IN_PROGRESS` and `UPDATE_FAILED`.
2024

2125
**CHANGES**
2226
- CentOS 7 is no longer supported.

api/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ cdk.out
1818
build
1919
node_modules
2020
package.json
21+
22+
# Generated code
23+
generated

api/client/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ParallelCluster API
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 3.10.0
6+
- API version: 3.11.0
77
- Package version: 1.0.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

api/client/src/docs/CloudFormationStackStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | | must be one of ["CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", ]
7+
**value** | **str** | | must be one of ["CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "REVIEW_IN_PROGRESS", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", ]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

api/client/src/pcluster_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ParallelCluster API # noqa: E501
77
8-
The version of the OpenAPI document: 3.10.0
8+
The version of the OpenAPI document: 3.11.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

api/client/src/pcluster_client/api/cluster_compute_fleet_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.11.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_instances_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.11.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_logs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.11.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/cluster_operations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.11.0
77
Generated by: https://openapi-generator.tech
88
"""
99

api/client/src/pcluster_client/api/image_logs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
ParallelCluster API # noqa: E501
55
6-
The version of the OpenAPI document: 3.10.0
6+
The version of the OpenAPI document: 3.11.0
77
Generated by: https://openapi-generator.tech
88
"""
99

0 commit comments

Comments
 (0)