-
Bug
-
Resolution: Done
-
Undefined
-
4.13.z, 4.12.z, 4.14.z, 4.15.z
-
None
This is a clone of issue OCPBUGS-65610. The following is the description of the original issue:
—
Description of problem:
The issue in https://issues.redhat.com//browse/OCPBUGS-62653 also exists in Azure UPI ARM template. https://github.com/openshift/installer/blob/main/upi/azure/02_storage.json#L91 The property "storageProfile.osDiskImage.source.id" should move to "storageProfile.osDiskImage.source.storageAccountId"
Version-Release number of selected component (if applicable):
UPI ARM template
How reproducible:
Always
Steps to Reproduce:
1. Install UPI cluster on Azure platform by using ARM template in installer repo
Actual results:
Installation failed with below error:
ERROR: cli.azure.cli.core.azclierror: {"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/53b8f551-f0fc-4bea-8cba-6d1fefd54c8a/resourceGroups/stage-1418-m9lhj-rg/providers/Microsoft.Resources/deployments/stage-1418_02_storage","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"InvalidParameter","target":"galleryImageVersion.properties.storageProfile.osDiskImage.source.id","message":"Parameter 'galleryImageVersion.properties.storageProfile.osDiskImage.source.id' is not allowed."},{"code":"InvalidParameter","target":"galleryImageVersion.properties.storageProfile.osDiskImage.source.id","message":"Parameter 'galleryImageVersion.properties.storageProfile.osDiskImage.source.id' is not allowed."}]}}
Expected results:
Installation succeeded
Additional info:
- clones
-
OCPBUGS-65912 [Azure UPI] dropping support for field used in image gallery versions [Openshift-4.15.z]
-
- Closed
-