Commit Graph

3854 Commits

Author SHA1 Message Date
Ludovico Magnocavallo cfc4b28600
Update CONTRIBUTING.md 2023-03-16 07:24:12 +01:00
Anton KOVACH d7991709c3
Merge pull request #1240 from antonkovach/feature/fast-cicd-github-enable-populating-of-data-directory-sample-files-and-update-dependencies
feat: Enable populating of data directory and .sample files and update dependencies in 0-cicd-github
2023-03-15 14:55:07 +01:00
Anton KOVACH 5d8cbd3c57
Merge branch 'master' into feature/fast-cicd-github-enable-populating-of-data-directory-sample-files-and-update-dependencies 2023-03-15 11:57:21 +01:00
Ludovico Magnocavallo 2794cb6f24
Fix #1139 (#1249) 2023-03-15 11:43:43 +01:00
Anton KOVACH 1355ee4c44 Refactor to avoid explicit dependencies 2023-03-15 10:07:09 +01:00
Ludovico Magnocavallo 892b5b3446
Merge branch 'master' into feature/fast-cicd-github-enable-populating-of-data-directory-sample-files-and-update-dependencies 2023-03-14 19:25:24 +01:00
Julio Diez 5daa83f72a
Merge pull request #1248 from juliodiez/master
Add link to public serverless networking guide
2023-03-14 18:05:44 +01:00
Julio Diez c7ca4325c3
Merge branch 'master' into master 2023-03-14 17:46:26 +01:00
Natalia Strelkova 8f141e36d6
Merge pull request #1247 from GoogleCloudPlatform/fast-resman-gke-gcs-location
Fast: resman: location and storage class added to GKE GCS buckets
2023-03-14 15:37:15 +00:00
Julio Diez b3139004b0 Add link to public serverless networking guide 2023-03-14 16:14:19 +01:00
Natalia Strelkova fe7725e7d0 formatting 2023-03-14 14:48:04 +00:00
Natalia Strelkova 8bf3e11f34
location and storage class added to GKE GCS buckets 2023-03-14 15:43:55 +01:00
Julio Castillo 7975dac11c
Merge pull request #1246 from GoogleCloudPlatform/jccb/project-wait-services
Delay creation of SVPC host bindings until APIs and JIT SAs are done
2023-03-14 15:16:59 +01:00
Julio Castillo c82f142d2d Delay creation of SVPC host bindings until APIs and JIT SAs are done 2023-03-14 14:51:17 +01:00
Ludovico Magnocavallo 042b2e333f
Merge branch 'master' into feature/fast-cicd-github-enable-populating-of-data-directory-sample-files-and-update-dependencies 2023-03-14 08:27:27 +01:00
lcaggio 3d78d42fc2
Merge pull request #1245 from GoogleCloudPlatform/lcaggio/fix-1236
Composer-2 - Fix 1236
2023-03-13 21:48:22 +01:00
lcaggio 368472c9a0 Fix 1236 2023-03-13 21:24:27 +01:00
Anton KOVACH e344dbc4f4 Add populate_samples attribute 2023-03-13 20:29:50 +01:00
Ludovico Magnocavallo bffd5bc17b
Merge branch 'master' into feature/fast-cicd-github-enable-populating-of-data-directory-sample-files-and-update-dependencies 2023-03-13 16:01:52 +01:00
apichick 3b82ccf510
Merge pull request #1243 from apichick/autopilot-fixes
Autopilot fixes
2023-03-13 14:17:19 +01:00
Miren Esnaola 57282d5dd3 Autopilot fixes 2023-03-13 12:55:45 +01:00
Sebastian Kunze 7afdde08c1
Remove container image workflows (#1242) 2023-03-13 07:39:03 +00:00
Ludovico Magnocavallo 112d9a8d9c
Allow using existing boot disk in compute-vm module (#1241)
* allow using existing boot disk in compute-vm module

* allow setting initialize params to null

* tests

* fast

* blueprints
2023-03-12 10:53:59 +01:00
simonebruzzechesse 6aa0fde85b
Small fixes on Network Dashboard cloud function code (#1218)
* small fix on discovery compute quota file
decresed severity of log in discover cai from INFO to DEBUG

* remove else statement in condition

* add flag for debug logging

---------

Co-authored-by: Ludo <ludomagno@google.com>
2023-03-12 09:53:22 +00:00
Anton KOVACH 7a53511c9a Enable populating of data directory and .sample files and update dependencies
The Readme.md files reference the data directory and .sample files, but the code did not allow for their populating. This update enables the copying of the data directory and .sample files, with the data directory being populating as a data.sample directory to prevent overwriting any existing data directory.

Additionally, dependencies have been updated by adding the depends_on section to several resources to ensure that the dependencies are in the correct order. This update addresses some states that were not being handled previously.

There is a minor known issue with Pull Request creation in the current state of the code. The Pull Request is only created after the first run has occurred. A fix for this issue is currently being worked on and will be addressed in a separate Pull Request. However, this issue does not affect the main functionality of the code.
2023-03-11 15:27:41 +01:00
Ludovico Magnocavallo 6ba0f8b0ba
allow overriding name in net-vpc subnet factory (#1239) 2023-03-11 09:30:42 +01:00
simonebruzzechesse 510db1b36f
Fix policy_based_routing.sh script on simple-nva module (#1226) 2023-03-10 18:36:07 +01:00
Julio Castillo 1c3645f3a3 Fix dataproc modules variables 2023-03-10 16:54:09 +01:00
Ludovico Magnocavallo 6e70b4216f
add missing attribute to FAST onprem VPN examples (#1237) 2023-03-10 14:58:33 +00:00
simonebruzzechesse b54951f596
Merge pull request #1234 from GoogleCloudPlatform/bruzz/fix-net-ilb-conn-track
Fixed connection tracking configuration on LB backend in net-ilb module
2023-03-10 15:25:30 +01:00
bruzzechesse 7595508bd4 fix variable 2023-03-10 12:03:54 +01:00
bruzzechesse 3ffda9c8c9 terraform fmt 2023-03-10 10:45:39 +01:00
bruzzechesse f688b9a47d realign logic to boolean variable 2023-03-10 10:43:37 +01:00
bruzzechesse 7781b72690 replace track_per_session with tracking_mode and fixed connection tracking conf for backends 2023-03-10 10:03:45 +01:00
Ludo b5cf00363e
update changelog 2023-03-10 09:25:57 +01:00
Ludovico Magnocavallo 45c12e233b
Network firewall policy module (#1232)
* validated, untested

* tested

* typo in README
2023-03-10 08:21:49 +00:00
Ludo b3e0f4e5f3
update changelog 2023-03-09 18:14:53 +01:00
Ludovico Magnocavallo be06554bba
Simplify VPN implementation in FAST networking stages (#1228)
* peering stage

* fix link, toc

* vpn stage

* fix link

* nva stage

* fix examples and test

* separate envs stage

* tfdoc
2023-03-09 17:57:44 +01:00
Julio Castillo 1b7864af2e
Merge pull request #1231 from GoogleCloudPlatform/jccb/workflow-refactor
Simplify testing workflow
2023-03-09 16:27:05 +01:00
Julio Castillo 744863b9a3 Simplify testing workflow 2023-03-09 16:04:01 +01:00
Julio Diez 1ff3bf9327
Merge pull request #1219 from juliodiez/ncc
Network Connectivity Center module
2023-03-09 16:01:51 +01:00
Julio Diez ff8f73762a
Merge branch 'master' into ncc 2023-03-09 15:38:40 +01:00
Julio Diez d0f346f6c6 Add resources created as outputs 2023-03-09 15:35:52 +01:00
Julio Diez f82b5284c9 Change semantics of custom_advertise 2023-03-09 15:35:52 +01:00
Julio Castillo 5a6cf3cbc4
Merge pull request #1230 from GoogleCloudPlatform/jccb/contributing-guide-update
Update contributing guide with new test framework
2023-03-09 15:16:08 +01:00
Julio Castillo 0e6f496b48 More typos 2023-03-09 14:55:41 +01:00
Julio Castillo 0989f20755 Fix typos/grammar 2023-03-09 14:41:18 +01:00
Julio Castillo 789405fcee Update TOC 2023-03-09 14:41:18 +01:00
Julio Castillo 165515f9fd Update contributing guide with new test framework 2023-03-09 14:41:18 +01:00
apichick e1b43c7c86
Merge pull request #1229 from apichick/removed-unneeded-files
Removed unnecessary files
2023-03-09 14:06:17 +01:00