forked from mancdaz/buildstuff
-
Notifications
You must be signed in to change notification settings - Fork 1
/
env.json
69 lines (68 loc) · 1.48 KB
/
env.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
{
"name": "test",
"description": "Chef-server nova cloudservers environment",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
"mysql": {
"allow_remote_root": true,
"root_network_acl": "%"
},
"package_component": "folsom",
"floating": "false",
"horizon": {
"theme": "Rackspace"
}
},
"override_attributes": {
"nova": {
"libvirt": {
"virt_type": "qemu"
},
"network": {
"floating": {
"ipv4_cidr": "10.254.254.0/24"
}
},
"networks": [
{
"label": "public",
"bridge_dev": "dummy0",
"dns2": "8.8.8.8",
"num_networks": "1",
"ipv4_cidr": "192.168.100.0/24",
"network_size": "255",
"bridge": "br100",
"dns1": "8.8.4.4"
}
]
},
"mysql": {
"tunable": {
"innodb_adaptive_flushing": "false"
}
},
"developer_mode": false,
"enable_collectd": true,
"osops_networks": {
"nova": "10.0.0.0/8",
"public": "10.0.0.0/8",
"management": "192.168.0.0/24",
"swift": "10.0.0.0/8",
"swift-lb": "10.0.0.0/8",
"swift-private": "10.0.0.0/8"
},
"enable_monit": true,
"monitoring": {
"procmon_provider": "monit"
},
"swift": {
"swift_hash": "monkeybutler",
"authmode": "keystone"
},
"osops": {
"apply_patches": true
}
}