Commit Graph

13 Commits

Author SHA1 Message Date
Andras Gyomrey d2ef4c3277 Allow using gVNIC in compute-vm (#211) 2021-11-08 11:18:15 +00:00
Ludovico Magnocavallo f6775aca1b
Use the same versions file everywhere, pin to tf 1.0+ provider 4.0+ (#355)
* add default versions file, remove old providers and versions

* use default versions file everywhere

* fix kms module

* re-add provider configuration for data platform step 2

* update kms module outputs sorting

* update kms documentation

* fix data solutions tests

* fix GKE workload identity attribute name

* work around firewall provider issue in datafusion example
2021-11-03 15:05:43 +01:00
Julio Castillo cb7c65135e
Update CI processes (#296)
- Upgrade to latest terraform version (1.0.4)
- Remove tflint from linting pipeline (was not doing anything)
- Add terraform fmt check to linting pipeline
- Pass all code through terraform fmt
2021-08-12 17:30:53 +02:00
Ludovico Magnocavallo adad94ebc8 link installer roles list in OCP README 2021-06-16 17:57:26 +02:00
Ludovico Magnocavallo f53aba9bba
Minimal OpenShift fixes (#255)
* notify user when no tfvars file is used

* add comment for additionalTrustBundle in configuration template
2021-06-03 08:11:48 +02:00
Ludovico Magnocavallo 9b4342380f
openshift: improve prepare error handling, add OKD notes (#250) 2021-05-24 08:30:27 +02:00
Ludovico Magnocavallo 0f9f13b07f
Update README.md 2021-05-24 07:49:04 +02:00
Ludovico Magnocavallo 5262592d3e
Update README.md 2021-05-24 07:45:34 +02:00
Ludovico Magnocavallo 2b84ac45bc
add support for labels, fixes #246 (#249) 2021-05-22 18:08:49 +02:00
Ludovico Magnocavallo 744143d793
Openshift changes (#241)
* set custom hostname in bootstrap and master

* make the service DNS zone visible to the shared VPC network

* remove unused vpc name attribute from service project variable
2021-05-17 13:43:26 +02:00
Ludovico Magnocavallo 0a647df4dc add logging and monitoring roles to openshift SAs 2021-05-16 10:28:51 +02:00
Luca Prete f1bf30ba57
[#239] Pin Google provider version to 3.65.0 for OCP sample code example (#240)
* [#225] Add Tinyproxy to shared-vpc-gke example

* Update README.md

* [#239] Pin Google provider to version 3.65.0 for OCP sample code

* Update providers.tf

Co-authored-by: Ludovico Magnocavallo <ludo@qix.it>
2021-05-13 20:08:17 +02:00
Ludovico Magnocavallo 10ec705f89
OpenShift cluster setup in new third party solutions section (#237)
* ocp folder

* WIP - first part of the README, Python script

* include boilerplate in Python script

* WIP - README

* README completed, tested

* top-level and section READMEs

* Update README.md

* mark yaml template as safe from boilerplate checks

* fix error in prepare script

* set a null default for the post bootstrap variable

* use count for consistency in all the bootstrap resources

* use index instead of element in bootstrap ig
2021-05-12 10:33:56 +02:00