Skip to content

Commit

Permalink
Update Chirpstack dependency to v4.7.0
Browse files Browse the repository at this point in the history
- Update deployment ChirpStack regions.
- All test variations pass.
  • Loading branch information
bconway committed Mar 16, 2024
1 parent a60c372 commit 2f601e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/deploy/atlas-deps/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- ./volume/redis:/data

chirpstack:
image: chirpstack/chirpstack:4
image: chirpstack/chirpstack:4.7
command: -c /etc/chirpstack
depends_on:
- postgres
Expand Down
5 changes: 3 additions & 2 deletions build/deploy/atlas-deps/volume/chirpstack/region_us915_0.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sed -i '' -e '/^[[:blank:]]*#/d' -e '/^[[:blank:]]*$/d' -e 's/^[[:blank:]]*//' -e 's/^\[/\n[/' region_us915_0.toml
# sed -i '' -e '/^[[:blank:]]*#/d' -e '/^[[:blank:]]*$/d' -e 's/^[[:blank:]]*//' -e 's/^\[/\n[/' chirpstack/configuration/region_us915_0.toml
[[regions]]
id="us915_0"
description="US915 (channels 0-7 + 64)"
Expand All @@ -11,14 +11,15 @@ force_gws_private=false
enabled="mqtt"

[regions.gateway.backend.mqtt]
event_topic="$share/csgroup/lora/us915_0/gateway/+/event/+"
topic_prefix="lora/us915_0"
share_name="csgroup"
server="$CS_MQTT_SERVER"
username="chirpstack"
password="$CS_MQTT_PASSWORD"
qos=0
clean_session=false
client_id="$CS_REGION_US915_0_MQTT_CLIENT_ID"
keep_alive_interval="30s"
ca_cert=""
tls_cert=""
tls_key=""
Expand Down
5 changes: 3 additions & 2 deletions build/deploy/atlas-deps/volume/chirpstack/region_us915_1.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sed -i '' -e '/^[[:blank:]]*#/d' -e '/^[[:blank:]]*$/d' -e 's/^[[:blank:]]*//' -e 's/^\[/\n[/' region_us915_1.toml
# sed -i '' -e '/^[[:blank:]]*#/d' -e '/^[[:blank:]]*$/d' -e 's/^[[:blank:]]*//' -e 's/^\[/\n[/' chirpstack/configuration/region_us915_1.toml
[[regions]]
id="us915_1"
description="US915 (channels 8-15 + 65)"
Expand All @@ -11,14 +11,15 @@ force_gws_private=false
enabled="mqtt"

[regions.gateway.backend.mqtt]
event_topic="$share/csgroup/lora/us915_1/gateway/+/event/+"
topic_prefix="lora/us915_1"
share_name="csgroup"
server="$CS_MQTT_SERVER"
username="chirpstack"
password="$CS_MQTT_PASSWORD"
qos=0
clean_session=false
client_id="$CS_REGION_US915_1_MQTT_CLIENT_ID"
keep_alive_interval="30s"
ca_cert=""
tls_cert=""
tls_key=""
Expand Down

0 comments on commit 2f601e8

Please sign in to comment.