From 6c0b2180f6ce595d22b22cc41d12d212c46f2a2a Mon Sep 17 00:00:00 2001
From: francesco-noc <120575195+francesco-noc@users.noreply.github.com>
Date: Thu, 27 Jul 2023 16:38:43 +0200
Subject: [PATCH] fixed positions and names (#1496)

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
---
 device-types/HPE/Aruba-2930M-24G.yaml               | 3 +--
 device-types/HPE/Aruba-2930M-48G-PoEP.yaml          | 3 +--
 device-types/HPE/Aruba-2930M-48G.yaml               | 3 +--
 device-types/HPE/Aruba-3810M-24G-1-slot-Switch.yaml | 3 +--
 device-types/HPE/Aruba-3810M-40G-8SR.yaml           | 3 +--
 device-types/HPE/Aruba-3810M-48G-PoEP-1-slot.yaml   | 3 +--
 module-types/HPE/JL084A.yaml                        | 8 ++++----
 module-types/HPE/JL325A.yaml                        | 4 ++--
 8 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/device-types/HPE/Aruba-2930M-24G.yaml b/device-types/HPE/Aruba-2930M-24G.yaml
index 22e4dfe6..cd0d3016 100644
--- a/device-types/HPE/Aruba-2930M-24G.yaml
+++ b/device-types/HPE/Aruba-2930M-24G.yaml
@@ -10,9 +10,8 @@ weight: 9.81
 weight_unit: lb
 module-bays:
   - name: Uplink
-    position: '1'
+    position: A
   - name: Stacking Module
-    position: '2'
   - name: PS1
     position: '1'
   - name: PS2
diff --git a/device-types/HPE/Aruba-2930M-48G-PoEP.yaml b/device-types/HPE/Aruba-2930M-48G-PoEP.yaml
index 060c7d48..e7e81ea6 100644
--- a/device-types/HPE/Aruba-2930M-48G-PoEP.yaml
+++ b/device-types/HPE/Aruba-2930M-48G-PoEP.yaml
@@ -10,9 +10,8 @@ weight: 10.25
 weight_unit: lb
 module-bays:
   - name: Uplink
-    position: '1'
+    position: A
   - name: Stacking Module
-    position: '2'
   - name: PS1
     position: '1'
   - name: PS2
diff --git a/device-types/HPE/Aruba-2930M-48G.yaml b/device-types/HPE/Aruba-2930M-48G.yaml
index 3dfd9657..0969ad60 100644
--- a/device-types/HPE/Aruba-2930M-48G.yaml
+++ b/device-types/HPE/Aruba-2930M-48G.yaml
@@ -10,9 +10,8 @@ weight: 10.14
 weight_unit: lb
 module-bays:
   - name: Uplink
-    position: '1'
+    position: A
   - name: Stacking Module
-    position: '2'
   - name: PS1
     position: '1'
   - name: PS2
diff --git a/device-types/HPE/Aruba-3810M-24G-1-slot-Switch.yaml b/device-types/HPE/Aruba-3810M-24G-1-slot-Switch.yaml
index 2cba964a..390a37ef 100644
--- a/device-types/HPE/Aruba-3810M-24G-1-slot-Switch.yaml
+++ b/device-types/HPE/Aruba-3810M-24G-1-slot-Switch.yaml
@@ -11,9 +11,8 @@ weight: 5.79
 weight_unit: kg
 module-bays:
   - name: Network Module
-    position: '1'
+    position: A
   - name: Stacking Module
-    position: '2'
   - name: PS1
     position: '1'
   - name: PS2
diff --git a/device-types/HPE/Aruba-3810M-40G-8SR.yaml b/device-types/HPE/Aruba-3810M-40G-8SR.yaml
index e9424097..6f1056bd 100644
--- a/device-types/HPE/Aruba-3810M-40G-8SR.yaml
+++ b/device-types/HPE/Aruba-3810M-40G-8SR.yaml
@@ -10,9 +10,8 @@ weight: 6.17
 weight_unit: kg
 module-bays:
   - name: Network Module
-    position: '1'
+    position: A
   - name: Stacking Module
-    position: '2'
   - name: PS1
     position: '1'
   - name: PS2
diff --git a/device-types/HPE/Aruba-3810M-48G-PoEP-1-slot.yaml b/device-types/HPE/Aruba-3810M-48G-PoEP-1-slot.yaml
index a19ee031..3ebc300b 100644
--- a/device-types/HPE/Aruba-3810M-48G-PoEP-1-slot.yaml
+++ b/device-types/HPE/Aruba-3810M-48G-PoEP-1-slot.yaml
@@ -11,9 +11,8 @@ weight: 6.18
 weight_unit: kg
 module-bays:
   - name: Network Module
-    position: '1'
+    position: A
   - name: Stacking Module
-    position: '2'
   - name: PS1
     position: '1'
   - name: PS2
diff --git a/module-types/HPE/JL084A.yaml b/module-types/HPE/JL084A.yaml
index feb49600..d1614895 100644
--- a/module-types/HPE/JL084A.yaml
+++ b/module-types/HPE/JL084A.yaml
@@ -4,11 +4,11 @@ model: Aruba 3810M 4-port Stacking Module
 part_number: JL084A
 comments: HPE JL084A Aruba 3810M 4-port Stacking Module
 interfaces:
-  - name: A1
+  - name: Stacking port 1
     type: 10gbase-t
-  - name: A2
+  - name: Stacking port 2
     type: 10gbase-t
-  - name: A3
+  - name: Stacking port 3
     type: 10gbase-t
-  - name: A4
+  - name: Stacking port 4
     type: 10gbase-t
diff --git a/module-types/HPE/JL325A.yaml b/module-types/HPE/JL325A.yaml
index db711a89..b2f79399 100644
--- a/module-types/HPE/JL325A.yaml
+++ b/module-types/HPE/JL325A.yaml
@@ -4,7 +4,7 @@ model: Aruba 2930 2-port Stacking Module
 part_number: JL325A
 comments: Aruba 2930 2-port Stacking Module
 interfaces:
-  - name: A1
+  - name: Stacking port 1
     type: 10gbase-t
-  - name: A2
+  - name: Stacking port 2
     type: 10gbase-t
-- 
GitLab