Compare commits

..

No commits in common. "e79bc303512ebc7475230a78112c8b81a4041129" and "9afebe8438653fb7dcf5c2002a50dabac900c2a8" have entirely different histories.

6 changed files with 5 additions and 18 deletions

View File

@ -1,13 +1,12 @@
[accesspoints]
ap-c5d1 ip=10.84.1.33 location=office-social2 channel_2g=1 channel_5g=36 txpower_2g=12 txpower_5g=13
ap-ac7c ip=10.84.1.31 location=office-social1 channel_2g=11 channel_5g=161 txpower_2g=12 txpower_5g=13
ap-c5d1 ip=10.84.1.33 location=office-facility channel_2g=1 channel_5g=36 txpower_2g=12 txpower_5g=13
ap-ac7c ip=10.84.1.31 location=office-social channel_2g=11 channel_5g=161 txpower_2g=12 txpower_5g=13
ap-8f42 ip=10.84.1.36 location=tent-1 channel_2g=6 channel_5g=40
ap-0b99 ip=10.84.1.32 location=tent-2 channel_2g=11 channel_5g=44
ap-c495 ip=10.84.1.34 location=tent-3 channel_2g=1 channel_5g=48
ap-2bbf ip=10.84.1.30 location=tent-4 channel_2g=11 channel_5g=149
ap-1a38 ip=10.84.1.35 location=tent-5 channel_2g=6 channel_5g=153
ap-8f39 ip=10.84.1.37 location=tent-5 channel_2g=1 channel_5g=157
ap-1293 ip=10.84.1.38 location=office-facility channel_2g=1 channel_5g=100 txpower_2g=6 txpower_5g=7
ap-b62f ip=10.85.1.31 location=tent-1 channel_2g=1 channel_5g=36 txpower_2g=15 txpower_5g=20
ap-b656 ip=10.85.1.35 location=tent-1 channel_2g=6 channel_5g=140 txpower_2g=15 txpower_5g=20
@ -70,7 +69,6 @@ ap-c495
ap-2bbf
ap-1a38
ap-8f39
ap-1293
sw-access01
sw-access02
gw-core01

View File

@ -1327,14 +1327,3 @@ Rolled out at around 14:00.
**longterm**:
* install an ap inside the logistics container
* ETA for installation: `29.12.2022`
032 2022.12.29 14:00 - 16:00 (ADP) | add ap to new facility management container
--------------------------------------------------------------------------------
We installed an accesspoint into the new facility management container (`ap-1293`).
Afterwards we disabled the temporary backoffice wifi in tent 1 (`e3d8369`).
The new ap is connected via a `CAT.7 outdoor 30m` cable and is plugged into `sw-acces01 port 6`.
This closes incident `031`.

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -29,7 +29,7 @@ config wifi-iface 'backoffice_radio0'
option ssid '{{ backoffice_wifi_ssid }}'
option encryption '{{ backoffice_wifi_encryption }}'
option key '{{ backoffice_wifi_psk }}'
{% if not location | regex_search('office-.*') %}
{% if not location | regex_search('office-.*') and not inventory_hostname == 'ap-8f42' %}
option disabled '1'
{% endif %}
@ -63,6 +63,6 @@ config wifi-iface 'backoffice_radio1'
option ssid '{{ backoffice_wifi_ssid }}'
option encryption '{{ backoffice_wifi_encryption }}'
option key '{{ backoffice_wifi_psk }}'
{% if not location | regex_search('office-.*') %}
{% if not location | regex_search('office-.*') and not inventory_hostname == 'ap-8f42' %}
option disabled '1'
{% endif %}