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

Removing es_b3001 from es cluster on production #6478

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions environments/production/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,8 @@ es_a3001

[es_b3000]
10.202.41.48 hostname=es-b3000-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-0497f925fcf895a8b datavol_device=/dev/sdf datavol_device1=/dev/sdf is_datavol_ebsnvme=yes root_encryption_mode=aws
[es_b3001]
10.202.41.191 hostname=es-b3001-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-0a6da3f8e5af8a3a6 datavol_device=/dev/sdf datavol_device1=/dev/sdf is_datavol_ebsnvme=yes root_encryption_mode=aws
[es_b3:children]
es_b3000
es_b3001

[esmaster_a1]
10.202.40.93 hostname=esmaster-a1-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-0ef9b6a5a762418bf root_encryption_mode=aws elasticsearch_node_name=esmaster_a1
Expand Down
2 changes: 1 addition & 1 deletion environments/production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ servers:
volume_size: 2800
group: "elasticsearch"
os: jammy
count: 2
count: 1
Copy link
Contributor

Choose a reason for hiding this comment

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

We should remove one more machine from es_a3{i}-production. We want to ensure that both azs have the same number of machines.

additional_tags:
BillTo: USH

Expand Down