Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1963949

Summary: [master] Assisted installer chrony manifests missing index numberring
Product: OpenShift Container Platform Reporter: William Caban <william.caban>
Component: assisted-installerAssignee: Ori Amizur <oamizur>
assisted-installer sub component: Installer QA Contact: Udi Kalifon <ukalifon>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: high    
Priority: high CC: aos-bugs, asegurap, dcain, nsatsia
Version: 4.8Keywords: Triaged
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: AI-Team-Core KNI-EDGE-4.8
Fixed In Version: OCP-Metal-v1.0.21.3 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1967902 (view as bug list) Environment:
Last Closed: 2022-08-28 08:45:59 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:
Bug Depends On:    
Bug Blocks: 1967902    

Description William Caban 2021-05-24 13:12:55 UTC
Description of problem:

When deploying with assisted installer, the `masters-chrony-configuration` and `workers-chrony-configuration` MachineConfig are created. These artifact do not have an index number hence the alphanumeric sort put them at the end of the rendered manifest preventing documented customization (https://docs.openshift.com/container-platform/4.7/post_installation_configuration/machine-configuration-tasks.html#installation-sp[…]iguration-tasks) from working.

As per discussion with engineering, the code is this:

https://github.com/openshift/assisted-service/blob/6c8d2aaef8599c4f4729cca4d6e016c7af2dfe2f/internal/network/manifests_generator.go#L184 

A similar caveat happens with the tunnel offload manifest generated by the same code

Comment 5 Udi Kalifon 2021-06-08 08:37:06 UTC
Machine configs now have an index number: 50
Verified in v1.0.21.3