This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Add OpenShift CI deployment script#20
Open
testetson22 wants to merge 23 commits intoinsights-onprem:mainfrom
Open
Add OpenShift CI deployment script#20testetson22 wants to merge 23 commits intoinsights-onprem:mainfrom
testetson22 wants to merge 23 commits intoinsights-onprem:mainfrom
Conversation
… and improve logging
…amline image override handling
…th Red Hat Build of Keycloak (RHBK) terminology
…; log troubleshooting steps and exit on failure
…to fail and return 0
…e usage examples accordingly
…onment on OpenShift
…nsistency in deployment
… in deploy-test-ros.sh
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds the following:
For the time being, the script will ignore failures, but should work against a properly configured OCP cluster up until the helm deployment.
deployments/ocp/deploy-test-ros.shwill be a static reference in another script in openshift/release OpenShift-CI config.deployments/ocp/deploy-test-ros.shshould then be the only script that needs to be adjusted to change OpenShift-CI deployment and test configurations.Ultimately, the script could just exit 0 and do nothing, but this gets us most of the way to where we need to be and gives me what I need to reference in OpenShift-CI