Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 061c8635 authored by Simon Delamare's avatar Simon Delamare
Browse files

[lyon] Fix gemini's PDU info

parent 42952fda
Branches
No related tags found
No related merge requests found
Pipeline #97377 passed
...@@ -203,10 +203,6 @@ ...@@ -203,10 +203,6 @@
"metric": "power" "metric": "power"
}, },
"pdu": [ "pdu": [
{
"port": 34,
"uid": "wattmetre1"
},
{ {
"port": 33, "port": 33,
"uid": "wattmetre1" "uid": "wattmetre1"
...@@ -218,6 +214,10 @@ ...@@ -218,6 +214,10 @@
{ {
"port": 31, "port": 31,
"uid": "wattmetre1" "uid": "wattmetre1"
},
{
"port": 30,
"uid": "wattmetre1"
} }
], ],
"www": { "www": {
......
...@@ -204,19 +204,19 @@ ...@@ -204,19 +204,19 @@
}, },
"pdu": [ "pdu": [
{ {
"port": 29, "port": 28,
"uid": "wattmetre1" "uid": "wattmetre1"
}, },
{ {
"port": 28, "port": 27,
"uid": "wattmetre1" "uid": "wattmetre1"
}, },
{ {
"port": 30, "port": 29,
"uid": "wattmetre1" "uid": "wattmetre1"
}, },
{ {
"port": 27, "port": 26,
"uid": "wattmetre1" "uid": "wattmetre1"
} }
], ],
......
...@@ -26,11 +26,10 @@ ...@@ -26,11 +26,10 @@
"28": "gemini-2", "28": "gemini-2",
"29": "gemini-2", "29": "gemini-2",
"3": "sagittaire-4", "3": "sagittaire-4",
"30": "gemini-2", "30": "gemini-1",
"31": "gemini-1", "31": "gemini-1",
"32": "gemini-1", "32": "gemini-1",
"33": "gemini-1", "33": "gemini-1",
"34": "gemini-1",
"4": "sagittaire-5", "4": "sagittaire-5",
"5": "sagittaire-6", "5": "sagittaire-6",
"6": "sagittaire-7", "6": "sagittaire-7",
......
...@@ -2,21 +2,21 @@ ...@@ -2,21 +2,21 @@
nodes: nodes:
gemini-1: gemini-1:
pdu: pdu:
- uid: wattmetre1
port: 34
- uid: wattmetre1 - uid: wattmetre1
port: 33 port: 33
- uid: wattmetre1 - uid: wattmetre1
port: 32 port: 32
- uid: wattmetre1 - uid: wattmetre1
port: 31 port: 31
- uid: wattmetre1
port: 30
gemini-2: gemini-2:
pdu: pdu:
- uid: wattmetre1
port: 29
- uid: wattmetre1 - uid: wattmetre1
port: 28 port: 28
- uid: wattmetre1
port: 30
- uid: wattmetre1 - uid: wattmetre1
port: 27 port: 27
- uid: wattmetre1
port: 29
- uid: wattmetre1
port: 26
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment