-
Notifications
You must be signed in to change notification settings - Fork 30
Add CONSUL_RETRY_JOIN_WAN env #48
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
Merged
tjcelaya
merged 34 commits into
autopilotpattern:master
from
tjcelaya:enhancement/47-retry-join-wan-in-config-file
Jan 5, 2018
Merged
Changes from 5 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ea04c0f
Resolve #23 by adding CONSUL_DATACENTER_NAME env
tjcelaya cc21275
Mention the environment variable in the README
tjcelaya 189414c
Resolves #47 by adding CONSUL_RETRY_JOIN_WAN
tjcelaya 23c8c60
Remove debugging output
tjcelaya abad90e
Fix the environment value now that we've collected the error message
tjcelaya b15de52
Environment variable documentation and moving examples.
tjcelaya ee400d6
Triton datacenter autodetection
tjcelaya 5c4c2d4
README update for envs
tjcelaya 33ceafc
Merge updates to #46
tjcelaya 32ed8fc
more things
tjcelaya 5bec8ff
it was bind_addr all along
tjcelaya 25de3dd
Always set the alternate addresses for now, might move all of these b…
tjcelaya 0c3db58
Fix the CONSUL_BIND_ADDR check
tjcelaya b44294b
Add self-anti-affinity
tjcelaya 3ebb138
Fix silly config error
tjcelaya 24ae977
Move env vars section
tjcelaya 2f2893d
Resolve merge conflicts
tjcelaya ac0d6e2
Split up triton from multi-dc triton examples
tjcelaya a84a860
Remove fake multi-dc docker-compose example
tjcelaya 667f0e2
Fix test Dockerfile paths
tjcelaya 5ab7825
Fix multi-dc clean target
tjcelaya efb1e9b
Fix template name
tjcelaya ff95e50
Try a new multi-dc layout
tjcelaya db96dd7
Separate the triton and triton-multi-dc setup scripts
tjcelaya eb360fc
make the check function easier to use
tjcelaya 3c6f336
Fix account id query command
tjcelaya 8b27a61
Path and script name change in README
tjcelaya 06bc9ea
Clarify README
tjcelaya 6759213
Fix duplicate env vars from merge conflict resolution
tjcelaya 9ea5646
Fix usage output description
tjcelaya ecc75ed
Fix description again
tjcelaya 658d4e7
Remove the build key from examples/compose/docker-compose.yml
tjcelaya 4cf52d9
Revert ./setup.sh change
tjcelaya dc5018f
Typo
tjcelaya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
👍 for pointing out the error message.