Bug 1840159
Summary: | Limit Option not performed for Splitstack Scaleup | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | David Rosenfeld <drosenfe> |
Component: | openstack-tripleo-common | Assignee: | Luke Short <lshort> |
Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 16.1 (Train) | CC: | aschultz, emacchi, lshort, mburns, sclewis, slinaber |
Target Milestone: | rc | Keywords: | Triaged, ZStream |
Target Release: | 16.1 (Train on RHEL 8.2) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-common-11.3.3-0.20200527133429.f601068.el8ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-29 07:52:57 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: | 1767581 |
Description
David Rosenfeld
2020-05-26 13:41:49 UTC
Same splitstack Jenkins job was run. The deployment command in /var/lib/mistral/overcloud/ansible-playbook-command.sh now contains the limit option: ansible-playbook-3 -v /var/lib/mistral/overcloud/deploy_steps_playbook.yaml --limit compute-2 --become --timeout 600 --inventory-file /var/lib/mistr al/overcloud/tripleo-ansible-inventory.yaml --tags all --skip-tags opendev-validation,external_deploy_steps "$@" In addition the overcloud_scale_up.log now shows the scale up was limited to just the new node being added: PLAY RECAP ********************************************************************* compute-2 : ok=312 changed=167 unreachable=0 failed=0 skipped=120 rescued=0 ignored=0 Monday 08 June 2020 16:53:32 -0400 (0:00:00.113) 0:11:39.275 *********** =============================================================================== Ansible passed. Overcloud configuration completed. Overcloud Endpoint: http://10.0.0.121:5000 Overcloud Horizon Dashboard URL: http://10.0.0.121:80/dashboard Overcloud rc file: /home/stack/overcloudrc Overcloud Deployed If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to '-'. 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-2020:3148 |