1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

27 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2021-05-30 17:12:14 -07:00
---
name: New Network Operating System
2021-05-30 17:14:02 -07:00
description: Request native support for a network operating system
2021-05-30 17:12:14 -07:00
labels: feature
body:
- type: markdown
attributes:
value: >
In order to natively support a new network operating system for hyperglass, please make sure it is supported by either Netmiko or Scrapli ([see here](https://hyperglass.io/docs/platforms)).
- type: input
attributes:
label: Manufacturer
description: What is the network vendor that manufactures the NOS? For example, for Juniper Junos, this would be Juniper.
validations:
required: true
- type: input
attributes:
label: Platform Name
description: What is the name of this NOS? For example, for Juniper Junos, this would be Junos
validations:
required: true
- type: textarea
attributes:
label: Commands
description: >
Please provide the commands required to execute hyperglass commands ([see here](https://hyperglass.io/docs/commands#adding-a-custom-command-set)). If you do not know the commands, it is likely that this request will be either denied or may take a long time to implement.