File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ports :
2+ - name : Orion
3+ description : Context Broker
4+ port : 1026
5+ onOpen : notify
6+ - name : Wilma
7+ description : PEP Proxy
8+ port : 1027
9+ onOpen : ignore
210 - name : Tutorial App
311 description : Web app displaying context data
412 port : 3000
5- onOpen : open-browser
13+ onOpen : open-preview
614 - name : Tutorial Devices
715 description : Dummy IoT Sensors over HTTP
816 port : 3001
917 onOpen : ignore
1018 - name : Keyrock
1119 description : Identity Manager
1220 port : 3005
13- onOpen : open-browser
14- - name : Orion
15- description : Context Broker
16- port : 1026
17- onOpen : notify
21+ onOpen : open-preview
22+ - name : MySQL
23+ description : Database for Keyrock
24+ port : 3306
25+ onOpen : ignore
1826 - name : IoT Agent (North Port)
1927 description : NGSI data and device provisioning
2028 port : 4041
@@ -23,15 +31,7 @@ ports:
2331 description : Ultralight HTTP measures
2432 port : 7896
2533 onOpen : ignore
26- - name : Wilma
27- description : PEP Proxy
28- port : 1027
29- onOpen : ignore
3034 - name : MongoDB
3135 description : Database for Orion + IoT Agent
3236 port : 27017
33- onOpen : ignore
34- - name : MySQL
35- description : Database for Keyrock
36- port : 3306
3737 onOpen : ignore
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ waitForIoTAgent () {
8686displayServices () {
8787 echo " "
8888 docker ps --format " table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
89- gp ports list 2> /dev/null
89+ ! { gp ports list 2> /dev/null }
9090 echo " "
9191}
9292
You can’t perform that action at this time.
0 commit comments