Bug 1568245
| Summary: | [APB] apb prepare --include-dependencies return exception | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | sunzhaohua <zhsun> |
| Component: | Service Broker | Assignee: | Dylan Murray <dymurray> |
| Status: | CLOSED ERRATA | QA Contact: | sunzhaohua <zhsun> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.10.0 | CC: | aos-bugs, dymurray |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Deprecated Functionality | |
| Doc Text: |
We deprecated --include-deps flag from `apb prepare`.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:13:03 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: | |||
|
Description
sunzhaohua
2018-04-17 03:32:08 UTC
https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/pull/273 The include-dep work is extremely buggy and never took off the ground. We will deprecate this so that a user cannot run into the similar exception. https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=679545 brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/apb-tools:v3.10.0-0.16.0.4 Verified with latest image in brew.
Will wait for the rpm ready to double verify.
--include-dependencies option has been removed.
# apb prepare -h
groupadd: GID '0' already exists
usermod: group 'apb' does not exist
usage: apb prepare [-h] [--provider {openshift,kubernetes}]
[--dockerfile DOCKERFILE]
optional arguments:
-h, --help show this help message and exit
--provider {openshift,kubernetes}
Targeted cluster type
--dockerfile DOCKERFILE, -f DOCKERFILE
Name of Dockerfile to build with
# apb prepare --include-dependencies
groupadd: GID '0' already exists
usermod: group 'apb' does not exist
usage: apb [-h] [--debug] [--project BASE_PATH]
{relist,run,help,test,refresh,prepare,setup,bootstrap,list,remove,init,version,build,push,serviceinstance}
...
apb: error: unrecognized arguments: --include-dependencies
Verified
# apb version
Version: apb-1.2.5
# apb prepare -h
usage: apb prepare [-h] [--provider {openshift,kubernetes}]
[--dockerfile DOCKERFILE]
optional arguments:
-h, --help show this help message and exit
--provider {openshift,kubernetes}
Targeted cluster type
--dockerfile DOCKERFILE, -f DOCKERFILE
Name of Dockerfile to build with
# apb init my-01-apb
Initializing /root/my-01-apb for an APB.
Generating playbook files
Successfully initialized project directory at: /root/my-01-apb
Please run *apb prepare* inside of this directory after editing files.
# cd my-01-apb/
# apb prepare --include-dependencies
usage: apb [-h] [--debug] [--project BASE_PATH]
{relist,run,help,test,refresh,prepare,setup,bootstrap,list,remove,init,version,build,push,serviceinstance}
...
apb: error: unrecognized arguments: --include-dependencies
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-2018:1816 |