Bug 1536963
| Summary: | [APB] The openshfit python package of the APB works fail | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jian Zhang <jiazha> | 
| Component: | Service Broker | Assignee: | Jason Montleon <jmontleo> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jian Zhang <jiazha> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.9.0 | CC: | aos-bugs, chezhang, jmatthew, smunilla | 
| Target Milestone: | --- | ||
| Target Release: | 3.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | apb-1.1.6-1.20180123164703.el7.centos.noarch | Doc Type: | No Doc Update | 
| Doc Text: | undefined | Story Points: | --- | 
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-13 20:19:17 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: | |||
| 
        
          Comment 2
        
        
          Jason Montleon
        
        
        
        
        
          2018-01-22 19:55:18 UTC
        
       Followed the above step 1-3, and run the "apb list" command. [root@localhost hello-world-apb]# apb list Didn't find OpenShift Ansible Broker route in namespace: ansible-service-broker. Trying openshift-ansible-service-broker Contacting the ansible-service-broker at: https://asb-1338-openshift-ansible-service-broker.apps.0125-bk7.qe.rhcloud.com/ansible-service-broker/v2/catalog ID NAME DESCRIPTION 2c259ddd8059b9bc65081e07bf20058f rh-mariadb-apb Mariadb apb implementation 03b69500305d9859bb9440d9f9023784 rh-mediawiki-apb Mediawiki123 apb implementation 73ead67495322cc462794387fa9884f5 rh-mysql-apb Software Collections MySQL APB d5915e05b253df421efe6e41fb6a66ba rh-postgresql-apb SCL PostgreSQL apb implementation Works well! LGTM. The apb tool version: [root@localhost hello-world-apb]# rpm -qa | grep apb apb-1.1.6-1.20180123164703.el7.centos.noarch Openshift and kubernetes version: [root@localhost hello-world-apb]# pip list | grep openshift openshift (0.4.0a1) You are using pip version 8.1.2, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [root@localhost hello-world-apb]# pip list | grep kubernetes kubernetes (4.0.0) You are using pip version 8.1.2, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. |