Skip to content

Instantly share code, notes, and snippets.

@dotemacs
Created February 27, 2018 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotemacs/dced26fa32c7d807308067b58fbd75e0 to your computer and use it in GitHub Desktop.
Save dotemacs/dced26fa32c7d807308067b58fbd75e0 to your computer and use it in GitHub Desktop.
# -*- mode: terraform -*-
owner = "foo-bar"
dcos_version = "1.10.1"
dcos_cluster_name = "staging"
aws_region = "eu-west-1" # Ireland
aws_profile = "foo-foo"
key_name = "your-key"
num_of_masters = "x" # some number
num_of_private_agents = "y" # some number
num_of_public_agents = "z" # some number
instance_disk_size = 50
aws_bootstrap_instance_disk_size = 30
# public node config
aws_public_agent_instance_disk_size = 30
# Networking changes
# Needed to make the Kafka work
dcos_resolvers = [ "169.254.169.253" ] # Points to Amazon DNS server which can resolve external addresses
dcos_dns_search = "eu-west-1.compute.internal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment