update dhcp (serv), hostnames, enable junbo

This commit is contained in:
Daniel Poelzleithner 2019-08-15 18:18:37 +02:00
parent 45a8f7ea5e
commit 8681e47fb3
6 changed files with 8 additions and 4 deletions

View File

@ -17,7 +17,7 @@ bind:
# dns.spaceboyz.net
- 172.22.24.4
- 2a01:4f8:a0:33d0::4
serial: 2019071703
serial: 2019081501
reverse-zones-inet:
- 72.20.172.in-addr.arpa

View File

@ -2,7 +2,7 @@ dhcp:
serv:
start: 172.20.73.2
end: 172.20.73.63
time: 300
time: 604800
max-time: 31536000
opts:
domain-name-servers: "172.20.73.8, 172.20.72.10, 172.20.72.6, 9.9.9.9"

View File

@ -78,6 +78,7 @@ hosts-inet:
ap63: 10.0.0.103
ap64: 10.0.0.104
monit: 10.0.0.250
logging: 10.0.0.251
mgmt-gw: 10.0.0.254
core:
@ -146,7 +147,7 @@ hosts-inet:
elastic1: 172.20.73.15
logging: 172.20.73.13
dnscache: 172.20.73.8
mongo: 172.20.73.14
mongo: 172.20.73.21
ipa: 172.20.73.20
priv1:
priv1-gw: 172.20.74.1

View File

@ -407,6 +407,7 @@ switches:
- serv
- c3d2
- radio
- priv23
ap24:
mode: trunk
ports:
@ -495,7 +496,6 @@ switches:
ports: 21-24
vlans:
- mgmt
- core
- pub
- c3d2
- up1

View File

@ -64,6 +64,8 @@ send "lacp enable\r"
send "undo lacp enable\r"
{%- endif %}
expect "]"
send "jumboframe enable\r"
expect "]"
{%- if conf.get('vlans') %}
send "port link-type trunk\r"
expect "]"

View File

@ -6,6 +6,7 @@
- context:
hostname: {{ hostname }}
switch: {{ switch }}
logging: {{ pillar['hosts-inet']['mgmt']['logging'] }}
- mode: 755
{%- endfor %}