All Projects → dcos → Packet Terraform

dcos / Packet Terraform

Terraform scripts for packet.net

Labels

Projects that are alternatives of or similar to Packet Terraform

Go Colorful
A library for playing with colors in go (golang).
Stars: ✭ 845 (+2813.79%)
Mutual labels:  hcl
Terraform
Stars: ✭ 13 (-55.17%)
Mutual labels:  hcl
Platform As Code Example
Platform as Code - Example
Stars: ✭ 28 (-3.45%)
Mutual labels:  hcl
Terra Aws Core Kube
Terraform configuration to bootstrap a Kubernetes Cluster on top of CoreOS using AWS-EC2 instances
Stars: ✭ 10 (-65.52%)
Mutual labels:  hcl
Terraform Aws Locust
Deploy a locust.io stress test cluster on AWS based on CoreOS/Docker
Stars: ✭ 11 (-62.07%)
Mutual labels:  hcl
X K8s
ITRI's Kubernetes platform for 5G Edge VNF.
Stars: ✭ 20 (-31.03%)
Mutual labels:  hcl
Cloudguardiaas
Check Point CloudGuard Network Security repository containing solution templates, Terraform templates, tools and scripts for deploying and configuring CloudGuard Network Security products.
Stars: ✭ 27 (-6.9%)
Mutual labels:  hcl
Cloud crack
Crack passwords using Terraform and AWS
Stars: ✭ 29 (+0%)
Mutual labels:  hcl
K8s Training
Stars: ✭ 13 (-55.17%)
Mutual labels:  hcl
Mcw Sap Hana On Azure
MCW SAP HANA on Azure
Stars: ✭ 28 (-3.45%)
Mutual labels:  hcl
Vscode Hcl
Visual Studio Code support for the HashiCorp Configuration Language
Stars: ✭ 10 (-65.52%)
Mutual labels:  hcl
Bosh Tutorial
Stars: ✭ 11 (-62.07%)
Mutual labels:  hcl
Terraform Splunk
Terraform template to build a splunk cluster
Stars: ✭ 20 (-31.03%)
Mutual labels:  hcl
Terraform Aws Config Module
A Terraform Module for Controlling AWS Config (via CloudFormation)
Stars: ✭ 9 (-68.97%)
Mutual labels:  hcl
Awesome Terraform
A summarize of terraform usage and example
Stars: ✭ 29 (+0%)
Mutual labels:  hcl
Terraform Best Practices
Terraform best practices (constantly updating)
Stars: ✭ 940 (+3141.38%)
Mutual labels:  hcl
Terraform Vpc
Modular Terraform repository to provision a multi-tier VPC in AWS
Stars: ✭ 13 (-55.17%)
Mutual labels:  hcl
Kubernetes Terraform Scaleway
Terraform formula for creating a Kubernetes cluster running on Scaleway
Stars: ✭ 29 (+0%)
Mutual labels:  hcl
Hcloud Okd4
Deploy OKD4 (OpenShift) on Hetzner Cloud
Stars: ✭ 29 (+0%)
Mutual labels:  hcl
Terraform Aws Iam Role
Terraform module to create AWS IAM Role.
Stars: ✭ 28 (-3.45%)
Mutual labels:  hcl

packet-terraform

Terraform scripts for packet.net

This repo holds Terraform scripts to create a

1, 3, or 5 master DCOS cluster on the packet.net provider.

With this method, the network is open by default. Because of this, network

security is a concern and should be addressed as soon as possible by the administrator.

To use:

Clone or download repo.

Copy sample.terraform.tfvars to terraform.tfvars and insert your variables.

Run terraform apply

Theory of Operation:

This script will start the infrastructure machines (bootstrap and masters), then collect their IPs to build an installer package on the bootstrap machine with a static master list. All masters wait for an installation script to be generated on the localhost, then receive that script. This script, in turn, pings the bootstrap machine whilst waiting for the web server to come online and serve the install script itself.

When the install script is generated, the bootstrap completes and un-blocks the cadre of agent nodes, which are cut loose to provision metal and eventually install software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].