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

Solr on ECS - Setup Solr Replication #149

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

FuhuXia
Copy link
Member

@FuhuXia FuhuXia commented Jul 20, 2022

@FuhuXia FuhuXia requested a review from a team July 20, 2022 11:59
@nickumia-reisys nickumia-reisys changed the title update: pull in https://github.com/GSA/datagov-brokerpak-solr/pull/48 Solr on ECS - Setup Solr Replication Jul 20, 2022
@FuhuXia FuhuXia temporarily deployed to production July 20, 2022 14:05 Inactive
@FuhuXia FuhuXia temporarily deployed to staging July 20, 2022 14:05 Inactive
@github-actions
Copy link

github-actions bot commented Jul 20, 2022

Terraform plan for staging

Plan: 0 to add, 2 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                         = "c3ccde50-0f56-4b81-98bf-f02ecd4f4c33"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "HkhYyeqI8ZI/ZSHzRhfVveehL5Oowfu4XcFKs+n229c=" -> "dZUmJIOoWbNjCU93kB6p8RYut14sewRLcGe0Qgjnv6s="
        # (18 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

  # module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/management-staging"] will be updated in-place
  ~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
      ~ catalog_change                   = true -> false
        id                               = "71dc2f0e-c3d1-45d3-b62d-bc8f0f46005b"
        name                             = "ssb-solrcloud-gsa-datagov-management-staging"
        # (8 unchanged attributes hidden)
    }

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

✅ Plan applied in apply #97

@github-actions
Copy link

github-actions bot commented Jul 20, 2022

Terraform plan for production

Plan: 0 to add, 5 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                         = "9d4b51ff-4db7-4cd4-835b-4dc7553f591e"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "HkhYyeqI8ZI/ZSHzRhfVveehL5Oowfu4XcFKs+n229c=" -> "dZUmJIOoWbNjCU93kB6p8RYut14sewRLcGe0Qgjnv6s="
        # (20 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

  # module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/development"] will be updated in-place
  ~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
      ~ catalog_change                   = true -> false
        id                               = "44b78efe-544f-4b7c-863c-493b565ad131"
        name                             = "ssb-solrcloud-gsa-datagov-development"
        # (8 unchanged attributes hidden)
    }

  # module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/management"] will be updated in-place
  ~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
      ~ catalog_change                   = true -> false
        id                               = "3e4c188c-3648-414c-a33e-f866056a17b5"
        name                             = "ssb-solrcloud-gsa-datagov-management"
        # (8 unchanged attributes hidden)
    }

  # module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/prod"] will be updated in-place
  ~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
      ~ catalog_change                   = true -> false
        id                               = "9310cdbd-95d9-481e-af21-52ec69df0aa2"
        name                             = "ssb-solrcloud-gsa-datagov-prod"
        # (8 unchanged attributes hidden)
    }

  # module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/staging"] will be updated in-place
  ~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
      ~ catalog_change                   = true -> false
        id                               = "806eb795-8b96-4449-b70b-259fdfc397c7"
        name                             = "ssb-solrcloud-gsa-datagov-staging"
        # (8 unchanged attributes hidden)
    }

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

✅ Plan applied in apply #97

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 88ea57e into main Jul 20, 2022
@nickumia-reisys nickumia-reisys deleted the solr-leader-follower-replication branch July 20, 2022 14:11
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