Commit Graph

2736 Commits

Author SHA1 Message Date
Maurizio Noseda Pedraglio 14da0eec29 removed obsolete code - compute api firewalls list 2022-10-05 12:27:35 +02:00
Maurizio Noseda Pedraglio bebe9ed110 removed hardcoded debug value 2022-10-05 11:13:53 +02:00
Taneli Leppä 81039214ca
Merge pull request #854 from rosmo/nginx-reverse-proxy-cluster
Added an example of a Nginx reverse proxy cluster using RMIGs
2022-10-04 15:49:43 +02:00
Taneli Leppä b65beef20d
Merge branch 'master' into nginx-reverse-proxy-cluster 2022-10-04 15:39:09 +02:00
Taneli Leppä 4feb3514fd Added an example of a Nginx reverse proxy cluster using RMIGs. 2022-10-04 15:38:52 +02:00
maunope 338ffe4f6a
Merge branch 'GoogleCloudPlatform:master' into maunope/network-dashboards-updates 2022-10-04 10:30:12 +02:00
Maurizio Noseda Pedraglio 7f2399bd70 Added charts to dashboard, fixed a merge glitch, updated readme, removed hardcoded parameters 2022-10-04 10:11:09 +02:00
Simone Ruffilli 201f6b1aab
Fixes NVA issue when health checks are not enabled (#853)
* Fixes NVA issue when health checks are not enabled

* Update cloud-config.yaml
2022-10-04 07:55:10 +02:00
Maurizio Noseda Pedraglio cdf53552d7 support for project level VPC firewall metrics 2022-10-03 15:48:46 +02:00
Ludovico Magnocavallo 981b4ca5cb update changelog 2022-10-02 18:45:08 +02:00
Simone Ruffilli 5950797385
COS based simple networking appliance (#846) 2022-09-30 18:43:24 +02:00
Taneli Leppä 8e6e365d1d
Merge pull request #851 from rosmo/nginx-tls-fix
nginx-tls: only use hostname part for TLS certificate
2022-09-30 13:52:43 +02:00
Taneli Leppä 8072be5619 nginx-tls: only use hostname part for certificate as the FQDN might be too long (>64 chars). 2022-09-30 13:39:14 +02:00
maunope 4f6cf40c98
Merge pull request #850 from maunope/updates-quota-monitoring-function
Made sample alert creation optional
2022-09-30 12:08:37 +02:00
Maurizio Noseda Pedraglio ec54165a89 reverted stuff pushed by mistake 2022-09-30 11:55:11 +02:00
Maurizio Noseda Pedraglio 10e1a5e48a Merge branch 'updates-quota-monitoring-function' of https://github.com/maunope/cloud-foundation-fabric into updates-quota-monitoring-function 2022-09-30 11:15:53 +02:00
Maurizio Noseda Pedraglio 1c134a735b tracking of vpc firewalls, initial commit 2022-09-30 11:10:48 +02:00
maunope 9a67546cb9
Merge branch 'GoogleCloudPlatform:master' into updates-quota-monitoring-function 2022-09-30 11:08:49 +02:00
Maurizio Noseda Pedraglio eea4642cf2 applied tfdoc 2022-09-30 11:07:44 +02:00
Aurélien Legrand a709febfdb
Network dashboard: Subnet IP utilization update (#837)
* Adding IP utilization per subnet metrics and folder level support.

* Update README.md

* Removing unused imports

* yapf formatting

* removing unused imports

* removing hard coded prefix

* Update README.md

* Variable renaming

* variable renaming

* formatting

* Comments and yapf formatting

* in the proper blueprints folder this time

* Updated after comments from David.

Co-authored-by: Aurélien Legrand <legranda@google.com>
2022-09-30 10:51:16 +02:00
maunope b75ed122f1
Merge branch 'master' into updates-quota-monitoring-function 2022-09-30 10:31:32 +02:00
Maurizio Noseda Pedraglio 10811b3d31 fixed conditional creation and updated readme 2022-09-30 10:27:31 +02:00
Maurizio Noseda Pedraglio 8b7bf698d2 made alert creation optional 2022-09-30 09:55:38 +02:00
Ludo bd5e04a463 update changelog 2022-09-29 20:21:07 +02:00
maunope 5262ba7c8b
Merge pull request #848 from maunope/updates-quota-monitoring-function
updated quota monitoring CF doc
2022-09-29 19:55:22 +02:00
Maurizio Noseda Pedraglio 5e2763835f Main.py: removed some commented Lines
main.tf updated sample alert, no "catch all" alerts are possible since we use multiple metrics, switched to a single metric alert (cpus quota)
2022-09-29 19:38:42 +02:00
Maurizio Noseda Pedraglio 7e8827b1af Merge branch 'updates-quota-monitoring-function' of https://github.com/maunope/cloud-foundation-fabric into updates-quota-monitoring-function 2022-09-29 19:37:34 +02:00
Maurizio Noseda Pedraglio 06d02c248a fixed typo as per ludo review 2022-09-29 19:37:08 +02:00
maunope 209fe7e6f9
Merge branch 'GoogleCloudPlatform:master' into updates-quota-monitoring-function 2022-09-29 19:30:16 +02:00
Maurizio Noseda Pedraglio 75972de1b6 fixed bulleted list 2022-09-29 19:29:12 +02:00
Maurizio Noseda Pedraglio a7c2de1d8f update readme for quota monitoring CF 2022-09-29 19:25:54 +02:00
maunope 837f34bde9
Merge pull request #847 from maunope/updates-quota-monitoring-function
Quotas monitoring, time series format update
2022-09-29 18:20:17 +02:00
Maurizio Noseda Pedraglio b15193f75f Merge branch 'updates-quota-monitoring-function' of https://github.com/maunope/cloud-foundation-fabric into updates-quota-monitoring-function 2022-09-29 17:55:23 +02:00
Maurizio Noseda Pedraglio 3781c077e5 address ludo review comments 2022-09-29 17:53:35 +02:00
maunope a2651f46f8
Merge branch 'master' into updates-quota-monitoring-function 2022-09-29 17:39:22 +02:00
Maurizio Noseda Pedraglio cebe08d1be Changed time series format: split time series for limit, usage and utilization. 2022-09-29 17:28:47 +02:00
ddaluka 9c2a53f7a9
Management of GCP project default service accounts (#844)
* Added change for default service account deprivilege setting

* Updated readme and variable name

* Updated readme and variable name
2022-09-29 15:10:07 +02:00
Julio Castillo 801a518ac5
Merge pull request #845 from cmalpe/master
added root password support for MS SQL Server
2022-09-29 14:03:59 +02:00
cmalpe 2e51bdd8c4 added root password support for MS SQL Server 2022-09-29 10:57:19 +00:00
Ludovico Magnocavallo 46f8cb1d71 update changelog 2022-09-29 09:29:12 +02:00
Ludovico Magnocavallo 1842586241
Bjbloemker-google/master (#843)
* Add ability to add KMS encryption to google_compute_instance_template

* fix code block

Co-authored-by: BJ Bloemker <bjbloemker@google.com>
Co-authored-by: bjbloemker-google <109173391+bjbloemker-google@users.noreply.github.com>
Co-authored-by: Julio Castillo <jccb@google.com>
2022-09-29 09:01:15 +02:00
Ludovico Magnocavallo 4a1465ae32
Comment redundant role in bootstrap stage, align IAM.md files, improve IAM tool (#842)
* comment redundant role

* account for duplicate folder names

* update IAM.md files
2022-09-29 08:30:01 +02:00
Julio Castillo 8de986e201
Merge pull request #841 from GoogleCloudPlatform/ludo/issue-831
FAST: revert 00-cicd provider changes
2022-09-28 16:17:39 +02:00
lcaggio f7ef127149 first commit. 2022-09-28 15:14:36 +02:00
Ludovico Magnocavallo f2eb424d55 FAST: revert 00-cicd provider changes 2022-09-28 14:27:17 +02:00
Ludovico Magnocavallo accafd9ab9 update changelog 2022-09-28 14:10:51 +02:00
Ludovico Magnocavallo fcf71b983e
refactor net-address modules for 1.3 (#840) 2022-09-28 14:10:05 +02:00
Ludovico Magnocavallo b983ae46f5 update changelog 2022-09-28 13:27:02 +02:00
Julio Castillo a402cb55d7
Merge pull request #839 from GoogleCloudPlatform/jccb/tf13
Update to terraform 1.3
2022-09-28 13:25:26 +02:00
Julio Castillo 040c9284e6 Fix tf version in pipelines 2022-09-28 11:50:23 +02:00