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

Bug 2070349

Summary: PtpOperatorConfig for event notification CR has wrong indentation
Product: OpenShift Container Platform Reporter: Ian Miller <imiller>
Component: Telco EdgeAssignee: Aneesh Puttur <aputtur>
Telco Edge sub component: RAN QA Contact: yliu1
Status: CLOSED ERRATA Docs Contact:
Severity: urgent    
Priority: urgent CC: aputtur, obochan
Version: 4.10   
Target Milestone: ---   
Target Release: 4.11.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-26 16:43:57 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: 2071016    

Description Ian Miller 2022-03-30 21:49:18 UTC
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: