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

Fix version tag for cloud-service-broker binary #136

Merged
merged 2 commits into from
Apr 13, 2022

Conversation

nickumia-reisys
Copy link
Contributor

@nickumia-reisys nickumia-reisys commented Apr 13, 2022

Fix for the following error.. @mogul Any context for why we were using a relative path before?

Full traceback: https://github.com/GSA/datagov-ssb/runs/6009707141?check_suite_focus=true
image

This was caused by the deploy of the last PR, #135

@nickumia-reisys nickumia-reisys temporarily deployed to production April 13, 2022 15:10 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to staging April 13, 2022 15:10 Inactive
@nickumia-reisys nickumia-reisys requested a review from mogul April 13, 2022 15:10
@github-actions
Copy link

github-actions bot commented Apr 13, 2022

Terraform plan for staging

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:

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

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

📝 Plan generated in plan #217

@github-actions
Copy link

github-actions bot commented Apr 13, 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_eks.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
      ~ environment                = (sensitive value)
        id                         = "94e03bd7-01cd-40b5-a4bc-b9474c596fb0"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-eks"
      ~ source_code_hash           = "pyX/oCezxIthNRXW/E8TTCbN0bY0NkXu8xbvNAC5ZyI=" -> "k6XbIlh6B0YkLuPSFaLlU5lGscwdx6b7sr0UhOOgSYE="
        # (17 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }

  # module.broker_smtp.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
      ~ environment                = (sensitive value)
        id                         = "c3783374-24e5-43d6-b2cf-06c3022e7ce9"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-smtp"
      ~ source_code_hash           = "BwKQ3ow7LiOCPMDdb12WMzub3jTiPWnZ3Y9GlQaOYjk=" -> "+ytWwOGolLWRG9hPHxpmUazaY/+8Xhr2gH3tdrorylY="
        # (17 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }

  # module.broker_solr.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
      ~ environment                = (sensitive value)
        id                         = "7e65d94d-d184-456f-b6f6-867a8933c35c"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solr"
        # (18 unchanged attributes hidden)


        # (3 unchanged blocks hidden)
    }

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
      ~ environment                = (sensitive value)
        id                         = "35d01dfd-6946-4887-99cc-4baa5d5d290a"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
      ~ source_code_hash           = "fYjnMa5ja9sSHilEIIdS8ikbndJqTmpUg9a7PzjQYyc=" -> "JNU4oDwsh5t0iRpnopGgYNR4x+ERN+J0o49uAnAoQYQ="
        # (19 unchanged attributes hidden)


      + service_binding {
          + service_instance = "5fdcd609-3e69-4891-9094-33aa58beb7fa"
        }
        # (2 unchanged blocks hidden)
    }

  # module.broker_solrcloud.cloudfoundry_service_instance.db will be updated in-place
  ~ resource "cloudfoundry_service_instance" "db" {
        id                             = "76983303-4b6d-4f40-8bfc-d19aff701c10"
      ~ name                           = "ssb-solrcloud-db-unknown-db" -> "ssb-solrcloud-db"
        tags                           = [
            "mysql",
        ]
        # (5 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

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

✅ Plan applied in apply #85

@nickumia-reisys nickumia-reisys temporarily deployed to production April 13, 2022 17:53 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to staging April 13, 2022 17:53 Inactive
@nickumia-reisys nickumia-reisys changed the title Use absolute path for cloud-service-broker binary Fix version tag for cloud-service-broker binary Apr 13, 2022
@nickumia-reisys nickumia-reisys enabled auto-merge (rebase) April 13, 2022 18:23
@nickumia-reisys nickumia-reisys merged commit adaa968 into main Apr 13, 2022
@nickumia-reisys nickumia-reisys deleted the fix-csb-upgrade branch April 13, 2022 18:24
@nickumia-reisys nickumia-reisys temporarily deployed to production April 13, 2022 18:35 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to staging April 13, 2022 18:35 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to production April 13, 2022 18:43 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to staging April 13, 2022 18:43 Inactive
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