Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agreement list is empty even after the registration is completed.!!!! [bug] #32

Open
Nitu-coder opened this issue Mar 12, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Nitu-coder
Copy link

Nitu-coder commented Mar 12, 2020

(base) nitu.gupta@nitu:~/LF-EDGE/OpenHorizon_collab/12march/open-horizon-integration/horizon-edgex$ hzn register -p pattern-edgex-amd64 --policy ./configs/node.policy
Horizon Exchange base URL: http://172.20.0.1:3090/v1
Using node ID 'nitunode' from the Horizon agent
Generated random node token
Node testorg/nitunode does not exist in the exchange with the specified token, creating/updating it...
Will proceeed with the given pattern pattern-edgex-amd64.
Updating the node policy...
Initializing the Horizon node...
Warning: no input file was specified. This is only valid if none of the services need variables set (including GPS coordinates).
However, if there is 'useInput' specified in the node already in the exchange, the useInput will be used.
Changing Horizon state to configured to register this node with Horizon...
Horizon node is registered. Workload agreement negotiation should begin shortly. Run 'hzn agreement list' to view.

When trying to see the node list

{
"id": "nitunode",
"organization": "testorg",
"pattern": "testorg/pattern-edgex-amd64",
"name": "nitunode",
"token_last_valid_time": "2020-03-12 17:53:15 +0530 IST",
"token_valid": true,
"ha": false,
"configstate": {
"state": "configured",
"last_update_time": "2020-03-12 17:53:16 +0530 IST"
},
"configuration": {
"exchange_api": "http://172.20.0.1:3090/v1/",
"exchange_version": "2.13.0",
"required_minimum_exchange_version": "2.13.0",
"preferred_exchange_version": "2.13.0",
"mms_api": "http://172.20.0.1:9443",
"architecture": "amd64",
"horizon_version": "2.25.0"
},
"connectivity": {
"firmware.bluehorizon.network": true,
"images.bluehorizon.network": true
}
}

==============
When checking the agreement list

(base) nitu.gupta@nitu:~/LF-EDGE/OpenHorizon_collab/12march/open-horizon-integration/horizon-edgex$ hzn agreement list
[]

@Nitu-coder Nitu-coder changed the title make prime is taking too long to complete agreement list is empty even after the registration is completed.!!!! [bug] Mar 12, 2020
@joewxboy joewxboy added the help wanted Extra attention is needed label Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants