-
Notifications
You must be signed in to change notification settings - Fork 414
Conversation
provisioned on top of 1.0.3 rc1 AWS cluster. installed cleanly, no problems so far |
Looks like the build failed, but because Docker hub timed out on one cloud. The others worked fine. Should we consider that a green or retry it? @sehqlr |
I would say retry it once. |
Right, I'll rebase and then we can get this merged! 👍 |
As of right now, it would be a fast-forward merge. So we're good here. |
path: /etc/NetworkManager/dnsmasq.d | ||
state: directory | ||
command: sed -i'' 's/consul *//g' /etc/resolv.conf.masq | ||
register: resolve_without_consul |
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.
is this used for anything? (the resolve_without_consul
variable)
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.
just an old line I forgot to remove. Thanks for catching it!
lgtm, successfully tested on aws. automated digitalocean build failed due to unrelated problem |
Fixes #1230