-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix(infra): dynamically generate nomad server count in install script #981
fix(infra): dynamically generate nomad server count in install script #981
Conversation
Your org requires the Graphite merge queue for merging into mainYou must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. You can enable merging using labels in your Graphite merge queue settings. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @NathanFlurry and the rest of your teammates on Graphite |
7d78b2c
to
3f903fa
Compare
89c503c
to
be0c82d
Compare
3f903fa
to
1add5e0
Compare
be0c82d
to
76ab24f
Compare
1add5e0
to
1982323
Compare
76ab24f
to
42dc454
Compare
1982323
to
ec2178d
Compare
42dc454
to
e77a4a5
Compare
ec2178d
to
d1c1d90
Compare
e77a4a5
to
3107981
Compare
d1c1d90
to
28895e5
Compare
3107981
to
a0a2fd0
Compare
28895e5
to
7c3214f
Compare
a0a2fd0
to
798c01d
Compare
7c3214f
to
c6145ee
Compare
798c01d
to
3b28c6e
Compare
c6145ee
to
7c3214f
Compare
3b28c6e
to
798c01d
Compare
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.
Was this what was causing the nomad problems we've been having?
# | ||
# This value must be 3, 5, or 7. More = better redundancy, but does not make things faster. | ||
# | ||
# See https://developer.hashicorp.com/nomad/tutorials/enterprise/production-reference-architecture-vm-with-consul | ||
nomad_server_count = var.deploy_method_cluster ? 3 : 1 |
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.
Dead variable?
Merge activity
|
…#981) <!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
7c3214f
to
8be472f
Compare
798c01d
to
9c433d8
Compare
Changes