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

Decommission of formplayer2 in India #6269

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/india/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ escoordinator8
elasticsearch_master=false
elasticsearch_data=false

[formplayer2]
10.203.10.12 hostname=formplayer2-india ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-099df0d3c49c81b3d
[formplayer3]
10.203.10.32 hostname=formplayer3-india ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-059f6df8ba2514bdd root_encryption_mode=aws
[pillow4]
Expand Down Expand Up @@ -152,7 +150,6 @@ celery9
pillow4

[formplayer:children]
formplayer2
formplayer3

[elasticsearch:children]
Expand Down
2 changes: 0 additions & 2 deletions environments/india/inventory.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ escoordinator8
elasticsearch_master=false
elasticsearch_data=false

{{ __formplayer2__ }}
{{ __formplayer3__ }}
{{ __pillow4__ }}
{{ __kafka_a2__ }} kafka_broker_id=8 zookeeper_server_id=8
Expand Down Expand Up @@ -115,7 +114,6 @@ celery9
pillow4

[formplayer:children]
formplayer2
formplayer3

[elasticsearch:children]
Expand Down
11 changes: 0 additions & 11 deletions environments/india/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,17 +207,6 @@ servers:
group: elasticsearch
os: jammy

- server_name: "formplayer2-india"
server_instance_type: "t3a.xlarge"
network_tier: "app-private"
az: "a"
volume_size: 200
volume_encrypted: no
volume_type: "gp3"
group: formplayer
os: jammy
server_auto_recovery: true

- server_name: "formplayer3-india"
server_instance_type: "t3a.xlarge"
network_tier: "app-private"
Expand Down
Loading