Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 069d716a authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

Add group_storage in servers

parent 3365d666
No related branches found
No related tags found
1 merge request!150Bug12247 group storage
Showing
with 70 additions and 0 deletions
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
"alias": [ "alias": [
"storage1" "storage1"
], ],
"group_storage": {
"name": "storage1",
"rate": 50000000000,
"size": 90000000000000
},
"kind": "physical", "kind": "physical",
"monitoring": { "monitoring": {
"metric": "power", "metric": "power",
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
"storage2", "storage2",
"modules" "modules"
], ],
"group_storage": {
"name": "storage2",
"rate": 50000000000,
"size": 90000000000000
},
"kind": "physical", "kind": "physical",
"monitoring": { "monitoring": {
"metric": "power", "metric": "power",
......
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
"storage1", "storage1",
"modules" "modules"
], ],
"group_storage": {
"name": "storage1",
"rate": 20000000000,
"size": 40000000000000
},
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"bmc": { "bmc": {
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
"alias": [ "alias": [
"storage1" "storage1"
], ],
"group_storage": {
"name": "storage1",
"rate": 10000000000,
"size": 75000000000000
},
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"bmc": { "bmc": {
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
"alias": [ "alias": [
], ],
"group_storage": {
"name": "talc-data2",
"rate": 10000000000,
"size": 200000000000000
},
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"bmc": { "bmc": {
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
"storage1", "storage1",
"modules" "modules"
], ],
"group_storage": {
"name": "storage1",
"rate": 10000000000,
"size": 100000000000000
},
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"bmc": { "bmc": {
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
"storage1", "storage1",
"modules" "modules"
], ],
"group_storage": {
"name": "storage1",
"rate": 1000000000,
"size": 30000000000000
},
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"bmc": { "bmc": {
......
...@@ -322,6 +322,10 @@ granche-srv1: ...@@ -322,6 +322,10 @@ granche-srv1:
port: 11 port: 11
- uid: pdu-b2p2 - uid: pdu-b2p2
port: 11 port: 11
group_storage:
name: storage1
size: 90000000000000
rate: 50000000000
granche-srv2: granche-srv2:
kind: physical kind: physical
...@@ -353,3 +357,7 @@ granche-srv2: ...@@ -353,3 +357,7 @@ granche-srv2:
port: 10 port: 10
- uid: pdu-b2p2 - uid: pdu-b2p2
port: 10 port: 10
group_storage:
name: storage2
size: 90000000000000
rate: 50000000000
...@@ -35,6 +35,10 @@ srv-data: ...@@ -35,6 +35,10 @@ srv-data:
bmc: bmc:
ip: 172.17.190.70 ip: 172.17.190.70
mac: D0:94:66:92:94:C1 mac: D0:94:66:92:94:C1
group_storage:
name: storage1
size: 40000000000000
rate: 20000000000
petitprince-cmc: petitprince-cmc:
kind: physical kind: physical
......
...@@ -51,6 +51,10 @@ alcor: ...@@ -51,6 +51,10 @@ alcor:
bmc: bmc:
ip: 172.17.62.11 ip: 172.17.62.11
mac: 4C:D9:8F:6E:26:89 mac: 4C:D9:8F:6E:26:89
group_storage:
name: storage1
size: 75000000000000
rate: 10000000000
nebula: nebula:
kind: physical kind: physical
......
...@@ -279,6 +279,10 @@ talc-data2: ...@@ -279,6 +279,10 @@ talc-data2:
bmc: bmc:
ip: 172.17.79.30 ip: 172.17.79.30
mac: 4c:d9:8f:63:31:d3 mac: 4c:d9:8f:63:31:d3
group_storage:
name: talc-data2
size: 200000000000000
rate: 10000000000
srv3: srv3:
kind: physical kind: physical
......
...@@ -69,6 +69,10 @@ srv-bigdata: ...@@ -69,6 +69,10 @@ srv-bigdata:
ip: 172.16.111.7 ip: 172.16.111.7
bmc: bmc:
ip: 172.17.111.7 ip: 172.17.111.7
group_storage:
name: storage1
size: 100000000000000
rate: 10000000000
rook-storage0: rook-storage0:
kind: physical kind: physical
......
...@@ -105,6 +105,10 @@ srv-data: ...@@ -105,6 +105,10 @@ srv-data:
mounted: true mounted: true
ip: 172.17.143.5 ip: 172.17.143.5
mac: 14:18:77:45:b8:63 mac: 14:18:77:45:b8:63
group_storage:
name: storage1
size: 30000000000000
rate: 1000000000
gwol-south: gwol-south:
kind: physical kind: physical
......
...@@ -31,6 +31,13 @@ servers: ...@@ -31,6 +31,13 @@ servers:
available: boolean available: boolean
resolution: optional_integer resolution: optional_integer
via: optional via: optional
group_storage:
<optional_hash>:
name: string
size: integer
rate: integer
comment: optional_string
name: string name: string
location: string location: string
web: string web: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment