-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
True
Based on Recent changes done for trustee , we need some modification Required in IBM SE Documentation. Here are the PR's which were submitted recently: -
- RVPS script path modification :- https://github.com/openshift/sandboxed-containers-operator/pull/479
- RVPS enhancement for automatic 'nbd' device selection :- https://github.com/openshift/sandboxed-containers-operator/pull/486
- IBMSE-PVC modification (Removal of ReadOnly part) - https://github.com/confidential-containers/trustee-operator/pull/51
Based on Above, we need to change the documentation as below :-
Below modification is required in IBMSE documentation:
1. RVPS Script Path Updates
-
- Update the following section:
Link to Documentation: RVPS Script- Old Path:
{{wget https://github.com/openshift/sandboxed-containers-operator/raw/devel/hack/Rvps-Extraction/GetRvps.sh -O $PWD/GetRvps.sh }} - New Path:
{{wget https://github.com/openshift/sandboxed-containers-operator/raw/devel/scripts/rvps-extraction/GetRvps.sh -O $PWD/GetRvps.sh }}
- Old Path:
- Update the following section:
2. pvextract-hdr Path Updates
-
- Update the following section:
Link to Documentation: pvextract-hdr Tool- Old Path:
{{wget https://github.com/openshift/sandboxed-containers-operator/raw/devel/hack/Rvps-Extraction/static-files/pvextract-hdr -O $PWD/pvextract-hdr }} - New Path:
{{wget https://github.com/openshift/sandboxed-containers-operator/raw/devel/scripts/rvps-extraction/static-files/pvextract-hdr -O $PWD/pvextract-hdr }}
- Old Path:
- Update the following section:
3. se_parse_hdr.py Path Updates
-
- Update the following section:
Link to Documentation: se_parse_hdr.py Script- Old Path:
{{wget https://github.com/openshift/sandboxed-containers-operator/raw/devel/hack/Rvps-Extraction/static-files/se_parse_hdr.py -O $PWD/se_parse_hdr.py }} - New Path:
{{wget https://github.com/openshift/sandboxed-containers-operator/raw/devel/scripts/rvps-extraction/static-files/se_parse_hdr.py -O $PWD/se_parse_hdr.py }}
- Old Path:
- Update the following section:
4. Remove Network Block Devices (NBDs) Command Section
-
- Remove the following section entirely, as the script now handles this functionality:
Link to Documentation: Network Block Devices.
- Remove the following section entirely, as the script now handles this functionality:
5. Remove Verification Command Section
-
- Remove the following section completely, as this functionality is now covered in the code:
Removal-of-ReadOnly
- Remove the following section completely, as this functionality is now covered in the code:
6. Update the content under https://docs.redhat.com/en/documentation/openshift_sandboxed_containers/1.8/html/user_guide/deploying-cc_ibm-cc#cc-creating-kbsconfig-cr_ibm-cc
- Add KbsEnvVars: SE_SKIP_CERTS_VERIFICATION: "true"