Commit Graph

3223 Commits

Author SHA1 Message Date
Taneli Leppä ca4cb3b3b9 Fixed delete_rule in compute-mig module for stateful disks. 2023-01-03 21:53:31 +01:00
Israel Herraiz 0380c1004b
Merge pull request #1075 from iht/bigtable_replication
Add cluster replicas to Bigtable module.
2022-12-30 11:39:37 +01:00
Israel Herraiz 4cccad9014
Merge branch 'master' into bigtable_replication 2022-12-30 11:28:12 +01:00
Israel Herraiz a733bfe6c5 Use map for local clusters variable 2022-12-30 11:27:37 +01:00
agutta 0c87071b0e
Merge pull request #1074 from GoogleCloudPlatform/agutta-patch-1
Adding new section for Authentication issues
2022-12-29 09:50:22 -06:00
agutta 7c3768d338
Update FAQ.md 2022-12-29 09:37:17 -06:00
Israel Herraiz b0955964ee Fix TF code format 2022-12-28 19:57:07 +01:00
Israel Herraiz 20579394b8 Add cluster replicas to Bigtable module.
This adds the possiblity to define several clusters in a Bigtable instance,
which enables replication in Bigtable.

Some of the configurations options are moved inside a `map` that defines the
properties of each cluster.

