Bug 2071016 - PtpOperatorConfig for event notification CR has wrong indentation
Summary: PtpOperatorConfig for event notification CR has wrong indentation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.10
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.10.z
Assignee: Aneesh Puttur
QA Contact: obochan
URL:
Whiteboard:
Depends On: 2070349
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-01 15:02 UTC by OpenShift BugZilla Robot
Modified: 2022-04-25 19:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-04-25 19:51:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift-kni cnf-features-deploy pull 1052 0 None open [release-4.10] ztp: Bug 2071016: source CR for PTP Operator Config misaligned 2022-04-14 14:46:16 UTC
Red Hat Product Errata RHBA-2022:1431 0 None None None 2022-04-25 19:52:01 UTC

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


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