forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchef_configuration.json
More file actions
34 lines (34 loc) · 969 Bytes
/
chef_configuration.json
File metadata and controls
34 lines (34 loc) · 969 Bytes
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
{
"run_list": [
"recipe[binary-installation]",
"recipe[nat-router]"
],
"set_fqdn": "*.localdomain",
"selinux": {
"state": "permissive"
},
"cloudstack": {
"db": {
"user": "cloud",
"password": "cloud",
"rootusername": "root",
"rootpassword": "password",
"management_server_key": "password",
"database_key": "password",
"prefill": "/vagrant/prefill.sql"
},
"secondary": {
"path": "/exports/secondary"
},
"primary": {
"path": "/exports/primary"
},
"hypervisor_tpl": {
"xenserver": "http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2"
},
"configuration": "/vagrant/marvin.cfg.erb",
"yum_repo": "http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/",
"apt_repo": "http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/",
"version": "4.5.0"
}
}