-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create distinction between the product-ready OS and the product WFs #13177
Create distinction between the product-ready OS and the product WFs #13177
Conversation
d92e11c
to
06ca697
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes requested, but overall ACK on the proposed change.
+1 to rename DEPLOY_WORKFLOW to DEPLOY_WORKFLOWS. This solution also seems to be suitable for FIPS testing. |
06ca697
to
6265eea
Compare
Config migration(s) were introduced in the latest changes. This mechanism is pretty simple and smoothes the transition from the old configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat solution with the migration, so just a couple of minor things!
6265eea
to
be5f1e7
Compare
Problem Statement
There is no distinction between content host deployment workflows and workflows to deploy the operating system on which the product is supposed to be installed. That causes issues in the PIT server testing scenario.
We would like to add a test to install Satellite and Capsule to the test collection, but we need to have a separate content host deployment workflow and the
sat_ready_rhel
andcap_ready_rhel
workflows. That is due to the need to install the product on top of a non-released OS that we deploy using a workflow that is different from the one that we use for the content host deployment.Solution
Create a distinction between the two workflows in the configuration and use the configuration.
Related Issues
satelliteqe/satellite-jenkins!1173
SAT-21475