From 28bdb5eb84d1835fa928ab49618b0995dba1d22e Mon Sep 17 00:00:00 2001
From: Nicolas Perrin <nicolas.perrin@inria.fr>
Date: Tue, 4 Feb 2025 10:02:33 +0100
Subject: [PATCH] [sophia] Change adminfront from srv3 to pve-1

---
 data/grid5000/sites/sophia/servers/pve-1.json     | 4 ++++
 data/grid5000/sites/sophia/servers/srv3.json      | 4 ----
 input/grid5000/sites/sophia/servers/physical.yaml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/data/grid5000/sites/sophia/servers/pve-1.json b/data/grid5000/sites/sophia/servers/pve-1.json
index 619cc61b76a..44a0b020325 100644
--- a/data/grid5000/sites/sophia/servers/pve-1.json
+++ b/data/grid5000/sites/sophia/servers/pve-1.json
@@ -1,4 +1,8 @@
 {
+  "alias": [
+    "ntp",
+    "adminfront"
+  ],
   "kind": "physical",
   "network_adapters": {
     "adm": {
diff --git a/data/grid5000/sites/sophia/servers/srv3.json b/data/grid5000/sites/sophia/servers/srv3.json
index 1a906ddf864..b700e4701f7 100644
--- a/data/grid5000/sites/sophia/servers/srv3.json
+++ b/data/grid5000/sites/sophia/servers/srv3.json
@@ -1,8 +1,4 @@
 {
-  "alias": [
-    "ntp",
-    "adminfront"
-  ],
   "kind": "physical",
   "network_adapters": {
     "adm": {
diff --git a/input/grid5000/sites/sophia/servers/physical.yaml b/input/grid5000/sites/sophia/servers/physical.yaml
index 48e77aff201..8f171970835 100644
--- a/input/grid5000/sites/sophia/servers/physical.yaml
+++ b/input/grid5000/sites/sophia/servers/physical.yaml
@@ -1,9 +1,6 @@
 ---
 srv3:
   kind: physical
-  alias:
-    - ntp
-    - adminfront
   warranty: 2024-09-12
   serial: HPKWGL2
   network_adapters:
@@ -117,6 +114,9 @@ pve-dmz-south-1:
 
 pve-1: 
   kind: physical
+  alias:
+    - ntp
+    - adminfront
   warranty: 2031-10-07
   serial: CZJD1N011C
   network_adapters:
-- 
GitLab