These changes alter the interface of the module, so any previous code using this
module will have to adapt to the new options interface.
2022-12-28 19:53:17 +01:00
agutta 5120df1615
Adding new section for Authentication issues
Common error when we have multiple identities
2022-12-28 12:06:13 -06:00
Ludo 39242c3947
update changelog 2022-12-25 09:59:35 +01:00
apichick 99f8f5f646
Merge pull request #1071 from apichick/apigee
Moved apigee bigquery analytics blueprint, added apigee network patterns
2022-12-23 16:16:45 +01:00
Miren Esnaola 0235690aaa Moved apigee bigquery analytics blueprint, added apigee network patterns 2022-12-23 14:38:15 +01:00
Ludo 8033c407f3
update changelog 2022-12-23 09:08:55 +01:00
Ludovico Magnocavallo 66a402083b
Allow setting no ranges in firewall module custom rules (#1073)
* allow setting no ranges in custom firewall rules

* fix blueprint

* fix example

* fix example
2022-12-23 09:03:31 +01:00
Israel Herraiz 53135cdef9
Merge pull request #1072 from iht/bigtable_revamping
Add gc_policy to Bigtable module
2022-12-23 00:58:08 +01:00
Israel Herraiz 8718fedcab Fix service account prefix after provider version bump 2022-12-23 00:45:37 +01:00
Israel Herraiz 5fc5165adf Fix modules tests after version bump 2022-12-23 00:33:53 +01:00
Israel Herraiz a544a9d32d Update README.md after changing variables.tf 2022-12-23 00:17:05 +01:00
Israel Herraiz 36135405c4 Remove extra blank line 2022-12-23 00:13:30 +01:00
Israel Herraiz 7df527e1ef Bump versions EVERYWHERE 2022-12-23 00:06:42 +01:00
Israel Herraiz 32bee7104e Add gc_policy to Bigtable module.
Column families have now a new property, to specify the garbage collection
policy. A new option also allows to set a default policy if none is specified.

This changes the previous syntax for column families, that was helpful since the
policy is column-family specific, the new syntax makes it easier to specify a
policy per column family.
2022-12-22 23:37:30 +01:00
Ludo 008828f2d8
update changelog 2022-12-22 18:13:47 +01:00
Ludovico Magnocavallo a847c772b4
Fix MIG health check variable (#1070)
* fix MIG health check variable

* fix MIG health check variable
2022-12-22 17:12:17 +00:00
Israel Herraiz 0d3a4a992e
Merge pull request #1069 from iht/fix_column_families
Allow tables with several column families in Bigtable
2022-12-22 17:34:24 +01:00
Israel Herraiz f0395f9a8d
Merge branch 'master' into fix_column_families 2022-12-22 17:22:12 +01:00
Israel Herraiz 801c42679e Fix linting in README.md code 2022-12-22 17:07:50 +01:00
Israel Herraiz 8427bd3ba6 Fix linting 2022-12-22 16:50:37 +01:00
Israel Herraiz 9152d5a0f5 Fix default values for test 2022-12-22 16:49:05 +01:00
Israel Herraiz 6009de40cb Make tables optional and forbid it to be set to null 2022-12-22 16:33:29 +01:00
Israel Herraiz 3aad78c525 Fix indentation 2022-12-22 16:30:10 +01:00
Israel Herraiz 223092bfa1 A table can have more than one column family.
This commit fixes #1064 by allowing to add more than one column family. Split
keys are also now optional, and there is no possibility to set defaults for all
tables (since keys and column families are related to the data and schema for
each table, it is difficult that several tables share the same values).

Also, declaring a table with no split keys nor column families requires
initializing the table to an empty map, instead of using null.
2022-12-22 16:27:41 +01:00
apichick 3617e95b53
Merge pull request #1068 from apichick/apigee-endpoint-attachment-hosts-output
Added endpoint_attachment_hosts output to apigee module
2022-12-22 15:57:25 +01:00
Miren Esnaola e1613ee03e Added endpoint_attachment_hosts output to apigee module 2022-12-22 15:43:55 +01:00
agutta 3737fd1d72
Merge pull request #1057 from GoogleCloudPlatform/agutta-patch-1
Adding new file FAQ and an image
2022-12-22 08:00:21 -06:00
agutta 2a2b3e81f7
Merge branch 'master' into agutta-patch-1 2022-12-22 07:46:03 -06:00
Ludo 2affc49d00
update changelog 2022-12-22 13:32:19 +01:00
Aurélien Legrand 5063c3b513
Network dashboard: PSA ranges support, starting with Cloud SQL (#1063)
* Adding PSA ranges support and ip utilization, starting with Cloud SQL

* yapf formatting

* refactor

* fix camelcase

* remove unused variable

* remove test file

* rename discover plugin

* fixing issue with asset name

Co-authored-by: Ludo <ludomagno@google.com>
2022-12-22 13:14:42 +01:00
apichick 1edb3afa72
Merge pull request #1067 from apichick/glb-backend-service-load-balancing-scheme
Corrected load balancing scheme in backend service
2022-12-22 12:41:06 +01:00
Ludovico Magnocavallo ed7235186a
Merge branch 'master' into glb-backend-service-load-balancing-scheme 2022-12-22 12:27:21 +01:00
Ludovico Magnocavallo 082c63dfc5
refactor GCS module and tests (#1066) 2022-12-22 12:27:09 +01:00
Miren Esnaola 18fa8b79b3 Corrected load balancing scheme in backend service
Corrected load balancing scheme in backend service
2022-12-22 12:22:07 +01:00
Ludo ebc110409c
update changelog 2022-12-22 07:16:16 +01:00
Wiktor Niesiobędzki 7e18f6d7b5 Fixes for GKE
* Fix non-empty plan when spot instances are used
* Add cluster_id and recommend its use, as this prevents inconsitencies
  when only cluster is recreated (with no changes on node pool)
2022-12-21 23:14:52 +01:00
agutta bd95d597f6
Merge branch 'master' into agutta-patch-1 2022-12-21 12:30:44 -06:00
Ludovico Magnocavallo b438e0c37a
Allow using dynamically generated address in LB modules NEGs (#1061)
* test

* fix #1055 for net-ilb-l7

* fix glb module
2022-12-21 17:04:56 +01:00
Aurélien Legrand 7acb6b3747
Update src/README.md for Network Dashboard (#1060)
* Update src/README.md for Network Dashboard

Proposing some small updates to src/README.md file for the Network Dashboard

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-12-21 16:30:09 +01:00
Ludo 0d7243979b
revert last commit 2022-12-21 13:12:15 +01:00
Ludo 7c95b7ce43
fix #1055 for net-ilb-l7 2022-12-21 13:07:36 +01:00
agutta e8f556d084
Merge branch 'master' into agutta-patch-1 2022-12-20 09:35:04 -06:00
Julio Castillo ba8d14afb5
Merge pull request #1059 from GoogleCloudPlatform/jccb/fix-net-vpc-factory
Read ranges from correct fields in firewall factory
2022-12-20 10:13:53 +01:00