From b5d8b74513fe08cf7472273ef48dfda0adb94a82 Mon Sep 17 00:00:00 2001
From: Pierre Jacquot <pierre.jacquot@inria.fr>
Date: Fri, 7 Jun 2024 13:31:55 +0200
Subject: [PATCH] [lyon][hydra] add mount properties for eth1 for hydra-1

---
 data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json  | 3 +++
 input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json b/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json
index a35581c1142..329d6716354 100644
--- a/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json
+++ b/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json
@@ -62,12 +62,15 @@
     {
       "device": "eth1",
       "driver": "mlx5_core",
+      "enabled": false,
       "firmware_version": "28.40.1000 (MT_0000000834)",
       "interface": "Ethernet",
       "kavlan": false,
       "mac": "a0:88:c2:98:fc:83",
       "management": false,
       "model": "MT2910 Family [ConnectX-7]",
+      "mountable": false,
+      "mounted": false,
       "name": "enp1s0f1np1",
       "sriov": true,
       "sriov_totalvfs": 16,
diff --git a/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml b/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml
index cd81d55b2d0..92671244dfd 100644
--- a/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml
+++ b/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml
@@ -35,6 +35,9 @@ hydra-1:
       sriov_totalvfs: 16
       vendor: Mellanox Technologies
     eth1:
+      mounted: false
+      mountable: false
+      enabled: false
       driver: mlx5_core
       firmware_version: 28.40.1000 (MT_0000000834)
       interface: Ethernet
-- 
GitLab