Sha256: 568bf02c7d43a3b55e392ee08bbaca41f656e42db3d80bc610b9f0ca01fcbe25

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

<div class="well">
  <%= provisioner_wizard 5 %>

  <h4><%= _("Provisioning setup complete") %></h4>

  <p>
    <%= _("All of the necessary components have been set up for provisioning support.  You can now provision new hosts by registering them from the Hosts page, then PXE-boot the server on the subnet set up earlier.") %>
  </p>

  <p>
    <%= _("The configuration set up is all accessible under the More menu, e.g. More > Provisioning > Subnets, and can be changed in the web interface.  You can return to this set up process through <b>More > Provisioning > Provisioning Setup</b> to change settings or add new provisioning capabilities.").html_safe %>
  </p>

  <h4><%= _("Next steps") %></h4>

  <%= option_button _("New Host"), new_host_path, :class => 'btn btn-success', :help_inline => _("Create and provision a new host") %>
  <%= option_button _("Compute Resources"), compute_resources_path, :class => 'btn', :help_inline => _("Add and manage compute resources (virtualization and cloud)") %>
  <%= option_button _("Edit Host Group"), edit_hostgroup_path(@provisioner.hostgroup), :class => 'btn', :help_inline => _("Review and edit the host group set up by the provisioning wizard") %>
  <%= option_button _("Provisioning Setup"), foreman_setup_provisioners_path, :class => 'btn', :help_inline => _("Return to the main provisioning setup page") %>

</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_setup-1.0.3 app/views/foreman_setup/provisioners/_step5.html.erb
foreman_setup-1.0.2 app/views/foreman_setup/provisioners/_step5.html.erb
foreman_setup-1.0.1 app/views/foreman_setup/provisioners/_step5.html.erb
foreman_setup-1.0.0 app/views/foreman_setup/provisioners/_step5.html.erb