[OSDOCS-17008] CQA 2.1 for vSphere IPI installation requirements#115240
[OSDOCS-17008] CQA 2.1 for vSphere IPI installation requirements#115240maxwelldb wants to merge 1 commit into
Conversation
Add missing [role="_abstract"] short descriptions to the assembly and
its included modules, and strip prose from the existing Additional
resources block down to bare xrefs to clear RelatedLinks hits.
modules/installation-vsphere-installer-infra-requirements.adoc:
- Unwrap all 7 [%collapsible] blocks around privilege tables; DITA/
docs.rh doesn't support collapsible blocks, so keep the table
content unwrapped per the ExampleBlock fix in CQA-pass-criteria.md.
- Convert all [%hardbreaks] table cells listing multiple privileges
into bullet lists (DITA doesn't support forced line breaks); cells
with only one item just have the now-unused hardbreaks attribute
removed. Verified the converted item count (332 bulleted + 9
single-item) matches the original 341 backtick-quoted privileges
exactly, so nothing was dropped.
- Promote the two === subsections ("Required IP addresses", "DNS
records") to == to clear NestedSection; DITA does not support ===
headings.
modules/installation-vsphere-installer-infra-static-ip-nodes.adoc:
- Add the module's missing top-level = title (it previously started
directly at ==, tripping DocumentTitle).
- Convert the <1>-<4> CalloutList callouts on the install-config.yaml
sample into a where: definition list, ordered by first appearance
in the code block, per the CalloutList conversion rules in
CQA-pass-criteria.md. Verified via asciidoctor render that all 4
terms render as expected.
Left the pre-existing `VApp.Import`minimum`` typo in
installation-vsphere-installer-infra-requirements.adoc as is --
unrelated content bug, out of scope for this CQA pass.
|
@maxwelldb: This pull request references OSDOCS-17008 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@maxwelldb: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@maxwelldb: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Version(s): 4.20+
Issue: OSDOCS-17008
Link to docs preview: 4.20+
QE review:
Additional information: CQA pre-migration pass for the installation requirements assembly. Includes unwrapping collapsible vCenter privilege tables and converting hardbreaks cells to bullet lists, since DITA doesn't support either.