Skip to content

Commit

Permalink
orion & iotagent-node-lib versions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
walterwootz committed Oct 26, 2023
1 parent d40697d commit b1f4b1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ services:
- mongodb:/data

orion:
image: fiware/orion
image: fiware/orion:3.10.1
#image: fiware/orion-ld:1.4.0
hostname: orion
depends_on:
- mongodb
Expand All @@ -89,6 +90,7 @@ services:
ports:
- "1026:1026"
command: -dbhost mongodb -logLevel DEBUG
#command: -dbhost mongodb -logLevel DEBUG -forwarding -experimental

iotcarsrv:
hostname: iotcarsrv
Expand Down
4 changes: 0 additions & 4 deletions lib/iotagent-opcua.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ async function start(newConfig, callback) {
iotAgentLib.setDataQueryHandler(queryHandler.handler);
iotAgentLib.setDataUpdateHandler(updateHandler.handler);

iotAgentLib.addDeviceProvisionMiddleware(iotAgentLib.dataPlugins.bidirectionalData.deviceProvision);
iotAgentLib.addConfigurationProvisionMiddleware(iotAgentLib.dataPlugins.bidirectionalData.groupProvision);
iotAgentLib.addNotificationMiddleware(iotAgentLib.dataPlugins.bidirectionalData.notification);

if (config.getConfig().configRetrieval) {
iotAgentLib.setNotificationHandler(configurationNotificationHandler);
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"body-parser": "1.20.0",
"dateformat": "3.0.3",
"express": "4.18.1",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "3.4.4",
"logops": "2.1.2",
"node-opcua": "^2.85.0",
"node-opcua-client-crawler": "^2.85.0",
Expand Down
4 changes: 3 additions & 1 deletion test/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ services:
- mongodb:/data

orion:
image: fiware/orion
image: fiware/orion:3.10.1
#image: fiware/orion-ld:1.4.0
hostname: orion
depends_on:
- mongodb
Expand All @@ -25,6 +26,7 @@ services:
ports:
- "1026:1026"
command: -dbhost mongodb -logLevel DEBUG
#command: -dbhost mongodb -logLevel DEBUG -forwarding -experimental

iotcarsrv:
hostname: iotcarsrv
Expand Down

0 comments on commit b1f4b1c

Please sign in to comment.