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

Bug 2071016

Summary: PtpOperatorConfig for event notification CR has wrong indentation
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: NetworkingAssignee: Aneesh Puttur <aputtur>
Networking sub component: ptp QA Contact: obochan <obochan>
Status: CLOSED ERRATA Docs Contact:
Severity: urgent    
Priority: urgent CC: aputtur, keyoung
Version: 4.10   
Target Milestone: ---   
Target Release: 4.10.z   
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-04-25 19:51:43 UTC Type: ---
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: 2070349    
Bug Blocks:    

Description OpenShift BugZilla Robot 2022-04-01 15:02:10 UTC
+++ This bug was initially created as a clone of Bug #2070349 +++

Description of problem:
The source CR for PTP Operator Config for fast event notification has the node-role field misaligned:

apiVersion: ptp.openshift.io/v1
kind: PtpOperatorConfig
metadata:
  name: default
  namespace: openshift-ptp
  annotations:
    ran.openshift.io/ztp-deploy-wave: "10"
spec:
  daemonNodeSelector:
  node-role.kubernetes.io/$mcp: ""
  ptpEventConfig:
    enableEventPublisher: true
    transportHost: "amqp://amq-router.amq-router.svc.cluster.local"


Version-Release number of selected component (if applicable): 4.10


How reproducible: always


Steps to Reproduce:
1. View CR: https://github.com/openshift-kni/cnf-features-deploy/blob/release-4.10/ztp/source-crs/PtpOperatorConfigForEvent.yaml

Actual results:
  daemonNodeSelector:
  node-role.kubernetes.io/$mcp: ""

Expected results:
  daemonNodeSelector:
    node-role.kubernetes.io/$mcp: ""

Additional info:

Comment 2 obochan 2022-04-18 06:30:03 UTC
Verified according the MR , it is just misalignment problem it is fix on the PR

Comment 5 errata-xmlrpc 2022-04-25 19:51:43 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 (OpenShift Container Platform 4.10.11 bug fix 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/RHBA-2022:1431