Skip to content

Commit

Permalink
added template-bde.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Fahey committed Nov 21, 2014
1 parent f8891b0 commit 302ab4f
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions etc/template-bde.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"nodeGroups": [
{
"name": "master",
"roles": [
"basic"
],
"instanceNum": 1,
"storage": {
"type": "shared",
"sizeGB": 250
},
"cpuNum": 4,
"memCapacityMB": 16384,
"swapRatio": 1,
"haFlag": "on",
"rpNames": ["defaultRP"]
},
{
"name": "namenode",
"roles": [
"basic"
],
"instanceNum": 1,
"storage": {
"type": "shared",
"sizeGB": 50
},
"cpuNum": 2,
"memCapacityMB": 16384,
"swapRatio": 1,
"haFlag": "on",
"rpNames": ["defaultRP"]
},
{
"name": "worker",
"roles": [
"basic"
],
"instanceNum": 0,
"storage": {
"type": "local",
"sizeGB": 300,
"dsNames4System": ["defaultDS"]
},
"cpuNum": 32,
"memCapacityMB": 57344,
"swapRatio": 0.001,
"haFlag": "off",
"rpNames": ["auto--2850905600974999919"]
}
],
"networkNames": [
"defaultNetwork"
]
}

0 comments on commit 302ab4f

Please sign in to comment.