Commit Graph

2733 Commits

Author SHA1 Message Date
aurelien.legrand01@gmail.com
0ffb08d89c Adding support for PSA ranges, starting with Redis instances. 2022-10-25 11:33:58 +02:00
lcaggio
716c1778c0 Merge pull request #909 from GoogleCloudPlatform/lcaggio/fix-pipeline
GCS2BQ: Move images and templates in sub-folders
2022-10-25 10:31:25 +02:00
lcaggio
13ae26deb2 Merge branch 'master' into lcaggio/fix-pipeline 2022-10-25 09:08:30 +02:00
lcaggio
3215e55f58 Merge pull request #907 from GoogleCloudPlatform/lcaggio/dp-dataaccess
Fix CloudSQL blueprint
2022-10-25 09:08:07 +02:00
lcaggio
ef29b3ba12 Fix template path. 2022-10-25 09:06:58 +02:00
lcaggio
7561f7db69 Remove data platform file wrongly committed. 2022-10-25 07:42:05 +02:00
lcaggio
aa6cba24a3 Organize png and tpl in subfolders 2022-10-25 07:39:29 +02:00
lcaggio
c61313b37c Move images and templates to subfolder. 2022-10-25 07:39:16 +02:00
lcaggio
f9795a38d0 Fix DataPlatform file wrongly submitted. 2022-10-25 06:25:36 +02:00
lcaggio
35f39369c5 Merge branch 'master' into lcaggio/dp-dataaccess 2022-10-24 23:00:47 +02:00
lcaggio
9c985fbbb5 Fix regexp 2022-10-24 22:59:53 +02:00
lcaggio
529dde5a46 Fix CloudSQL blueprint 2022-10-24 22:59:35 +02:00
Julio Castillo
341ad5ef87 Update README.md 2022-10-24 12:55:32 +02:00
Ludovico Magnocavallo
5a56b04786 update changelog 2022-10-23 19:57:11 +02:00
Ludovico Magnocavallo
350a7dbf83 update README 2022-10-23 19:56:08 +02:00
Ludovico Magnocavallo
fc7bf40e69 Initial replacement for CI/CD stage (#903)
* github extra stage

* remove original cicd stage

* allow setting commit attributes via variabes

* remove reference to deleted stage

* optional repo creation, documentation
2022-10-23 19:52:45 +02:00
Julio Castillo
be1375e95e Merge pull request #904 from dsbutler101/patch-1
Add missing description field
2022-10-21 17:05:11 +02:00
dsbutler101
3c40fc8fce Add missing description field
Important so we can flag these groups are TF managed and must not be manually updated.
2022-10-21 15:38:07 +01:00
Julio Castillo
d63c2dfecd Update CHANGELOG 2022-10-21 10:46:45 +02:00
Luca Prete
9aea79fd31 Add internal_ips output to compute-vm module 2022-10-21 10:38:25 +02:00
Julio Castillo
66b2e2fbb0 Merge pull request #897 from Malet/feature/project-factory-default-folder-id
Project-factory: allow folder_id to be defined in defaults_file
2022-10-21 10:20:05 +02:00
Julio Castillo
28dee84fc6 Merge branch 'master' into feature/project-factory-default-folder-id 2022-10-21 10:00:57 +02:00
Julio Castillo
ececb82031 Merge pull request #900 from GoogleCloudPlatform/jccb/dashboard-vars
Improve net dashboard variables
2022-10-20 22:59:30 +02:00
Julio Castillo
f8208670e2 Fix variable cf_version validation 2022-10-20 19:12:57 +02:00
Julio Castillo
ea9227dedf Update README 2022-10-20 19:10:46 +02:00
Julio Castillo
2d7319c4e8 Fix cron description 2022-10-20 19:10:46 +02:00
Julio Castillo
21152c3c45 Improve net dashboard variables 2022-10-20 19:10:46 +02:00
Julio Castillo
5692f07ee5 Merge pull request #902 from GoogleCloudPlatform/jccb/sort-check
Bring back sorted variables check
2022-10-20 19:08:16 +02:00
Julio Castillo
a988775c14 Do not modify in parameters in format_* functions 2022-10-20 18:56:54 +02:00
Michael Malet
fe6fd3d7ec feat(project-factory): allow folder_id to be defined in defaults_file 2022-10-20 15:52:32 +01:00
Julio Castillo
5bd195aa8f Switch to namedtuple 2022-10-20 16:26:09 +02:00
Julio Castillo
8366933f4d Bring back sorted variables check 2022-10-20 16:15:41 +02:00
Aurélien Legrand
4d067fe2cd Network Dashboard: CFv2 and performance improvements (#896)
* Improving Cloud Function v2 support for the Networking Dashboard.

* yapf formatting.

* Improving support for CFv2 and performance for asset inventory queries

* Update README.md

added v2 parameter do readme

* cleanip up main.py and improving performance by 20% in metrics.py by reusing the same client instance

* Making a condition clearer

* Update blueprints/cloud-operations/network-dashboard/cloud-function/metrics/subnets.py

Co-authored-by: David Gleich <gleichda@google.com>

* Update after PR from Maurizio on Firewall Policies and David's comments.

Co-authored-by: maunope <44614195+maunope@users.noreply.github.com>
Co-authored-by: David Gleich <gleichda@google.com>
2022-10-19 18:59:28 +02:00
maunope
61dd7f0ac8 Merge pull request #871 from maunope/maunope/network-dashboards-updates
Firewall Policy Metrics, parallel writes, aligned timestamps
2022-10-19 17:37:19 +02:00
Maurizio Noseda Pedraglio
ec26624a38 Merge branch 'master' of https://github.com/GoogleCloudPlatform/cloud-foundation-fabric into maunope/network-dashboards-updates 2022-10-19 17:17:38 +02:00
Maurizio Noseda Pedraglio
94831780d5 Merge branch 'maunope/network-dashboards-updates' of https://github.com/maunope/cloud-foundation-fabric into maunope/network-dashboards-updates 2022-10-19 17:16:31 +02:00
Maurizio Noseda Pedraglio
d2e38fb9d6 removed dependency 2022-10-19 17:15:54 +02:00
Julio Castillo
2333bf58f1 Update README.md (#898)
* Update README.md

* Update terraform.tfvars.sample

* Update README.md

* Update README.md
2022-10-19 17:15:36 +02:00
Aurélien Legrand
4d11251f17 Update README.md 2022-10-19 16:40:42 +02:00
Aurélien Legrand
23807615f4 Merge branch 'master' into maunope/network-dashboards-updates 2022-10-19 14:56:52 +02:00
marcjwo
5ef93e2829 Marcwo/bqfactory (#884)
* adding the bq factory

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-10-18 17:07:15 +02:00
Ludovico Magnocavallo
d0ccd9ac31 Update README.md 2022-10-17 16:31:16 +02:00
Luca Prete
0122f145ab Minor fixes to PSC hybrid blueprint readmes 2022-10-17 10:40:11 +02:00
Natalia Strelkova
9d0e3c9517 Merge pull request #888 from GoogleCloudPlatform/nstrelkova-wordpress-password-fix
random password: let the cloudsql module generate it
2022-10-17 08:30:40 +02:00
Natalia Strelkova
edfbd7f1f0 Merge branch 'master' into nstrelkova-wordpress-password-fix 2022-10-16 22:02:58 +02:00
Ludo
1e3d0b1463 update changelog 2022-10-16 21:21:33 +02:00
Giovanni Baratta
ca1dc3659a Add auto_delete and instance_redistribution_type to compute-vm and compute-mig modules. (#890)
* Add auto_delete parameter to compute-vm module

* Add instance_redistribution_type in compute-mig module
2022-10-16 21:19:46 +02:00
Ludo
ccac507795 update changelog 2022-10-16 10:22:58 +02:00
Luca Prete
a8ddf5d1ba Add PSC hybrid blueprint 2022-10-16 10:18:40 +02:00
Natalia Strelkova
4ac24b68be random password: let the cloudsql module generate it 2022-10-15 20:16:50 +00:00