dch-gw: Add Management network
The Management network (VLAN 10, 172.30.0.240/28) will be used for communication with and configuration of network devices including switches and access points. This keeps configuration separate from normal traffic, and allows complete isolation of infrastructure devices.jenkins-master
parent
6e77d3cf07
commit
d811a9fe22
|
@ -14,6 +14,12 @@ dch_networks:
|
||||||
ntp_servers:
|
ntp_servers:
|
||||||
- tyrande.pyrocufflink.jazz
|
- tyrande.pyrocufflink.jazz
|
||||||
|
|
||||||
|
mgmt:
|
||||||
|
description: Management network
|
||||||
|
vlan_id: 10
|
||||||
|
router_iface: vlan30
|
||||||
|
ipv4_address: 172.30.0.240/28
|
||||||
|
|
||||||
blue:
|
blue:
|
||||||
description: pyrocufflink.blue AD domain members only
|
description: pyrocufflink.blue AD domain members only
|
||||||
vlan_id: 30
|
vlan_id: 30
|
||||||
|
|
|
@ -13,6 +13,14 @@ dhcp_subnets:
|
||||||
domain_search: pyrocufflink.jazz
|
domain_search: pyrocufflink.jazz
|
||||||
ntp_servers: '{{ dch_networks.jazz.ntp_servers }}'
|
ntp_servers: '{{ dch_networks.jazz.ntp_servers }}'
|
||||||
|
|
||||||
|
# Management
|
||||||
|
- address: 172.30.0.240/28
|
||||||
|
pools:
|
||||||
|
- start: 172.30.0.245
|
||||||
|
end: 172.30.0.253
|
||||||
|
routers:
|
||||||
|
- 172.30.0.241
|
||||||
|
|
||||||
# pyrocufflink.blue
|
# pyrocufflink.blue
|
||||||
- address: 172.30.0.0/26
|
- address: 172.30.0.0/26
|
||||||
pools:
|
pools:
|
||||||
|
|
|
@ -53,6 +53,13 @@ network:
|
||||||
addr: 172.30.0.1
|
addr: 172.30.0.1
|
||||||
prefix: 26
|
prefix: 26
|
||||||
addr6: fd99:8cd7:6528:fe1e::1
|
addr6: fd99:8cd7:6528:fe1e::1
|
||||||
|
- ifname: vlan10
|
||||||
|
enabled: true
|
||||||
|
vlan_id: 10
|
||||||
|
physdev: bond0
|
||||||
|
mode: manual
|
||||||
|
addr: 172.30.0.241
|
||||||
|
prefix: 28
|
||||||
|
|
||||||
dhcpcd_send_hostname: false
|
dhcpcd_send_hostname: false
|
||||||
dhcpcd_ntp_servers: false
|
dhcpcd_ntp_servers: false
|
||||||
|
|
Loading…
Reference in New Issue