Coder Social home page Coder Social logo

hartl3y94 / gcve-iac-foundations Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecloudplatform/gcve-iac-foundations

0.0 0.0 0.0 237 KB

This repository contains Terraform code to deploy a sample Terraform foundation for Google Cloud VMware Engine. In this repository you can find Terraform modules, deployment examples as well as a set of deployment stages to set up you foundational infrastructure.

Home Page: https://cloud.google.com/vmware-engine

License: Apache License 2.0

Shell 1.59% Makefile 0.59% HCL 97.82%

gcve-iac-foundations's Introduction

Google Cloud VMware Engine IaC Foundations

This repository contains Terraform code to deploy a sample Terraform foundation for Google Cloud VMware Engine. In this repository you can find Terraform modules, deployment examples as well as a set of deployment stages to set up you foundational infrastructure.

Required Disclaimer

This is not an officially supported Google product. This code is intended to help users setting up their foundational Infrastructure-as-code deployment for Google Cloud VMware Engine. This code is not certified by VMware.

Structure

The repository has the following structure

├── examples
│   ├── nsxt-gateway-firewall
│   ├── nsxt-load-balancer-pool
│   ├── nsxt-load-balancer-service
│   ├── ...
├── modules
│   ├── nsxt-gateway-firewall
│   ├── nsxt-load-balancer-pool
│   ├── nsxt-load-balancer-service
│   ├── ...
└── stages
    ├── 01-privatecloud
    ├── 02a-nsxt
    ├── 02b-vcenter
    ├── 03-vms
    └── 04-load-balancing
  • examples contains modular example deployments for each individual module that this repository provides.
  • modules contains all modules that are used in the deployment stages.
  • stages contains sample deployments for different stages of the foundational deployment which should be executed in the order they are listed.

Deployment Stages

For an end-to-end deployment of the GCVE IaC Foundation deploy all stages in this repository in the given order. Should you only be interested in a particular use case (e.g. NSX-T management) you can deploy this stage in isolation as long the necessary prerequisites exist (e.g. Private Cloud has been deployed).

The stages are separated by the management component they interact with (Google Cloud, NSX-T, vCenter) as well as the Terraform provider that they are using. The stages are also suggested as an ordered sequence of deployment tasks (e.g. deploy vCenter folder hierarchy as a prerequisite for application VM deployments).

01-privatecloud

This stage contains the Terraform content to configure the Monitoring integration with Cloud Monitoring.

02a-nsxt

This stage contains the Terraform content for a foundational NSX-T setup (segments, firewalls). This stage can be deployed in parallel with stage 02b-vcenter.

02b-vcenter

This stage contains the Terraform content for a foundational vCenter setup (folders, resource pools, roles). This stage can be deployed in parallel with stage 02a-nsxt.

03-vms

This stage contains the Terraform content for deploying VMs into vCenter.

04-network-integrations

This stage contains the Terraform content to deploy load balancers for the previously created VMs.

Modules

The stages and examples in this repository use modules in the modules directory. You can reuse the modules individually:

Examples

The example directory contains sample code to deploy individual modules. For each example there is a directory where the variables are passed as tfvars file and as a yaml file. The following examples are available in the examples directory:

gcve-iac-foundations's People

Contributors

ericdanangoogle avatar gleichda avatar konradschieban avatar kumarirenuka avatar leandrocarracedo avatar renuka-kumari avatar steenblik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.