Bug 1651319
| Summary: | [UPGRADES][14] Run online_data_migration during uc upgrade in same way as with overcloud | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yurii Prokulevych <yprokule> |
| Component: | python-tripleoclient | Assignee: | Jiri Stransky <jstransk> |
| Status: | CLOSED ERRATA | QA Contact: | Yurii Prokulevych <yprokule> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 14.0 (Rocky) | CC: | augol, ccamacho, hbrock, jslagle, jstransk, mbracho, mburns, sclewis, sgolovat |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-tripleoclient-10.6.1-0.20181010222407.8c8f259.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:54:47 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: | |||
We need the migrations to happen so that we can consider UC service upgrades complete. Fix proposed upstream. Merged to master, backport proposed to stable/rocky. I need to pull this back to ON_DEV as the backport introduced a breakage. Verified with python-tripleoclient-10.6.1-0.20181010222410.8c8f259.el7ost.noarch 2018-12-13 05:09:46 | ** Running ansible online upgrade tasks ** 2018-12-13 05:09:47 | 2018-12-13 05:09:47 | PLAY [Gather facts from undercloud] ******************************************** 2018-12-13 05:09:47 | 2018-12-13 05:09:47 | TASK [Gathering Facts] ********************************************************* 2018-12-13 05:09:52 | ok: [undercloud-0] 2018-12-13 05:09:53 | 2018-12-13 05:09:53 | PLAY [Gather facts from overcloud] ********************************************* 2018-12-13 05:09:53 | 2018-12-13 05:09:53 | TASK [Gathering Facts] ********************************************************* 2018-12-13 05:09:57 | ok: [undercloud-0] 2018-12-13 05:09:57 | 2018-12-13 05:09:57 | PLAY [Load global variables] *************************************************** 2018-12-13 05:09:57 | 2018-12-13 05:09:57 | TASK [include_vars] ************************************************************ 2018-12-13 05:09:57 | ok: [undercloud-0] 2018-12-13 05:09:57 | 2018-12-13 05:09:57 | PLAY [External upgrade] ******************************************************** 2018-12-13 05:09:57 | 2018-12-13 05:09:57 | TASK [include] ***************************************************************** 2018-12-13 05:09:57 | included: /home/stack/undercloud-ansible-sYU2Ea/external_upgrade_steps_tasks.yaml for undercloud-0 2018-12-13 05:09:57 | included: /home/stack/undercloud-ansible-sYU2Ea/external_upgrade_steps_tasks.yaml for undercloud-0 2018-12-13 05:09:58 | 2018-12-13 05:09:58 | TASK [Online data migration for Ironic] **************************************** 2018-12-13 05:09:58 | skipping: [undercloud-0] 2018-12-13 05:09:58 | 2018-12-13 05:09:58 | TASK [Online data migration for Nova] ****************************************** 2018-12-13 05:09:58 | skipping: [undercloud-0] 2018-12-13 05:09:58 | 2018-12-13 05:09:58 | TASK [Online data migration for Ironic] **************************************** 2018-12-13 05:10:00 | changed: [undercloud-0 -> 192.168.24.1] 2018-12-13 05:10:00 | 2018-12-13 05:10:00 | TASK [Online data migration for Nova] ****************************************** 2018-12-13 05:10:05 | changed: [undercloud-0 -> 192.168.24.1] 2018-12-13 05:10:05 | 2018-12-13 05:10:05 | PLAY [External deploy steps] *************************************************** 2018-12-13 05:10:05 | 2018-12-13 05:10:05 | TASK [include] ***************************************************************** 2018-12-13 05:10:05 | included: /home/stack/undercloud-ansible-sYU2Ea/external_deploy_steps_tasks.yaml for undercloud-0 2018-12-13 05:10:05 | included: /home/stack/undercloud-ansible-sYU2Ea/external_deploy_steps_tasks.yaml for undercloud-0 2018-12-13 05:10:05 | included: /home/stack/undercloud-ansible-sYU2Ea/external_deploy_steps_tasks.yaml for undercloud-0 2018-12-13 05:10:05 | included: /home/stack/undercloud-ansible-sYU2Ea/external_deploy_steps_tasks.yaml for undercloud-0 2018-12-13 05:10:05 | included: /home/stack/undercloud-ansible-sYU2Ea/external_deploy_steps_tasks.yaml for undercloud-0 2018-12-13 05:10:05 | 2018-12-13 05:10:05 | PLAY RECAP ********************************************************************* 2018-12-13 05:10:05 | undercloud-0 : ok=12 changed=2 unreachable=0 failed=0 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/RHEA-2019:0045 |
Description of problem: ----------------------- While performing 13 to 14 upgrade we need to run online_data_migration for undercloud services following pattern we have for overcloud: openstack overcloud external-upgrade run --tags online_upgrade Version-Release number of selected component (if applicable): ------------------------------------------------------------- openstack-tripleo-heat-templates-9.0.1-0.20181013060879.el7ost.noarch Expected results: ----------------- There is command that should be invoked to perform online data migration during/after undercloud upgrade.