-
Notifications
You must be signed in to change notification settings - Fork 356
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
Create dialog for provisioning physical servers #2401
Conversation
@miq-bot add_label wip |
The backend work to create the workflow for this dialog is in ManageIQ/manageiq#16203 |
@skovic Cannot apply the following label because they are not recognized: providers/physical |
@miq-bot add_label compute/physical infrastructure |
@miq-bot remove_label wip |
@miq-bot assign @dclarizio |
@skovic Can you please add |
This pull request is not mergeable. Please rebase and repush. |
@miq-bot remove-label pending core |
c40e057
to
a1ca989
Compare
Checked commits skovic/manageiq-ui-classic@a1ca989~...47d3ab0 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 app/controllers/application_controller/miq_request_methods.rb
app/views/miq_request/_prov_physical_server_dialog.html.haml |
@blomquisg @agrare Rebased the PR, but the Travis tests are still waiting to be queued. |
@miq-bot add_label gaprindashvili/yes |
Create dialog for provisioning physical servers (cherry picked from commit 8532241)
Gaprindashvili backport details:
|
This PR creates a dialog for provisioning physical servers. Provisioning servers can be done by selecting and applying a LXCA config pattern to a server or group of servers. Note: Currently, the dialog is not fully functional; it only displays the servers and available configuration patterns. The rest of the functionality will be delivered in a future PR.
Depends on ManageIQ/manageiq#16203