Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 46f96b03 authored by Ludovic Schoepps's avatar Ludovic Schoepps
Browse files

Merge branch 'sophia_fix_adm_bmc_ip' into 'master'

[sophia] Fix adm and bmc ip of pve-1 and pve-2

See merge request !980
parents 30874a55 180e2b57
Branches
Tags
1 merge request!980[sophia] Fix adm and bmc ip of pve-1 and pve-2
Pipeline #1108499 passed with warnings
Pipeline: Resources Explorer

#1108504

    { {
    "kind": "physical", "kind": "physical",
    "network_adapters": { "network_adapters": {
    "adm": {
    "ip": "172.17.143.1"
    },
    "bmc": { "bmc": {
    "ip": "172.17.143.1", "ip": "172.17.142.1",
    "mac": "5C:ED:8C:F6:ED:E0" "mac": "5C:ED:8C:F6:ED:E0"
    }, },
    "default": { "default": {
    ......
    { {
    "kind": "physical", "kind": "physical",
    "network_adapters": { "network_adapters": {
    "adm": {
    "ip": "172.17.143.2"
    },
    "bmc": { "bmc": {
    "ip": "172.17.143.2", "ip": "172.17.142.2",
    "mac": "5C:ED:8C:F6:ED:94" "mac": "5C:ED:8C:F6:ED:94"
    }, },
    "default": { "default": {
    ......
    ...@@ -123,8 +123,10 @@ pve-1: ...@@ -123,8 +123,10 @@ pve-1:
    default: default:
    mac: d4:04:e6:af:8c:68 mac: d4:04:e6:af:8c:68
    ip: 172.16.143.1 ip: 172.16.143.1
    bmc: adm:
    ip: 172.17.143.1 ip: 172.17.143.1
    bmc:
    ip: 172.17.142.1
    mac: 5C:ED:8C:F6:ED:E0 mac: 5C:ED:8C:F6:ED:E0
    pve-2: pve-2:
    ...@@ -135,6 +137,8 @@ pve-2: ...@@ -135,6 +137,8 @@ pve-2:
    default: default:
    mac: d4:04:e6:af:32:0e mac: d4:04:e6:af:32:0e
    ip: 172.16.143.2 ip: 172.16.143.2
    bmc: adm:
    ip: 172.17.143.2 ip: 172.17.143.2
    bmc:
    ip: 172.17.142.2
    mac: 5C:ED:8C:F6:ED:94 mac: 5C:ED:8C:F6:ED:94
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment