...
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## PLATINUM
|
||||
|
||||
```js
|
||||
!!tfgrid4_node.define
|
||||
!!tfgrid_simulator.node_define
|
||||
name:'platinum'
|
||||
cpu_brand:'amd'
|
||||
cpu_version:'9600'
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
// Define the CloudBox
|
||||
!!tfgrid4_node.cloudbox_define
|
||||
!!tfgrid_simulator.cloudbox_define
|
||||
node:'platinum'
|
||||
amount:15
|
||||
description:''
|
||||
@@ -35,7 +35,7 @@
|
||||
vcores:2
|
||||
|
||||
// Define the StorageBox
|
||||
!!tfgrid4_node.storagebox_define
|
||||
!!tfgrid_simulator.storagebox_define
|
||||
node:'platinum'
|
||||
amount:100
|
||||
description:''
|
||||
@@ -46,7 +46,7 @@
|
||||
## AI
|
||||
|
||||
```js
|
||||
!!tfgrid4_node.define
|
||||
!!tfgrid_simulator.node_define
|
||||
name:'ai'
|
||||
cpu_brand:'amd'
|
||||
cpu_version:'9600'
|
||||
@@ -65,7 +65,7 @@
|
||||
grant_max_nrnodes:1000 //max nr of nodes which will get this grant
|
||||
|
||||
|
||||
!!tfgrid4_node.aibox_define
|
||||
!!tfgrid_simulator.aibox_define
|
||||
node:'ai'
|
||||
amount:1
|
||||
gpu_brand:'Nvidia GeForce'
|
||||
@@ -79,7 +79,7 @@
|
||||
storage_gb:1800
|
||||
vcores:24
|
||||
|
||||
!!tfgrid4_node.storagebox_define
|
||||
!!tfgrid_simulator.storagebox_define
|
||||
node:'ai'
|
||||
amount:100
|
||||
description:''
|
||||
@@ -90,7 +90,7 @@
|
||||
## SILVER
|
||||
|
||||
```js
|
||||
!!tfgrid4_node.define
|
||||
!!tfgrid_simulator.node_define
|
||||
name:'silver'
|
||||
cpu_brand:'intel'
|
||||
cpu_version:'N96 12e gen'
|
||||
@@ -110,7 +110,7 @@
|
||||
grant_max_nrnodes:5000 //max nr of nodes which will get this grant
|
||||
|
||||
|
||||
!!tfgrid4_node.cloudbox_define
|
||||
!!tfgrid_simulator.cloudbox_define
|
||||
node:'silver'
|
||||
amount:4
|
||||
description:''
|
||||
|
@@ -3,7 +3,7 @@
|
||||
not used yet.
|
||||
|
||||
```js
|
||||
// !!tfgrid4_simulator.rewards_define
|
||||
// !!tfgrid_simulator.rewards_define
|
||||
// inca_grant_new_user_usd:'1:20,12:0'
|
||||
// inca_grant_new_user_inca:'1:20,12:0'
|
||||
// inca_grant_month_usd:'1:20,12:0'
|
||||
|
@@ -1,21 +1,21 @@
|
||||
## growth simulation
|
||||
|
||||
```js
|
||||
!!tfgrid4_simulator.node_growth_define
|
||||
!!tfgrid_simulator.node_growth_define
|
||||
node_name:'silver'
|
||||
new_month:'0:20,30:5000'
|
||||
churn:2 //in percent 0..100
|
||||
utilization:'0:0,20:70' //in percent 0..100
|
||||
discount:'0:0,60:30' //in percent 0..100
|
||||
|
||||
!!tfgrid4_simulator.node_growth_define
|
||||
!!tfgrid_simulator.node_growth_define
|
||||
node_name:'platinum'
|
||||
new_month:'0:20,50:200'
|
||||
churn:2 //in percent 0..100
|
||||
utilization:'0:0,20:70' //in percent 0..100
|
||||
discount:'0:0,60:30' //in percent 0..100
|
||||
|
||||
!!tfgrid4_simulator.node_growth_define
|
||||
!!tfgrid_simulator.node_growth_define
|
||||
node_name:'ai'
|
||||
new_month:'0:20,30:100'
|
||||
churn:2 //in percent 0..100
|
||||
@@ -23,11 +23,11 @@
|
||||
discount:'0:0,60:30' //in percent 0..100
|
||||
|
||||
|
||||
!!tfgrid4_simulator.incaprice_define
|
||||
!!tfgrid_simulator.incaprice_define
|
||||
incaprice_usd:'0:0.05,12:0.3,24:0.5,60:2'
|
||||
|
||||
|
||||
!!tfgrid4_simulator.run name:run1
|
||||
!!tfgrid_simulator.run name:'run1'
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user