-
-
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 pull request #209 from netbox-community/2.7-prep
Prepare for Netbox 2.7
- Loading branch information
Showing
21 changed files
with
162 additions
and
115 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
REDIS_PASSWORD=t4Ph722qJ5QHeQ1qfu36 |
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 |
---|---|---|
@@ -1,8 +1,18 @@ | ||
## Possible Choices: | ||
## type: | ||
## - virtual | ||
## - lag | ||
## - 1000base-t | ||
## - ... and many more. See for yourself: | ||
## https://github.com/netbox-community/netbox/blob/295d4f0394b431351c0cb2c3ecc791df68c6c2fb/netbox/dcim/choices.py#L510 | ||
## | ||
## Examples: | ||
|
||
# - device: server01 | ||
# enabled: true | ||
# type: Virtual | ||
# type: virtual | ||
# name: to-server02 | ||
# - device: server02 | ||
# enabled: true | ||
# type: Virtual | ||
# type: virtual | ||
# name: to-server01 |
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 |
---|---|---|
@@ -1,26 +1,44 @@ | ||
## Possible Choices: | ||
## status: | ||
## - active | ||
## - reserved | ||
## - deprecated | ||
## - dhcp | ||
## role: | ||
## - loopback | ||
## - secondary | ||
## - anycast | ||
## - vip | ||
## - vrrp | ||
## - hsrp | ||
## - glbp | ||
## - carp | ||
## | ||
## Examples: | ||
|
||
# - address: 10.1.1.1/24 | ||
# device: server01 | ||
# interface: to-server02 | ||
# status: Active | ||
# status: active | ||
# vrf: vrf1 | ||
# - address: 2001:db8:a000:1::1/64 | ||
# device: server01 | ||
# interface: to-server02 | ||
# status: Active | ||
# status: active | ||
# vrf: vrf1 | ||
# - address: 10.1.1.2/24 | ||
# device: server02 | ||
# interface: to-server01 | ||
# status: Active | ||
# status: active | ||
# - address: 2001:db8:a000:1::2/64 | ||
# device: server02 | ||
# interface: to-server01 | ||
# status: Active | ||
# status: active | ||
# - address: 10.1.1.10/24 | ||
# description: reserved IP | ||
# status: Reserved | ||
# status: reserved | ||
# tenant: tenant1 | ||
# - address: 2001:db8:a000:1::10/64 | ||
# description: reserved IP | ||
# status: Reserved | ||
# status: reserved | ||
# tenant: tenant1 |
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 |
---|---|---|
@@ -1,20 +1,29 @@ | ||
## Possible Choices: | ||
## status: | ||
## - container | ||
## - active | ||
## - reserved | ||
## - deprecated | ||
## | ||
## Examples: | ||
|
||
# - description: prefix1 | ||
# prefix: 10.1.1.0/24 | ||
# site: AMS 1 | ||
# status: Active | ||
# status: active | ||
# tenant: tenant1 | ||
# vlan: vlan1 | ||
# - description: prefix2 | ||
# prefix: 10.1.2.0/24 | ||
# site: AMS 2 | ||
# status: Active | ||
# status: active | ||
# tenant: tenant2 | ||
# vlan: vlan2 | ||
# is_pool: true | ||
# vrf: vrf2 | ||
# - description: ipv6 prefix1 | ||
# prefix: 2001:db8:a000:1::/64 | ||
# site: AMS 2 | ||
# status: Active | ||
# status: active | ||
# tenant: tenant2 | ||
# vlan: vlan2 |
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 |
---|---|---|
@@ -1,25 +1,41 @@ | ||
## Possible Choices: | ||
## width: | ||
## - 19 | ||
## - 23 | ||
## types: | ||
## - 2-post-frame | ||
## - 4-post-frame | ||
## - 4-post-cabinet | ||
## - wall-frame | ||
## - wall-cabinet | ||
## outer_unit: | ||
## - mm | ||
## - in | ||
## | ||
## Examples: | ||
|
||
# - site: AMS 1 | ||
# name: rack-01 | ||
# role: Role 1 | ||
# type: 4-post cabinet | ||
# width: 19 inches | ||
# type: 4-post-cabinet | ||
# width: 19 | ||
# u_height: 47 | ||
# custom_fields: | ||
# text_field: Description | ||
# - site: AMS 2 | ||
# name: rack-02 | ||
# role: Role 2 | ||
# type: 4-post cabinet | ||
# width: 19 inches | ||
# type: 4-post-cabinet | ||
# width: 19 | ||
# u_height: 47 | ||
# custom_fields: | ||
# text_field: Description | ||
# - site: SING 1 | ||
# name: rack-03 | ||
# group: cage 101 | ||
# role: Role 3 | ||
# type: 4-post cabinet | ||
# width: 19 inches | ||
# type: 4-post-cabinet | ||
# width: 19 | ||
# u_height: 47 | ||
# custom_fields: | ||
# text_field: Description |
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 |
---|---|---|
@@ -1,11 +1,19 @@ | ||
## Possible Choices: | ||
## status: | ||
## - active | ||
## - reserved | ||
## - deprecated | ||
## | ||
## Examples: | ||
|
||
# - name: vlan1 | ||
# site: AMS 1 | ||
# status: Active | ||
# status: active | ||
# vid: 5 | ||
# role: Main Management | ||
# description: VLAN 5 for MGMT | ||
# - group: VLAN group 2 | ||
# name: vlan2 | ||
# site: AMS 1 | ||
# status: Active | ||
# status: active | ||
# vid: 1300 |
Oops, something went wrong.