GoogleCloudPlatform / scientific-computing-examples

Open Source examples using Google Cloud to solve various Scientific and Technical Computing problems.
Apache License 2.0
17 stars 11 forks source link

Rework examples to use a common foundation #26

Closed wkharold closed 2 years ago

wkharold commented 2 years ago

This PR simplifies fluxfw-gcp example deployments by factoring the necessary network, IAM, and storage components out of the individual examples into a common foundation.

The foundation is deployed using a top-level Makefile. The examples are deployed via Terraform

Multiple examples can be deployed on a single instance of the foundation.

mmm commented 2 years ago

oh, when you get a chance, maybe add entries under the flux section of the top-level readme to various fluxfw-gcp/tf/examples/{example}/ dirs?