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 JSON Variables
13
- JSON_VERSION = 1.25 .0-distroless
13
+ JSON_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 @@ -274,7 +274,7 @@ IoT デバイスと IoT Agent を接続するために必要な設定情報は
274
274
275
275
``` yaml
276
276
tutorial :
277
- image : fiware/tutorials.context-provider
277
+ image : quay.io/ fiware/tutorials.context-provider
278
278
hostname : iot-sensors
279
279
container_name : fiware-tutorial
280
280
networks :
@@ -332,7 +332,7 @@ YAML ファイルで説明されている他の `tutorial` コンテナ設定値
332
332
333
333
` ` ` yaml
334
334
iot-agent:
335
- image: fiware/iotagent-json:latest
335
+ image: quay.io/ fiware/iotagent-json:latest
336
336
hostname: iot-agent
337
337
container_name: fiware-iot-agent
338
338
depends_on:
@@ -641,7 +641,7 @@ Context Broker に渡す必要があります。`entity_type` 属性は、リク
641
641
### センサのプロビジョニング
642
642
643
643
エンティティを作成するときは、
644
- NGSI-LD [仕様](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf)
644
+ NGSI-LD [仕様](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf)
645
645
に従って URN を使用することをお勧めします。さらに、データ属性を定義する
646
646
ときに意味のある名前を理解する方が簡単です。これらのマッピングは、
647
647
デバイスを個別にプロビジョニングすることで定義できます。
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ section of the associated `docker-compose.yml` file:
229
229
230
230
``` yaml
231
231
tutorial :
232
- image : fiware/tutorials.context-provider
232
+ image : quay.io/ fiware/tutorials.context-provider
233
233
hostname : iot-sensors
234
234
container_name : fiware-tutorial
235
235
networks :
@@ -280,7 +280,7 @@ tagged `fiware/iotagent-json`. The necessary configuration can be seen below:
280
280
281
281
` ` ` yaml
282
282
iot-agent:
283
- image: fiware/iotagent-json:latest
283
+ image: quay.io/ fiware/iotagent-json:latest
284
284
hostname: iot-agent
285
285
container_name: fiware-iot-agent
286
286
depends_on:
@@ -535,7 +535,7 @@ however it has been included here for completeness.
535
535
# ## Provisioning a Sensor
536
536
537
537
It is common good practice to use URNs following the NGSI-LD
538
- [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf) when creating
538
+ [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf) when creating
539
539
entities. Furthermore it is easier to understand meaningful names when defining data attributes. These mappings can be
540
540
defined by provisioning a device individually.
541
541
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 :
@@ -40,7 +40,7 @@ services:
40
40
41
41
# IoT-Agent is configured for the JSON Protocol
42
42
iot-agent :
43
- image : fiware/iotagent-json:${JSON_VERSION}
43
+ image : quay.io/ fiware/iotagent-json:${JSON_VERSION}
44
44
hostname : iot-agent
45
45
container_name : fiware-iot-agent
46
46
depends_on :
@@ -77,7 +77,7 @@ services:
77
77
tutorial :
78
78
labels :
79
79
org.fiware : ' tutorial'
80
- image : fiware/tutorials.context-provider
80
+ image : quay.io/ fiware/tutorials.context-provider
81
81
hostname : iot-sensors
82
82
container_name : fiware-tutorial
83
83
depends_on :
You can’t perform that action at this time.
0 commit comments