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

Solr on ECS - EFS - Max IO vs. General Purpose #147

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

nickumia-reisys
Copy link
Contributor

@nickumia-reisys nickumia-reisys temporarily deployed to staging July 6, 2022 17:36 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to production July 6, 2022 17:36 Inactive
@nickumia-reisys nickumia-reisys changed the title new: pull in https://github.com/GSA/datagov-brokerpak-solr/pull/44 Solr on ECS - EFS - Max IO vs. General Purpose Jul 6, 2022
@github-actions
Copy link

github-actions bot commented Jul 6, 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                         = "057eda7a-5f93-4ccb-8d17-97e6bfce081f"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "ljJ6BILfJPLgdrIBMDhF79RmEH7AukrvYeKaPjswVyM=" -> "pxLVkoWPv0tGO72GpdW5wgCVAfZRBdprMtqttOI4QqU="
        # (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 #95

@github-actions
Copy link

github-actions bot commented Jul 6, 2022

Terraform plan for staging

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:

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

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

  # 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          = 1000 -> 20
        # (8 unchanged attributes hidden)
    }

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "9faa392e-7873-4937-aee1-5ee290380fe2"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "ljJ6BILfJPLgdrIBMDhF79RmEH7AukrvYeKaPjswVyM=" -> "pxLVkoWPv0tGO72GpdW5wgCVAfZRBdprMtqttOI4QqU="
        # (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, 5 to change, 0 to destroy.

✅ Plan applied in apply #95

@nickumia-reisys nickumia-reisys requested review from FuhuXia and a team July 6, 2022 17:48
@robert-bryson robert-bryson merged commit 6995ba7 into main Jul 6, 2022
@robert-bryson robert-bryson deleted the solr-ecs-efs-performance-mode branch July 6, 2022 17:48
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