Commit Graph

107 Commits

Author SHA1 Message Date
Markus Viitamäki
1f7ccfccac DELL R67X5 and R77X5 (#3413)
* DELL R67X5 and R77X5

* Removing VGA and DisplayPort..

* Fix requested changes
2025-08-14 08:35:02 +01:00
m-hau
9e6cf8d017 Enforce component properties (#3391)
* Disable additional properties for components

It is not a global option, it needs to be set per-definition.
Enabling it produces a lot of validation errors.

* Update json schema

Add missing fields and value constraints. The `rf_role` enum is
currently not included in the `generated_schema.json` from upstream,
so I "faked" it for now by added it manually.

* Rework custom power source marker

While you could technically have a device that does PoE and serial
console on the same port, this is just one very specific scenario.
Rename the custom property from `poe` to `_is_power_source` to be more
general and better reflect its intention, and properly document it in
the json schema.
Remove the property from device types where it is false, and where it's
unneeded because power-ports exist.

* Fix power draw

In NetBox the PSU modules have a power draw, but not the module-bays you
can put them into; so remove it from those. Plus some minor corrections.

* Fix PoE

Basically fix the casing by renaming from the wrong kebab-case to the
correct snake_case.

* Turn invalid comments into description

Only device types can have `comments`, everything else is limited to
`description`. So turn all invalid comments into descriptions.

* Fix mgmt_only

Console port in NetBox don't have a `mgmt_only` property, because they
are by definition management-only.

* Fix position(s)

Device bays don't have a position, because the child devices are
completely separate and don't share any naming/numbering.

* Miscellaneous fixes

Everything that didn't fit into the prior larger error categories.
Validation now passes again.
2025-08-08 22:10:01 +01:00
Matthew Seaman
0ddf4b1b93 Add library entry for Dell PowerEdge R660xs (#3388)
* Add library entry for Dell PowerEdge R660xs

https://www.delltechnologies.com/asset/en-us/products/servers/technical-support/poweredge-r660xs-technical-guide.pdf

* Correct the speed of the on-board Ethernet ports

These are only 1Gb Ethernet.  Apologies for the confusion.

* Remove editor backup file committed by mistake.
2025-08-07 21:44:19 +01:00
Walday
81510b14c9 Create Connetrix-DS-6620B.yaml (#3121) 2025-05-13 11:38:54 +01:00
zedaprime
ba1fb4acf0 Add Dell Unity XT 380 Storage Array (#2622)
* Create Unity-XT-380.yaml

* dell-unity-xt-380

 Lint Updates - Trailing spaces

* Update Unity-XT-380.yaml

* Create Unity-XT-380-Controller.yaml

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2025-05-02 23:04:25 +01:00
anadir7
a3adec5083 Create PowerVault-ME5084.yaml (#3075)
* Create PowerVault-ME5084.yaml

* Update PowerVault-ME5084.yaml

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2025-05-02 22:34:30 +01:00
anadir7
d02e7e4519 Create PowerEdge-R660.yaml (#3071)
* Create PowerEdge-R660.yaml

Adding PowerEdge R660

* Update PowerEdge-R660.yaml

* Update PowerEdge-R660.yaml

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2025-05-02 14:43:43 +01:00
dieck
91f13c22de adding 2 network ports to Dell R750xs (#3052)
Co-authored-by: Marco Dieckhoff <marco.dieckhoff@gmail.com>
2025-04-29 20:37:53 +01:00
Harry
2421bbd6f0 Added requirement for position field. (#2803)
* Update components.json

Added position as a required field for modules

* Added positions to module-bays

* Fixed more devices

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2025-04-05 20:36:33 -04:00
Juniper46
74bd24b5c9 Added Images to Juniper and Dell (#2899)
* Adding Dell images

* Update PowerEdge-R720.yaml

* Update PowerEdge-R620.yaml

* Update PowerEdge-R760.yml

* Upload QFX5100 images

* Update QFX5100-24Q.yaml

* Update QFX5100-48S-6Q.yaml

* Update QFX5100-48T-6Q.yaml

* Update QFX5100-96S-8Q.yaml

* Update QFX5100-48T-6Q.yaml

* Update QFX5100-48S-6Q.yaml

* Update QFX5100-24Q.yaml

* Rename juniper-qfx5100-48s.front.jpg to juniper-qfx5100-48s-6q.front.jpg

* Rename juniper-qfx5100-48s.rear.jpg to juniper-qfx5100-48s-6q.rear.jpg

* Rename juniper-qfx5100-48t.front.jpg to juniper-qfx5100-48t-6q.front.jpg

* Rename juniper-qfx5100-48t.rear.jpg to juniper-qfx5100-48t-6q.rear.jpg

* Rename juniper-qfx5100-96s.front.jpg to juniper-qfx5100-96s-8q.front.jpg
2025-03-04 14:23:45 +00:00
Juniper46
ab4f68bf89 Update Dell PowerEdge (#2878)
* Update PowerEdge-R540.yaml

added detail

* Update PowerEdge-R530.yml

added extra data

* Update PowerEdge-R620.yaml

* Update PowerEdge-R630.yaml

* Update PowerEdge-R720.yaml

converted power ports and nic

* Update PowerEdge-R730.yaml

* Update PowerEdge-R740.yaml

* Update PowerEdge-R760.yml

* Update PowerEdge-R750.yml

* Update PowerEdge-R320.yaml

* Update PowerEdge-R330.yaml

* Update PowerEdge-R340.yaml

* Update PowerEdge-R350.yaml

* Create PowerEdge-R360.yaml

* Update PowerEdge-R410.yml

* Update PowerEdge-R415.yml

* Update PowerEdge-R420.yaml

* Update PowerEdge-R430.yml

* Update PowerEdge-R440.yml

* Update PowerEdge-R450.yml

* Update PowerEdge-R720.yaml

* Update PowerEdge-R730.yaml

* Rename dell-poweredge-R530.front.jpg to dell-poweredge-r530.front.jpg

* Rename dell-poweredge-R530.rear.jpg to dell-poweredge-r530.rear.jpg

* Rename dell-poweredge-R540.rear.jpg to dell-poweredge-r540.rear.jpg

* Rename dell-poweredge-R540.front.jpg to dell-poweredge-r540.front.jpg

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2025-02-26 10:57:00 +00:00
gryrxn
320dbc25fa Update the module bays for the Dell R230 to include its PCI-E slots. (#2859)
* Update the module bays for the Dell R230 to include its PCI-E slots.

* Update PowerEdge-R230.yml

minor adjustment

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2025-02-22 12:46:44 +00:00
Jacob LeMire
f6059654ba Update PowerEdge-R650.yaml (#2765)
Corrected device config because "device-bays" actually should've been "module-bays", and removed manually specified interfaces that may not actually exist based on the modules that are installed.

Co-authored-by: Harry <Harry@cadby.co.uk>
2025-02-13 09:45:30 +00:00
Cautious-Software701
959b0922ef Add PowerScale F710 (#2638)
* Add PowerScale F710

* Update PowerScale F710 PSU to module bay

* Update PowerScale-F710.yaml

Fixed pre-commit fail

* Update PowerScale-F710.yaml

---------

Co-authored-by: John Doe <johndoe@example.au>
Co-authored-by: Harry <Harry@cadby.co.uk>
2025-01-20 11:24:03 +00:00
Brandon Currell
735b10a7ff Add all Dell PowerConnect 5500 switches (#2629)
* Add Dell PowerConnect 5548

* Update PowerConnect 5548P to match 5548

* Add PowerConnect 5524 and 5524P

* Add airflow
2025-01-13 15:15:17 +00:00
David Siebörger
79066c0e99 Add Dell 6200, N1500/2000/4000 switches (#2510)
* Add maximum_draw, notes about combo ports for PowerConnect 6224, 6248

* Add PowerConnect 62xxP, 6224F

* Add PowerSwitch N15xx, N15xxP

* Add PowerSwitch N2024, N20xxP

* Add images for PowerSwitch N2048

* Add PowerSwitch N4032, N4032F and two uplink modules

* Set airflow for PowerSwitch N1500, N2000 series

* Set front_image, rear_image for PowerSwitch N2048

* Add front image for Dell PowerSwitch N1548

* Update PowerSwitch-N4032.yaml

Convert power ports to PSUs as they are hot swappable

* Update PowerSwitch-N4032F.yaml

Convert power ports to PSUs as they are hot swappable

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2024-11-28 08:34:56 +00:00
Vladimir Vitkov
00de0399ac Correct Dell MX7000 chassis (#2476)
* Correct Dell MX7000 chassis

* PSUs to modules, rename PW in ports, add labels, max draw

* Remove labels for cleaner naming (duplicated)

* Fix issues raised by review:

 * Quotting
 * Adding some power supplies

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2024-11-08 10:45:55 +00:00
VentByte
5c1568bb9d Added new Device Types for AVM, Dell and Sophos (#2336)
* Added Dell PowerSwitch N3248P-ON and S4128F-ON

* Added Sophos XGS 126 and 136

* Added Sophos AP6-420E, APX320 and APX530

* Added Fritzbox 7510

* fixed duplicate device type naming

* Removed non-existing LAN Ports

* Moved Power-Ports to seperate module, Add type and mode to POE ports

* Add module-type definition and image for Dell 1150W hot swap psu

* [DELL S4128F-ON] changed power-ports to module-bay and added module-type for psu

* added missing newlines
2024-11-06 09:00:29 +00:00
Ivan Shires
ad6439d6f9 formatting (#2452)
* Create PowerSwitch-S4112F-on.yaml

* fixed formatting error

* fixed eth interface to sfp interface
2024-11-04 21:11:44 +00:00
Ash Kirby
339acac0c5 Adding Ericsson Private 5G Equipment (#2220)
* Adding Ericsson Private 5G Kit

* Renaming Baseband6631 to B6631

* Ensuring compliance with pre-comit checks

* Update VEP4600.yml

Converted power ports to module bays

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2024-10-28 21:09:41 +00:00
Adam
474877e075 Dell C6400 Series updates (#2135)
* Update Dell C Series

* Update PowerEdge-C6420.yaml

* Update PowerEdge-C6400.yaml

* Update PowerEdge-C6400.yaml

Fixed indentation.

* Update PowerEdge-C6400.yaml

* Fixed PR check

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
Co-authored-by: Harry <Harry@cadby.co.uk>
2024-10-27 22:03:36 +00:00
iriseden
2a33050f45 Adding Intel Card, Dell PowerEdge R220 and Extreme Networks x460 48p/t (#2119)
* Adding X520-DA2 CNA Card

* Adding Dell PowerEdge R220 Server

* Adding Extreme Networks x460 48p/t

* pre hook validation

* newline dans revert change

* removing useless

* not full depth

* Update PowerEdge-R220.yml

* Update and rename summit-x460-48p.yml to X460-48p.yml

* Update and rename summit-x460-48t.yml to X460-48t.yml

* Update PowerEdge-R220.yml

* Delete device-types/APC/AP8941.yaml

* Update PowerEdge-R220.yml

---------

Co-authored-by: Adrien Chabod <adrien.chabod@iriseden.fr>
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
Co-authored-by: Harry <Harry@cadby.co.uk>
2024-10-25 15:44:06 +01:00
obimoro
0638df3c0b Adding new devicetypes (#2399)
* Add files via upload

* Add 3 new devicetypes

Dell Powerscale A3000
HPe Alletra 6000
HPe DL360-gen11

* Update Alletra-6000.yaml

weight was defined with a "," instead of "."

* Update Alletra-6000.yaml

* Update PowerEdge-R750xs.yaml

added some extra detail

---------

Co-authored-by: Andreas Langseth <andreas.langseth@nrk.no>
Co-authored-by: Harry <Harry@cadby.co.uk>
2024-10-23 11:29:00 +01:00
Jeff Groom
0a06a15d78 Ciena Devices (#2331)
* 8110

* weight fix

* fix comments

* add image

* 8110 rear image

* fix draw

* module slugs

* more devices

* add and fix

* 8112s

* 8112 image

* fix 5131

* formatting

* 5130 specs

* 5142 power modules

* 51xx

* lint

* lint

* 5162

* 5164

* 516x

* modules

* 8110

* 8114

* 8140

* 8180

* 8180

* 8190

* lint

* front-to-rear

* add calient

* add image

* more images

* images

* 5131 image

* 5142 image

* images

* image replacement

* 40 and 42

* lint and rename

* file renames

* renames

* renames

* modules

* renames

* renames

* add Waveserver 5

* lint

* image names

* renames

* cp consoles

* rename

* ws5 ps

* add waveserver ai

* 5162 image

* add rls

* 8140 image

* fix calient height

* add 8192

* add some els

* add panduit covers

* 3806 enclosure

* lint

* no power on enclosure

* add typical draw

* weight and draw

* weight and draw

* add ws weights

* fix ws5 weight

* calient weight

* more weights

* fix allocated_draw naming

* 3806 power

* power

* more power

* fix lint

* fix test

* requested diagram changes

* json to yml

* remove json

* remove json

* prune parent/childs

* remove panduit

* add 3984

* fix ps

* file renames

* Update 3806.yaml

* Update 3940.yaml

added airflow

* resolve PR convos

* fix module position

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2024-10-22 21:50:14 +01:00
Sjur Fredriksen
bc900787be add dell powerscale H700 (#2156)
* add dell powerscale H700

* fixes after tests

* fixes after tests

* Rename Powerscale-H700-Chassis.yml to Powerscale-H700-Chassis.yaml

* Updated Powerscale-H700.yaml

Converted power ports to Module bays

* Update PowerScale-H700.yaml

Fixed merge check error

---------

Co-authored-by: Harry
2024-10-14 21:10:37 +01:00
jsfrerot
b4beed5bcd Adding new Dell PowerConnect 5548p device (#2264)
* Adding new Dell PowerConnect 5548p device

* Add usb console port and change type other console port to RJ-45

---------

Co-authored-by: Jean-Sébastien Frerot <js.frerot@imeka.ca>
2024-10-13 21:54:37 +01:00
Michael Maldonado
e262bd4863 Created Dell PowerEdge T630 device type (#2356)
* Created Dell PowerEdge T630

Created Dell PowerEdge T630

* Update PowerEdge-T630.yaml

Changed Power ports to Module bays as this has removable PSUs

---------

Co-authored-by: Harry <Harry@cadby.co.uk>
2024-10-12 09:35:24 +01:00
stmps
95148e68c9 device-types/Dell/PowerEdge-R760.yml: initial commit (#2318) 2024-10-12 09:28:51 +01:00
ionoci
1354ef93eb added device type Dell PowerEdge R350 with elevation images (#2310)
* added device type Dell PowerEdge R350 with elevation images

* changed fixed powerports to modular PSUs

* changed fixed powerports to modular PSUs

* 700W power supply PN 03D09NA00 added

---------

Co-authored-by: Daniel Sheppard <dans@dansheps.com>
2024-10-11 12:12:08 -05:00
obimoro
e327feb266 Adding new devicetype Dell powerscale and HPE allertra (#2173)
* Adding new device to device-types
2024-06-21 16:45:31 -04:00
Daniel W. Anner
4607c0d486 Test Cases: Added VGA denial test case (#2065)
* Adding first revision of the VGA test cases

* Second revision with less repetative code

* Handling case where vga has a number in the naming

* the great VGA purge!
2024-04-03 21:02:47 -04:00
Stephan Reugels
0d8e32f0c2 [Cisco/Dell/FS] Added some images and details (#2023) 2024-03-25 10:23:22 -04:00
rtm516
592e15b2ec Add more images (#1671)
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-11-20 13:15:56 -05:00
Jeremy Reichman
84bfb7fba1 Add Dell PowerConnect 7048P switch (#1679)
* Add Dell PowerConnect 7048P switch

* Update PowerConnect-7048P.yaml

Added weight per datasheet

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-11-20 12:25:47 -05:00
Torstein Eide
0e39aed652 Dell VxRail E560 and E660 (#1733)
* Definitions

* photos VXrail 560 660

* trailing spaces and LF

* new-line-at-end-of-file

* fix filename

* fix filename again

* fix model name

* Fix image name

* Update VxRail-E560.yaml

Removing VGA. VGA is not a console port type.

* Update VxRail-E660.yaml

Removing VGA. VGA is not a console port type.

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-11-20 11:28:51 -05:00
Stetsed
d65e7043b0 Update dell (#1648)
* Added PCIe Slots to R530

* Added PCIe slots to R420

* Update PowerEdge-R530.yml

* Update PowerEdge-R420.yaml

Fixing string quotation format issue

* Update PowerEdge-R530.yml

Fixing string quotation format issue

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-10-06 13:52:29 -04:00
Markus Viitamäki
aef2dbcc92 Dell PowerEdge update (#1612)
* Dell PowerEdge R66(1,2)5 & R76(1,2)5

* fix
2023-09-12 16:07:08 -04:00
Aaron von Awesome
80c93bacd1 Add Dell PowerConnect 3548p switch to device types (#1561)
* Initial commit of yaml file to add Dell PowerConnect 3548p switch to device types

* Add blank line at end of file

- Add a blank line per the contribution guidelines: "End each definition file with a blank line."

* Revert "Add blank line at end of file"

This reverts commit 0e578a27d08745bc5f01b62cc79f57985e3b35a7.

* Update power ports

- Change "Power" to PS1
- Add redundant power supply

* Add part number to Dell PowerConnect 3548p

* Add airflow direction to Dell PowerConnect 3548p

* Add weight to Dell PowerConnect 3548p

* Set is_full_depth to true
2023-09-06 17:29:53 -04:00
Daniel W. Anner
d2a186bf8d Adding various device images (#1592)
* Adding various device images

* Removing temp file added by accident and adding other images.
2023-08-29 14:24:33 -04:00
Daniel W. Anner
d0cb58d96e Adding Tests: Device Power (#1463)
* broke component validation out to its own function. Adding logic for validating device power input.

* Added console-port poe true for adapters. Updating devices to add proper power sources.

* Adding switches to allow for tests to properly determine POE status.

* Fixing files with missing power definitions.
2023-07-17 15:23:56 -04:00
Daniel W. Anner
c95b166139 Implementing Test Updates (Slugs & File Names) (#1454)
* breaking out tests for easier usage

* refactoring codebase

* Added verification for properly formatted slug and fixed definitions that were incorrect

* Adding new test case to ensure the file name matches either the slug or the part_number

* fixed file names to match proper formatting
2023-07-12 20:00:44 -04:00
Takahiro Nagafuchi
2e842a85b0 Add Dell N2248X-ON (#1405)
* Add Dell N2248X-ON

* add USB console

* add weight, fix PSU

* Add module 2Y9P1 PSU

* Update PowerSwitch-N2248X-ON.yaml

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-20 08:20:27 -04:00
Ciro Iriarte
a1f807eba3 Dell server improvements & new devices with related modules (#1345)
* Improved PowerEdge R630 with PCI slots & elevation images

* Added support for Dell C63DV daughter card

* Fix yaml formatting

* Move optional ports for R630 to Daughter Card

* Added Dell branded Intel X520

* Added Dell 61X09 NIC card

* Added Dell CD16M NIC card.
Normalized naming with the OCP variant.

* Added Dell VK88G

* Added Dell R1KTR NDC

* Added Dell NICs for Intel X710, both OCP & PCI FH

* Added elevation images for PowerEdge R750

* Added 3 PowerEdge PSU

* Normalizing filenames

* Moved power ports to modules (PSU)

* Fixing power port name

* Move ports to modules for R730xd

* Added elevation images for EX2300-24t

* Fix yaml formatting

* Update 4V8KD.yaml

really fix yaml formatting.

* Update 61X09.yaml

really fix yaml formatting.

* Update 942V6.yaml

really fix yaml formatting.

* Update C63DV.yaml

really fix yaml formatting.

* Update CD16M.yaml

really fix yaml formatting.

* Update DDJKY.yaml

really fix yaml formatting.

* Update M63JN.yaml

really fix yaml formatting.

* Update PJMDN.yaml

really fix yaml formatting.

* Update R1KTR.yaml

really fix yaml formatting.

* Update R1XFC.yaml

really fix yaml formatting.

* Update R1XFC.yaml

really fix yaml formatting.

* Update VK88G.yaml

really fix yaml formatting.

* Third attempt to fix yaml formatting

* Initial Freedom E28Q-L support

* Moving interfaces & PSU to modules

* Fix formatting, trayling black line

* Formatting fix

* Literal newline test

* Fix once more

* Fix yaml formatting

* Added some QFX elevation images

* Fixed Height and documentation link

* Fix formatting

* More formatting fixes..

* Normalizing filenames

* Fix formatting

* Updating image file names. Fixing file formatting

* Adding emoji characters

* Fixing formatting

* migrated images to pngs and updated elevation image names - they need to be the same as the slug.

* Update Freedom-E28Q-L.yaml

Added weight and airflow data points

* Update Freedom-E28Q-L.yaml

Removing USB and VGA from console ports

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-05-23 10:10:35 -04:00
Daniel W. Anner
7ab7852a3b Slug Migration (#1375)
* Migrated device slugs for 3com

* Migrated device slugs for A10

* migrating manufacturers slugs

* Migrated device slugs for AVM

* Migrated device slugs for Avocent

* Migrated device slugs for Brocade

* Migrated device slugs for Calix

* Migrated device slugs for Checkpoint

* Migrated device slugs for more Checkpoint files

* Migrated device slugs for Ciena

* Migrated device slugs for Citrix

* Migrated device slugs for Colable

* Migrated device slugs for Corning

* Migrated device slugs for CryptoPro

* Migrated device slugs for CyberPower

* Migrated device slugs for Datacom

* Migrating slug definition for manufacturer Deciso

* Migrating slug definition for manufacturer Dell

* Migrating slug definition for manufacturer Extreme Networks

* Migrating slug definition for manufacturer F5

* Migrating slug definition for manufacturer Fortinet

* Migrating slug definition for manufacturer FS

* Migrating slug definition for manufacturer Generic

* Migrating slug definition for manufacturer Huawei

* Migrating slug definition for manufacturer LANCOM

* Migrating slug definition for manufacturer Lenovo

* Migrating slug definition for manufacturer Mikrotik

* Migrating slug definition for manufacturer Opengear

* Migrating slug definition for manufacturer Palo Alto

* Migrating slug definition for manufacturer Panduit

* Migrating slug definition for manufacturer QNAP

* Migrating slug definition for manufacturer Rockwell Automation

* Migrating slug definition for manufacturer Ubiquiti

* Migrating slug definition for manufacturer Yamaha

* Migrating slug definition for manufacturer WTI

* Migrating slug definition for manufacturers

* Migrating slug definition for manufacturer Rohde & Schwarz

* fixing double slugs and file names

* fixing slug names to match proper format

* fixing slug names to match proper format

* fixing slugs to match proper format

* fixing slugs to match proper format for Nokia. Also fixed file names for elevation images.

* fixing slugs to match proper format

* fixing slugs to match proper format

* fixing slugs to match proper format for manufacturer Cisco

* fixing slugs to match proper format for manufacturer MikroTik

* fixing slugs to match proper format for manufacturer Ubiquiti

* adding sloppy script used to migrate files
2023-05-22 16:38:34 -04:00
Murat BULAT
806702d07a Add PowerEdge_R840.yml (#1315)
* Create PowerEdge_R840.yml

Reference : https://i.dell.com/sites/csdocuments/Product_Docs/en/dell-emc-poweredge-r840-spec-sheet.pdf

* Update PowerEdge_R840.yml

* Update and rename PowerEdge_R840.yml to PowerEdge-R840.yml

* Update PowerEdge-R840.yml

---------

Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-05-08 12:09:05 -04:00
Daniel W. Anner
af495389fe migrating files to match best practices (#1333) 2023-05-08 11:51:27 -04:00
Daniel W. Anner
6241b5054d updating dell slugs to match proper formatting (#1332) 2023-05-08 11:39:40 -04:00
Daniel W. Anner
f49ef192fc Added r6515 airflow (#1245) 2023-03-30 11:50:51 -04:00
Daniel W. Anner
1ddaab3951 Tests: Remove uppercase from slug (#1227)
* Removed uppercase from devicetype schema slug definition. Fixed incorrect device slugs

* Update CISCO2951_K9.yaml

* Rename CISCO2951_K9.yaml to 2951-K9.yaml
2023-03-25 11:45:15 -04:00
Daniel W. Anner
896b8203d6 Dell Device standardization & cleanup (#1085)
* Removed mgmt_only: false, removed extra newlines

* Testing a fix for the multipleOf issue using info in https://github.com/python-jsonschema/jsonschema/issues/1039

* Revert "Testing a fix for the multipleOf issue using info in https://github.com/python-jsonschema/jsonschema/issues/1039"

This reverts commit ea7edcc62e737b8044237162ca178e3520ce8fc8.

* removing device-types/Dell/Unity_XT_DAE.yaml - there are multiple different models of these disk array enclosures. with the possible addition of storage management we need the actual part/models rather than a generalized item

* Renamed Dell PowerSwitches to have the proper name
Added data sheet/spec sheet links when available

* Added data sheet links to comment

* Update NX3240 to match proper name
Standardized slug

* Standardized names and slugs
Added spec sheets where available
2023-02-01 19:01:21 -05:00