Mentions légales du service

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

[rennes][servers] Add -adm interface for pve-*

parent a6154eda
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
], ],
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"adm": {
"ip": "172.17.111.111"
},
"bmc": { "bmc": {
"ip": "172.17.111.51" "ip": "172.17.111.51"
}, },
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
], ],
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"adm": {
"ip": "172.17.111.112"
},
"bmc": { "bmc": {
"ip": "172.17.111.52" "ip": "172.17.111.52"
}, },
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
], ],
"kind": "physical", "kind": "physical",
"network_adapters": { "network_adapters": {
"adm": {
"ip": "172.17.111.113"
},
"bmc": { "bmc": {
"ip": "172.17.111.53" "ip": "172.17.111.53"
}, },
......
...@@ -156,6 +156,8 @@ pve-1: ...@@ -156,6 +156,8 @@ pve-1:
ip: 172.16.111.51 ip: 172.16.111.51
bmc: bmc:
ip: 172.17.111.51 ip: 172.17.111.51
adm:
ip: 172.17.111.111
pve-2: pve-2:
kind: physical kind: physical
...@@ -167,6 +169,8 @@ pve-2: ...@@ -167,6 +169,8 @@ pve-2:
ip: 172.16.111.52 ip: 172.16.111.52
bmc: bmc:
ip: 172.17.111.52 ip: 172.17.111.52
adm:
ip: 172.17.111.112
pve-3: pve-3:
kind: physical kind: physical
...@@ -178,6 +182,8 @@ pve-3: ...@@ -178,6 +182,8 @@ pve-3:
ip: 172.16.111.53 ip: 172.16.111.53
bmc: bmc:
ip: 172.17.111.53 ip: 172.17.111.53
adm:
ip: 172.17.111.113
srv-data: srv-data:
kind: physical kind: physical
......
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