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 # dns.spaceboyz.net
- 172.22.24.4 - 172.22.24.4
- 2a01:4f8:a0:33d0::4 - 2a01:4f8:a0:33d0::4
serial: 2019071703 serial: 2019081501
reverse-zones-inet: reverse-zones-inet:
- 72.20.172.in-addr.arpa - 72.20.172.in-addr.arpa

View File

@ -2,7 +2,7 @@ dhcp:
serv: serv:
start: 172.20.73.2 start: 172.20.73.2
end: 172.20.73.63 end: 172.20.73.63
time: 300 time: 604800
max-time: 31536000 max-time: 31536000
opts: opts:
domain-name-servers: "172.20.73.8, 172.20.72.10, 172.20.72.6, 9.9.9.9" 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 ap63: 10.0.0.103
ap64: 10.0.0.104 ap64: 10.0.0.104
monit: 10.0.0.250 monit: 10.0.0.250
logging: 10.0.0.251
mgmt-gw: 10.0.0.254 mgmt-gw: 10.0.0.254
core: core:
@ -146,7 +147,7 @@ hosts-inet:
elastic1: 172.20.73.15 elastic1: 172.20.73.15
logging: 172.20.73.13 logging: 172.20.73.13
dnscache: 172.20.73.8 dnscache: 172.20.73.8
mongo: 172.20.73.14 mongo: 172.20.73.21
ipa: 172.20.73.20 ipa: 172.20.73.20
priv1: priv1:
priv1-gw: 172.20.74.1 priv1-gw: 172.20.74.1

View File

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

View File

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

View File

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