info_tfgrid/collections/tfgridsimulation_farming/specs/nodes/node_1u_spec.md

42 lines
1.1 KiB
Markdown
Raw Normal View History

2024-07-29 08:27:54 +00:00
## generic node, name 1U
This is a normalized node for our simulator
2024-08-01 16:45:49 +00:00
Following defines the Bill of Material and composition of such a node
2024-07-29 08:27:54 +00:00
```js
!!tfgridsimulation_farming.component_define name:AMD32
description: 'powerful amd cpu'
2024-08-01 16:45:49 +00:00
cost:250.0
power:70 //in watt
2024-07-29 08:27:54 +00:00
cru:32
!!tfgridsimulation_farming.component_define name:CASE1U
description: '1U rack mountable case'
cost:150.0
rackspace:1
power:20
!!tfgridsimulation_farming.component_define name:MEM32
description: 'memory 32 GB'
cost:90.0
power:20
mru:32
!!tfgridsimulation_farming.component_define name:SSD1TB
description: 'SSD of 2 GT'
cost:120.0
power:5
sru:1000
!!tfgridsimulation_farming.node_template_define name:'1U'
2024-08-01 16:45:49 +00:00
image:'projectinca:inca_node_silver_2.png'
2024-07-29 08:27:54 +00:00
!!tfgridsimulation_farming.node_template_component_add name:'1U' nr:1 component:AMD32
!!tfgridsimulation_farming.node_template_component_add name:'1U' nr:1 component:CASE1U
!!tfgridsimulation_farming.node_template_component_add name:'1U' nr:4 component:MEM32
!!tfgridsimulation_farming.node_template_component_add name:'1U' nr:2 component:SSD1TB
```