Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Solr on ECS - Fix Solr Replication #150

Merged
merged 1 commit into from
Jul 20, 2022
Merged

Conversation

FuhuXia
Copy link
Member

@FuhuXia FuhuXia commented Jul 20, 2022

Related to

This fixes error when lb name such as 7336fe84-ecdf-4cd7-9562-1cb74-follower-lb exceed 32 char AWS limit.

@FuhuXia FuhuXia temporarily deployed to staging July 20, 2022 16:09 Inactive
@FuhuXia FuhuXia temporarily deployed to production July 20, 2022 16:09 Inactive
@github-actions
Copy link

github-actions bot commented Jul 20, 2022

Terraform plan for staging

Plan: 0 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "a2095e0a-f5bd-4db0-a22e-9e75db0571fe"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "dZUmJIOoWbNjCU93kB6p8RYut14sewRLcGe0Qgjnv6s=" -> "LfP0woHCnHTHGEHVrEQR1OWIHrcvpgGkjgUDg8CTwiI="
        # (18 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

✅ Plan applied in apply #98

@github-actions
Copy link

github-actions bot commented Jul 20, 2022

Terraform plan for production

Plan: 0 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "8a63868c-3410-49a0-a910-e23b8508fe4d"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "dZUmJIOoWbNjCU93kB6p8RYut14sewRLcGe0Qgjnv6s=" -> "LfP0woHCnHTHGEHVrEQR1OWIHrcvpgGkjgUDg8CTwiI="
        # (20 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

✅ Plan applied in apply #98

@FuhuXia FuhuXia changed the title update: pull in https://github.com/GSA/datagov-brokerpak-solr/pull/49 Solr on ECS - Fix Solr Replication Jul 20, 2022
@FuhuXia FuhuXia requested a review from a team July 20, 2022 16:21
Copy link
Contributor

@nickumia-reisys nickumia-reisys left a comment

Choose a reason for hiding this comment

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

👾

@nickumia-reisys nickumia-reisys merged commit 774e200 into main Jul 20, 2022
@nickumia-reisys nickumia-reisys deleted the fix-leader-follower branch July 20, 2022 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants