Commit Graph

4047 Commits

Author SHA1 Message Date
Julio Castillo
7dd30f104f Reorder cache file 2023-04-25 15:12:11 +02:00
Julio Castillo
0bc89d9942 Fix path again 2023-04-25 15:12:11 +02:00
Julio Castillo
b8d601bd63 Fix lockfile path 2023-04-25 15:12:11 +02:00
Julio Castillo
175d1d3893 Troubleshoot 2023-04-25 15:12:11 +02:00
Julio Castillo
49bb72d461 Troubleshoot lockfile 2023-04-25 15:12:11 +02:00
Julio Castillo
89fe36b4f4 print lockfiles 2023-04-25 15:12:11 +02:00
Julio Castillo
1b4e8eb305 Copy default versions to lockfile directory before tf init 2023-04-25 15:12:11 +02:00
Julio Castillo
20ccf7416f Enable parallel tests 2023-04-25 15:12:11 +02:00
Julio Castillo
b097d297ff Extend tests to use lockfile if available
This commints allows the test framework to use a lockfile generated
within the tools/lockfile directory. This allows reusing the provider
cache and also running tests in parallel.
2023-04-25 15:12:11 +02:00
Julio Castillo
84a7b988a3 Merge pull request #1337 from GoogleCloudPlatform/lcaggio/vertex-01
Improve Vertex mlops blueprint
2023-04-24 21:01:39 +02:00
Julio Castillo
bca8a33f1e Fix typo and blueprint module name 2023-04-24 20:36:50 +02:00
Julio Castillo
8e55374717 Merge branch 'master' into lcaggio/vertex-01 2023-04-24 20:33:03 +02:00
Julio Castillo
2d76f80967 Merge pull request #1339 from GoogleCloudPlatform/jccb/more-tests
Deprecate plan runner fixture and all its variants
2023-04-22 13:43:51 +02:00
Julio Castillo
e61df0aa3b Deprecate plan runner fixture and all its variants 2023-04-21 17:52:30 +02:00
Julio Castillo
016a4e08ae fix fast tftest directives 2023-04-21 17:51:20 +02:00
Julio Castillo
df7cf3d278 Migrate compute-mig tests 2023-04-21 17:51:20 +02:00
Julio Castillo
cb13d481d6 Migrate cloud-function tests 2023-04-21 17:51:20 +02:00
Julio Castillo
eab9053e16 Migrate billing-budget tests 2023-04-21 17:51:20 +02:00
Julio Castillo
1649787905 Migrate kms tests 2023-04-21 17:51:20 +02:00
Julio Castillo
1c7f8f5907 Migrate bigquery-dataset tests 2023-04-21 17:51:20 +02:00
Julio Castillo
230a1034ec Migrate net-address tests 2023-04-21 17:51:19 +02:00
Julio Castillo
924230eb12 Migrate gke-hub tests 2023-04-21 17:51:19 +02:00
Julio Castillo
4abe5e2baf Migrate net-ilb tests 2023-04-21 17:51:19 +02:00
Julio Castillo
c819305a42 Migrate apigee tests 2023-04-21 17:51:19 +02:00
Julio Castillo
21d25c999f Merge pull request #1338 from apichick/autopilot-fix-requests
Set all resource requests to the autopilot minimum as the existing va…
2023-04-21 14:26:49 +02:00
Julio Castillo
d6ee1b6551 Merge branch 'master' into autopilot-fix-requests 2023-04-21 14:26:13 +02:00
Avinash Jha
e881537f87 Separating GKE Standard and Autopilot Modules (#1330)
* separating GKE Standard and Autopilot Modules

* Changes for Updating the terraform and provide versions

* Changes for Autopilot Readme

* Changes for Autopilot Variable

* Changes for Autopilot Readme

* Changes for Autopilot Readme

* Changes for Blueprint

* Changes for Blueprint ReadMe

* Changes for gke-standard-cluster dependency

* Changes for gke-standard-cluster in gke-fleet

* Changes for gke-standard-cluster in cluster-mesh-gke-fleet-api

* python formatting

* python formatting

* python formatting

* GKE module naming convention

* Readme Changes

* test module

* Removing comment code from Autopilot
2023-04-21 12:08:13 +00:00
Miren Esnaola
93ceab5be9 Set all resource requests to the autopilot minimum as the existing values was causing problems with the locust workers 2023-04-21 12:58:43 +02:00
lcaggio
8488e866bc Update readme 2023-04-20 16:53:09 +02:00
lcaggio
b896ccb9e5 Update metadata types and defaults. 2023-04-19 15:20:29 +02:00
lcaggio
9fdf80738f Fix linting. 2023-04-19 14:09:40 +02:00
lcaggio
30bef8546f Create metadata yaml file 2023-04-19 12:58:00 +02:00
lcaggio
15a4dcdd71 Merge branch 'master' into lcaggio/vertex-01 2023-04-19 11:51:53 +02:00
lcaggio
f5c5ac0606 Fix python linting due to yapf new version. 2023-04-19 11:46:39 +02:00
lcaggio
f4490fcaea Fix comments 2023-04-19 11:22:50 +02:00
Julio Castillo
df8c61fe69 Merge pull request #1336 from bjohnrl/master
Certificate renewal through terraform
2023-04-19 11:20:00 +02:00
bjohnrl
e24b993550 Add lifecycle for create certificate before destroy 2023-04-19 09:24:35 +01:00
lcaggio
1f4fac2f1d fix lint 2023-04-18 17:51:24 +02:00
lcaggio
edf67fc5d0 First commit 2023-04-18 17:32:15 +02:00
bjohnrl
5807c03d88 Certifiate 2023-04-18 13:15:02 +01:00
Julio Castillo
66f00903c6 Merge pull request #1335 from jamesmao-xyz/patch-1
Inconsistent conditional result types error in net-vpc module
2023-04-18 13:07:16 +02:00
jamesmao-xyz
e1ebfeecad Fix the tf error: Inconsistent conditional result types
The conditional statement, with tomap({}) will cause the following error under terraform 1.4.5

Error: Inconsistent conditional result types
│ 
│   on ../../../modules/net-vpc/subnets.tf line 20, in locals:
│   20:   _factory_data = var.data_folder == null ? tomap({}) : {
│   21:     for f in fileset(var.data_folder, "**/*.yaml") :
│   22:     trimsuffix(basename(f), ".yaml") => yamldecode(file("${var.data_folder}/${f}"))
│   23:   }
│     ├────────────────
│     │ var.data_folder is "data/subnets/common"
│ 
│ The false result value has the wrong type: element types must all match for conversion to map.
2023-04-18 19:54:37 +10:00
Ludovico Magnocavallo
91a1168d1d rename blueprint providers file (#1334) 2023-04-18 11:44:09 +02:00
Ludo
b936a7cc8f update changelog 2023-04-18 10:33:34 +02:00
Julio Castillo
7b37bd1d57 Merge pull request #1333 from GoogleCloudPlatform/jccb/vertex-providers
Add providers to vertex-mlops blueprint
2023-04-18 10:05:15 +02:00
Julio Castillo
4b2e2d2ef7 Add providers to vertex-mlops blueprint 2023-04-18 09:42:46 +02:00
lcaggio
344f74d11b Merge pull request #1332 from GoogleCloudPlatform/lcaggio/secretmanager
Add CMEK support on Secret manager module
2023-04-18 07:05:09 +02:00
lcaggio
306b38295e Add CMEK support 2023-04-17 23:32:13 +02:00
Julio Diez
087b4c40b4 Merge pull request #1331 from juliodiez/oauth
IAP for Cloud Run GA
2023-04-17 16:43:07 +02:00
Julio Diez
d9b9f4d347 Fix conditional branch when resource does not exist 2023-04-17 16:19:25 +02:00