-
Notifications
You must be signed in to change notification settings - Fork 488
Update agent configuration #208
Update agent configuration #208
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.
Code changes LGTM! I'll kick off tests.
5180cee
to
f430584
Compare
Replaced deprecated 'ui' field by 'ui_config' object: 'https://www.consul.io/docs/agent/options\#ui-1' Added 'telemetry { disable_compat_1.9 = true }' to disable metrics deprecated in v1.9: 'https://www.consul.io/docs/agent/options\#telemetry-disable_compat_1.9'
bump 'min_packer_version' -> 1.5.4 bump 'consul_version' -> 1.9.2
Re-running tests... |
Hm, a bunch of tests just failed with errors like this:
This is something new that just appeared and isn't related to this PR. I just saw it in #209 the first time, though it only happened on one test, whereas here, it happened on 5, so it suggests it's an intermittent / transient issue. @anouarchattouna Apologies for the yak shave, but would you mind digging into this issue a bit? See if you can repro by manually running |
There was an AWS outage yesterday which might explain the intermittent test failures we're seeing. Re-running tests now to see if it helps. |
Nope, we're still getting the same type of test failures 😞
So this will need more investigation. |
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, will kick off tests shortly
OK, tests are now running! Not sure what the issue was last week. Perhaps some CircleCi bug? |
Tests passed! Merging now. |
I wonder if this fixed #209? |
(I know the tests passed, but it was an intermittent test failure, so perhaps we just got lucky? I guess we'll see if the merge to |
Hm, tests failed on merge to
Perhaps the enterprise version intermittently fails to start? Or perhaps we just need more retries? @anouarchattouna Could you look into it? |
For more details see hashicorp#208 and hashicorp#209
min_packer_version
->1.5.4
consul_version
->1.9.2
ui
field byui_config
object: https://www.consul.io/docs/agent/options\#ui-1telemetry { disable_compat_1.9 = true }
to disable metrics deprecated inv1.9
: https://www.consul.io/docs/agent/options\#telemetry-disable_compat_1.9