1.2.4. Provisioning

BZ#1112169 Kickstart Provisioning Loops When Using Compute Profiles

Using compute profiles when guest provisioning an ovirt or RHEV Compute Resource causes the installation process to exit without confirming the end of the installation. This causes the kickstart installation to repeat continuously upon reboot. As a workaround:

  1. Edit /usr/share/foreman/app/models/compute_resources/foreman/model/ovirt.rb and change:
    		def supports_update?
          true
        end
    
    to
    		def supports_update?
          false
        end
    
  2. Restart httpd:
    # service httpd restart
    
  3. Redo the kickstart installation.