Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add allow-jtag field to noos template #126

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nebula/resources/template_noos_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ board-config:
help: "Select example to load to target"
optional: False
netbox_field: devices.custom_fields.example
field_6:
name: allow-jtag
default: False
help: "Allow use of JTAG"
options: ["True", "False"]
optional: False
netbox_field: devices.custom_fields.allow_jtag
network-config:
field_1:
name: dutip
Expand Down
Loading