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

Solr on ECS - EFS Backups #144

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Solr on ECS - EFS Backups #144

merged 1 commit into from
Jun 17, 2022

Conversation

nickumia-reisys
Copy link
Contributor

Pull in efs backups
@nickumia-reisys nickumia-reisys temporarily deployed to production June 17, 2022 13:07 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to staging June 17, 2022 13:07 Inactive
@nickumia-reisys nickumia-reisys requested a review from a team June 17, 2022 13:08
@github-actions
Copy link

github-actions bot commented Jun 17, 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:

  # aws_servicequotas_service_quota.minimum_quotas["vpc/L-F678F1CE"] will be updated in-place
  ~ resource "aws_servicequotas_service_quota" "minimum_quotas" {
        id             = "vpc/L-F678F1CE"
      ~ value          = 690 -> 20
        # (8 unchanged attributes hidden)
    }

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "c4ab0070-c10c-4d93-b8d1-ebd377cb6d13"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "J4t7WK4Bdp1jeOvJIbTEJsSQAOV2GnHvdwsHwk74utg=" -> "eYVqldBOlEyaWS4L9wo38iy/Hoeoc1nojarfaDAOtaQ="
        # (18 unchanged attributes hidden)


        # (3 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #92

@github-actions
Copy link

github-actions bot commented Jun 17, 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                         = "fe6f50b9-8a91-4e7d-9f47-6c1acc010782"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "J4t7WK4Bdp1jeOvJIbTEJsSQAOV2GnHvdwsHwk74utg=" -> "eYVqldBOlEyaWS4L9wo38iy/Hoeoc1nojarfaDAOtaQ="
        # (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 #92

@nickumia-reisys nickumia-reisys merged commit a1c0de6 into main Jun 17, 2022
@nickumia-reisys nickumia-reisys deleted the solr-on-efs-backups branch June 17, 2022 13:11
@nickumia-reisys nickumia-reisys changed the title Use solr brokerpak w/ EFS Backups Solr on ECS - EFS Backups Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants