- 
                Notifications
    You must be signed in to change notification settings 
- Fork 54
Vhost parameter added. #462
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
        
          
                docs/installationguide.md
              
                Outdated
          
        
      | | IOTA_MQTT_PROTOCOL | mqtt.protocol | | ||
| | IOTA_MQTT_HOST | mqtt.host | | ||
| | IOTA_MQTT_PORT | mqtt.port | | ||
| | IOTA_MQTT_VHOST | mqtt.vhost | | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I understand, the new vhost parameter is for AMQP configuration, not MQTT (looking to "twin" PR telefonicaid/iotagent-json#527 it only appears in the AMQP section of the configuration).
Is this a typo? Or maybe I'm missing something? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @fgalan and sorry for the delay. Yes, it was a typo. I've updated the PR. Thanks.
| @@ -0,0 +1,7941 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should be removed from PR.
| @@ -1,5 +1,5 @@ | |||
| name: CI | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this file has been changed in the PR?
In addition, looking to telefonicaid/iotagent-json#527 I don't see similar changes
| There were some changes on that iotagent-node-lib library that make some tests to be "unaligned". It has been already fixed in master (by PR #476 ). Thus, could you please update this PR brach con master. After that I guess that all your changes in ci.yml in this PR are not needed and can be reverted. Remember also to remove packages-lock.json from the PR. Thanks! | 
| @sromerotech could you explain why this PR has been closed, please? Do you plan to re-create it? Thanks! | 
I've added the vhost parameter so you can customize it. I'll appreciate any feedback on this PR. Thanks in advance.