ci: wire shared org deployment into CI/CD workflows - #1268
Closed
bonzofenix wants to merge 8 commits into
Closed
Conversation
- Add AUTOSCALER_ORG and EXISTING_ORGANIZATION to reusable workflow - Pass org config through acceptance test MTA workflow - Update Concourse pipeline for metricsgateway security groups - Move security group JSON to ci/infrastructure - Remove obsolete set-security-group Makefiles - Update create-org-manager-user workflow for shared org
This was referenced Jun 17, 2026
…aram Move AUTOSCALER_ORG from per-job env blocks to workflow-level env in acceptance_tests_reusable.yaml, eliminating three identical repetitions. Restore CF_SPACE as an explicit param in deploy-metricsgateway.yml task so the default is visible at the task interface rather than hidden inside vars.source.sh.
The function cf_deployment_login does not exist in scripts/common.sh; the correct function name is cf_login.
The variable was not available in the workflow env, causing cf set-space-role to fail with exit code 1. Pass it as an input from the caller via vars.AUTOSCALER_ORG_MANAGER_USER.
metricsforwarder/Makefile and metricsgateway/Makefile were deleted as part of this PR. Remove the two make calls that referenced them.
bonzofenix
marked this pull request as draft
June 29, 2026 07:19
Contributor
|
closing in favour of #1149 |
|
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
Wires the shared org / space-scoped broker deployment model into GitHub Actions and Concourse pipelines.
Changes
.github/workflows/acceptance_tests_reusable.yaml: Add AUTOSCALER_ORG and EXISTING_ORGANIZATION inputs.github/workflows/acceptance_tests_mta.yaml: Pass org config to reusable workflow.github/workflows/create-org-manager-user.yaml: Update for shared orgci/infrastructure/pipeline.yml: Update Concourse pipelineci/infrastructure/scripts/deploy-metricsgateway.sh: Add security group bindingci/infrastructure/security-groups/: Move security group JSON heremetricsforwarder/Makefileandmetricsgateway/MakefileTesting
Part 4 of 4 — Split from #1149 for easier review.