-
Notifications
You must be signed in to change notification settings - Fork 309
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
Validation pipeline for FIPS stemcell #1135
Merged
Merged
Conversation
This file contains 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
* this initial commit still uses the default stemcell
Waiting for concourse/bosh-io-stemcell-resource#33 |
* downloading the fips-stemcell with credentials now works * add upload-stemcell task * configure use-fips-stemcell ops file
* FIPS stemcell will have the same os name as the regular stemcell, so we don't need an ops file
dimivel
approved these changes
Dec 4, 2023
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.
LGTM
* this ensures that we always use the latest version of the "fips-stemcell" input
Note: When the jobs are green, we should add the ops file https://github.com/cloudfoundry/cf-deployment/blob/main/operations/stop-skipping-tls-validation.yml to enable SSL for the API access. |
iaftab-alam
approved these changes
Dec 13, 2023
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.
WHAT is this change about?
New validation pipeline for the FIPS Jammy stemcell.
What customer problem is being addressed? Use customer persona to define the problem e.g. Alana is unable to...
Alana wants to deploy CF on a FIPS compliant environment. CF shall be validated on a FIPS compliant stemcell.
Please provide any contextual information.
#1140
Has a cf-deployment including this change passed cf-acceptance-tests?
Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.
How should this change be described in cf-deployment release notes?
Not relevant (new pipeline for CI infrastructure).
Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
Pipeline can be uploaded and executed: https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/fips-stemcell
What is the level of urgency for publishing this change?