Actions
Feature #3733
closeddeploy SLES with Foreman
Description
I want Foreman also to be able to provision SLES 11.3, however after trying alot of combination/associations I'm still always having the problem that in the "Operating System" tab on the "New Host" page the Media dropdown is greyed out. The Parameters in production.log:
Started POST "/hosts/current_parameters" for 62.128.1.22 at 2013-11-22 17:21:26 +0100 Processing by HostsController#current_parameters as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"aDSBsfeHRimg4UGPohWTTferabkHOQDElqzRkyjkY9Y=", "host"=>{"name"=>"tmptst", "organization_id"=>"9", "location_id"=>"1", "hostgroup_id"=>"", "compute_resource_id"=>"", "environment_id"=>"3", "puppet_ca_proxy_id"=>"1", "puppet_proxy_id"=>"1", "puppetclass_ids"=>[""], "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "mac"=>"01:23:45:67:89:0a", "domain_id"=>"3", "subnet_id"=>"1", "ip"=>"10.4.8.48", "interfaces_attributes"=>{"new_interfaces"=>{"_destroy"=>"false", "type"=>"Nic::Managed", "mac"=>"", "name"=>"", "domain_id"=>"", "ip"=>"", "provider"=>"IPMI"}}, "architecture_id"=>"1", "operatingsystem_id"=>"14", "provision_method"=>"build", "build"=>"1", "ptable_id"=>"7", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"", "enabled"=>"1", "model_id"=>"", "comment"=>"", "overwrite"=>"false"}, "host_id"=>"null"}
I'm having the impression that SuSE support has bitrotted away in the last two years, because nobody is using it. As I'm forced now to also support SuSE with my Foreman/Puppet installation, I'd really like to see this getting into shape for 1.4 and can contribute OS templates but still need developer's help with Foreman's inner workings.
Actions