Skip to content

Commit

Permalink
update leaf renumbering
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioPDX committed Mar 13, 2024
1 parent 8332668 commit bd4ec9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions sites/site_1/group_vars/SITE1_FABRIC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ leaf:
tags: [ "Web" ]
nodes:
- name: s1-leaf1
id: 3
id: 1
mgmt_ip: 192.168.0.12/24
uplink_switch_interfaces: [ Ethernet2, Ethernet2 ]
- name: s1-leaf2
id: 4
id: 2
mgmt_ip: 192.168.0.13/24
uplink_switch_interfaces: [ Ethernet3, Ethernet3 ]
- group: RACK2
filter:
tags: [ "App" ]
nodes:
- name: s1-leaf3
id: 5
id: 3
mgmt_ip: 192.168.0.14/24
uplink_switch_interfaces: [ Ethernet4, Ethernet4 ]
- name: s1-leaf4
id: 6
id: 4
mgmt_ip: 192.168.0.15/24
uplink_switch_interfaces: [ Ethernet5, Ethernet5 ]

Expand Down
8 changes: 4 additions & 4 deletions sites/site_2/group_vars/SITE2_FABRIC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ leaf:
tags: [ "DB" ]
nodes:
- name: s2-leaf1
id: 3
id: 1
mgmt_ip: 192.168.0.22/24
uplink_switch_interfaces: [ Ethernet2, Ethernet2 ]
- name: s2-leaf2
id: 4
id: 2
mgmt_ip: 192.168.0.23/24
uplink_switch_interfaces: [ Ethernet3, Ethernet3 ]
- group: RACK2
filter:
tags: [ "DMZ" ]
nodes:
- name: s2-leaf3
id: 5
id: 3
mgmt_ip: 192.168.0.24/24
uplink_switch_interfaces: [ Ethernet4, Ethernet4 ]
- name: s2-leaf4
id: 6
id: 4
mgmt_ip: 192.168.0.25/24
uplink_switch_interfaces: [ Ethernet5, Ethernet5 ]

Expand Down

0 comments on commit bd4ec9c

Please sign in to comment.