feat: add ramendr-ci pipeline support - #13
Open
OAharoni-RedHat wants to merge 8 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Printing kubeadmin credentials to pipeline logs is a security flaw. Remove the print-login-info param, its pipeline declaration, and the task step that outputs the oc login command and plaintext password. Co-authored-by: Cursor <cursoragent@cursor.com>
All template references were using .Values.pipelines.* but the correct path is .Values.qeCIPipelines.*. Also fix template define names in _pipeline-multi-dr.tpl to use the qeCIPipelines namespace expected by standard-pipelines.yaml. Co-authored-by: Cursor <cursoragent@cursor.com>
OAharoni-RedHat
force-pushed
the
ramendr-ci
branch
from
September 3, 2026 17:04
f66250e to
cfb188a
Compare
Replace the aws-creds-secret-name param with the Helm-rendered qeCIPipelines.defaults.platforms.aws.credentialName value, consistent with how provision-cluster.yaml references it. Removes the param declaration from the task, the passthrough in _pipeline-common.tpl, and the now-redundant awsCredsSecret key from the ramen pattern entry. Co-authored-by: Cursor <cursoragent@cursor.com>
Add ramen.networking.{hub,spokePrimary,spokeSecondary} so each pattern
can declare its own non-overlapping CIDRs. _pipeline-multi-dr.tpl now
resolves networking as: app.networking.[role] merged
Co-authored-by: Cursor <cursoragent@cursor.com>
refactor: remove multiDr networking from defaults, pattern-owned only
Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the 10-minute sleep with an active poll against all DRPlacementControl resources on the hub cluster. Checks every 30s for up to 15 minutes that every DRPC has phase=Deployed and condition Available=True. Times out gracefully (outcome=timeout, exit 0) so interop-test still runs. Adds hub-cluster-name param and kubeconfig workspace to connect to the hub. Co-authored-by: Cursor <cursoragent@cursor.com>
…_SECONDARY Co-authored-by: Cursor <cursoragent@cursor.com>
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.
this shouldn't get merged in until the changes from this pr are merged first: validatedpatterns/ramendr-starter-kit#32
added new flavor for CI pipeline for DR purposes, currently runs only against the ODF variant (with BYOC enabled)