-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add scale_down and scale_up tasks to OrchestrationStack #55
Conversation
These tasks execute Mistral workflows instead of invoking stack_update. Depends on ManageIQ#54
Checked commit rwsu@68a1ebd with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
Looks good to me (but I didn't test it). |
Question - this just adds these methods, but doesn't yet allow the UI to call them, correct? Or am I missing something? |
@tzumainn that's correct. There is a separate PR that modifies the UI to use these methods: ManageIQ/manageiq-ui-classic#1533 |
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
Modifies update_stack to queue tasks to scale up or down stacks using Mistral if the workflows are available. Workflows are available starting with OSP10. For OSP9 and older environments, the existing behavior of updating the stack directly is used. Depends on ManageIQ/manageiq-providers-openstack#55
These tasks execute Mistral workflows instead of invoking stack_update.
Depends on #54