Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://open-horizon.github.io/common-requests/use.html


Check whether exchange container is accessible outside on HUB and agent site

Code Block
curl -s http://192.168.100.32:3090/v1/admin/version

Sample output

Code Block
2.78.0



Trying to configure agent


Issues:


ubuntu@ubun2:~$ git clone https://github.com/edgexfoundry-holding/orra.git
Cloning into 'orra'...
remote: Enumerating objects: 95, done.
remote: Counting objects: 100% (95/95), done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 95 (delta 41), reused 77 (delta 28), pack-reused 0
Unpacking objects: 100% (95/95), 383.10 KiB | 2.07 MiB/s, done.
ubuntu@ubun2:~$ cd orra/demos/SDO-OH-EXF-dev-simple
ubuntu@ubun2:~/orra/demos/SDO-OH-EXF-dev-simple$ hzn exchange service publish -P -f configuration/service.json
Checking private key file format ...
Verifying public key file ...
Signing service...
Pulling edgexfoundry/docker-edgex-volume:1.0.0...
Error: could not inspect image edgexfoundry/docker-edgex-volume:1.0.0: Get "http://unix.sock/images/edgexfoundry/docker-edgex-volume:1.0.0/json": dial unix /var/run/docker.sock: connect: permission denied.

...