-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(eos_designs): Custom platform_settings and node_type_keys (#3300)
Co-authored-by: Claus Holbech <[email protected]>
- Loading branch information
1 parent
c9e01b9
commit 381b7a6
Showing
30 changed files
with
527 additions
and
71 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ ip name-server vrf MGMT 2001:db8::2 | |
! | ||
sflow vrf OOB destination 10.0.200.90 | ||
sflow vrf OOB destination 192.168.200.10 | ||
sflow vrf OOB source-interface Management1 | ||
sflow vrf OOB source-interface Management99 | ||
! | ||
snmp-server contact [email protected] | ||
snmp-server location EOS_DESIGNS_UNIT_TESTS DC1-BL1A | ||
|
@@ -189,7 +189,7 @@ interface Loopback1 | |
ip address 192.168.254.14/32 | ||
ip address 192.168.255.255/32 secondary | ||
! | ||
interface Management1 | ||
interface Management99 | ||
description oob_management | ||
no shutdown | ||
vrf MGMT | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ ip name-server vrf MGMT 2001:db8::2 | |
! | ||
sflow vrf OOB destination 10.0.200.90 | ||
sflow vrf OOB destination 192.168.200.10 | ||
sflow vrf OOB source-interface Management1 | ||
sflow vrf OOB source-interface Management99 | ||
! | ||
snmp-server contact [email protected] | ||
snmp-server location EOS_DESIGNS_UNIT_TESTS DC1-BL1B | ||
|
@@ -179,7 +179,7 @@ interface Loopback1 | |
no shutdown | ||
ip address 192.168.254.15/32 | ||
! | ||
interface Management1 | ||
interface Management99 | ||
description oob_management | ||
no shutdown | ||
vrf MGMT | ||
|
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 |
---|---|---|
|
@@ -20,18 +20,18 @@ ip name-server vrf MGMT 192.168.200.5 | |
ip name-server vrf MGMT 2001:db8::1 | ||
ip name-server vrf MGMT 2001:db8::2 | ||
! | ||
ntp local-interface vrf MGMT Management1 | ||
ntp local-interface vrf MGMT Management42 | ||
ntp server vrf MGMT 192.168.200.5 prefer | ||
ntp server vrf MGMT 2001:db8::3 | ||
! | ||
snmp-server contact [email protected] | ||
snmp-server location EOS_DESIGNS_UNIT_TESTS DC1_UNDEPLOYED_LEAF1A | ||
! | ||
hardware speed-group 1 serdes 10G | ||
hardware speed-group 1 serdes 25G | ||
hardware speed-group 2 serdes 25G | ||
hardware speed-group 3 serdes 25G | ||
hardware speed-group 4 serdes 10G | ||
hardware speed-group 5/1 serdes 25G | ||
hardware speed-group 3 serdes 10G | ||
hardware speed-group 4 serdes 25G | ||
hardware speed-group 5/1 serdes 10G | ||
! | ||
spanning-tree root super | ||
spanning-tree mode mstp | ||
|
@@ -236,7 +236,7 @@ interface Loopback100 | |
vrf Tenant_A_OP_Zone | ||
ip address 10.255.1.21/32 | ||
! | ||
interface Management1 | ||
interface Management42 | ||
description oob_management | ||
no shutdown | ||
vrf MGMT | ||
|
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 |
---|---|---|
|
@@ -20,18 +20,18 @@ ip name-server vrf MGMT 192.168.200.5 | |
ip name-server vrf MGMT 2001:db8::1 | ||
ip name-server vrf MGMT 2001:db8::2 | ||
! | ||
ntp local-interface vrf MGMT Management1 | ||
ntp local-interface vrf MGMT Management42 | ||
ntp server vrf MGMT 192.168.200.5 prefer | ||
ntp server vrf MGMT 2001:db8::3 | ||
! | ||
snmp-server contact [email protected] | ||
snmp-server location EOS_DESIGNS_UNIT_TESTS DC1_UNDEPLOYED_LEAF1B | ||
! | ||
hardware speed-group 1 serdes 10G | ||
hardware speed-group 1 serdes 25G | ||
hardware speed-group 2 serdes 25G | ||
hardware speed-group 3 serdes 25G | ||
hardware speed-group 4 serdes 10G | ||
hardware speed-group 5/1 serdes 25G | ||
hardware speed-group 3 serdes 10G | ||
hardware speed-group 4 serdes 25G | ||
hardware speed-group 5/1 serdes 10G | ||
! | ||
spanning-tree root super | ||
spanning-tree mode mstp | ||
|
@@ -236,7 +236,7 @@ interface Loopback100 | |
vrf Tenant_A_OP_Zone | ||
ip address 10.255.1.22/32 | ||
! | ||
interface Management1 | ||
interface Management42 | ||
description oob_management | ||
no shutdown | ||
vrf MGMT | ||
|
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
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
4 changes: 2 additions & 2 deletions
4
...avd/molecule/eos_designs_unit_tests/inventory/group_vars/CUSTOM_PYTHON_MODULES_SPINES.yml
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.