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

Bug 1800707

Summary: Unpinned CI dependency in template-service-broker-operator dropped support for Python 2
Product: OpenShift Container Platform Reporter: Fabian von Feilitzsch <fabian>
Component: Service BrokerAssignee: Fabian von Feilitzsch <fabian>
Status: CLOSED ERRATA QA Contact: Cuiping HUO <chuo>
Severity: high Docs Contact:
Priority: high    
Version: 4.3.zCC: aos-bugs, jesusr, jfan, jlanford
Target Milestone: ---   
Target Release: 4.3.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: 1800696 Environment:
Last Closed: 2020-05-20 13:47:53 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: 1800696    
Bug Blocks: 1800710    

Description Fabian von Feilitzsch 2020-02-07 18:40:30 UTC
+++ This bug was initially created as a clone of Bug #1800696 +++

Description of problem:
more-itertools, pulled in by setuptools, dropped support for python2. We need to pin the more-itertools version to 

Version-Release number of selected component (if applicable):
First showed up in 4.4, likely needs to be backported to all versions

How reproducible:
100%

Steps to Reproduce:
1. Attempt to build the CI dockerfile with the command `docker build -f build/custom-ci-build-root.Dockerfile .

Actual results:
Syntax error during install due to `yield from` syntax in more-itertools dependency

Expected results:
Build succeeds

Additional info:

Comment 1 Jesus M. Rodriguez 2020-05-04 15:35:34 UTC
Change severity and priority to HIGH since these are needed to unblock other PRs for the repo.

Comment 4 Jesus M. Rodriguez 2020-05-11 16:13:41 UTC
There is no QA task for this bug, it's just a bug used to track changes to a dockerfile used by CI.

Comment 5 Cuiping HUO 2020-05-12 03:46:40 UTC
Verified. Both template-service-broker-operator and template-service-broker can be installed successfully with image 4.3.19-202005041055

$ oc get csv -n openshift-template-service-broker
NAME                                                         DISPLAY                                      VERSION               REPLACES   PHASE
openshifttemplateservicebrokeroperator.4.3.19-202005041055   OpenShift Template Service Broker Operator   4.3.19-202005041055              Succeeded

$ oc get po -n openshift-template-service-broker
NAME                                                          READY   STATUS      RESTARTS   AGE
apiserver-1-deploy                                            0/1     Completed   0          70s
apiserver-1-wn9dk                                             1/1     Running     0          66s
openshift-template-service-broker-operator-69f78d5777-x62wk   1/1     Running     0          2m12s

Comment 7 errata-xmlrpc 2020-05-20 13:47:53 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, 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-2020:2129