-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDC1_TENANTS_NETWORKS.yml
82 lines (77 loc) · 2.14 KB
/
DC1_TENANTS_NETWORKS.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# DC1 Tenants Networks
# Documentation of Tenant specific information - Vlans/VRFs
tenants:
# Tenant A Specific Information - VRFs / VLANs
Tenant_A:
mac_vrf_vni_base: 10000
vrfs:
Tenant_A_OP_Zone:
vrf_vni: 10
vtep_diagnostic:
loopback: 100
loopback_ip_range: 10.255.1.0/24
svis:
110:
name: Tenant_A_OP_Zone_1
tags: [ opzone ]
enabled: true
ip_address_virtual: 10.1.10.1/24
111:
name: Tenant_A_OP_Zone_2
tags: [ opzone ]
enabled: true
ip_address_virtual: 10.1.11.1/24
# virtual ip address router-virtual
112:
name: Tenant_A_OP_Zone_3
tags: [ DC1_LEAF2 ]
enabled: true
ip_virtual_router_address: 10.1.12.1/24
nodes:
DC1-LEAF2A:
ip_address: 10.1.12.2/24
DC1-LEAF2B:
ip_address: 10.1.12.3/24
# # SVI IP address (no virtual)
113:
name: Tenant_A_OP_Zone_WAN
tags: [ DC1_BL1 ]
enabled: true
nodes:
DC1-BL1A:
ip_address: 10.1.13.1/24
DC1-BL1B:
ip_address: 10.1.13.2/24
Tenant_A_WEB_Zone:
vrf_vni: 11
svis:
120:
name: Tenant_A_WEB_Zone_1
tags: [ web, erp1 ]
enabled: true
ip_address_virtual: 10.1.20.1/24
121:
name: Tenant_A_WEBZone_2
tags: [ web ]
enabled: true
ip_address_virtual: 10.1.21.1/24
# Tenant_A_APP_Zone:
# vrf_vni: 12
# svis:
# 130:
# name: Tenant_A_APP_Zone_1
# tags: [ app, erp1 ]
# enabled: true
# ip_address_virtual: 10.1.30.1/24
# 131:
# name: Tenant_A_APP_Zone_2
# tags: [ app ]
# enabled: true
# ip_address_virtual: 10.1.31.1/24
l2vlans:
# 160:
# name: Tenant_A_VMOTION
# tags: [ vmotion ]
161:
name: Tenant_A_NFS
tags: [ nfs ]