Skip to content

Commit

Permalink
Preparing templates for 2.1.0 release (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
danigian committed Mar 4, 2022
1 parent c8392b6 commit 9b134ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LoRaEngine/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EDGEHUB_ROUTE='FROM /* INTO $upstream'
##################################
# LoRaWanNetworkSrvModule settings
##################################
NET_SRV_VERSION=1.0.7
NET_SRV_VERSION=2.1.0
NET_SRV_LOG_LEVEL=Error
NET_SRV_LOG_TO_HUB=false
NET_SRV_LOG_TO_TCP=false
Expand All @@ -38,7 +38,7 @@ FACADE_AUTH_CODE=yourauthcode
RESET_PIN=7
# not yet implemented LBS_SPI_SPEED=2
LBS_TC_URI=ws://192.168.0.10:5000
LBS_VERSION=1.0.6
LBS_VERSION=2.1.0
#SPI DEV version information. Only needed for x86 gateways. Possible values are 1 or 2.
LBS_SPI_DEV=0
#Set a custom speed for your SPI or leave commented if not in use. Supported custom speed: 2Mb/sec.
Expand Down
4 changes: 2 additions & 2 deletions Template/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"firmwareUpgradesContainerName": "fwupgrades",
"functionAppName": "[concat(parameters('uniqueSolutionPrefix'), 'function')]",
"gitUsername": "Azure",
"functionZipBinary": "https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v2.0.0/function-2.0.0.zip",
"functionZipBinary": "https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v2.1.0/function-2.1.0.zip",
"discoveryServiceZipBinary": "https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v2.1.0/discoveryservice-2.1.0.zip",
"gitBranch": "v2.0.0",
"gitBranch": "v2.1.0",
"storageAccountId": "[concat(resourceGroup().id, '/providers/', 'Microsoft.Storage/storageAccounts/', variables('storageAccountName'))]",
"iotHubOwnerPolicyName": "iothubowner",
"appInsightName": "[concat(parameters('uniqueSolutionPrefix'), 'insight')]",
Expand Down
4 changes: 2 additions & 2 deletions Template/deviceConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"LoRaWanNetworkSrvModule": {
"type": "docker",
"settings": {
"image": "loraedge/lorawannetworksrvmodule:2.0.0",
"image": "loraedge/lorawannetworksrvmodule:2.1.0",
"createOptions": "{\"ExposedPorts\": { \"5000/tcp\": {}}, \"HostConfig\": { \"PortBindings\": {\"5000/tcp\": [ { \"HostPort\": \"5000\", \"HostIp\":\"172.17.0.1\" } ]}}}"
},
"version": "1.0",
Expand All @@ -64,7 +64,7 @@
"LoRaBasicsStationModule": {
"type": "docker",
"settings": {
"image": "loraedge/lorabasicsstationmodule:2.0.0",
"image": "loraedge/lorabasicsstationmodule:2.1.0",
"createOptions": " {\"HostConfig\": {\"NetworkMode\": \"host\", \"Privileged\": true }, \"NetworkingConfig\": {\"EndpointsConfig\": {\"host\": {} }}}"
},
"env": {
Expand Down

0 comments on commit 9b134ac

Please sign in to comment.