Bug 1767638
Summary: | Port IMS Workflow - Pre-migration playbook | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | V2V | Assignee: | Fabien Dupont <fdupont> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nandini Chandra <nachandr> |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | medium | ||
Version: | 5.11.0 | CC: | bthurber, fdupont, mshriver |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.11.4 | Flags: | pm-rhel:
cfme-5.11.z+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.4.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1745233 | Environment: | |
Last Closed: | 2020-03-17 13:24:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | V2V | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1745233 | ||
Bug Blocks: |
Comment 2
CFME Bot
2019-10-31 21:35:56 UTC
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/26def1da17f6609d95c10ee4a89bcf70b29c9c0e commit 26def1da17f6609d95c10ee4a89bcf70b29c9c0e Author: Greg McCullough <gmccullo> AuthorDate: Thu Aug 29 07:02:55 2019 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Thu Aug 29 07:02:55 2019 -0400 Merge pull request #567 from fdupont-redhat/v2v_state_machine_remove_pre_migration_ansible_playbook [V2V] Remove PreMigration Ansible playbook (cherry picked from commit 35fae0c6b5af0dafb9d2a0b1239e03c55b94a456) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767638 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 8 - 1 file changed, 8 deletions(-) New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/bf4f2de7863f51f896b2445cb5eba47c8649be43 commit bf4f2de7863f51f896b2445cb5eba47c8649be43 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 11:13:16 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 11:13:16 2019 -0500 Revert "Merge pull request #567 from fdupont-redhat/v2v_state_machine_remove_pre_migration_ansible_playbook" This reverts commit 26def1da17f6609d95c10ee4a89bcf70b29c9c0e. https://bugzilla.redhat.com/show_bug.cgi?id=1767638 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 8 + 1 file changed, 8 insertions(+) New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/358ae3d91dd45a6d6a7e06afba5b60811477ff95 commit 358ae3d91dd45a6d6a7e06afba5b60811477ff95 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 12:46:20 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 12:46:20 2019 -0500 Revert "Merge pull request #19200 from fdupont-redhat/v2v_state_machine_pre_migration_ansible_playbook" This reverts commit 0028f933f07e695e0c92360a1b975d9752316880. https://bugzilla.redhat.com/show_bug.cgi?id=1767638 app/models/infra_conversion_job.rb | 158 +- spec/models/infra_conversion_job_spec.rb | 297 +- 2 files changed, 42 insertions(+), 413 deletions(-) Hi Fabien, Please check the appliance https://10.8.196.184 for ansible pre-migration playbook . I created a plan and the plan kept showing 'Running premigration playbook: Cancel requested'. Not able to download the logs. Ansible role is enabled and repository is added . Pre and post migration service catalogs are also created. Not working in Build : master.20200122225016_cb3eed5 Next nightly build should contain the fix. Fixed in master.20200127224542_a823545 New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/c09e53458fc68264db91667a646ccf958c5fafe2 commit c09e53458fc68264db91667a646ccf958c5fafe2 Author: Adam Grare <agrare> AuthorDate: Wed Aug 28 17:37:45 2019 +0000 Commit: Adam Grare <agrare> CommitDate: Wed Aug 28 17:37:45 2019 +0000 Merge pull request #19200 from fdupont-redhat/v2v_state_machine_pre_migration_ansible_playbook [V2V] Add running_migration_playbook state to InfraConversionJob (cherry picked from commit 9c450ba42cb05440c6153acaab94058d4f3f43cf) https://bugzilla.redhat.com/show_bug.cgi?id=1767638 app/models/infra_conversion_job.rb | 158 +- spec/models/infra_conversion_job_spec.rb | 297 +- 2 files changed, 413 insertions(+), 42 deletions(-) New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/04de657b29d0b5bbea2c108164a4e90a8990b157 commit 04de657b29d0b5bbea2c108164a4e90a8990b157 Author: Greg McCullough <gmccullo> AuthorDate: Thu Aug 29 11:02:55 2019 +0000 Commit: Greg McCullough <gmccullo> CommitDate: Thu Aug 29 11:02:55 2019 +0000 Merge pull request #567 from fdupont-redhat/v2v_state_machine_remove_pre_migration_ansible_playbook [V2V] Remove PreMigration Ansible playbook (cherry picked from commit 35fae0c6b5af0dafb9d2a0b1239e03c55b94a456) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767638 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 8 - 1 file changed, 8 deletions(-) Verified in 5.11.4.1 |