* fix yaml to x150-series
* Fix: Prevent non-ASCII characters in YAML files (#2461)
This commit addresses the issue #2461 by updating the test case to detect non-ASCII characters in YAML files. The new check ensures that if any non-ASCII characters are found, the test will fail and provide a clear message listing the problematic characters.
• Added a check to identify non-ASCII characters in the content of the YAML files.
• If non-ASCII characters are found, the test will now fail with a detailed error message, including the list of non-ASCII characters.
This update helps ensure that YAML files are strictly ASCII-encoded, avoiding potential encoding issues in different environments.
* add P42044-B21
* use description instead of comment for long name
---------
Co-authored-by: Giotta Simon <simon.giotta@ruag.ch>
Co-authored-by: Harry <Harry@cadby.co.uk>
* Create X590-24x-1q-2c.yaml
* Create x590-24t-1q-2c.yaml
* Add X590 images
* Rename x590-24t-1q-2c.yaml to X590-24t-1q-2c.yaml
* Merged master after rename so it pulled in the old file too
---------
Co-authored-by: Harry <Harry@cadby.co.uk>
* Moved the AP yaml files to the correct directory. They should have been in device-types/APC and not the root directory
* Added new device types
* Add files via upload
Added new device types
* Add files via upload
Added new device types
* Rename Cisco SMA M395.yml to cisco-sma-m395.yaml
renamed to slug.yaml
* Rename cisco-sma-m395.yaml to SMA-M395.yaml
Convention in the repo is model.yaml not slug.yaml. See any of the hundreds of other cisco models for reference. I have renamed it to <model>.yml accordingly.
* Updated the mgmt interface type to sfp from sfp28
* Added front and rear images for f5 big ip i7800
* Renamed from dash to period before front and back to match convention.
* Added images for cisco-n9k-c93360yc-fx2
* Rename Cisco SMA M395.yml to SMA-M395.yml
* Delete device-types/Cisco/SMA-M395.yml
deleted the file with the .yml extension since I had renamed it to .yaml
* Rename Cisco WSA S195.yml to WSA-S195.yaml
---------
Co-authored-by: Joseph Ishak <jishak@paciolan.com>
Co-authored-by: Ryan Merolle <ryanmerolle@users.noreply.github.com>
* Added Images for Juniper SRX240H2 and SRX240H2-POE
* Update SRX240H2-POE.yaml
Interface properties and datasheet link were updated, and module bays were added.
* Update SRX240H2.yaml
The datasheet link was updated and module-bays were added.
* Update SRX240H2-POE.yaml
The PDF link, weight, power draw, and interface properties have been updated.
* Update SRX240H2.yaml
Interface properties, PDF link, weight, device pictures, and power draw updated.
* Fix existing switches
* Add the rest of the X440-G2 switches
* Add images for X440-G2 switches
* Fix PoE enum
* Fix image names from 'back' to 'rear'
---------
Co-authored-by: Harry <Harry@cadby.co.uk>