Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Created May 26, 2015 15:11
Show Gist options
  • Save wei-lee/5b0bb3687bf03630b932 to your computer and use it in GitHub Desktop.
Save wei-lee/5b0bb3687bf03630b932 to your computer and use it in GitHub Desktop.
dev.json
{
"name": "dev",
"description": "Development role",
"json_class": "Chef::Role",
"default_attributes": {
"host_src_dir": "/Users/weili/work/fh/eng/",
"feedhenry_common": {
"src": "/mnt/src"
},
"vm": {
"boot_mode": "headless",
"customize": {
"cpuexecutioncap": "90",
"memory": 4096,
"cpus": 2
}
}
},
"override_attributes": {
"millicore": {
"conf": {
"digger": {
"callbackhost": "192.168.46.47"
}
},
"install_method": "source"
},
"fh-dynoman":{
"install_method": "source"
},
"fh-proxy":{
"install_method": "source"
},
"fh-scm":{
"install_method": "source"
},
"fh-ngui":{
"install_method": "source"
},
"fh-supercore":{
"install_method": "source"
},
"fh-ditch":{
"install_method": "source"
}
},
"chef_type": "role",
"run_list": [
"role[fhcap]"
],
"env_run_lists": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment