-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pipelines and docs for updating tWAS VM Images on RHEL 9.x #67
Conversation
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
Hello @venunathb @git4rk @edburns Could you pls review the PR? Thanks. |
@majguo Do we have I see the following on the CICD summary page, but I need help finding the ink to the |
PR review.
|
@venunathb Yes, we have. Follow steps below to access them:
Same steps for accessing reports for twas-nd CICD and ihs CICD. @majguo I can access the reports from the CICD Summary page. Thank you. |
Description
The PR addresses most of the requirements listed in #64 by providing pipelines and docs for updating tWAS VM Images on RHEL 9.x in Azure Marketplace.
Change summary
The following major changes are implemented:
Testing
CICD pipelines for generating VHD files for tWAS VM Images on RHEL 9.x:
These generated VHD files are also used for updating the testing tWAS VM offer in PartnerCenter. The testing tWAS VM offer is successfully published and in preview, which is verified by deploying VM from both Azure Portal and solution template. The preview links for creating VMs:
How-To docs
Part of how-to docs of updating the VM images are located in the following PRs:
The others are included in this PR.
As a result, after the above PRs and this PR are merged, instructions on how to update tWAS VM images on RHEL 9.x can be referenced from howto-update-image.md.
Partner center HTML
I drafted contents of Azure virtual machine offer as requested, they're located in:
@gcharters @git4rk @m-reza-rahman @edburns, pls continue working on it when updating vm offers in partner center.
OpenSCAP reports
The scanning reports before and after compliance remediation can be downloaded from the summary of pipeline workflow, e.g.:
Note: after applying OpenSCAP rules, additional commands (e.g.,
waagent -deprovision+user -force
) have to be executed for generating Azure VM image. The followings are whatwaagent -deprovision+user -force
does during the execution:Besides, VM creation may also introduce some difference regarding to security. So I deployed a new VM with twas-base and ran the scanning again, there is only slight difference between reports, which should be acceptable:
Signed-off-by: Jianguo Ma jiangma@microsoft.com