Skip to content

Commit

Permalink
Remove couch13-production
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Sep 12, 2023
1 parent 387d2a8 commit a4ce588
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions environments/production/aws-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ couch11-production: 10.202.42.190
couch11-production.instance_id: i-0aef627c2e6abe669
couch12-production: 10.202.40.52
couch12-production.instance_id: i-0e9aaeea3a117206e
couch13-production: 10.202.40.154
couch13-production.instance_id: i-00a287226e9555670
couch_a0-production: 10.202.40.200
couch_a0-production.instance_id: i-0451df80fe9da4eef
couch_a1-production: 10.202.40.179
Expand Down
3 changes: 0 additions & 3 deletions environments/production/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ elasticsearch_data=false
10.202.42.190 hostname=couch11-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-0aef627c2e6abe669 datavol_device=/dev/sdf datavol_device1=/dev/sdf is_datavol_ebsnvme=yes root_encryption_mode=aws
[couch12]
10.202.40.52 hostname=couch12-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-0e9aaeea3a117206e datavol_device=/dev/sdf datavol_device1=/dev/sdf is_datavol_ebsnvme=yes root_encryption_mode=aws
[couch13]
10.202.40.154 hostname=couch13-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-00a287226e9555670 datavol_device=/dev/sdf datavol_device1=/dev/sdf is_datavol_ebsnvme=yes root_encryption_mode=aws

[couch_a0]
10.202.40.200 hostname=couch-a0-production ufw_private_interface=ens5 ansible_python_interpreter=/usr/bin/python3 ec2_instance_id=i-0451df80fe9da4eef datavol_device=/dev/sdf datavol_device1=/dev/sdf is_datavol_ebsnvme=yes root_encryption_mode=aws
Expand All @@ -393,7 +391,6 @@ elasticsearch_data=false
[couchdb2:children]
couch11
couch12
couch13
couch_a0
couch_a1
couch_b0
Expand Down
2 changes: 0 additions & 2 deletions environments/production/inventory.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ elasticsearch_data=false

{{ __couch11__ }}
{{ __couch12__ }}
{{ __couch13__ }}

{{ __couch_a0__ }}
{{ __couch_a1__ }}
Expand All @@ -242,7 +241,6 @@ elasticsearch_data=false
[couchdb2:children]
couch11
couch12
couch13
couch_a0
couch_a1
couch_b0
Expand Down
12 changes: 0 additions & 12 deletions environments/production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,6 @@ servers:
group: "couchdb2"
os: bionic

- server_name: "couch13-production"
server_instance_type: c6a.8xlarge
network_tier: "db-private"
az: "a"
volume_size: 90
volume_encrypted: yes
block_device:
volume_size: 3500
encrypted: yes
group: "couchdb2"
os: bionic

- server_name: "couch_a0-production"
server_instance_type: c6a.8xlarge
network_tier: "db-private"
Expand Down

0 comments on commit a4ce588

Please sign in to comment.