avast / wanna-ml

Complete MLOps framework for Vertex-AI
MIT License
17 stars 3 forks source link

MLOPS 99 - Allow Shared VPC networks and subnets #19

Closed jsilva closed 2 years ago

jsilva commented 2 years ago

Current WANNA assumes the network lives in the same GCP project declared in the gcp profile, however this is not always the case in particular with Shared VPCs.

This PR adds support for this, with exception to managed notebooks as there is an open case on a GCP 500 error issue.