forked from crowbar/crowbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowbar.json
58 lines (57 loc) · 1.39 KB
/
crowbar.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
{
"id": "default",
"description": "Self-referential barclamp enabling other barclamps",
"attributes": {
"crowbar": {
"instances": {
"deployer": [ "default" ],
"ipmi": [ "default" ],
"provisioner": [ "default" ],
"network": [ "default" ],
"ntp": [ "default" ],
"dns": [ "default" ],
"nagios": [ "default" ],
"ganglia": [ "default" ],
"logging": [ "default" ]
},
"realm": "Crowbar - By selecting OK you are agreeing to the License Agreement",
"web_port": 3000,
"users": {
"machine-install": { "password": "machine_password" },
"crowbar": { "password": "crowbar" }
},
"bios-settings": {
"Virtualization" : "Virtualization",
"Storage" : "Storage"
},
"raid-settings": {
"JBOD Only": "JBODOnly",
"Single RAID 10": "SingleRaid10"
},
"node-usage": {
"Nova": "Nova",
"Swift": "Swift",
"Glance": "Glance"
}
},
"rails": {
"max_pool_size": 256,
"environment": "production"
}
},
"deployment": {
"crowbar": {
"crowbar-revision": 0,
"elements": {},
"element_order": [
[ "crowbar" ]
],
"config": {
"environment": "crowbar-config-test",
"mode": "full",
"transitions": false,
"transition_list": [ ]
}
}
}
}