Actions
Bug #10427
closedForeman 1.8 VM accociation doesn't work
Status:
Closed
Priority:
High
Assignee:
-
Description
Step to reproduce:
Computer Resources -> XenServer -> VM List -> Click on relevant VM -> Associate VM
foreman page original DB schema doesn’t include field IP under hosts table.
Table schema:
create_table "hosts", :force => true do |t|
t.string "name", :null => false
t.datetime "last_compile"
t.datetime "last_freshcheck"
t.datetime "last_report"
t.datetime "updated_at"
t.integer "source_file_id"
t.datetime "created_at"
t.string "root_pass"
t.string "serial"
t.integer "puppet_status", :limit => 8, :default => 0, :null => false
t.integer "architecture_id"
t.integer "operatingsystem_id"
t.integer "environment_id"
t.integer "ptable_id"
t.integer "medium_id"
t.boolean "build", :default => false
t.text "comment"
t.text "disk"
t.datetime "installed_at"
t.integer "model_id"
t.integer "hostgroup_id"
t.integer "owner_id"
t.string "owner_type"
t.boolean "enabled", :default => true
t.integer "puppet_ca_proxy_id"
t.boolean "managed", :default => false, :null => false
t.boolean "use_image"
t.string "image_file", :limit => 128
t.string "uuid"
t.integer "compute_resource_id"
t.integer "puppet_proxy_id"
t.string "certname"
t.integer "image_id"
t.integer "organization_id"
t.integer "location_id"
t.string "type"
t.string "otp"
t.integer "realm_id"
t.integer "compute_profile_id"
t.string "provision_method"
t.string "grub_pass", :default => ""
end
Files
Actions