-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.konvoy.tfvars
41 lines (35 loc) · 1.3 KB
/
variables.konvoy.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"inventory_version": "v1.2.5",
"provider" : "aws",
"cluster_name" : "dangdang-konvoy-v1.2.5",
"konvoy_version" : "v1.2.5",
"inventory_path": "/Users/michaelbi/mesosphere/konvoy/konvoy_terraform/v1.2.5/aws/inventory.yaml",
"ssh_user": "centos",
"ssh_public_key_file": "./konvoy_v1.2.5-ssh.pub",
"ssh_private_key_file": "konvoy_v1.2.5-ssh.pem",
"aws_region": "us-west-2",
"aws_availability_zones": [
"us-west-2c"
],
"aws_tags": {
"owner": "michaelbi"
},
"create_vpc_internet_gateway": true,
"create_iam_instance_profile": true,
"control_plane_count" : 3,
"control_plane_instance_type": "t3.xlarge",
"control_plane_root_volume_type": "gp2",
"control_plane_root_volume_size": 80,
"control_plane_imagefs_volume_enabled": true,
"control_plane_imagefs_volume_type": "gp2",
"control_plane_imagefs_volume_size": 160,
"worker_pool0_count": 4,
"worker_pool0_name": "worker",
"worker_pool0_instance_type": "t3.2xlarge",
"worker_pool0_root_volume_type": "gp2",
"worker_pool0_root_volume_size": 80,
"worker_pool0_imagefs_volume_enabled": true,
"worker_pool0_imagefs_volume_type": "gp2",
"worker_pool0_imagefs_volume_size": 160,
"worker_pool0_associate_public_ip_address": true
}