Remove fog AzureRM blobstore support#195
Open
WeiQuan0605 wants to merge 7 commits into
Open
Conversation
kathap
reviewed
May 26, 2026
kathap
requested changes
May 26, 2026
The previous commit incorrectly removed the entire SCAR environment. SCAR runs on Azure IaaS but only the fog AzureRM blobstore benchmark errand should be removed. Restore all SCAR jobs and resources, keeping the storage-cli benchmark job and removing only: - configure-blobstore-benchmark-fog-errand.yml from scar-psql-deploy-cf ops - use-azure-storage-blobstore.yml from scar-psql-deploy-cf ops - ERRAND_FOG param from all three benchmark jobs (elsa-ha, olaf-mysql, scar-psql)
Scar environment is kept; only the fog AzureRM blobstore is removed. Update README to reflect that Scar no longer uses Azure Blob Storage.
kathap
requested changes
May 27, 2026
kathap
reviewed
May 27, 2026
kathap
reviewed
May 27, 2026
kathap
reviewed
May 27, 2026
These environments use GCS and S3 respectively, which still go through fog. Only scar-psql loses the fog errand since it used AzureRM.
This ops file configures Azure Blob Storage via storage-cli (not fog), so it must stay after removing the fog AzureRM errand.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related