Commit Graph

3814 Commits

Author SHA1 Message Date
Giorgio Conte a9bb717554 minor fix on bqml demo 2023-03-07 14:20:48 +00:00
Julio Diez 6eb82a2214
Merge pull request #16 from juliodiez/master
Sync branch
2023-03-07 13:13:35 +01:00
Julio Diez 5374c0e3bf
Merge pull request #15 from GoogleCloudPlatform/master
Sync fork
2023-03-07 13:12:21 +01:00
Julio Diez d9eaa59862 Generated variable table via tfdoc 2023-03-07 13:04:15 +01:00
Julio Diez ac224ad11c Add tftest to README 2023-03-07 12:29:20 +01:00
Julio Diez 94f3a08129 Add example of custom route advertisements 2023-03-07 11:54:34 +01:00
Julio Diez 9b5bc407ba Add image for load-balanced router appliances example 2023-03-07 11:10:19 +01:00
Julio Diez 58c90feca2 Add example of load-balanced router appliances 2023-03-07 11:06:23 +01:00
Julio Diez 3e0a8c4c0a Add image for site to two VPCs example 2023-03-07 10:43:51 +01:00
Julio Diez 76972d5804 Add example of site to two VPCs 2023-03-07 10:37:58 +01:00
Julio Diez 449f5cbb56 Adapt example to use only allowed chars for resource names 2023-03-07 10:28:29 +01:00
Julio Diez 87107ba3e0 Set a unique name to CRs linked to spokes 2023-03-07 10:11:02 +01:00
Julio Diez e7963eb630 Set a unique name to spokes 2023-03-07 10:01:07 +01:00
Julio Diez 71cb18f808 Replace map key derived from resource attributes 2023-03-07 09:52:34 +01:00
Julio Diez 0f4919a771 Add image for site to VPC example 2023-03-06 20:55:36 +01:00
Julio Diez 69493d8a40 Add README with first example 2023-03-06 20:47:18 +01:00
Julio Diez 65671647e7 Make optional some router config fields 2023-03-06 20:45:08 +01:00
Julio Diez 25b14465b2 Simplify some naming 2023-03-06 19:21:09 +01:00
Julio Diez e835730665 Add router BGP peers 2023-03-06 18:02:50 +01:00
Julio Diez 02707eb275 Initial commit for NCC module 2023-03-06 14:09:14 +01:00
lcaggio ca31192570
Merge pull request #1210 from GoogleCloudPlatform/lcaggio/bqml
Blueprint - BigQuery ML and Vertex AI Pipeline
2023-03-06 13:51:02 +01:00
Giorgio Conte 3123d67ddf moved sql to notebook 2023-03-06 12:28:58 +00:00
lcaggio ee55127ede Fix notebook 2023-03-06 12:51:46 +01:00
Giorgio Conte 0ac6dd65cf sql fix and more comments on demo notebook 2023-03-06 11:21:30 +00:00
Ludovico Magnocavallo cd24d90e0d
Merge branch 'master' into lcaggio/bqml 2023-03-06 12:15:14 +01:00
Giorgio Conte c82e7cca7b added demo README file 2023-03-06 11:12:36 +00:00
Ludovico Magnocavallo ef28e208d3
Use composite action for test workflow prerequisite steps (#1216)
* test composite action

* add shell in action steps

* home input

* boilerplate

* static home

* use action in all test steps

* fix step name
2023-03-06 11:44:57 +01:00
Giorgio Conte 0852ae3778 demo: added batch prediction example 2023-03-06 10:16:21 +00:00
Ludovico Magnocavallo 406921c7d7
Merge branch 'master' into lcaggio/bqml 2023-03-06 10:39:35 +01:00
Ludovico Magnocavallo 563ef270af
Try plugin cache, split examples tests (#1215)
* try plugin cache, split examples tests

* fix mkdir

* use cache
2023-03-06 10:38:39 +01:00
Ludovico Magnocavallo 016390486d
Merge branch 'master' into lcaggio/bqml 2023-03-06 09:32:55 +01:00
Anton KOVACH 77db9121f9
feat: Add Pull Request support to 0-cicd-github (#1213)
* feat: Add Pull Request support to 0-cicd-github

The cloud-foundation-fabricrepository is continually evolving, and to help keep up with the changes, it would be beneficial to introduce a pull request mechanism to review and approve changes. This feature is 100% backward compatible, and by default, no pull request is created, and changes are committed directly to the main branch. However, an optional variable pull_request_config can be used to configure the title, body, head_ref, and base_ref of the pull request that will be created for the initial population or update of files. To create a pull request, in pull_request_config set the create attribute to true. base_ref defaults to main, and head_ref to the name of the head branch. If the head branch doesn't exist, it will be created from the base_ref branch.

* fix README.md

* fix pull_request_config title
2023-03-06 09:32:36 +01:00
lcaggio 6f8cff558a
Merge branch 'master' into lcaggio/bqml 2023-03-05 22:56:07 +01:00
lcaggio f9acf61b81 Fix README 2023-03-05 22:42:27 +01:00
lcaggio 16f703f336 Fix typos 2023-03-05 22:30:33 +01:00
lcaggio dc034d74f7 Variables. 2023-03-05 22:24:16 +01:00
lcaggio 9e19f89608 Implement PR comments. 2023-03-05 22:02:41 +01:00
Justin M 4eff309685
Update subnet sample yaml files to use subnet_secondary_ranges (#1203)
* Replaces 'secondary_ip_range:' with 'secondary_ip_ranges:' in samples

* Replaces 'secondary_ip_range:' with 'secondary_ip_ranges:' in tests/

* reverts previous commit- files in tests/ don't need to be changed

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2023-03-05 19:37:23 +01:00
Anton KOVACH e72ddb6a2a
feat: Add option to skip committing unchanged files in 0-cicd-github (#1212)
When running 0-cicd-github multiple times, files that haven't changed are also committed. This change adds an option to skip committing unchanged files to prevent unnecessary commits.

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2023-03-05 19:16:48 +01:00
Ludo d3a6c9d1f1
update changelog 2023-03-05 18:53:46 +01:00
Ludovico Magnocavallo 8fc9549c58
add support for proxy and psc subnets to module factory (#1211) 2023-03-05 17:08:43 +01:00
lcaggio 2b8ba16a9a Fix typos 2023-03-04 14:32:54 +01:00
lcaggio 652495e530 Update versions. 2023-03-04 14:12:50 +01:00
lcaggio f8a7aa865a Fix test. 2023-03-04 08:25:29 +01:00
lcaggio 8d70e1d900
Merge branch 'master' into lcaggio/bqml 2023-03-04 08:22:22 +01:00
lcaggio ccd68b2fa6 Fix linting. 2023-03-04 08:19:47 +01:00
lcaggio 0d4b599e99 Fix README 2023-03-04 08:13:53 +01:00
lcaggio 98e17bb997 Fix readme. 2023-03-04 08:09:29 +01:00
Ludo 21e451d4cb
update changelog 2023-03-03 23:00:51 +01:00
Ludovico Magnocavallo 96e829bdf3
Billing exclusion support for FAST mt resman (#1209)
* fix files resource parsing in tfdoc

* fix tfdoc generated output

* billing exclusion support in mt bootstrap
2023-03-03 16:23:36 +00:00