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 PR creates a holding area for materials which might be used to create a Jetlag continuous integration (CI) system, to automate building and testing of Jetlag for development and quality assurance.
This PR, in addition to adding a
CI
subdirectory and aREADME.md
for it, adds one file,deploy_sno.sh
, which is an initial effort at scripting the deployment of a single-node OpenShift cluster using Jetlag. It is targeted at a Scale Lab deployment, but the techniques it uses should be applicable across all deployments. It is currently somewhat opinionated, but it should be straightforward to generalize it.This PR is not necessarily intended to be merged; rather, it's a placeholder, to give visibility for this file in the event that someone wants to use it as the basis for a CI runner, e.g., for Jenkins.