forked from CiscodCloud/iks-demo-global
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.auto.tfvars
71 lines (57 loc) · 1.87 KB
/
terraform.auto.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#Have all these as hidden vars
#This is the Intersight API key
#api_key = ""
#This is the IS secret key
#secretkey = ""
#This is the k8s node ssh key
#mgmtcfgsshkeys = ""
#This is the vsphere target admin password
#password = ""
#This is the terraform cloud user key
#cloud_api_key_id = ""
#Common workspaces
ikswsname = "rtp-iks-demo-01"
globalwsname = "rtp-iks-demo-01-global"
#Configurable and to be uploaded based on sandbox env
clustername = "rtp-iks-demo-01"
ippool_list = "rtp-iks-demo-01_ippool"
#All these are params used in k8s policy settings
infra_config_policy = "rtp-iks-demo-01_infra_config_policy"
ip_pool_policy = "rtp-iks-demo-01_ip_pool_policy"
masterip_pool_policy = "rtp-iks-demo-01_ip_pool_policy"
workerip_pool_policy = "rtp-iks-demo-01_ip_pool_policy"
network_pod = "rtp-iks-demo-01_pod"
network_service = "rtp-iks-demo-01_network"
k8s_version = "1.19.5"
k8s_version_name = "rtp-iks-demo-01_1.19.5"
masterinstance = "rtp-iks-demo-01-master-instance"
mgmtcfgetcd = false
mgmtcfglbcnt = 3
mgmtcfgsshuser = "iksadmin"
mastergrpname = "rtp-iks-demo-01-master-pool"
masterdesiredsize = 1
workergrpname = "rtp-iks-demo-01-worker-pool"
workerdesiredsize = 0
masterinfraname = "rtp-iks-demo-01-masterinfraname"
infrapolname = "rtp-iks-demo-01_infra_config_policy"
instancetypename = "rtp-iks-demo-01-master-instance"
#network params
timezone = "Etc/GMT"
domain_name = "dcv.svpod"
#All these are params used in Infra setup, capture specifics to each of the env's this is being deployed on
#device_name = "10.200.0.210"
#portgroup = ["Management"]
#datastore = "hx-demo-ds1"
#vspherecluster = "hx-demo"
#resource_pool = "Test_Resource_Pool"
#organization = "default"
#ip_pool_policy params
#starting_address = "10.200.0.20"
#pool_size = "30"
#netmask = "255.255.255.0"
#gateway = "10.200.0.254"
#primary_dns = "10.200.0.100"
#instance type
#cpu = "4"
#disk_size = "40"
#memory = "16384"