Commit Graph

5194 Commits

Author SHA1 Message Date
Aleksandr Averbukh b5998918b5 Add tests for th ehub-and-spoke-vpns infra example 2019-11-04 17:39:42 +01:00
Ludovico Magnocavallo 738d613126 fix shared vpc project services 2019-11-03 09:26:28 +01:00
Ludovico Magnocavallo e77acf621a fix service dependency and number of services in shared vpc sample 2019-11-02 18:30:52 +01:00
Ludovico Magnocavallo 5350173a88
Hub and spoke: minimal README changes, update diagram
* hub and spoke: minimal README changes, update diagram

* Generate_docs update
2019-11-01 10:50:56 +01:00
Ludovico Magnocavallo 17f762a27b
Revert project module version 2019-11-01 08:54:30 +01:00
Aleksandr Averbukh c64133eed2
Merge pull request #18 from terraform-google-modules/averbuks-minor-fix
Update network module version, add types to the variables
2019-10-31 22:34:56 +01:00
Ludovico Magnocavallo b73af69c02
Add missing bolierplate 2019-10-31 22:05:30 +01:00
Aleksandr Averbukh c6bc1d5c89 Update network module version, add types to the variables 2019-10-31 16:54:43 +01:00
Ludovico Magnocavallo fd0704670d
Update project module to v4.0.0, update test framework module to v1.0.1
* update project module to v4.0.0

* bump tftest version in test requirements file

* update plan test fixture to new syntax

* fix foundations/environments tests

* fix foundations/business-units tests

