Skip to content

Commit

Permalink
Update template_gen.yaml
Browse files Browse the repository at this point in the history
Add dutusername and dutpassword field
  • Loading branch information
kimpaller authored Sep 26, 2023
1 parent 453f967 commit a254992
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nebula/resources/template_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ network-config:
help: "NIC connected to development board ip address"
optional: depends
netbox_field: devices.interfaces.mgmt.custom_fields.nicip
field_5:
name: dutusername
default: analog
help: "Username to access Device"
optional: True
netbox_field: devices.custom_fields.username
field_6:
name: dutpassword
default: analog
help: "Password associated with the username."
optional: True
netbox_field: devices.custom_fields.password
pdu-config:
field_1:
name: pdu_type
Expand Down

0 comments on commit a254992

Please sign in to comment.