-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Update default version to 0.8.3 #434
Conversation
Ginja
commented
May 15, 2017
- Add disable_host_node_id config option
- Change default value for disable_remote_exec to true to reflect new default value in Consul 0.8+
- Add checksums for Consul 0.8.2
- Remove rpc config port as the interface has been deprecated in Consul 0.8+
@Ginja Travis CI build failure points to something broken in the Consul runtime. That's what I've got in the Consul output while after converging
Seems like we need to tune some ACL settings for test environment. Could you please take a look? |
@legal90 Done. The tests pass for me locally, and the 3 that failed on Travis didn't fail outright, they just timed out. |
@Ginja Tests on Upstart-driven systems (Ubunru 14.04, Ubuntu 12.04) are not passed. There is an infinite loop here after the service start:
It seems like in Consul 0.8 |
Thanks for fixing that, @legal90. First day back from vacation :) Just ran |
It's not completely fixed yet because of the failure on sysvinit-driven Debain distributions (Debian 7, in particular). There is one more point where we use I'll try to figure out how we can fix it. |
Change default value for disable_remote_exec to true to reflect new default value in Consul 0.8+
Starting since Consul 0.8 with ACL enabled it's not possible to call CLI commands without authentication (token is required)
Codecov Report
@@ Coverage Diff @@
## master #434 +/- ##
==========================================
+ Coverage 67.03% 71.03% +3.99%
==========================================
Files 7 7
Lines 358 359 +1
==========================================
+ Hits 240 255 +15
+ Misses 118 104 -14
Continue to review full report at Codecov.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |