Bug 1601930

Summary: [upstream][v2v] Scheduled migration does not kick off
Product: Red Hat CloudForms Management Engine Reporter: Kedar Kulkarni <kkulkarn>
Component: UI - OPSAssignee: Brett Thurber <bthurber>
Status: CLOSED CURRENTRELEASE QA Contact: Kedar Kulkarni <kkulkarn>
Severity: high Docs Contact:
Priority: high    
Version: 5.10.0CC: cpelland, hkataria, lavenel, mpovolny, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: v2v
Fixed In Version: 5.10.0.5 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1603057 (view as bug list) Environment:
Last Closed: 2019-02-11 14:18:44 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: 1603057    

Description Kedar Kulkarni 2018-07-17 13:42:06 UTC
Description of problem:
As of nightly build for miq on master.20180714230232_f07d954, new feature to schedule migration was added. I tried to perform a scheduled migration and it did not run at set time. Then I made sure appliance timezone is set to my local timezone EST and it would still not begin.

Version-Release number of selected component (if applicable):
master.20180714230232_f07d954

How reproducible:
100%

Steps to Reproduce:
1.Add VMware and RHV Environments and configure conversion hosts
2.Create new infra mapping and create a migration plan without running it. i.e. save it for later. 
3.Schedule it to run at a specific date and time. Wait for it to start running at that time.

Actual results:
It would not actually start executing even after scheduled time is past.

Expected results:
Scheduled migration should run at set time it is supposed  to run.

Additional info:

Comment 4 CFME Bot 2018-07-17 15:40:53 UTC
New commit detected on ManageIQ/manageiq/master:

https://github.com/ManageIQ/manageiq/commit/27c1dbdae8568dc33a6606413f83c82cbf08d864
commit 27c1dbdae8568dc33a6606413f83c82cbf08d864
Author:     Brandon Dunne <brandondunne>
AuthorDate: Tue Jul 17 11:06:19 2018 -0400
Commit:     Brandon Dunne <brandondunne>
CommitDate: Tue Jul 17 11:06:19 2018 -0400

    Fix class name for queueing

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1601930

 app/models/service_template.rb | 2 +-
 spec/models/service_template_spec.rb | 13 +
 2 files changed, 14 insertions(+), 1 deletion(-)

Comment 8 Kedar Kulkarni 2018-07-30 18:04:21 UTC
on 5.10.0.6 I could see migration kicks-off at time I scheduled it to.