Bug 1508049
| Summary: | apb-tools container does not work | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Montleon <jmontleo> |
| Component: | Service Broker | Assignee: | Jason Montleon <jmontleo> |
| Status: | CLOSED ERRATA | QA Contact: | Weihua Meng <wmeng> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.0 | CC: | aos-bugs, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:20:29 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: | |||
No PR attatched. The latest image is v3.7.0-0.188.0.0 apb-container-scripts-1.0.3-1.el7.noarch apb-1.0.3-1.el7.noarch Will try again when newer one is avaliable. 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/RHSA-2017:3188 |
Description of problem: Create an alias for the apb-tools container: apb prepare Traceback (most recent call last): File "/usr/bin/apb", line 9, in <module> load_entry_point('apb==1.0.3', 'console_scripts', 'apb')() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2355, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python2.7/site-packages/apb/cli.py", line 6, in <module> import apb.engine File "/usr/lib/python2.7/site-packages/apb/engine.py", line 15, in <module> from ruamel.yaml import YAML ImportError: cannot import name YAML Version-Release number of selected component (if applicable): openshift-enterprise-apb-tools-v3.7.0-0.188.0.0 How reproducible: Always Steps to Reproduce: 1. Set up alias 2. clone an apb repo from ansibleplaybookbundle github org and cd into it 3. run apb prepare Actual results: traceback Expected results: apb prepare works Additional info: python-ruamel-orderdict needs to be updated. This has already been done so once a new puddle is created we should be able to pick it up with a new container build.