Actions
Support #11595
closedForeman doesn't provide network and boot-mirror-information to vm
Status:
Closed
Priority:
Normal
Assignee:
-
Triaged:
Fixed in Releases:
Found in Releases:
Description
Hello,
yesterday I installed Windows to get XenCenter working to look why my vm's are shutting down after 30 seconds.
I mentioned that there are no network settings have been provided. I see the interface, but IP-adress is listet as unknown.
Here is a foreman-log from provisioning:
2015-08-27 15:37:19 [I] Processing by HostsController#create as */* 2015-08-27 15:37:19 [I] Parameters: {"utf8"=>"â", "authenticity_token"=>"nJCFe01RlTv3lyuvLp6hskzjJ9ETuMBE1F899XE354I=", "host"=>{"name"=>"foremantest3000", "hostgroup_id"=>"1", "compute_resource_id"=>"1", "environment_id"=>"1", "puppet_ca_proxy_id"=>"1", "puppet_proxy_id"=>"1", "salt_environment_id"=>"1", "salt_proxy_id"=>"1", "salt_module_ids"=>[""], "puppetclass_ids"=>[""], "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "interfaces_attributes"=> {"0"=>{"_destroy"=>"0", "type"=>"Nic::Managed", "mac"=>"", "identifier"=>"", "name"=>"foremantest3000", "domain_id"=>"3", "subnet_id"=>"1", "ip"=>"192.168.10.92", "managed"=>"1", "primary"=>"1", "provision"=>"1", "virtual"=>"0", "tag"=>"", "attached_to"=>""}, "new_interfaces"=>{"_destroy"=>"1", "type"=>"Nic::Managed", "mac"=>"", "identifier"=>"", "name"=>"", "domain_id"=>"", "subnet_id"=>"", "ip"=>"", "managed"=>"1", "primary"=>"0", "provision"=>"0", "virtual"=>"0", "tag"=>"", "attached_to"=>""}}, "compute_attributes"=>{"vcpus_max"=>"2", "memory_min"=>"1073741824", "memory_max"=>"1073741824", "custom_template_name"=>"", "builtin_template_name"=>"", "xenstore"=>{"vm-data"=>{"ifs"=>{"0"=>{"ip"=>"192.168.10.92", "gateway"=>"192.168.10.65", "netmask"=>"255.255.255.192"}}, "nameserver1"=>"", "nameserver2"=>"", "environment"=>"production"}}, "VBDs"=>{"sr_uuid"=>"bbb46107-0364-2962-5e36-9eb8e0ed2250", "physical_size"=>"30"}, "VIFs"=>{"print"=>"Pool-wide network associated with eth0"}, "start"=>"1"}, "architecture_id"=>"1", "operatingsystem_id"=>"1", "provision_method"=>"build", "build"=>"1", "medium_id"=>"8", "ptable_id"=>"8", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"3-Users", "enabled"=>"1", "model_id"=>"", "comment"=>"", "overwrite"=>"false"}, "capabilities"=>"build", "provider"=>"Xenserver"} 2015-08-27 15:37:20 [I] Adding Compute instance for foremantest3000.example.local 2015-08-27 15:37:20 [I] Successfully decrypted field for ForemanXen::Xenserver Xen-OSS-Privatecloud1
Actions