Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b62cc132 authored by MANDLER Noah's avatar MANDLER Noah
Browse files

Merge branch 'ceph-sophia' into 'master'

[sophia][ceph] Add srv-scratch[1-3] servers to physical.yaml on Sophia

See merge request !1300
parents a3a655c8 fbbe572a
Branches
No related tags found
1 merge request!1300[sophia][ceph] Add srv-scratch[1-3] servers to physical.yaml on Sophia
Pipeline #1185125 passed
Pipeline: Resources Explorer

#1185128

    {
    "kind": "physical",
    "network_adapters": {
    "bmc": {
    "ip": "172.17.143.21",
    "mac": "7C:A6:2A:40:B3:38"
    },
    "default": {
    "ip": "172.16.143.21"
    }
    },
    "redfish": true,
    "serial": "CZJD1W001Q",
    "type": "server",
    "uid": "srv-scratch1",
    "warranty": "2031-11-22"
    }
    \ No newline at end of file
    {
    "kind": "physical",
    "network_adapters": {
    "bmc": {
    "ip": "172.17.143.22",
    "mac": "7C:A6:2A:40:B3:98"
    },
    "default": {
    "ip": "172.16.143.22"
    }
    },
    "redfish": true,
    "serial": "CZJD1W001P",
    "type": "server",
    "uid": "srv-scratch2",
    "warranty": "2031-11-22"
    }
    \ No newline at end of file
    {
    "kind": "physical",
    "network_adapters": {
    "bmc": {
    "ip": "172.17.143.23",
    "mac": "7C:A6:2A:40:B3:68"
    },
    "default": {
    "ip": "172.16.143.23"
    }
    },
    "redfish": true,
    "serial": "CZJD1W001N",
    "type": "server",
    "uid": "srv-scratch3",
    "warranty": "2031-11-22"
    }
    \ No newline at end of file
    ......@@ -120,3 +120,36 @@ pve-2:
    bmc:
    ip: 172.17.142.2
    mac: 5C:ED:8C:F6:ED:94
    srv-scratch1:
    kind: physical
    warranty: 2031-11-22
    serial: CZJD1W001Q
    network_adapters:
    default:
    ip: 172.16.143.21
    bmc:
    ip: 172.17.143.21
    mac: 7C:A6:2A:40:B3:38
    srv-scratch2:
    kind: physical
    warranty: 2031-11-22
    serial: CZJD1W001P
    network_adapters:
    default:
    ip: 172.16.143.22
    bmc:
    ip: 172.17.143.22
    mac: 7C:A6:2A:40:B3:98
    srv-scratch3:
    kind: physical
    warranty: 2031-11-22
    serial: CZJD1W001N
    network_adapters:
    default:
    ip: 172.16.143.23
    bmc:
    ip: 172.17.143.23
    mac: 7C:A6:2A:40:B3:68
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment