-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
163 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,3 +165,20 @@ The above command will delete the associated resources so there will be no billa | |
| [service_accounts](outputs.tf#L46) | Service Accounts. | | | ||
|
||
<!-- END TFDOC --> | ||
|
||
## Test | ||
|
||
```hcl | ||
module "test" { | ||
source = "./fabric/blueprints/data-solutions/cloudsql-multiregion/" | ||
data_eng_principals = ["[email protected]"] | ||
postgres_user_password = "my-root-password" | ||
project_id = "project" | ||
project_create = { | ||
billing_account_id = "123456-123456-123456" | ||
parent = "folders/12345678" | ||
} | ||
prefix = "prefix" | ||
} | ||
# tftest modules=10 resources=50 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,35 @@ This blueprint can be used as a building block for setting up an end2end ML Ops | |
| [project_id](outputs.tf#L49) | Project ID. | | | ||
|
||
<!-- END TFDOC --> | ||
# TODO | ||
## TODO | ||
- Add support for User Managed Notebooks, SA permission option and non default SA for Single User mode. | ||
- Improve default naming for local VPC and Cloud NAT | ||
- Improve default naming for local VPC and Cloud NAT | ||
|
||
## Test | ||
|
||
```hcl | ||
module "test" { | ||
source = "./fabric/blueprints/data-solutions/vertex-mlops/" | ||
labels = { | ||
"env" : "dev", | ||
"team" : "ml" | ||
} | ||
bucket_name = "test-dev" | ||
dataset_name = "test" | ||
identity_pool_claims = "attribute.repository/ORGANIZATION/REPO" | ||
notebooks = { | ||
"myworkbench" : { | ||
"owner" : "[email protected]", | ||
"region" : "europe-west4", | ||
"subnet" : "default", | ||
} | ||
} | ||
prefix = "pref" | ||
project_id = "test-dev" | ||
project_create = { | ||
billing_account_id = "000000-123456-123456" | ||
parent = "folders/111111111111" | ||
} | ||
} | ||
# tftest modules=12 resources=56 | ||
``` |
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
tests/blueprints/data_solutions/cloudsql_multiregion/__init__.py
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
tests/blueprints/data_solutions/cloudsql_multiregion/fixture/main.tf
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
tests/blueprints/data_solutions/cloudsql_multiregion/test_plan.py
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
tests/blueprints/data_solutions/cmek_via_centralized_kms/__init__.py
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
tests/blueprints/data_solutions/cmek_via_centralized_kms/fixture/main.tf
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
tests/blueprints/data_solutions/cmek_via_centralized_kms/test_plan.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
tests/blueprints/data_solutions/composer_2/fixture/main.tf
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.