File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=fiware
3
3
4
4
# Orion variables
5
5
ORION_PORT = 1026
6
- ORION_VERSION = 3.7.0
6
+ ORION_VERSION = 3.8.1
7
7
8
8
# MongoDB variables
9
9
MONGO_DB_PORT = 27017
10
10
MONGO_DB_VERSION = 4.4
11
11
12
12
# IoT Agent Ultralight Variables
13
- ULTRALIGHT_VERSION = 1.24 .0-distroless
13
+ ULTRALIGHT_VERSION = 2.0 .0-distroless
14
14
IOTA_NORTH_PORT = 4041
15
15
IOTA_SOUTH_PORT = 7896
16
16
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ volumes の設定は、MQTT message broker のデバッグ・レベルを上げ
221
221
222
222
` ` ` yaml
223
223
tutorial:
224
- image: fiware/tutorials.context-provider
224
+ image: quay.io/ fiware/tutorials.context-provider
225
225
hostname: iot-sensors
226
226
container_name: fiware-tutorial
227
227
networks:
@@ -271,7 +271,7 @@ Hub からタグ付けされた `fiware/iotagent-ul` です。必要な構成を
271
271
272
272
` ` ` yaml
273
273
iot-agent:
274
- image: fiware/iotagent-ul:latest
274
+ image: quay.io/ fiware/iotagent-ul:latest
275
275
hostname: iot-agent
276
276
container_name: fiware-iot-agent
277
277
depends_on:
@@ -668,7 +668,7 @@ curl -iX POST \
668
668
### センサのプロビジョニング
669
669
670
670
エンティティを作成するときは、NGSI-LD
671
- [ 仕様] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf ) に
671
+ [ 仕様] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf ) に
672
672
従って URN を使用するのが一般的な良い方法です。さらに、データ属性を定義するとき
673
673
に意味のある名前を理解する方が簡単です。これらのマッピングは、デバイスを個別にプ
674
674
ロビジョニングすることによって定義できます。
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ increase the debug level of the MQTT Message Broker.
188
188
189
189
` ` ` yaml
190
190
tutorial:
191
- image: fiware/tutorials.context-provider
191
+ image: quay.io/ fiware/tutorials.context-provider
192
192
hostname: iot-sensors
193
193
container_name: fiware-tutorial
194
194
networks:
@@ -233,7 +233,7 @@ tagged `fiware/iotagent-ul`. The necessary configuration can be seen below:
233
233
234
234
` ` ` yaml
235
235
iot-agent:
236
- image: fiware/iotagent-ul:latest
236
+ image: quay.io/ fiware/iotagent-ul:latest
237
237
hostname: iot-agent
238
238
container_name: fiware-iot-agent
239
239
depends_on:
@@ -561,7 +561,7 @@ curl -iX POST \
561
561
### Provisioning a Sensor
562
562
563
563
It is common good practice to use URNs following the NGSI-LD
564
- [ specification] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf ) when creating
564
+ [ specification] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf ) when creating
565
565
entities. Furthermore it is easier to understand meaningful names when defining data attributes. These mappings can be
566
566
defined by provisioning a device individually.
567
567
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
orion :
23
23
labels :
24
24
org.fiware : ' tutorial'
25
- image : fiware/orion:${ORION_VERSION}
25
+ image : quay.io/ fiware/orion:${ORION_VERSION}
26
26
hostname : orion
27
27
container_name : fiware-orion
28
28
depends_on :
@@ -49,7 +49,7 @@ services:
49
49
iot-agent :
50
50
labels :
51
51
org.fiware : ' tutorial'
52
- image : fiware/iotagent-ul:${ULTRALIGHT_VERSION}
52
+ image : quay.io/ fiware/iotagent-ul:${ULTRALIGHT_VERSION}
53
53
hostname : iot-agent
54
54
container_name : fiware-iot-agent
55
55
depends_on :
@@ -86,7 +86,7 @@ services:
86
86
tutorial :
87
87
labels :
88
88
org.fiware : ' tutorial'
89
- image : fiware/tutorials.context-provider
89
+ image : quay.io/ fiware/tutorials.context-provider
90
90
hostname : iot-sensors
91
91
container_name : fiware-tutorial
92
92
depends_on :
You can’t perform that action at this time.
0 commit comments