From ce5779dfcf85e3b1698b35d476e61474451cc0b5 Mon Sep 17 00:00:00 2001 From: Pierre Jacquot <pierre.jacquot@inria.fr> Date: Mon, 31 Mar 2025 13:24:30 +0200 Subject: [PATCH] [lille][wattmetre] Add wattmetre alias for pve-4 --- data/grid5000/sites/lille/servers/pve-4.json | 3 +++ input/grid5000/sites/lille/servers/physical.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/data/grid5000/sites/lille/servers/pve-4.json b/data/grid5000/sites/lille/servers/pve-4.json index f6926d3d8f8..facf47eff7e 100644 --- a/data/grid5000/sites/lille/servers/pve-4.json +++ b/data/grid5000/sites/lille/servers/pve-4.json @@ -1,4 +1,7 @@ { + "alias": [ + "wattmetre" + ], "kind": "physical", "network_adapters": { "adm": { diff --git a/input/grid5000/sites/lille/servers/physical.yaml b/input/grid5000/sites/lille/servers/physical.yaml index a313db61c5e..6e3f11f174a 100644 --- a/input/grid5000/sites/lille/servers/physical.yaml +++ b/input/grid5000/sites/lille/servers/physical.yaml @@ -165,6 +165,8 @@ pve-4: kind: physical warranty: 2030-12-06 serial: CZ2348068L + alias: + - wattmetre network_adapters: default: ip: 172.16.47.21 -- GitLab