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

Solr on ECS - Optionally Disable EFS #148

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Conversation

nickumia-reisys
Copy link
Contributor

Related to

This allows solr-on-ecs to be launched without an EFS volume. This is primarily a test to ensure Solr does not have memory management issues regardless of storage type

This allows solr-on-ecs to be launched without an EFS volume.  This is primarily a test to ensure Solr does not have memory management issues regardless of storage type
@nickumia-reisys nickumia-reisys temporarily deployed to staging July 14, 2022 13:24 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to production July 14, 2022 13:24 Inactive
@nickumia-reisys nickumia-reisys requested a review from a team July 14, 2022 13:24
@nickumia-reisys nickumia-reisys enabled auto-merge (rebase) July 14, 2022 13:24
@nickumia-reisys nickumia-reisys disabled auto-merge July 14, 2022 13:25
@github-actions
Copy link

github-actions bot commented Jul 14, 2022

Terraform plan for staging

Plan: 0 to add, 4 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                         = "c6105c59-0395-42c8-889a-2830d70280e6"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "pxLVkoWPv0tGO72GpdW5wgCVAfZRBdprMtqttOI4QqU=" -> "HkhYyeqI8ZI/ZSHzRhfVveehL5Oowfu4XcFKs+n229c="
        # (18 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #96

@github-actions
Copy link

github-actions bot commented Jul 14, 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                         = "d14ef00f-a652-44a2-bd78-5b84a05003fd"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "pxLVkoWPv0tGO72GpdW5wgCVAfZRBdprMtqttOI4QqU=" -> "HkhYyeqI8ZI/ZSHzRhfVveehL5Oowfu4XcFKs+n229c="
        # (20 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #96

@nickumia-reisys nickumia-reisys enabled auto-merge (rebase) July 14, 2022 13:29
@nickumia-reisys nickumia-reisys merged commit 45062c2 into main Jul 14, 2022
@nickumia-reisys nickumia-reisys deleted the disable-efs-solr-on-ecs branch July 14, 2022 13:34
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