Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7d69d004 authored by Emile Morel's avatar Emile Morel
Browse files

[nancy] add pdu and mic for graphite

parent e5cb5d40
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@
"ram_size": 270991937536,
"virtual_size": null
},
"mic": {
"mic": true,
"mic_count": 1,
"mic_model": "7120P"
},
"network_adapters": [
{
"bridged": true,
......@@ -123,6 +128,20 @@
"vendor": "Intel",
"version": "E5-2650"
},
"sensors": {
"power": {
"available": true,
"via": {
"api": {
"metric": "pdu"
},
"pdu": {
"port": 24,
"uid": "graphene-pdu9.nancy.grid5000.fr"
}
}
}
},
"storage_devices": [
{
"device": "sda",
......
......@@ -21,6 +21,11 @@
"ram_size": 270991937536,
"virtual_size": null
},
"mic": {
"mic": true,
"mic_count": 1,
"mic_model": "7120P"
},
"network_adapters": [
{
"bridged": true,
......@@ -123,6 +128,20 @@
"vendor": "Intel",
"version": "E5-2650"
},
"sensors": {
"power": {
"available": true,
"via": {
"api": {
"metric": "pdu"
},
"pdu": {
"port": 22,
"uid": "graphene-pdu9.nancy.grid5000.fr"
}
}
}
},
"storage_devices": [
{
"device": "sda",
......
......@@ -21,6 +21,11 @@
"ram_size": 270991937536,
"virtual_size": null
},
"mic": {
"mic": true,
"mic_count": 1,
"mic_model": "7120P"
},
"network_adapters": [
{
"bridged": true,
......@@ -123,6 +128,20 @@
"vendor": "Intel",
"version": "E5-2650"
},
"sensors": {
"power": {
"available": true,
"via": {
"api": {
"metric": "pdu"
},
"pdu": {
"port": 20,
"uid": "graphene-pdu9.nancy.grid5000.fr"
}
}
}
},
"storage_devices": [
{
"device": "sda",
......
......@@ -21,6 +21,11 @@
"ram_size": 270991937536,
"virtual_size": null
},
"mic": {
"mic": true,
"mic_count": 1,
"mic_model": "7120P"
},
"network_adapters": [
{
"bridged": true,
......@@ -123,6 +128,20 @@
"vendor": "Intel",
"version": "E5-2650"
},
"sensors": {
"power": {
"available": true,
"via": {
"api": {
"metric": "pdu"
},
"pdu": {
"port": 8,
"uid": "graphene-pdu9.nancy.grid5000.fr"
}
}
}
},
"storage_devices": [
{
"device": "sda",
......
......@@ -160,10 +160,29 @@ site :nancy do |site_uid|
:release_date => lookup('graphite_generated', node_uid, 'bios', 'release_date')
})
mic({
:mic => true,
:mic_count => lookup('graphite_manual', node_uid, 'mic', 'mic_count'),
:mic_model => lookup('graphite_manual', node_uid, 'mic', 'mic_model'),
})
gpu({
:gpu => false
})
sensors({
:power => {
:available => true,
:via => {
:api => { :metric => 'pdu' },
:pdu => {
:uid => lookup('graphite_manual', node_uid, 'pdu', 'pdu_name'),
:port => lookup('graphite_manual', node_uid, 'pdu', 'pdu_position'),
}
}
}
})
end
end
end # cluster graphite
......
......@@ -8,8 +8,11 @@ graphite-1:
switch_name: sgraphene3-ipmi
switch_port: 1/0/41
pdu:
pdu_name: graphene-pdu1.nancy.grid5000.fr
pdu_position: 2
pdu_name: graphene-pdu9.nancy.grid5000.fr
pdu_position: 24
mic:
mic_count: 1
mic_model: 7120P
graphite-2:
network_interfaces:
eth0:
......@@ -19,8 +22,11 @@ graphite-2:
switch_name: sgraphene3-ipmi
switch_port: 1/0/43
pdu:
pdu_name: graphene-pdu1.nancy.grid5000.fr
pdu_position: 3
pdu_name: graphene-pdu9.nancy.grid5000.fr
pdu_position: 22
mic:
mic_count: 1
mic_model: 7120P
graphite-3:
network_interfaces:
eth0:
......@@ -30,8 +36,11 @@ graphite-3:
switch_name: sgraphene3-ipmi
switch_port: 1/0/45
pdu:
pdu_name: graphene-pdu1.nancy.grid5000.fr
pdu_position: 4
pdu_name: graphene-pdu9.nancy.grid5000.fr
pdu_position: 20
mic:
mic_count: 1
mic_model: 7120P
graphite-4:
network_interfaces:
eth0:
......@@ -41,5 +50,8 @@ graphite-4:
switch_name: sgraphene3-ipmi
switch_port: 1/0/47
pdu:
pdu_name: graphene-pdu1.nancy.grid5000.fr
pdu_position: 5
pdu_name: graphene-pdu9.nancy.grid5000.fr
pdu_position: 8
mic:
mic_count: 1
mic_model: 7120P
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment