cromwell icon indicating copy to clipboard operation
cromwell copied to clipboard

GCP Shared VPC support with PAPIv2.conf

Open thomasnyc opened this issue 3 years ago • 1 comments

I am trying to run Cromwell with Google backend using PAPIv2.conf. Is there a way NOT doing the project network label for network Virtual Private Network? So that I can give the full network and subnetwork address as parameter into the PAPIv2.conf file?

I saw the questions around supporting the shared VPC network in previous issues . May be using the path like --network=projects/host-gcp-project/global/networks/name-of-the-network --subnetwork=projects/host-gcp-project/regions/us-central1/subnetworks/name-of-the-subnetwork

Backend: Google

thomasnyc avatar Jul 21 '21 21:07 thomasnyc

Cromwell does not currently support direct VPC network or subnetwork name specification, though it doesn't look that functionality would be too difficult to add.

mcovarr avatar Jul 21 '21 22:07 mcovarr