cockroachdb / cockroachdb-cloudformation

Quickly setup dev/test CockroachDB clusters using AWS CloudFormation and Kubernetes
https://www.cockroachlabs.com/
Apache License 2.0
12 stars 4 forks source link

Add localities, attributes, and locations to clusters #4

Closed nstewart closed 6 years ago

nstewart commented 6 years ago

Automatically tag nodes with a locality and attribute signifying the aws region/az pair and ec2 instance type, respectively.

If this is a 2.x cluster, the template will insert lat/long values for the region into the system.locations table so the cluster can be plotted on a map.

nstewart commented 6 years ago

Yup! I've tested it.