Add exascaleDbStorageVault and storageManagementType fields to CloudV…#18145
Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @roaks3, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 705946c: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @virgulati2003, @roaks3 VCR tests complete for 705946c! |
705946c to
a4790ba
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit a4790ba: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @virgulati2003, @roaks3 VCR tests complete for a4790ba! |
a4790ba to
0425d30
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 0425d30: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @virgulati2003, @roaks3 VCR tests complete for 0425d30! |
0425d30 to
af66b79
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit af66b79: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @virgulati2003, @roaks3 VCR tests complete for af66b79! |
Description
This PR introduces support for configuring VM Clusters on top of dedicated Exascale DB Storage Vaults using the
exascale_db_storage_vaultparameter ingoogle_oracle_database_cloud_vm_cluster.It adds two new fields:
exascale_db_storage_vault(ResourceRef, Optional, ForceNew): Associates the VM Cluster with a dedicated storage vault.storage_management_type(String, Output-only): Displays the storage system used (ASMorEXASCALE).It also registers a new end-to-end integration test sample:
oracledatabase_cloud_vmcluster_exascalewhich provisions hardware, configures Exascale, carves out a storage vault, and deploys the Exascale VM cluster on top of it.Fixes hashicorp/terraform-provider-google#28172
Release Note