Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Created August 7, 2015 08:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wei-lee/34795f4bf5a85e5373ba to your computer and use it in GitHub Desktop.
Save wei-lee/34795f4bf5a85e5373ba to your computer and use it in GitHub Desktop.
enabled fh-digger in fhcap
{
"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"
},
"destination": {
"android": {
"host": "localhost:8888",
"path": "/digger/android",
"scheme": "http"
}
}
},
"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"
},
"nagios": {
"notifications_enabled": 0
},
"mongodb_feedhenry": {
"backups": {
"enabled": false
}
},
"mysql_feedhenry": {
"backups": {
"enabled": false
}
},
"authorization": {
"sudo": {
"passwordless": true
}
},
"feedhenry_common": {
"backups": {
"enabled": false
},
"domain": "feedhenry.me",
"notifications": {
"enabled": false,
"email": "root"
}
}
},
"chef_type": "role",
"run_list": [
"role[fhcap]",
"recipe[fh-digger]"
],
"env_run_lists": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment