-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration-test-config.example.json
More file actions
47 lines (40 loc) · 1.2 KB
/
integration-test-config.example.json
File metadata and controls
47 lines (40 loc) · 1.2 KB
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
{
"_comment": "Copy this file to integration-test-config.json and update values for your environment",
"lab": {
"name": "StmTestLab",
"domainName": "stmtest.local",
"adminUser": "Install",
"adminPassword": "P@ssw0rd1",
"_mode_comment": "Set to 'local' for AutomatedLab on this machine, 'remote' for AutomatedLab on another server",
"mode": "local"
},
"network": {
"addressSpace": "192.168.100.0/24",
"clusterIp": "192.168.100.50",
"networkPrefix": "192.168.100"
},
"cluster": {
"name": "STMCLUSTER",
"virtualSwitch": "intnet_StmTestLab"
},
"virtualMachines": {
"domainController": "STMDC01",
"clusterNodes": ["STMNODE01", "STMNODE02"]
},
"paths": {
"labModulePath": "C:\\ScheduledTasksManager",
"labDataPath": "C:\\ProgramData\\AutomatedLab\\Labs",
"exportPath": "C:\\AutomatedLab-Export",
"vmPath": "C:\\AutomatedLab-VMs"
},
"remote": {
"_comment": "Only used when lab.mode is 'remote'",
"hostname": "yourserver",
"labSetupPath": "C:\\LabSetup",
"localModulePath": "C:\\Path\\To\\Your\\ScheduledTasksManager"
},
"test": {
"taskName": "StmIntegrationTest",
"snapshotName": "IntegrationTestBaseline"
}
}