Daniel Hammett
59b992abd6
add other-wireless to resolve issue 1460 ( #1461 )
2023-07-15 21:39:30 -04:00
Bastian Triller
b48bd3a8bc
Fix typos ( #1458 )
...
Fix typos and manufacturer's position in device type's slug description.
Add link to elevation-images folder.
2023-07-15 21:17:30 -04:00
Daniel W. Anner
4ac4c79ab1
Updating comments and error messages for better readability and validation ( #1457 )
2023-07-14 15:38:14 -04:00
Daniel W. Anner
de70c1edde
Test updates ( #1455 )
...
* 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
* Adding test for annotating failures
2023-07-14 15:12:28 -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
jacob-behnken
9c28b7b21a
added IE-2000-8TC-B ( #1439 )
...
* added IE-2000-8TC-B
* weight added, no airflow, DC power input on box
* fixed new line requirement
* fixed trailing line
* added passive airflow
* added power ports
2023-07-12 10:36:18 -04:00
Simon Fischer
13b7faef4a
adding HP t740 thin client (used as router) ( #1396 )
...
* adding HP t740 thin client (used as router)
* change to hpe
2023-07-12 10:35:00 -04:00
Joe Nichols
7b7546f27e
add apc-ap7516 and apc-ap7526 device types ( #1400 )
...
* add apc-ap7516 device type
* add airflow, weight, weight_unit
* add AP7526
* fix AP7516 comment to match APC product title
* correct earth pin location
2023-07-12 10:32:43 -04:00
Takahiro Nagafuchi
a30a753082
Add DDN Products ( #1407 )
...
* Add DDN Products
* delete description
* fix slug
* fix slugs,remove enabled:true and mgmt_only:false
* fix end line
* delete all products. sepalate module.
* Fix formatting
* Fix formatting
* fix
* Update SFA200NVX2-Controller.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-07-12 10:31:39 -04:00
Takahiro Nagafuchi
f6a52e646e
Raritan ( #1441 )
...
* Add PX3-5138JR
* Fix Inlet name..
* Fix Inlet name..
* remove mgmt_only
2023-07-12 10:24:52 -04:00
Mic Szillat
01015da1ff
Overhaul UniFi access points ( #1266 )
...
* Overhaul UniFi access points
* Format code (yamllint)
* fixup! Overhaul UniFi access points
* fixup! Overhaul UniFi access points
* fixup! Overhaul UniFi access points
* Format code
* fixup! Overhaul UniFi access points
* fixup! Overhaul UniFi access points
* fixup! Overhaul UniFi access points
* Apply suggestions from code review
* Apply suggestions from code review
* Remove duplicate device type
* Update UAP-AC-M.yaml
* Update UAP-IW-HD.yaml
* Update UAP-FlexHD.yaml
* Update UAP-Pro.yaml
* Update UAP-AC-Pro.yaml
* Update UAP-AC-M-Pro.yaml
* Update UAP-AC-Lite.yaml
* Update UAP-AC-LR.yaml
* Update U6-Pro.yaml
* Update U6-Mesh.yaml
* Update U6-Lite.yaml
* Update U6-LR.yaml
* Update U6-IW.yaml
* Update U6-Enterprise.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-07-12 10:24:06 -04:00
dar72
b7f89db990
APC PDUs ( #1452 )
...
- AP4421
- AP7850
- AP7853
- AP7921
- AP7951
- AP7953
- AP7954
2023-07-12 09:10:17 -04:00
Vittfarne
edf824b8e4
device-types/Cisco/WS-C2960CG-8TC-L.yaml: Add missing port ( #1444 )
...
The missing interface GigabitEthernet0/8 has been added to the template.
2023-07-06 17:09:12 -04:00
Louis Jarasius
a22a4b8e37
Add Juniper ACX2K series ( #1445 )
...
* Add Juniper ACX2200 (AC variant)
* Add Juniper ACX2200 (DC variant)
* Add Juniper ACX2100 (AC variant)
* Add Juniper ACX2100 (DC variant)
2023-07-06 17:08:14 -04:00
dependabot[bot]
cd4af9a38c
Bump pytest from 7.3.1 to 7.4.0 ( #1442 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 17:03:23 -04:00
dependabot[bot]
1e50a838b5
Bump pre-commit from 3.3.2 to 3.3.3 ( #1443 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.2...v3.3.3 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 14:55:13 -04:00
cwispy
bf2d802b3f
New Fortinet Switches 224D & 1024D
...
* Create FS-1024D.yaml
New switch type FS-1024D
* Create FS-224D.yaml
New switch model FS-224D
2023-07-06 14:54:50 -04:00
Ryan Merolle
cb27eb2ea7
Create C891FW-A-K9.yml ( #1450 )
2023-07-06 14:53:58 -04:00
Ryan Merolle
380fea48f8
Opengear CM8100 series ( #1451 )
2023-07-06 14:48:19 -04:00
Jonathan Senecal
3d0eed3b5a
Update IE300-12GP.yaml
...
Fixes #1422
According to datasheet these are the proper port numbers.
2023-07-04 16:08:51 -04:00
Christian Bösch
808a05e6f1
create C8500L-8S4X and PWR-CH1-400WAC ( #1438 )
...
* C9500-12Q
* add weight and airflow
* added module-bays
* Create PWR-C4-950WAC-R.yaml
* create PWR-CH1-400WAC
* create C8500L-8S4X
2023-06-29 11:36:25 -04:00
Daniel W. Anner
9722ac6f70
Adding Luna G5Backup Token ( #1440 )
2023-06-28 15:52:12 -04:00
Daniel W. Anner
47d098e34a
Adding 200gbase-x-qsfpdd
pending adoption in upstream repository ( #1371 )
2023-06-26 11:22:18 -04:00
zndrr
bb1215f4d8
Create MikroTik CSS610-8G-2S+ ( #1411 )
...
* Create MikroTik CSS610-8G-2S+
Add device type CSS610-8G-2S+
* Rename CSS610-8G-2S+ to CSS610-8G-2S+.yaml
* Update and rename CSS610-8G-2S+.yaml to CSS610-8G-2S+IN.yaml
Added power, product page and interface labels
* Update CSS610-8G-2S+IN.yaml
Fixing validation errors
* Update CSS610-8G-2S+IN.yaml
Rearranged label field.
* Update CSS610-8G-2S+IN.yaml
Fix slug
* Update CSS610-8G-2S+IN.yaml
Fix formatting
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-21 09:25:37 -04:00
dar72
56bc3b1b91
FS LGX fiber splitter modules ( #1436 )
...
* This has 3 slots
* Add fiber splitter modules
2023-06-21 08:58:17 -04:00
dar72
e704b8db62
Add FireBrick devices ( #1430 )
...
* Add FireBrick devices
* Update FB2900.yaml
Fix whitespace
* Update FB2900.yaml
* Update FB6202.yaml
2023-06-21 08:53:40 -04:00
Schylar Utley
cf9ade86a2
Create IES3110-8TF-R ( #1433 )
...
* Create IES3110-8TF-R
* Update IES3110-8TF-R
Removed unnessecary definitions and fixed the slug
* Rename IES3110-8TF-R to IES3110-8TF-R.yml
* Update IES3110-8TF-R.yml
Formatting fixes
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-20 11:56:24 -04:00
Christian Bösch
d5831406ec
add Cisco C9500-12Q ( #1434 )
...
* C9500-12Q
* add weight and airflow
* added module-bays
* Create PWR-C4-950WAC-R.yaml
2023-06-20 11:21:44 -04:00
Luke Anderson
1549884339
Create Meraki-MR42 ( #1410 )
...
* Create Meraki-MR42.yaml
* Add PoE to Inteface
2023-06-20 08:28:30 -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
Ivar Eriksen
e8d13ee3e2
Hpe Aruba AP ( #1414 )
...
* Add IAP-505
* Added POE mode for IAP-515
* Added weight and airflow data
2023-06-20 08:19:10 -04:00
Marcel
1b006f2ba0
Add Ubiquiti Flex-XG ( #1399 )
...
* Add Ubiquiti Flex-XG
* Update USW-Flex-XG.yaml
Added poe_mode and poe_type
* Update USW-Flex-XG.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-20 08:18:27 -04:00
Daniel W. Anner
05d8aca4ec
Bumped dependancies ( #1427 )
...
- pre-commit to 3.3.2
- yamllint to 1.32.0
2023-06-12 10:24:30 -04:00
Takahiro Nagafuchi
47d14fa54f
Create PX3-5496JV.yaml ( #1402 )
...
* Create PX3-5496JV.yaml
* cleanup
* fix indent
* fix slug and weight add
* fix weight_unit
* fix feed_leg
* Update PX3-5496JV.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-12 10:03:56 -04:00
Takahiro Nagafuchi
0c1e4f8e8e
Add Raritan PX3-5201JR ( #1404 )
2023-06-12 10:03:00 -04:00
Takahiro Nagafuchi
19c8fe74ac
Add Raritan PX3-5702JV ( #1403 )
...
* Add Raritan PX3-5702JV
* fix indent
* Update PX3-5702JV.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-12 10:02:31 -04:00
Simon Fischer
801354da65
adds Intel XL710-QDA1 network card module ( #1395 )
2023-06-12 10:00:01 -04:00
Simon Fischer
f6f8eb6dad
add netgear GS308E and GS308T ( #1415 )
...
* add netgear GS308E and GS308T
* fix accidental putting in wrong directory
2023-06-12 09:59:27 -04:00
Simon Fischer
a4a40bfb6f
add zyxel XGS1250-12 ( #1416 )
2023-06-12 09:58:39 -04:00
Simon Fischer
7fbb350ee9
add D-Link GGS-1100-05PDV2 ( #1417 )
2023-06-12 09:58:06 -04:00
Takahiro Nagafuchi
3bc711d9ae
Add RS2418+, E10G17-F2 ( #1418 )
...
* Add RS2418+, E10G17-F2
* fix comments
* fix int
* Update RS2418+.yaml
* Update RS2418RP+.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-12 09:57:30 -04:00
dar72
987939724c
Add ADVA FSP150CM and associated modules ( #1424 )
...
* Create NEMI.yaml
* Create NTU-GE.yaml
* Update NEMI.yaml
* Update NTU-GE.yaml
* Create FSP-150-CM.yaml
* Update FSP-150-CM.yaml
Fix indentations
* Update NEMI.yaml
Fix indentations
* Update NTU-GE.yaml
Fix indentations
* Update FSP-150-CM.yaml
Fix part_number
* Update NEMI.yaml
Fix part_number
* Update NTU-GE.yaml
Fix part_number
* Update FSP-150-CM.yaml
Formatting
* Update FSP-150-CM.yaml
Formatting
* Update NTU-GE.yaml
Formatting
* Update NEMI.yaml
Formatting
* Update FSP-150-CM.yaml
Formatting
* Update FSP-150-CM.yaml
Naming
* Update NEMI.yaml
YAML Fixes
* Update FSP-150-CM.yaml
Slug
* Update FSP-150-CM.yaml
Fix module bay definitions
* Update FSP-150-CM.yaml
Formatting
* Update FSP-150-CM.yaml
Fix module bays
* Update NEMI.yaml
* Update NTU-GE.yaml
* Update FSP-150-CM.yaml
Move PSUs to modules
* Create FSP-150-CM-PSU.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-12 09:55:47 -04:00
Simon Fischer
484f2b3a26
adds Netgear GS110EMX ( #1394 )
...
* adds Netgear GS110EMX
* Update GS110EMX.yaml
---------
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-12 09:48:46 -04:00
Mike Stuffel
befd5f6b6e
Added HPE power supply modules ( #1393 )
...
* Add QNAP NAS TS-1685
* fixed new line at the and of file
* trailing spaces
* file renamed accordingly
* changed model
* Update TS-1685-D1521-16G-550W.yml
Fixing slug
* Update TS-1685-D1521-16G-550W.yml
Reverting slug because of multiple pn's for this model
* Added HPE power supply modules
* Rename HPE-830272-B21.yaml+ to HPE-830272-B21.yaml
* Rename HPE-865408-B21.yaml+ to HPE-865408-B21.yaml
* Rename HPE-865414-B21.yaml+ to HPE-865414-B21.yaml
---------
Co-authored-by: Mike Stuffel <mike.stuffel@gmail.com>
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-06-12 09:47:43 -04:00
Patrick Holahan
894c3018b7
Creates c887 and c7201 ( #1387 )
...
* Creates c887 and c7201
* Updates C7201 and C887VA-K9 as per contribution guidelines
---------
Co-authored-by: Patrick Holahan <tjunyat@gmail.com>
2023-06-12 09:47:09 -04:00
mhendry
5ab5b58c87
Added X6516A, SUP720, C6880 Port Card, N9K X9732C-EX ( #1388 )
2023-05-31 08:08:58 -04:00
mhendry
55939bdafe
Added N7K M132XP-12, M148GT-11, and SUP1 ( #1389 )
2023-05-31 08:08:26 -04:00
francesco-noc
0de0ab22b8
added flexnetwork 5520 24g ( #1383 )
...
* added flexnetwork 5520 24g
* changed modules position
2023-05-24 09:07:58 -04:00
francesco-noc
6c085a8754
added procurve 1700-24 ( #1385 )
2023-05-24 08:59:41 -04:00
mhendry
bf3447149e
Added 4548, 4013, 4306, 45 ( #1380 )
...
Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
2023-05-24 08:53:17 -04:00