Bug 2064170 - [Azure] Missing punctuation in the installconfig.controlPlane.platform.azure.osDisk explain
Summary: [Azure] Missing punctuation in the installconfig.controlPlane.platform.azure...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.11
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.11.0
Assignee: tzivkovi@redhat.com
QA Contact: MayXu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-15 08:12 UTC by MayXu
Modified: 2022-08-10 10:54 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-10 10:54:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift installer pull 5802 0 None open Bug 2064170: Fixed Azure punctuation installconfig.controlPlane.platf… 2022-04-12 23:01:25 UTC
Github openshift installer pull 5836 0 None open Bug 2064170: Fixed duplicate strings in explain 2022-04-22 20:59:42 UTC
Red Hat Product Errata RHSA-2022:5069 0 None None None 2022-08-10 10:54:54 UTC

Description MayXu 2022-03-15 08:12:54 UTC
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

Comment 3 MayXu 2022-04-15 06:17:46 UTC
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.

Comment 9 errata-xmlrpc 2022-08-10 10:54:28 UTC
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


Note You need to log in before you can comment on or make changes to this bug.