From e8fccb4927d6342d220e7bdfae9cd8a8d1cefb85 Mon Sep 17 00:00:00 2001
From: Ludovic Schoepps <ludovic.schoepps@uni.lu>
Date: Tue, 8 Oct 2024 17:23:19 +0200
Subject: [PATCH] [luxembourg] Move adminfront alias from cronos to pve-1

---
 data/grid5000/sites/luxembourg/servers/cronos.json    | 4 ----
 data/grid5000/sites/luxembourg/servers/pve-1.json     | 4 ++++
 input/grid5000/sites/luxembourg/servers/physical.yaml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/grid5000/sites/luxembourg/servers/cronos.json b/data/grid5000/sites/luxembourg/servers/cronos.json
index 6b99d852976..48f2961efd1 100644
--- a/data/grid5000/sites/luxembourg/servers/cronos.json
+++ b/data/grid5000/sites/luxembourg/servers/cronos.json
@@ -1,8 +1,4 @@
 {
-  "alias": [
-    "adminfront",
-    "af"
-  ],
   "kind": "physical",
   "network_adapters": {
     "adm": {
diff --git a/data/grid5000/sites/luxembourg/servers/pve-1.json b/data/grid5000/sites/luxembourg/servers/pve-1.json
index b016a724670..8326e4c19f5 100644
--- a/data/grid5000/sites/luxembourg/servers/pve-1.json
+++ b/data/grid5000/sites/luxembourg/servers/pve-1.json
@@ -1,4 +1,8 @@
 {
+  "alias": [
+    "adminfront",
+    "af"
+  ],
   "kind": "physical",
   "network_adapters": {
     "adm": {
diff --git a/input/grid5000/sites/luxembourg/servers/physical.yaml b/input/grid5000/sites/luxembourg/servers/physical.yaml
index 1a03de2c08b..001c807abe6 100644
--- a/input/grid5000/sites/luxembourg/servers/physical.yaml
+++ b/input/grid5000/sites/luxembourg/servers/physical.yaml
@@ -2,7 +2,6 @@
 cronos:
   kind: physical
   redfish: false
-  alias: [adminfront, af]
   warranty: 2017-05
   serial: JSG625J
   network_adapters:
@@ -60,6 +59,7 @@ md1000:
 
 pve-1:
   kind: physical
+  alias: [adminfront, af]
   warranty: 2025-12-18
   serial: 3Q4TD93
   network_adapters:
-- 
GitLab