-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] CCE: Fix CCE Nodepool Update (#2743)
[Fix] CCE: Fix CCE Nodepool Update Summary of the Pull Request Fixes change in nodepool update function. PR Checklist Refers to: #2726 Tests added/passed. Release notes added. Acceptance Steps Performed === RUN TestAccCCENodePoolsV3_basic === PAUSE TestAccCCENodePoolsV3_basic === CONT TestAccCCENodePoolsV3_basic resource_opentelekomcloud_cce_node_pool_v3_test.go:45: Cluster is required by the test. 1 test(s) are using cluster. cluster.go:121: starting creating shared cluster 2024/11/22 15:03:14 [DEBUG] Waiting for state to become: [Available] 2024/11/22 15:03:20 [TRACE] Waiting 3s before next try 2024/11/22 15:03:23 [TRACE] Waiting 6s before next try 2024/11/22 15:03:29 [TRACE] Waiting 10s before next try ... 2024/11/22 15:08:05 [TRACE] Waiting 10s before next try 2024/11/22 15:08:15 [TRACE] Waiting 10s before next try cluster.go:117: Cluster usage is 0 now, ready to delete the cluster cluster.go:80: starting deleting shared cluster --- PASS: TestAccCCENodePoolsV3_basic (844.05s) PASS Reviewed-by: Anton Sidelnikov
- Loading branch information
1 parent
1c5af71
commit f6e8b63
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/cce-fix-update-nodepool-3eabe24305afa2be.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
fixes: | ||
- | | ||
**[CCE]** Removed discarded parameters in ``resource/opentelekomcloud_cce_node_pool_v3`` (`#2743 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2743>`_) |