[Dataproc] Add attached_disk_config and missing disk_config fields to google_dataproc_workflow_template - #18945
Conversation
…_dataproc_workflow_template
…_dataproc_workflow_template
…x to secondary_worker_config in google_dataproc_workflow_template
… google_dataproc_workflow_template
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @SirGitsalot, 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 642e4f2: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_dataproc_workflow_template" "primary" {
placement {
managed_cluster {
config {
master_config {
disk_config {
attached_disk_config {
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
}
instance_flexibility_policy {
instance_selection_list {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
type = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
local_ssd_interface = # value needed
}
}
}
}
secondary_worker_config {
disk_config {
attached_disk_config {
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
}
instance_flexibility_policy {
instance_selection_list {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
type = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
local_ssd_interface = # value needed
}
}
}
}
worker_config {
disk_config {
attached_disk_config {
provisioned_iops = # value needed
provisioned_throughput = # value needed
type = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
}
instance_flexibility_policy {
instance_selection_list {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
type = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
local_ssd_interface = # value needed
}
}
}
}
}
}
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 2 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. @realdev12, @rileykarson VCR tests complete for 642e4f2! |
|
@modular-magician reassign-reviewer @SirGitsalot |
b/559176576
Description
Adds support for
attached_disk_configand missingdisk_configproperties (boot_disk_provisioned_iops,boot_disk_provisioned_throughput, andlocal_ssd_interface) togoogle_dataproc_workflow_templateacrossmaster_config,worker_config,secondary_worker_config, andinstance_selection_list.Key changes:
attached_disk_configblock supporting Hyperdisks (hyperdisk-balanced,hyperdisk-extreme,hyperdisk-ml,hyperdisk-throughput) withtype,disk_type(marked deprecated in favor oftype),disk_size_gb,provisioned_iops, andprovisioned_throughput.typeanddisk_typeduring expansion and flattening to ensure compatibility and prevent drift.attachedDiskConfigs(plural) according to protobuf and REST API specifications.boot_disk_provisioned_iops,boot_disk_provisioned_throughput, andlocal_ssd_interfacetodisk_config.Release Note