forked from sturdytroyready/bjc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwombat.lock
121 lines (121 loc) · 2.7 KB
/
wombat.lock
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "bjc-demo",
"domain": "automate-demo.com",
"enterprise": "automate-demo",
"org": "automate",
"certs": [
"automate",
"chef",
"compliance"
],
"ttl": 8,
"linux": "ubuntu",
"version": "2.0.0",
"products": {
"chef": "stable-12.19.36",
"chef-server": "stable-12.13.0",
"chefdk": "stable-1.2.22",
"compliance": "stable-1.8.12",
"automate": "stable-0.7.85",
"push-jobs-server": "stable-1.1.6",
"manage": "stable-2.4.4"
},
"build-nodes": {
"count": 3
},
"workstations": {
"platform": "windows",
"password": "RL9@T40BTmXh",
"count": 1
},
"infranodes": {
"ecomacceptance": {
"environment": "acceptance-automate-demo-automate-bjc-ecommerce-master",
"run_list": [
"recipe[bjc-ecommerce]",
"recipe[bjc_bass]"
]
},
"delivered": {
"environment": "delivered",
"run_list": [
"recipe[bjc-ecommerce]",
"recipe[bjc_bass]"
]
},
"rehearsal": {
"environment": "rehearsal",
"run_list": [
"recipe[bjc-ecommerce]",
"recipe[bjc_bass]"
]
},
"union": {
"environment": "union",
"run_list": [
"recipe[bjc-ecommerce]",
"recipe[bjc_bass]"
]
}
},
"conf": {
"key_dir": "packer/keys",
"files_dir": "packer/files",
"cookbook_dir": "cookbooks",
"packer_dir": "packer",
"template_dir": "templates",
"log_dir": "packer/logs",
"stack_dir": "stacks"
},
"aws": {
"az": "us-west-2c",
"keypair": "chef-demo-infra",
"region": "us-west-2",
"iam_roles": [
"chefDemo"
],
"source_image": {
"ubuntu": "ami-70b67d10",
"windows": "ami-1562d075",
"centos": "ami-6d1c2007"
}
},
"azure": {
"location": "westus",
"storage_account": "bjconazure",
"use_managed_disks": true,
"source_image": {
"ubuntu": "Canonical:UbuntuServer:14.04.5-LTS",
"windows": "MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter"
}
},
"gce": {
"zone": "us-east1-b",
"source_image": {
"ubuntu": "ubuntu-1404-trusty-v20160809a",
"windows": "windows-server-2012-r2-dc-v20160809"
}
},
"amis": {
"us-west-2": {
"automate": "ami-1825ac78",
"build-node": {
"1": "ami-2c22ab4c",
"2": "ami-6625ac06",
"3": "ami-9f20a9ff"
},
"chef-server": "ami-bc24addc",
"compliance": "ami-fb20a99b",
"infranodes": {
"delivered": "ami-f820a998",
"ecomacceptance": "ami-6525ac05",
"rehearsal": "ami-ff20a99f",
"union": "ami-2827ae48"
},
"workstation": {
"1": "ami-34b73f54"
}
}
},
"last_updated": "20170318210537"
}