Skip to content
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

Open
wants to merge 1 commit into
base: 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install
Choose a base branch
from

Conversation

NathanFlurry
Copy link
Member

Changes

Copy link
Contributor

graphite-app bot commented Jul 3, 2024

Your org requires the Graphite merge queue for merging into main

You 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.

@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from 7d78b2c to 3f903fa Compare July 3, 2024 07:29
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from 89c503c to be0c82d Compare July 3, 2024 07:29
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from 3f903fa to 1add5e0 Compare July 3, 2024 08:29
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from be0c82d to 76ab24f Compare July 3, 2024 08:29
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from 1add5e0 to 1982323 Compare July 3, 2024 08:33
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from 76ab24f to 42dc454 Compare July 3, 2024 08:33
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from 1982323 to ec2178d Compare July 3, 2024 08:42
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from 42dc454 to e77a4a5 Compare July 3, 2024 08:42
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from ec2178d to d1c1d90 Compare July 3, 2024 09:37
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from e77a4a5 to 3107981 Compare July 3, 2024 09:37
@AngelOnFira AngelOnFira force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from d1c1d90 to 28895e5 Compare July 4, 2024 00:31
@AngelOnFira AngelOnFira force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from 3107981 to a0a2fd0 Compare July 4, 2024 00:31
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from 28895e5 to 7c3214f Compare July 4, 2024 18:41
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from a0a2fd0 to 798c01d Compare July 4, 2024 18:41
@AngelOnFira AngelOnFira force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from 7c3214f to c6145ee Compare July 6, 2024 04:19
@AngelOnFira AngelOnFira force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from 798c01d to 3b28c6e Compare July 6, 2024 04:19
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_pass_dynamic_tunnel_host_port_to_cluster-server-install branch from c6145ee to 7c3214f Compare July 6, 2024 17:52
@NathanFlurry NathanFlurry force-pushed the 07-02-fix_infra_dynamically_generate_nomad_server_count_in_install_script branch from 3b28c6e to 798c01d Compare July 6, 2024 17:52
Copy link
Contributor

@MasterPtato MasterPtato left a 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dead variable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants