Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 678b22df authored by Nicolas Perrin's avatar Nicolas Perrin
Browse files

[nancy] Add pve1 and pve2 servers (physical)

parent ab4e2302
No related branches found
No related tags found
No related merge requests found
Pipeline #538030 passed
{
"kind": "physical",
"network_adapters": {
"adm": {
"ip": "172.17.79.31",
"mac": "78:45:c4:fc:3a:4a"
},
"bmc": {
"ip": "172.17.79.231",
"mac": "78:45:c4:fc:3a:4b"
},
"default": {
"ip": "172.16.79.31",
"mac": "78:45:c4:fc:3a:49"
}
},
"serial": "32MGWX1",
"type": "server",
"uid": "pve1"
}
\ No newline at end of file
{
"kind": "physical",
"network_adapters": {
"adm": {
"ip": "172.17.79.32",
"mac": "78:45:c4:fc:3a:35"
},
"bmc": {
"ip": "172.17.79.232",
"mac": "78:45:c4:fc:3a:36"
},
"default": {
"ip": "172.16.79.32",
"mac": "78:45:c4:fc:3a:34"
}
},
"serial": "H1MGWX1",
"type": "server",
"uid": "pve2"
}
\ No newline at end of file
...@@ -61,7 +61,6 @@ srv-data2: ...@@ -61,7 +61,6 @@ srv-data2:
size: 90000000000000 size: 90000000000000
rate: 10000000000 rate: 10000000000
srv2: srv2:
kind: physical kind: physical
alias: [ntp] alias: [ntp]
...@@ -250,3 +249,31 @@ srv3: ...@@ -250,3 +249,31 @@ srv3:
port: 14 port: 14
- uid: gros-pdu8 - uid: gros-pdu8
port: 14 port: 14
pve1:
kind: physical
serial: 32MGWX1
network_adapters:
default:
mac: 78:45:c4:fc:3a:49
ip: 172.16.79.31
adm:
mac: 78:45:c4:fc:3a:4a
ip: 172.17.79.31
bmc:
ip: 172.17.79.231
mac: 78:45:c4:fc:3a:4b
pve2:
kind: physical
serial: H1MGWX1
network_adapters:
default:
mac: 78:45:c4:fc:3a:34
ip: 172.16.79.32
adm:
mac: 78:45:c4:fc:3a:35
ip: 172.17.79.32
bmc:
ip: 172.17.79.232
mac: 78:45:c4:fc:3a:36
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment