Bug 1427153
| Summary: | Failed to abort overcloud update | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yurii Prokulevych <yprokule> |
| Component: | openstack-tripleo-common | Assignee: | Brad P. Crochet <brad> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yurii Prokulevych <yprokule> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 11.0 (Ocata) | CC: | augol, brad, jjoyce, jschluet, lbezdick, mandreou, mburns, rbrady, sathlang, sclewis, slinaber, tdunnon, tvignaud |
| Target Milestone: | z4 | Keywords: | TestOnly, Triaged |
| Target Release: | 11.0 (Ocata) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-common-6.1.1-1.el7ost python-tripleoclient-6.2.0-2.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-01-26 15:50:49 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1394025 | ||
|
Description
Yurii Prokulevych
2017-02-27 13:32:39 UTC
The posted patches will need to be backported to Ocata upstream. According to our records, this should be resolved by python-tripleoclient-6.2.0-2.el7ost. This build is available now. Verified with openstack-tripleo-common-6.1.2-1.el7ost.noarch and
python-tripleoclient-6.2.0-2.el7ost.noarch
Abort option is not available:
openstack overcloud update abort --help
Command "overcloud" matches:
overcloud delete
overcloud deploy
overcloud execute
overcloud generate fencing
overcloud image build
overcloud image upload
overcloud netenv validate
overcloud node configure
overcloud node delete
overcloud node import
overcloud node introspect
overcloud node provide
overcloud parameters set
overcloud plan create
overcloud plan delete
overcloud plan deploy
overcloud plan list
overcloud profiles list
overcloud profiles match
overcloud raid create
overcloud update clear breakpoints
overcloud update stack
openstack overcloud update stack --help
usage: openstack overcloud update stack [-h] [--templates [TEMPLATES]] [-i]
[-e <HEAT ENVIRONMENT FILE>]
[--answers-file ANSWERS_FILE]
[stack]
Updates packages on overcloud nodes
positional arguments:
stack Name or ID of heat stack to scale (default=Env:
OVERCLOUD_STACK_NAME)
optional arguments:
-h, --help show this help message and exit
--templates [TEMPLATES]
The directory containing the Heat templates to deploy.
This argument is deprecated. The command now utilizes
a deployment plan, which should be updated prior to
running this command, should that be required.
Otherwise this argument will be silently ignored.
-i, --interactive
-e <HEAT ENVIRONMENT FILE>, --environment-file <HEAT ENVIRONMENT FILE>
Environment files to be passed to the heat stack-
create or heat stack-update command. (Can be specified
more than once.) This argument is deprecated. The
command now utilizes a deployment plan, which should
be updated prior to running this command, should that
be required. Otherwise this argument will be silently
ignored.
--answers-file ANSWERS_FILE
Path to a YAML file with arguments and parameters.
DEPRECATED. Not necessary when used with a plan. Will
be silently ignored, and removed in the "P" release.
|