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

fix: add website file share to getjenkinsio storage account #611

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Jan 30, 2024

This PR recreates the file share deleted in jenkins-infra/helpdesk#3917 (comment), needed for the Core release process.

Ref:

@lemeurherve lemeurherve requested review from a team, dduportal and smerle33 January 30, 2024 17:36
@lemeurherve
Copy link
Member Author

Terraform will perform the following actions:

  # azurerm_storage_share.get_jenkins_io_website will be created
  + resource "azurerm_storage_share" "get_jenkins_io_website" {
      + access_tier          = (known after apply)
      + enabled_protocol     = "SMB"
      + id                   = (known after apply)
      + metadata             = (known after apply)
      + name                 = "website"
      + quota                = 50
      + resource_manager_id  = (known after apply)
      + storage_account_name = "getjenkinsio"
      + url                  = (known after apply)
    }

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

Copy link
Collaborator

@smerle33 smerle33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@lemeurherve lemeurherve merged commit 62ed0dd into jenkins-infra:main Jan 30, 2024
1 of 2 checks passed
@lemeurherve lemeurherve deleted the fix-website-fileshare branch January 30, 2024 17:40
@lemeurherve
Copy link
Member Author

Error: creating Share "website" (Account "getjenkinsio" / Resource Group "get-jenkins-io"): shares.Client#Create: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidHeaderValue" Message="The value for one of the HTTP headers is not in the correct format.\nRequestId:44666c7e-801a-0079-55a3-53b6b5000000\nTime:2024-01-30T17:42:55.7021211Z"

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