* fix infrastructure/shared-vpc tests
2019-10-30 22:21:15 +01:00
Aleksandr Averbukh ed65051982
Merge pull request #14 from terraform-google-modules/averbuks-net-hub-and-spoke
Initial Hub and Spoke (VPNs) example (does not include tests, diagram and readme atm).
2019-10-30 17:11:53 +01:00
Aleksandr Averbukh cb3260b397 Add Cloud DNS Policy for inbound forwarding 2019-10-30 16:38:26 +01:00
Aleksandr Averbukh b0d3351c37 Add reference to the HA VPN configurations 2019-10-30 14:03:23 +01:00
Aleksandr Averbukh 00cbabf8fc Add README.md, add descriptions to the outputs 2019-10-30 13:51:42 +01:00
Aleksandr Averbukh 5f9438d0ae Add spoke peering zones to hub forwarding zone 2019-10-30 12:04:58 +01:00
Aleksandr Averbukh 5bd25ea48f Use the same two regions for hub, spoke1, spoke2 2019-10-30 11:55:14 +01:00
Aleksandr Averbukh c279fac621 Rename to hub-and-spoke-vpns 2019-10-30 09:57:33 +01:00
Ludovico Magnocavallo c24cb2eafa
Minimal rewording of top-level README, initial infrastructure README (#15)
* minimal rewording of top-level README, initial infrastructure README

* update shared vpc input/output table in README
2019-10-21 20:35:34 +02:00
Ludovico Magnocavallo ddb8c70f79
Shared VPC example (#13)
Simple Shared VPC example with test resources.
2019-10-20 08:17:32 +02:00
Aleksandr Averbukh 92e6a98083 Add backend.tf sample 2019-10-14 08:09:40 +02:00
Aleksandr Averbukh 0fd942ab3f New line at the end of the file 2019-10-14 08:07:51 +02:00
Aleksandr Averbukh fe65998bb9 Rename example folder to 'net-hub-and-spoke-vpns' 2019-10-14 00:29:47 +02:00
Aleksandr Averbukh 1c1ac9a511 Refactoring and restructure, update test resources outputs 2019-10-14 00:26:03 +02:00
Aleksandr Averbukh 12fda26e10 Add DNS entries for the test instances 2019-10-13 16:26:50 +02:00
Aleksandr Averbukh 7297dab63e Add private, peering, forwarding dns zones 2019-10-13 15:44:15 +02:00
Aleksandr Averbukh 8eb8c84463 Fix spoke to spoke route advertisement 2019-10-13 15:43:26 +02:00
Aleksandr Averbukh 9606ceca45 Add tfvars sample 2019-10-07 18:25:23 +02:00
Aleksandr Averbukh e6e7fa8840 Update hub-and-spoke example to use only external cft modules, update the code to HCL2 2019-10-07 18:06:07 +02:00
Aleksandr Averbukh c427fd47a4 Hub and Spoke example, initial commit 2019-10-07 08:58:24 +02:00
Ludovico Magnocavallo f7d950b39f
assign XPN roles at the folder level in the per-environment foundation example (#11) 2019-09-19 12:16:45 +02:00
Ludovico Magnocavallo 86438058ed
Add a top-level fixture and override it in packages (#10) 2019-09-12 13:30:56 +02:00
Aleksandr Averbukh f31d942486
Merge pull request #9 from terraform-google-modules/averbuks-business-units-tests
Add tests for business-units example
2019-09-12 08:46:25 +02:00
Ludovico Magnocavallo 609c555889 refactor Python tests for style 2019-09-12 08:13:14 +02:00
Ludovico Magnocavallo c766ad8144
Trigger checks 2019-09-12 07:30:17 +02:00
Aleksandr Averbukh f17b4a9b04 Add tests for busines-units example 2019-09-12 00:43:40 +02:00
Aleksandr Averbukh 73cd9c5ff5 Rename 'organization-bootstrap' to 'foundations' 2019-09-11 14:51:59 +02:00
Aleksandr Averbukh 73b7613cc0 Rename 'organization-bootstrap' to 'foundations' 2019-09-11 14:46:07 +02:00
Aleksandr Averbukh 21ab51d1d6 Business Units org-bootstrap example (#8)
* Business Units initial commit

* Update Business-Units example. Log-sink moved to org-level, SA and TF-Buckets moved from wrapper module to main config

* brought README up to date with the section's and environment sample's READMEs

* Add new line at the end of the file

* Add new line at the end of the file

* Streamline README
2019-09-11 14:39:33 +02:00
Ludovico Magnocavallo e553da6464
Org environments module tests and tests CI configuration
* sample test

* bump tftest library version in requirements

* org env: initial tests

* Fix boilerplate

* add boilerplate to skel testing cloud build

* use package structure for tests

* use package structure for tests

* add bolerplate to package init files

* wip build config for tests

* initial test cloud build configuration

* dummy change

* add comment to test configuration file

* add missing test docstring

* remove debug logging config from tests fixture
2019-09-11 13:36:07 +02:00
Ludovico Magnocavallo 34421568f5
Turn on ci, add linting and boilerplate steps (#6)
* ci: testing build steps

* ci: lint build step

* ci: add simple license boilerplate check script and step

* org env: add missing boilerplate

* ci: use consistent args in linting build steps
2019-09-09 11:58:27 +02:00
Ludovico Magnocavallo e4fa25f22d
Organization sample: environments (Almanac bootstrap port)
* add gitignore file

* data and infra skeletons

* org skeleton

* org environments sample skeleton

* Organization teams sample skeleton.

* Organization env sample GCS for tf state.

* org env: service accounts and GCS roles

* org env: folders

* org env: audit export

* org env: shared project

* org env: switch to released 3.1.0 project module version

* rename organization top-level folder to organization-bootstrap

* org env: use folders module with better outputs, module outputs

* org env: switch the service accounts module to v2.0.0.

* Merge ludo's branch from forked repo (#2)

* org env: update gcs, sa, project modules

* Use correct folder ID in format  without  prefix

* org env: update folders module version, improve comments

* org env: initial work on README, diagram, add variable for xpn roles

* org env: update roles in README, backend file

* org env: README changes

* org env: README changes

* org env: README changes

* org env: README changes

* org env: add IAM variables for audit and shared projects

* org env: address README TODOs

* org env: minor README changes

* org env: minor README changes

* org env: minor README changes

* org env: simplify the sample's README by moving general considerations into the section README

* Org examples README changes

* org env: simplify initial state management, add comment for shared folder

* org env: change state instructions to copy and rename instead of renaming backend file

* org env: add a section in the README file to explain shared services, and detail options

* fix comment for shared services project
2019-09-07 05:44:24 +02:00
Ludovico Magnocavallo 8d9862674a
Merge pull request #1 from terraform-google-modules/morgante-readme
Initial README
2019-06-11 08:32:24 +02:00
Morgante Pell 0227805eb6
Update README.md 2019-05-28 11:07:08 -04:00
Morgante Pell a4e4f28582
Initial README 2019-05-03 17:59:43 -04:00
Morgante Pell f2eba8c9b3
Initial commit 2019-05-03 17:58:36 -04:00