Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 881f397

Browse files
committed
change iotagent-ul from 1.6.0 custom to 1.7.0.plus
1 parent dab522a commit 881f397

File tree

4 files changed

+45
-30
lines changed

4 files changed

+45
-30
lines changed

docs/azure_aks/2_start_pods.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@
365365
{
366366
"cell_type": "code",
367367
"execution_count": null,
368-
"metadata": {},
368+
"metadata": {
369+
"scrolled": true
370+
},
369371
"outputs": [],
370372
"source": [
371373
"kubectl get pods -l app=vernemq"
@@ -533,7 +535,9 @@
533535
{
534536
"cell_type": "code",
535537
"execution_count": null,
536-
"metadata": {},
538+
"metadata": {
539+
"scrolled": false
540+
},
537541
"outputs": [],
538542
"source": [
539543
"kubectl get pods -l app=mongodb"
@@ -1175,7 +1179,7 @@
11751179
"metadata": {},
11761180
"outputs": [],
11771181
"source": [
1178-
"docker build -t ${REPOSITORY}/tech-sketch/iotagent-ul:1.6.0 idas/iotagent-ul/"
1182+
"docker build -t ${REPOSITORY}/tech-sketch/iotagent-ul:1.7.0.plus idas/iotagent-ul/"
11791183
]
11801184
},
11811185
{
@@ -1195,7 +1199,7 @@
11951199
},
11961200
"outputs": [],
11971201
"source": [
1198-
"docker push ${REPOSITORY}/tech-sketch/iotagent-ul:1.6.0"
1202+
"docker push ${REPOSITORY}/tech-sketch/iotagent-ul:1.7.0.plus"
11991203
]
12001204
},
12011205
{

docs/azure_aks/3_register_device.ipynb

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"cell_type": "code",
102102
"execution_count": null,
103103
"metadata": {
104-
"scrolled": false
104+
"scrolled": true
105105
},
106106
"outputs": [],
107107
"source": [
@@ -116,19 +116,24 @@
116116
"example)\n",
117117
"```json\n",
118118
"{\n",
119-
" \"_id\": \"5b5588c7af55780001d4effd\",\n",
120-
" \"subservice\": \"/gamepad\",\n",
121-
" \"service\": \"fiwaredemo\",\n",
122-
" \"apikey\": \"gamepad\",\n",
123-
" \"resource\": \"/iot/d\",\n",
124-
" \"attributes\": [],\n",
125-
" \"lazy\": [],\n",
126-
" \"commands\": [],\n",
127-
" \"entity_type\": \"gamepad\",\n",
128-
" \"internal_attributes\": [],\n",
129-
" \"static_attributes\": []\n",
119+
" \"count\": 1,\n",
120+
" \"services\": [\n",
121+
" {\n",
122+
" \"_id\": \"5b7ca38a81d0b934d74e8338\",\n",
123+
" \"subservice\": \"/gamepad\",\n",
124+
" \"service\": \"fiwaredemo\",\n",
125+
" \"apikey\": \"gamepad\",\n",
126+
" \"resource\": \"/iot/d\",\n",
127+
" \"__v\": 0,\n",
128+
" \"attributes\": [],\n",
129+
" \"lazy\": [],\n",
130+
" \"commands\": [],\n",
131+
" \"entity_type\": \"gamepad\",\n",
132+
" \"internal_attributes\": [],\n",
133+
" \"static_attributes\": []\n",
134+
" }\n",
135+
" ]\n",
130136
"}\n",
131-
"\n",
132137
"```"
133138
]
134139
},
@@ -418,17 +423,23 @@
418423
"example)\n",
419424
"```json\n",
420425
"{\n",
421-
" \"_id\": \"5b55893065dbcc0001356fb7\",\n",
422-
" \"subservice\": \"/robot\",\n",
423-
" \"service\": \"fiwaredemo\",\n",
424-
" \"apikey\": \"robot\",\n",
425-
" \"resource\": \"/iot/d\",\n",
426-
" \"attributes\": [],\n",
427-
" \"lazy\": [],\n",
428-
" \"commands\": [],\n",
429-
" \"entity_type\": \"robot\",\n",
430-
" \"internal_attributes\": [],\n",
431-
" \"static_attributes\": []\n",
426+
" \"count\": 1,\n",
427+
" \"services\": [\n",
428+
" {\n",
429+
" \"_id\": \"5b7ca3eaaf439a027ebe5424\",\n",
430+
" \"subservice\": \"/robot\",\n",
431+
" \"service\": \"fiwaredemo\",\n",
432+
" \"apikey\": \"robot\",\n",
433+
" \"resource\": \"/iot/d\",\n",
434+
" \"__v\": 0,\n",
435+
" \"attributes\": [],\n",
436+
" \"lazy\": [],\n",
437+
" \"commands\": [],\n",
438+
" \"entity_type\": \"robot\",\n",
439+
" \"internal_attributes\": [],\n",
440+
" \"static_attributes\": []\n",
441+
" }\n",
442+
" ]\n",
432443
"}\n",
433444
"```"
434445
]

idas/iotagent-ul

Submodule iotagent-ul updated 58 files

idas/iotagent-ul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ spec:
4444
spec:
4545
containers:
4646
- name: iotagent-ul
47-
image: ${REPOSITORY}/tech-sketch/iotagent-ul:1.6.0
47+
image: ${REPOSITORY}/tech-sketch/iotagent-ul:1.7.0.plus
4848
imagePullPolicy: Always

0 commit comments

Comments
 (0)