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

Solr on ECS - Change Solr locktype to simple #155

Merged
merged 1 commit into from
Aug 12, 2022
Merged

Conversation

FuhuXia
Copy link
Member

@FuhuXia FuhuXia commented Aug 12, 2022

@FuhuXia FuhuXia temporarily deployed to staging August 12, 2022 18:27 Inactive
@FuhuXia FuhuXia temporarily deployed to production August 12, 2022 18:27 Inactive
@github-actions
Copy link

github-actions bot commented Aug 12, 2022

Terraform plan for staging

Plan: 0 to add, 3 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)
    }

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "a97bef6a-afda-439b-9093-71674165774c"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "oDWWmgukFvAt3LQo3yAPxSIA0kaEiJSl0yoNVJhkBEk=" -> "bpBkdVYObSwPNmZ8bsxqWG6euujkCCkgByDrmmNBHUM="
        # (18 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #103

@github-actions
Copy link

github-actions bot commented Aug 12, 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                         = "23558928-575a-41d8-ac3f-f6869bd94842"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "oDWWmgukFvAt3LQo3yAPxSIA0kaEiJSl0yoNVJhkBEk=" -> "bpBkdVYObSwPNmZ8bsxqWG6euujkCCkgByDrmmNBHUM="
        # (20 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #103

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.

📞

@FuhuXia FuhuXia merged commit 9ee9ef0 into main Aug 12, 2022
@FuhuXia FuhuXia deleted the locktype-simple branch August 12, 2022 19:30
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