-
Notifications
You must be signed in to change notification settings - Fork 116
/
.kitchen.yml
43 lines (40 loc) · 1.17 KB
/
.kitchen.yml
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
---
driver:
name: vagrant
customize:
memory: 6144
cpuexecutioncap: 50
gui: false
provisioner:
name: chef_zero
require_chef_omnibus: 13.3
platforms:
- name: windows-2016
- name: windows-2012r2
- name: windows-2008r2
- name: windows-7
- name: windows-81
suites:
- name: insights
driver:
synced_folders:
- ["/arcgis/setups/windows/ArcGIS_Server", "C:/temp/setups/ArcGIS_Server"]
- ["/arcgis/setups/windows/Insights_for_ArcGIS", "C:/temp/setups/Insights"]
- ["/arcgis/setups/authorization_files/Version10.6/ArcGIS_Server/Advanced", "C:/temp/auth_files/ArcGIS_Server"]
run_list:
- recipe[arcgis-enterprise::system]
- recipe[arcgis-enterprise::server]
- recipe[arcgis-insights]
attributes:
arcgis:
version: "10.6"
hosts:
test.com: ""
server:
setup: "C:\\temp\\setups\\ArcGIS_Server\\Setup.exe"
authorization_file: "C:\\temp\\auth_files\\ArcGIS_Server\\Server_Ent_Adv.ecp"
url: "http://test.com:6080/arcgis"
domain_name: "test.com"
insights:
version: "1.0"
setup: "C:\\temp\\setups\\Insights\\Setup.exe"