-
-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'test' into feature/separate_default_params
- Loading branch information
Showing
6 changed files
with
437 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## Required parameters for termination X ('a' or 'b'): | ||
## termination_X_name - name of interface | ||
## termination_X_device - name of the device interface belongs to | ||
## termination_X_class - required if different than Interface which is the default | ||
## Supported termination classes: Interface, ConsolePort, ConsoleServerPort, FrontPort, RearPort | ||
## | ||
## If termination is a circuit then the required parameter is termination_x_circuit. | ||
## Required parameters for a circuit termination: | ||
## termination_x_circuit: | ||
## term_side - termination side of a circuit. Must be A or B | ||
## cid - circuit ID value | ||
## site OR provider_network - name of Site or ProviderNetwork respectively. If both provided, Site takes precedence | ||
## | ||
## Any other Cable parameters supported by Netbox are supported as the top level keys, e.g. 'type', 'status', etc. | ||
## | ||
## - termination_a_name: console | ||
## termination_a_device: spine | ||
## termination_a_class: ConsolePort | ||
## termination_b_name: tty9 | ||
## termination_b_device: console-server | ||
## termination_b_class: ConsoleServerPort | ||
## type: cat6 | ||
## | ||
# - termination_a_name: to-server02 | ||
# termination_a_device: server01 | ||
# termination_b_name: to-server01 | ||
# termination_b_device: server02 | ||
# status: planned | ||
# type: mmf | ||
|
||
# - termination_a_name: eth0 | ||
# termination_a_device: server02 | ||
# termination_b_circuit: | ||
# term_side: A | ||
# cid: Circuit_ID-1 | ||
# site: AMS 1 | ||
# type: cat6 | ||
|
||
# - termination_a_name: psu0 | ||
# termination_a_device: server04 | ||
# termination_a_class: PowerPort | ||
# termination_b_feed: | ||
# name: power feed 1 | ||
# power_panel: | ||
# name: power panel AMS 1 | ||
# site: AMS 1 | ||
|
||
# - termination_a_name: outlet1 | ||
# termination_a_device: server04 | ||
# termination_a_class: PowerOutlet | ||
# termination_b_name: psu1 | ||
# termination_b_device: server04 | ||
# termination_b_class: PowerPort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.