Bug 2064170
| Summary: | [Azure] Missing punctuation in the installconfig.controlPlane.platform.azure.osDisk explain | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | MayXu <maxu> |
| Component: | Installer | Assignee: | tzivkovi <tzivkovi> |
| Installer sub component: | openshift-installer | QA Contact: | MayXu <maxu> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | padillon |
| Version: | 4.11 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 10:54:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
check with
./openshift-install version
./openshift-install 4.11.0-0.nightly-2022-04-15-025856
built from commit c56583e3827c557d2a3e4b5cbb8d93eb7e89c50a
release image registry.ci.openshift.org/ocp/release@sha256:6b4b67b0bf56883a78abf3342184bc5efeabc03dc403bc4f853be5c5c4a3178b
$ ./openshift-install explain installconfig.controlPlane.platform.azure.osDisk.diskType
$ ./openshift-install explain installconfig.platform.azure.defaultMachinePlatform.osDisk.diskType
$./openshift-install explain installconfig.compute.platform.azure.osDisk.diskType
...
RESOURCE: <string>
DiskType defines the type of disk. For control plane nodes, the valid values are Premium_LRS and StandardSSD_LRS. Default is Premium_LRS.
$./openshift-install explain installconfig.compute.platform.azure.osDisk
...
diskType <string>
Valid Values: "Standard_LRS","Premium_LRS","StandardSSD_LRS"
DiskType defines the type of disk. For control plane nodes, the valid values are Premium_LRS and StandardSSD_LRS. Default is Premium_LRS.
expect
with openshift-install explain installconfig.*.diskType
RESOURCE: <string>
Valid Values: "Standard_LRS","Premium_LRS","StandardSSD_LRS"
DiskType defines the type of disk. For control plane nodes, the valid values are Premium_LRS and StandardSSD_LRS. Default is Premium_LRS.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |
Version: $ openshift-install version openshift-install 4.10.1 Platform: Azure What happened? openshift-install explain installconfig.controlPlane.platform.azure.osDisk output missing punctuation How reproducible: Always What did you expect to happen? Expect result : diskType <string> Valid Values: "Standard_LRS","Premium_LRS","StandardSSD_LRS" DiskType defines the type of disk. For control plane nodes, the valid values are “Premium_LRS” and “StandardSSD_LRS”. Default is “Premium_LRS” Actual result: diskType <string> Valid Values: "Standard_LRS","Premium_LRS","StandardSSD_LRS" DiskType defines the type of disk. The valid values are Standard_LRS, Premium_LRS, StandardSSD_LRS For control plane nodes, the valid values are Premium_LRS and StandardSSD_LRS. Default is Premium_LRS How to reproduce it (as minimally and precisely as possible)? $openshift-install explain installconfig.controlPlane.platform.azure.osDisk