-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorganization.tfvars.json
75 lines (75 loc) · 1.88 KB
/
organization.tfvars.json
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
72
73
74
75
{
"admin_email": "<admin_email>",
"admin_first_name": "<admin_first_name>",
"admin_last_name": "<admin_last_name>",
"admin_password": "<admin_password>",
"admin_username": "siteadmin",
"arcgis_enterprise_context": "arcgis",
"authorization_file_path": "~/config/authorization/11.4/arcgis_enterprise_k8s_114.json",
"backup_job_timeout": 7200,
"cloud_config_json_file_path": null,
"configure_enterprise_org": true,
"deployment_fqdn": "<deployment_fqdn>",
"deployment_id": "arcgis-enterprise-k8s",
"helm_charts_version": "1.4.0",
"license_type_id": "creatorUT",
"log_retention_max_days": 60,
"log_setting": "INFO",
"security_question_answer": "<security_question_answer>",
"security_question_index": 1,
"site_id": "arcgis-enterprise",
"staging_volume_class": "managed-premium",
"staging_volume_size": "64Gi",
"system_arch_profile": "standard-availability",
"storage": {
"indexer": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "16Gi",
"type": "DYNAMIC"
},
"memory": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "16Gi",
"type": "DYNAMIC"
},
"object": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "32Gi",
"type": "DYNAMIC"
},
"prometheus": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "30Gi",
"type": "DYNAMIC"
},
"queue": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "16Gi",
"type": "DYNAMIC"
},
"relational": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "16Gi",
"type": "DYNAMIC"
},
"sharing": {
"class": "managed-premium",
"label1": "",
"label2": "",
"size": "16Gi",
"type": "DYNAMIC"
}
}
}