masonse / dcos-terraform-extra-agent-volumes

DC/OS Terraform with Extra Agent Volumes Support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DC/OS Terraform with Extra Agent Volumes Support

NOTE: There is no support for this repository! Use at your own risk.

Get Started

First, make sure terraform is installed.

Then, cd into the root of this repository.

$ maws
$ terraform init
$ terraform apply

You can change main.tf to customize your DC/OS installation.

Customize Extra Agent Volumes

The relevant fields related to agent volumes are the following:

module "dcos" {
  # ...

  private_agents_num_extra_volumes   = "2"
  private_agents_extra_volume_sizes  = ["100", "200"]
  private_agents_extra_volume_types  = ["", "gp2"]
  private_agents_extra_volume_iopses = ["", "100"]

  # ...
}

About

DC/OS Terraform with Extra Agent Volumes Support.


Languages

Language:Shell 62.9%Language:HCL 32.9%Language:Groovy 4.3%