Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-43927

ansible operator base image missing python-openshift

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • 4.17
    • Operator SDK
    • None
    • Moderate
    • None
    • Rejected
    • False
    • Hide

      None

      Show
      None

      Description of problem:

          ansible operator base image missing python-openshift

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

          4.17 4.18 

      Steps to Reproduce:

      [root@preserve-olm-agent-test ~]# sudo docker run -it --entrypoint=/bin/sh brew.registry.redhat.io/rh-osbs/openshift-ose-ansible-rhel9-operator:v4.17
      Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
      sh-5.1$ pip3 show kubernetes
      Name: kubernetes
      Version: 29.0.0
      Summary: Kubernetes python client
      Home-page: https://github.com/kubernetes-client/python
      Author: Kubernetes
      Author-email: 
      License: Apache License Version 2.0
      Location: /usr/local/lib/python3.9/site-packages
      Requires: google-auth, certifi, urllib3, six, requests, python-dateutil, requests-oauthlib, websocket-client, oauthlib, pyyaml
      Required-by: 
      sh-5.1$ pip3 show openshift
      WARNING: Package(s) not found: openshift
      sh-5.1$ exit
      exit

      Actual results:

      sh-5.1$ pip3 show openshift 
      WARNING: Package(s) not found: openshift

      Expected results:

          

      Additional info:

      To compare what the old, do the same with the previous rhel8 image:

      [root@preserve-olm-agent-test ~]# sudo docker run -it --entrypoint=/bin/sh brew.registry.redhat.io/rh-osbs/openshift-ose-ansible-operator:v4.17
      Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
      sh-4.4$ pip3 show kubernetes
      Name: kubernetes
      Version: 25.3.0
      Summary: Kubernetes python client
      Home-page: https://github.com/kubernetes-client/python
      Author: Kubernetes
      Author-email: 
      License: Apache License Version 2.0
      Location: /usr/lib/python3.6/site-packages
      Requires: certifi, six, python-dateutil, setuptools, pyyaml, google-auth, websocket-client, requests, requests-oauthlib, urllib3
      sh-4.4$ pip3 show openshift
      Name: openshift
      Version: 0.12.1
      Summary: OpenShift python client
      Home-page: https://github.com/openshift/openshift-restclient-python
      Author: OpenShift
      Author-email: UNKNOWN
      License: Apache License Version 2.0
      Location: /usr/lib/python3.6/site-packages
      Requires: 
      sh-4.4$ 

              rh-ee-arsen Arkadeep Sen
              rhn-support-jitli Keenon Lee
              Keenon Lee Keenon Lee
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: