Creating a Host, with Compute Profile, Hard Drive Controller does not load

Problem:

Have a vSphere based Compute Resource, created a Compute Profile using this resource, prepopulated Storage data like controller type, Datastore, disk size, etc within Compute Resource. Note: the Compute Resource seems to be working fine, its loading the datastore names, datacenters etc just fine from vSphere.

Start to “Create a Host” and select Compute Profile, all defaults load with one exception, the Storage section under the “Virtual Machine” tab is completely absent from the tab. It’s not just populated with default values, its not visible at all. The whole section is just not there. If I fill out everything else, hit submit, the build generates an error, then the Storage section becomes visible, however, none of the defaults from the Compute Profile are loaded. If I manually select the right settings, then the host will actually start to build.

All objects involved, Computer Resource, Profile, Hostgroup, whatever, are all part of a single test Org and a single test Location and as far as I can tell, all members of the correct loc/org.

I’ve tried to isolate this in the log, ignore the blank domain/whatever complaints, I just clicked submit to get the Storage Config section visible. Then you can see that at least some of the storage config stuff appears in the log where I don’t think it did before.

Expected outcome:

Storage Configuration Section renders on Virtual Machine Tab during host creation without having to click “Submit”, generate an error, and then continue.

Defaults from Compute Profile are loaded for Storage Configuration during host creation without having to hit submit and generate a build error first.

Foreman and Proxy versions:

Katello 3.12, Foreman 1.22

Foreman and Proxy plugin versions:

Don’t know what plugins are relevant here.

Other relevant data:

This is the Foreman log during time of Host Creation. Ignore the missing domain/whatever, I just hit submit to get the Storage Section to be visible after the build error.

2019-07-18T11:00:14 [W|app|] Creating scope :path_of. Overwriting existing method Hostgroup.path_of.
2019-07-18T11:00:14 [W|app|] Creating scope :path_of. Overwriting existing method Taxonomy.path_of.
2019-07-18T11:00:14 [W|app|] Creating scope :completer_scope. Overwriting existing method Organization.completer_scope.
2019-07-18T11:00:14 [W|app|] Creating scope :path_of. Overwriting existing method Hostgroup.path_of.
2019-07-18T11:00:14 [W|app|] Creating scope :path_of. Overwriting existing method Taxonomy.path_of.
2019-07-18T11:00:14 [W|app|] Creating scope :completer_scope. Overwriting existing method Organization.completer_scope.
2019-07-18T11:00:16 [W|app|] Scoped order is ignored, it's forced to be batch order.
2019-07-18T11:00:16 [W|app|] Scoped order is ignored, it's forced to be batch order.
2019-07-18T11:00:16 [W|app|] Creating scope :completer_scope. Overwriting existing method Location.completer_scope.
2019-07-18T11:00:16 [W|app|] Creating scope :completer_scope. Overwriting existing method Location.completer_scope.
2019-07-18T11:00:20 [W|app|] Creating scope :path_of. Overwriting existing method FactName.path_of.
2019-07-18T11:00:20 [W|app|] Creating scope :path_of. Overwriting existing method FactName.path_of.
2019-07-18T11:00:29 [I|app|08b65ac7] Started GET "/hosts" for 10.30.42.167 at 2019-07-18 11:00:29 -0400
2019-07-18T11:00:29 [I|app|08b65ac7] Processing by HostsController#index as HTML
2019-07-18T11:00:29 [I|app|08b65ac7] Current user set to admin (admin)
2019-07-18T11:00:29 [I|dyn|] start terminating throttle_limiter...
2019-07-18T11:00:29 [I|dyn|] start terminating client dispatcher...
2019-07-18T11:00:29 [I|dyn|] stop listening for new events...
2019-07-18T11:00:29 [I|dyn|] start terminating clock...
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendering hosts/index.html.erb within layouts/application
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendered common/_pagination.html.erb (1.9ms)
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendered hosts/_list.html.erb (68.8ms)
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendered hosts/index.html.erb within layouts/application (95.6ms)
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendered common/_searchbar.html.erb (1.6ms)
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendered layouts/_application_content.html.erb (3.5ms)
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendering layouts/base.html.erb
2019-07-18T11:00:29 [I|dyn|] start terminating throttle_limiter...
2019-07-18T11:00:29 [I|dyn|] start terminating client dispatcher...
2019-07-18T11:00:29 [I|dyn|] stop listening for new events...
2019-07-18T11:00:29 [I|dyn|] start terminating clock...
2019-07-18T11:00:29 [I|app|08b65ac7]   Rendered layouts/base.html.erb (44.0ms)
2019-07-18T11:00:29 [I|app|08b65ac7] Completed 200 OK in 274ms (Views: 130.6ms | ActiveRecord: 53.3ms)
2019-07-18T11:00:29 [I|app|10b7168a] Started GET "/api/v2/hosts/bsdv4vlcm04.fakedomain.com/power" for 10.30.42.167 at 2019-07-18 11:00:29 -0400
2019-07-18T11:00:29 [I|app|10b7168a] Processing by Api::V2::HostsController#power_status as JSON
2019-07-18T11:00:29 [I|app|10b7168a]   Parameters: {"apiv"=>"v2", "id"=>"bsdv4vlcm04.fakedomain.com"}
2019-07-18T11:00:29 [I|app|10b7168a] Current user set to admin (admin)
2019-07-18T11:00:29 [I|app|10b7168a] Completed 200 OK in 32ms (Views: 0.4ms | ActiveRecord: 6.2ms)
2019-07-18T11:00:29 [I|app|344b0de7] Started GET "/api/v2/hosts/bsdv4vlcm03.fakedomain.com/power" for 10.30.42.167 at 2019-07-18 11:00:29 -0400
2019-07-18T11:00:29 [I|app|344b0de7] Processing by Api::V2::HostsController#power_status as JSON
2019-07-18T11:00:29 [I|app|344b0de7]   Parameters: {"apiv"=>"v2", "id"=>"bsdv4vlcm03.fakedomain.com"}
2019-07-18T11:00:29 [I|app|344b0de7] Current user set to admin (admin)
2019-07-18T11:00:29 [I|app|0eb4a01f] Started GET "/api/v2/hosts/bsdv4vlcm06.fakedomain.com/power" for 10.30.42.167 at 2019-07-18 11:00:29 -0400
2019-07-18T11:00:29 [I|app|344b0de7] Completed 200 OK in 27ms (Views: 0.3ms | ActiveRecord: 4.6ms)
2019-07-18T11:00:29 [I|app|0eb4a01f] Processing by Api::V2::HostsController#power_status as JSON
2019-07-18T11:00:29 [I|app|0eb4a01f]   Parameters: {"apiv"=>"v2", "id"=>"bsdv4vlcm06.fakedomain.com"}
2019-07-18T11:00:29 [I|app|0eb4a01f] Current user set to admin (admin)
2019-07-18T11:00:31 [I|app|0eb4a01f] Completed 200 OK in 1182ms (Views: 1.0ms | ActiveRecord: 32.9ms)
2019-07-18T11:00:34 [I|app|ca39cb01] Started GET "/notification_recipients" for 10.30.42.167 at 2019-07-18 11:00:34 -0400
2019-07-18T11:00:34 [I|app|ca39cb01] Processing by NotificationRecipientsController#index as JSON
2019-07-18T11:00:34 [I|app|ca39cb01] Current user set to admin (admin)
2019-07-18T11:00:34 [I|app|ca39cb01] Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 1.9ms)
2019-07-18T11:00:35 [I|app|a44322a2] Started GET "/hosts/new" for 10.30.42.167 at 2019-07-18 11:00:35 -0400
2019-07-18T11:00:35 [I|app|a44322a2] Processing by HostsController#new as HTML
2019-07-18T11:00:35 [I|app|a44322a2] Current user set to admin (admin)
2019-07-18T11:00:35 [I|app|a44322a2]   Rendering hosts/new.html.erb within layouts/application
2019-07-18T11:00:35 [I|app|a44322a2] Deface: [WARNING] No :original defined for 'add_execution_interface_js', you should change its definition to include:
 :original => '738d75b8975dc598101e60505810ef267e2c43ae'
2019-07-18T11:00:35 [I|app|a44322a2] Deface: [WARNING] No :original defined for 'ansible_roles_tab', you should change its definition to include:
 :original => '8c63c5282ee199068bfd65475e13066ee981089a'
2019-07-18T11:00:35 [I|app|a44322a2] Deface: [WARNING] No :original defined for 'ansible_roles_tab_content', you should change its definition to include:
 :original => '738d75b8975dc598101e60505810ef267e2c43ae'
2019-07-18T11:00:35 [I|app|a44322a2]   Rendered hosts/_progress.html.erb (1.9ms)
2019-07-18T11:00:35 [I|app|a44322a2]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0/app/views/overrides/activation_keys/_host_environment_select.html.erb (71.4ms)
2019-07-18T11:00:35 [I|app|a44322a2]   Rendered hosts/puppet/_main_tab_fields.html.erb (32.0ms)
2019-07-18T11:00:35 [I|app|a44322a2]   Rendered hosts/puppet/_puppet_classes_tab.html.erb (1.6ms)
2019-07-18T11:00:35 [I|app|a44322a2] Deface: [WARNING] No :original defined for 'add_execution_interface', you should change its definition to include:
 :original => 'dbe1da973bfb251a74b994e7ae11bc8d11502c97'
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/_base_form.html.erb (266.3ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/_virtual_form.html.erb (4.9ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/_provider_specific_form.html.erb (1.8ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/manageds/_managed.html.erb (295.6ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/_base_form.html.erb (94.5ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/_virtual_form.html.erb (2.4ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/_provider_specific_form.html.erb (0.2ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered nic/manageds/_managed.html.erb (103.8ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/_interfaces.html.erb (408.8ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered common/os_selection/_architecture.html.erb (3.2ms)
2019-07-18T11:00:36 [I|app|a44322a2] Deface: [WARNING] No :original defined for 'hosts_select_media_type', you should change its definition to include:
 :original => '356145b9d744833e37767c56700139090bc696d7'
2019-07-18T11:00:36 [I|app|a44322a2] Deface: [WARNING] No :original defined for 'hosts_select_synced_content', you should change its definition to include:
 :original => '356145b9d744833e37767c56700139090bc696d7'
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered common/os_selection/_operatingsystem.html.erb (39.5ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/provision_method/build/_form.html.erb (67.2ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/provision_method/image/_form.html.erb (0.8ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/_operating_system.html.erb (101.2ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/_unattended.html.erb (103.3ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (0.0ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered puppetclasses/_classes_parameters.html.erb (47.5ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered common_parameters/_inherited_parameters.html.erb (2.3ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered common_parameters/_parameter.html.erb (9.6ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered common_parameters/_parameters.html.erb (68.8ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/_form.html.erb (1133.2ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered hosts/new.html.erb within layouts/application (1175.0ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered layouts/_application_content.html.erb (3.9ms)
2019-07-18T11:00:36 [I|app|a44322a2]   Rendering layouts/base.html.erb
2019-07-18T11:00:36 [I|app|a44322a2]   Rendered layouts/base.html.erb (103.5ms)
2019-07-18T11:00:36 [I|app|a44322a2] Completed 200 OK in 1608ms (Views: 1151.6ms | ActiveRecord: 157.0ms)
2019-07-18T11:00:36 [I|app|7322873e] Started GET "/hosts/new" for 10.30.42.167 at 2019-07-18 11:00:36 -0400
2019-07-18T11:00:36 [I|app|7322873e] Processing by HostsController#new as HTML
2019-07-18T11:00:36 [I|app|7322873e] Current user set to admin (admin)
2019-07-18T11:00:36 [I|app|7322873e]   Rendering hosts/new.html.erb within layouts/application
2019-07-18T11:00:36 [I|app|7322873e] Deface: [WARNING] No :original defined for 'add_execution_interface_js', you should change its definition to include:
 :original => '738d75b8975dc598101e60505810ef267e2c43ae'
2019-07-18T11:00:36 [I|app|7322873e] Deface: [WARNING] No :original defined for 'ansible_roles_tab', you should change its definition to include:
 :original => '8c63c5282ee199068bfd65475e13066ee981089a'
2019-07-18T11:00:36 [I|app|7322873e] Deface: [WARNING] No :original defined for 'ansible_roles_tab_content', you should change its definition to include:
 :original => '738d75b8975dc598101e60505810ef267e2c43ae'
2019-07-18T11:00:36 [I|app|7322873e]   Rendered hosts/_progress.html.erb (1.3ms)
2019-07-18T11:00:36 [I|app|7322873e]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0/app/views/overrides/activation_keys/_host_environment_select.html.erb (18.3ms)
2019-07-18T11:00:36 [I|app|7322873e]   Rendered hosts/puppet/_main_tab_fields.html.erb (12.3ms)
2019-07-18T11:00:36 [I|app|7322873e]   Rendered hosts/puppet/_puppet_classes_tab.html.erb (1.2ms)
2019-07-18T11:00:37 [I|app|7322873e] Deface: [WARNING] No :original defined for 'add_execution_interface', you should change its definition to include:
 :original => 'dbe1da973bfb251a74b994e7ae11bc8d11502c97'
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/_base_form.html.erb (619.4ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/_virtual_form.html.erb (3.0ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/_provider_specific_form.html.erb (1.2ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/manageds/_managed.html.erb (643.0ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/_base_form.html.erb (76.1ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/_virtual_form.html.erb (1.9ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/_provider_specific_form.html.erb (0.3ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered nic/manageds/_managed.html.erb (82.9ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/_interfaces.html.erb (731.5ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered common/os_selection/_architecture.html.erb (2.3ms)
2019-07-18T11:00:37 [I|app|7322873e] Deface: [WARNING] No :original defined for 'hosts_select_media_type', you should change its definition to include:
 :original => '356145b9d744833e37767c56700139090bc696d7'
2019-07-18T11:00:37 [I|app|7322873e] Deface: [WARNING] No :original defined for 'hosts_select_synced_content', you should change its definition to include:
 :original => '356145b9d744833e37767c56700139090bc696d7'
2019-07-18T11:00:37 [I|app|7322873e]   Rendered common/os_selection/_operatingsystem.html.erb (33.5ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/provision_method/build/_form.html.erb (54.7ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/provision_method/image/_form.html.erb (0.9ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/_operating_system.html.erb (68.2ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/_unattended.html.erb (69.7ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (0.0ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered puppetclasses/_classes_parameters.html.erb (10.9ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered common_parameters/_inherited_parameters.html.erb (1.9ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered common_parameters/_parameter.html.erb (4.2ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered common_parameters/_parameters.html.erb (8.7ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/_form.html.erb (1003.8ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered hosts/new.html.erb within layouts/application (1042.6ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendered layouts/_application_content.html.erb (2.4ms)
2019-07-18T11:00:37 [I|app|7322873e]   Rendering layouts/base.html.erb
2019-07-18T11:00:37 [I|app|7322873e]   Rendered layouts/base.html.erb (35.0ms)
2019-07-18T11:00:37 [I|app|7322873e] Completed 200 OK in 1113ms (Views: 1048.1ms | ActiveRecord: 38.3ms)
2019-07-18T11:00:38 [I|app|3de48ef1] Started GET "/notification_recipients" for 10.30.42.167 at 2019-07-18 11:00:38 -0400
2019-07-18T11:00:38 [I|app|3de48ef1] Processing by NotificationRecipientsController#index as JSON
2019-07-18T11:00:38 [I|app|3de48ef1] Current user set to admin (admin)
2019-07-18T11:00:38 [I|app|3de48ef1] Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 1.8ms)
2019-07-18T11:00:38 [I|app|fd668a09] Started GET "/ansible/ui_ansible_roles?page=1&per_page=10&search=&resource_name=Host" for 10.30.42.167 at 2019-07-18 11:00:38 -0400
2019-07-18T11:00:38 [I|app|fd668a09] Processing by UiAnsibleRolesController#index as JSON
2019-07-18T11:00:38 [I|app|fd668a09]   Parameters: {"page"=>"1", "per_page"=>"10", "search"=>"", "resource_name"=>"Host"}
2019-07-18T11:00:38 [I|app|fd668a09] Current user set to admin (admin)
2019-07-18T11:00:38 [I|app|fd668a09]   Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.2/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout
2019-07-18T11:00:38 [I|app|fd668a09]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.2/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout (4.6ms)
2019-07-18T11:00:38 [I|app|fd668a09] Completed 200 OK in 24ms (Views: 6.9ms | ActiveRecord: 4.1ms)
2019-07-18T11:00:48 [I|app|5e6c5ebc] Started GET "/notification_recipients" for 10.30.42.167 at 2019-07-18 11:00:48 -0400
2019-07-18T11:00:48 [I|app|5e6c5ebc] Processing by NotificationRecipientsController#index as JSON
2019-07-18T11:00:48 [I|app|5e6c5ebc] Current user set to admin (admin)
2019-07-18T11:00:48 [I|app|5e6c5ebc] Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 2.3ms)
2019-07-18T11:00:53 [I|app|0131f21e] Started POST "/hosts/process_hostgroup" for 10.30.42.167 at 2019-07-18 11:00:53 -0400
2019-07-18T11:00:53 [I|app|0131f21e] Processing by HostsController#process_hostgroup as */*
2019-07-18T11:00:53 [I|app|0131f21e]   Parameters: {"utf8"=>"✓", "authenticity_token"=>"COMJDwC7g8PLNAfI1yRKFoZ0TKrWQZibgjlO1HhTAG+YxVrtM0WPd4eUU7nDbpDJ4zQzGfvN4pQLssJgGh/PHA==", "host"=>{"name"=>"testsystem", "organization_id"=>"1", "location_id"=>"2", "hostgroup_id"=>"2", "content_facet_attributes"=>{"lifecycle_environment_id"=>"", "content_view_id"=>"", "content_source_id"=>""}, "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "interfaces_attributes"=>{"0"=>{"_destroy"=>"0", "type"=>"Nic::Managed", "mac"=>"", "identifier"=>"", "name"=>"testsystem", "domain_id"=>"", "subnet_id"=>"", "ip"=>"", "ip6"=>"", "managed"=>"1", "primary"=>"1", "provision"=>"1", "execution"=>"1", "virtual"=>"0", "tag"=>"", "attached_to"=>""}}, "architecture_id"=>"", "operatingsystem_id"=>"", "provision_method"=>"build", "build"=>"1", "medium_id"=>"", "ptable_id"=>"", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"4-Users", "enabled"=>"1", "model_id"=>"", "comment"=>"", "overwrite"=>"false"}, "fakepassword"=>"[FILTERED]"}
2019-07-18T11:00:53 [I|app|0131f21e] Current user set to admin (admin)
2019-07-18T11:00:53 [I|app|0131f21e] Deface: [WARNING] No :original defined for 'add_execution_interface_js', you should change its definition to include:
 :original => '738d75b8975dc598101e60505810ef267e2c43ae'
2019-07-18T11:00:53 [I|app|0131f21e] Deface: [WARNING] No :original defined for 'ansible_roles_tab', you should change its definition to include:
 :original => '8c63c5282ee199068bfd65475e13066ee981089a'
2019-07-18T11:00:53 [I|app|0131f21e] Deface: [WARNING] No :original defined for 'ansible_roles_tab_content', you should change its definition to include:
 :original => '738d75b8975dc598101e60505810ef267e2c43ae'
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered hosts/_progress.html.erb (1.1ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0/app/views/overrides/activation_keys/_host_environment_select.html.erb (64.9ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered hosts/puppet/_main_tab_fields.html.erb (11.0ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered collection of puppetclasses/_selectedClasses.html.erb [0 times] (0.0ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered collection of puppetclasses/_classes_in_groups.html.erb [0 times] (0.0ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered puppetclasses/_classes.html.erb (1.5ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered puppetclasses/_class_selection.html.erb (113.9ms)
2019-07-18T11:00:53 [I|app|0131f21e]   Rendered hosts/puppet/_puppet_classes_tab.html.erb (119.7ms)
2019-07-18T11:00:54 [I|app|0131f21e] Deface: [WARNING] No :original defined for 'add_execution_interface', you should change its definition to include:
 :original => 'dbe1da973bfb251a74b994e7ae11bc8d11502c97'
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_base_form.html.erb (90.7ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_virtual_form.html.erb (2.9ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered compute_resources_vms/form/vmware/_network.html.erb (7.7ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_provider_specific_form.html.erb (254.8ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/manageds/_managed.html.erb (379.9ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_base_form.html.erb (74.0ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_virtual_form.html.erb (1.9ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered compute_resources_vms/form/vmware/_network.html.erb (5.4ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_provider_specific_form.html.erb (7.7ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/manageds/_managed.html.erb (86.1ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_base_form.html.erb (73.5ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_virtual_form.html.erb (1.8ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered compute_resources_vms/form/vmware/_network.html.erb (5.4ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/_provider_specific_form.html.erb (7.5ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered nic/manageds/_managed.html.erb (91.9ms)
2019-07-18T11:00:54 [I|app|0131f21e]   Rendered hosts/_interfaces.html.erb (571.0ms)
2019-07-18T11:00:55 [I|app|0131f21e]   Rendered compute_resources_vms/form/vmware/_base.html.erb (1124.2ms)
2019-07-18T11:00:55 [I|app|0131f21e]   Rendered compute_resources_vms/form/_volumes.html.erb (2.0ms)
2019-07-18T11:00:55 [I|app|0131f21e]   Rendered hosts/_compute_detail.html.erb (1138.6ms)
2019-07-18T11:00:55 [I|app|0131f21e]   Rendered hosts/_compute.html.erb (1146.8ms)
2019-07-18T11:00:55 [I|app|0131f21e]   Rendered common/os_selection/_architecture.html.erb (9.1ms)
2019-07-18T11:00:55 [I|app|0131f21e] Deface: [WARNING] No :original defined for 'hosts_select_media_type', you should change its definition to include:
 :original => '356145b9d744833e37767c56700139090bc696d7'
2019-07-18T11:00:55 [I|app|0131f21e] Deface: [WARNING] No :original defined for 'hosts_select_synced_content', you should change its definition to include:
 :original => '356145b9d744833e37767c56700139090bc696d7'
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered common/os_selection/_pxe_loader.html.erb (3.3ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered common/os_selection/_operatingsystem.html.erb (379.8ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered hosts/provision_method/build/_form.html.erb (405.6ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered hosts/provision_method/image/_form.html.erb (0.7ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered hosts/_operating_system.html.erb (437.9ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered hosts/_unattended.html.erb (1594.9ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (0.0ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered puppetclasses/_classes_parameters.html.erb (20.3ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered common_parameters/_inherited_parameters.html.erb (3.8ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered common_parameters/_parameter.html.erb (4.2ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered common_parameters/_parameters.html.erb (12.7ms)
2019-07-18T11:00:56 [I|app|0131f21e]   Rendered hosts/_form.html.erb (2652.0ms)
2019-07-18T11:00:56 [I|app|0131f21e] Completed 200 OK in 2806ms (Views: 2558.0ms | ActiveRecord: 150.5ms)
2019-07-18T11:00:56 [I|app|9b83442d] Started GET "/compute_resources/1/images?operatingsystem_id=2&architecture_id=1" for 10.30.42.167 at 2019-07-18 11:00:56 -0400
2019-07-18T11:00:56 [I|app|9b83442d] Processing by ImagesController#index as JSON
2019-07-18T11:00:56 [I|app|9b83442d]   Parameters: {"operatingsystem_id"=>"2", "architecture_id"=>"1", "compute_resource_id"=>"1"}
2019-07-18T11:00:56 [I|app|9b83442d] Current user set to admin (admin)
2019-07-18T11:00:56 [I|app|9b83442d] Completed 200 OK in 23ms (Views: 0.9ms | ActiveRecord: 4.6ms)
2019-07-18T11:00:56 [I|app|0c5634cc] Started GET "/ansible/ui_ansible_roles?page=1&per_page=10&search=&resource_name=Host" for 10.30.42.167 at 2019-07-18 11:00:56 -0400
2019-07-18T11:00:56 [I|app|0c5634cc] Processing by UiAnsibleRolesController#index as JSON
2019-07-18T11:00:56 [I|app|0c5634cc]   Parameters: {"page"=>"1", "per_page"=>"10", "search"=>"", "resource_name"=>"Host"}
2019-07-18T11:00:56 [I|app|0c5634cc] Current user set to admin (admin)
2019-07-18T11:00:56 [I|app|0c5634cc]   Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.2/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout
2019-07-18T11:00:56 [I|app|0c5634cc]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.2/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout (1.7ms)
2019-07-18T11:00:56 [I|app|0c5634cc] Completed 200 OK in 17ms (Views: 3.3ms | ActiveRecord: 2.5ms)
2019-07-18T11:01:28 [I|app|37f2d472] Started GET "/notification_recipients" for 10.30.42.167 at 2019-07-18 11:01:28 -0400
2019-07-18T11:01:28 [I|app|37f2d472] Processing by NotificationRecipientsController#index as JSON
2019-07-18T11:01:28 [I|app|37f2d472] Current user set to admin (admin)
2019-07-18T11:01:28 [I|app|37f2d472] Completed 200 OK in 14ms (Views: 0.2ms | ActiveRecord: 2.3ms)
2019-07-18T11:03:39 [I|app|147c7c18] Started POST "/hosts" for 10.30.42.167 at 2019-07-18 11:03:39 -0400
2019-07-18T11:03:39 [I|app|147c7c18] Processing by HostsController#create as */*
2019-07-18T11:03:39 [I|app|147c7c18]   Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAq0xPpTBOWkE9AnDdNYkk6Ri5CtsaRY97BYGj3tuO1tnkxIBdAp9owGzGIfZe9LHo5nW86vJ7qVU3UCrt5kA==", "host"=>{"name"=>"testsystem", "organization_id"=>"1", "location_id"=>"2", "hostgroup_id"=>"2", "content_facet_attributes"=>{"lifecycle_environment_id"=>"2", "content_view_id"=>"7", "content_source_id"=>"4", "kickstart_repository_id"=>"105"}, "puppetclass_ids"=>[""], "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "interfaces_attributes"=>{"0"=>{"_destroy"=>"0", "type"=>"Nic::Managed", "mac"=>"", "identifier"=>"", "name"=>"testsystem", "domain_id"=>"", "subnet_id"=>"", "ip"=>"", "ip6"=>"", "managed"=>"1", "primary"=>"1", "provision"=>"1", "execution"=>"1", "virtual"=>"0", "tag"=>"", "attached_to"=>"", "compute_attributes"=>{"type"=>"VirtualVmxnet3", "network"=>"dvportgroup-1961"}}, "1"=>{"_destroy"=>"0", "type"=>"Nic::Managed", "mac"=>"", "identifier"=>"", "name"=>"", "domain_id"=>"", "subnet_id"=>"", "ip"=>"", "ip6"=>"", "managed"=>"1", "primary"=>"0", "provision"=>"0", "execution"=>"0", "virtual"=>"0", "tag"=>"", "attached_to"=>"", "compute_attributes"=>{"type"=>"VirtualVmxnet3", "network"=>"dvportgroup-5268"}}}, "compute_attributes"=>{"cpus"=>"2", "corespersocket"=>"2", "memory_mb"=>"8192", "firmware"=>"bios", "cluster"=>"App", "resource_pool"=>"Resources", "path"=>"/Datacenters/fakeloc/vm/Dev4", "guest_id"=>"centos7_64Guest", "hardware_version"=>"Default", "memoryHotAddEnabled"=>"1", "cpuHotAddEnabled"=>"1", "add_cdrom"=>"1", "start"=>"1", "annotation"=>""}, "architecture_id"=>"1", "operatingsystem_id"=>"2", "provision_method"=>"build", "build"=>"1", "medium_id"=>"", "ptable_id"=>"104", "pxe_loader"=>"PXELinux BIOS", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"4-Users", "enabled"=>"1", "comment"=>"", "overwrite"=>"false"}, "media_selector"=>"synced_content"}
2019-07-18T11:03:39 [I|app|147c7c18] Current user set to admin (admin)
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Nic::Managed: ["Domain can't be blank", "Domain can't find domain with this id"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Nic::Managed: ["Domain can't be blank", "Domain can't find domain with this id"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Nic::Managed: ["Domain can't be blank", "Domain can't find domain with this id"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Nic::Managed: ["Domain can't be blank", "Interfaces.domain can't find domain with this id"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Nic::Managed: ["Domain can't be blank", "Interfaces.domain can't find domain with this id"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Nic::Managed: ["Domain can't be blank", "Interfaces.domain can't find domain with this id"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Host::Managed: ["Domain can't be blank", "Interfaces.domain can't find domain with this id", "Root password should be 8 characters or more", "Root password should not be blank - consider setting a global or host group default"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Host::Managed: ["Domain can't be blank", "Interfaces.domain can't find domain with this id", "Root password should be 8 characters or more", "Root password should not be blank - consider setting a global or host group default"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Host::Managed: ["Domain can't be blank", "Interfaces.domain can't find domain with this id", "Root password should be 8 characters or more", "Root password should not be blank - consider setting a global or host group default"]
2019-07-18T11:03:40 [W|app|147c7c18] Not queueing Discovery reboot: Domain can't be blank, Interfaces.domain can't find domain with this id, Root password should be 8 characters or more, and Root password should not be blank - consider setting a global or host group default
2019-07-18T11:03:40 [E|app|147c7c18] Failed to save: Domain can't be blank, Interfaces.domain can't find domain with this id, Root password should be 8 characters or more, Root password should not be blank - consider setting a global or host group default
2019-07-18T11:03:40 [I|app|147c7c18]   Rendering hosts/new.html.erb within layouts/application
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered hosts/_progress.html.erb (0.4ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0/app/views/overrides/activation_keys/_host_environment_select.html.erb (20.7ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered hosts/puppet/_main_tab_fields.html.erb (11.0ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered collection of puppetclasses/_selectedClasses.html.erb [0 times] (0.0ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered collection of puppetclasses/_classes_in_groups.html.erb [0 times] (0.0ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered puppetclasses/_classes.html.erb (0.3ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered puppetclasses/_class_selection.html.erb (65.0ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered hosts/puppet/_puppet_classes_tab.html.erb (65.7ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered nic/_base_form.html.erb (144.8ms)
2019-07-18T11:03:40 [I|app|147c7c18]   Rendered nic/_virtual_form.html.erb (2.2ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered compute_resources_vms/form/vmware/_network.html.erb (8.7ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_provider_specific_form.html.erb (239.6ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/manageds/_managed.html.erb (389.6ms)
2019-07-18T11:03:41 [I|app|ec431d3a] Started GET "/tasks/7499f115-2167-4d1e-a46e-e6aa179776fa" for 10.30.42.167 at 2019-07-18 11:03:41 -0400
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_base_form.html.erb (88.1ms)
2019-07-18T11:03:41 [I|app|ec431d3a] Processing by TasksController#show as */*
2019-07-18T11:03:41 [I|app|ec431d3a]   Parameters: {"id"=>"7499f115-2167-4d1e-a46e-e6aa179776fa"}
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_virtual_form.html.erb (2.1ms)
2019-07-18T11:03:41 [I|app|ec431d3a] Current user set to admin (admin)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered compute_resources_vms/form/vmware/_network.html.erb (6.0ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_provider_specific_form.html.erb (7.7ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/manageds/_managed.html.erb (100.6ms)
2019-07-18T11:03:41 [I|app|ec431d3a]   Rendered tasks/_list.html.erb (1.6ms)
2019-07-18T11:03:41 [I|app|ec431d3a] Completed 200 OK in 16ms (Views: 7.1ms | ActiveRecord: 1.6ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_base_form.html.erb (86.7ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_virtual_form.html.erb (2.0ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered compute_resources_vms/form/vmware/_network.html.erb (7.5ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/_provider_specific_form.html.erb (9.2ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered nic/manageds/_managed.html.erb (100.7ms)
2019-07-18T11:03:41 [I|app|147c7c18]   Rendered hosts/_interfaces.html.erb (595.0ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered compute_resources_vms/form/vmware/_base.html.erb (570.2ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered compute_resources_vms/form/_volumes.html.erb (0.5ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/_compute_detail.html.erb (572.1ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/_compute.html.erb (574.1ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered common/os_selection/_architecture.html.erb (6.6ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered common/os_selection/_pxe_loader.html.erb (1.8ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered common/os_selection/_operatingsystem.html.erb (127.7ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/provision_method/build/_form.html.erb (129.6ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/provision_method/image/_form.html.erb (0.3ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/_operating_system.html.erb (143.0ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/_unattended.html.erb (718.0ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (0.0ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered puppetclasses/_classes_parameters.html.erb (13.8ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered common_parameters/_inherited_parameters.html.erb (1.6ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered common_parameters/_parameter.html.erb (3.6ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered common_parameters/_parameters.html.erb (6.7ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/_form.html.erb (1567.1ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered hosts/new.html.erb within layouts/application (1568.4ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered layouts/_application_content.html.erb (2.6ms)
2019-07-18T11:03:42 [I|app|147c7c18]   Rendering layouts/base.html.erb
2019-07-18T11:03:42 [I|app|147c7c18]   Rendered layouts/base.html.erb (33.5ms)
2019-07-18T11:03:42 [I|app|147c7c18] Completed 200 OK in 2556ms (Views: 1563.3ms | ActiveRecord: 113.2ms)
2019-07-18T11:03:42 [I|app|1204a736] Started GET "/api/v2/compute_resources/1-fakeloc%20vSphere/available_storage_domains?cluster_id=App" for 10.30.42.167 at 2019-07-18 11:03:42 -0400
2019-07-18T11:03:42 [I|app|3a99e90c] Started GET "/ansible/ui_ansible_roles?page=1&per_page=10&search=&resource_name=Host" for 10.30.42.167 at 2019-07-18 11:03:42 -0400
2019-07-18T11:03:42 [I|app|3a99e90c] Processing by UiAnsibleRolesController#index as JSON
2019-07-18T11:03:42 [I|app|1204a736] Processing by Api::V2::ComputeResourcesController#available_storage_domains as JSON
2019-07-18T11:03:42 [I|app|3a99e90c]   Parameters: {"page"=>"1", "per_page"=>"10", "search"=>"", "resource_name"=>"Host"}
2019-07-18T11:03:42 [I|app|1204a736]   Parameters: {"cluster_id"=>"App", "apiv"=>"v2", "id"=>"1-fakeloc vSphere"}
2019-07-18T11:03:42 [I|app|3a99e90c] Current user set to admin (admin)
2019-07-18T11:03:42 [I|app|1204a736] Current user set to admin (admin)
2019-07-18T11:03:42 [I|app|3a99e90c]   Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.2/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout
2019-07-18T11:03:42 [I|app|3a99e90c]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.2/app/views/ui_ansible_roles/index.json.rabl within api/v2/layouts/index_layout (2.0ms)
2019-07-18T11:03:42 [I|app|3a99e90c] Completed 200 OK in 19ms (Views: 3.5ms | ActiveRecord: 2.8ms)
2019-07-18T11:03:42 [I|app|1204a736]   Rendering api/v2/compute_resources/available_storage_domains.rabl within api/v2/layouts/index_layout
2019-07-18T11:03:42 [I|app|1204a736]   Rendered api/v2/compute_resources/available_storage_domains.rabl within api/v2/layouts/index_layout (1.6ms)
2019-07-18T11:03:42 [I|app|1204a736] Completed 200 OK in 32ms (Views: 4.8ms | ActiveRecord: 4.2ms)
2019-07-18T11:03:42 [I|app|2edc3beb] Started GET "/api/v2/compute_resources/1-fakeloc%20vSphere/available_storage_pods?cluster_id=App" for 10.30.42.167 at 2019-07-18 11:03:42 -0400
2019-07-18T11:03:42 [I|app|2edc3beb] Processing by Api::V2::ComputeResourcesController#available_storage_pods as JSON
2019-07-18T11:03:42 [I|app|2edc3beb]   Parameters: {"cluster_id"=>"App", "apiv"=>"v2", "id"=>"1-fakeloc vSphere"}
2019-07-18T11:03:42 [I|app|2edc3beb] Current user set to admin (admin)
2019-07-18T11:03:42 [I|app|2edc3beb]   Rendering api/v2/compute_resources/available_storage_pods.rabl within api/v2/layouts/index_layout
2019-07-18T11:03:42 [I|app|2edc3beb]   Rendered api/v2/compute_resources/available_storage_pods.rabl within api/v2/layouts/index_layout (1.2ms)
2019-07-18T11:03:42 [I|app|2edc3beb] Completed 200 OK in 28ms (Views: 3.4ms | ActiveRecord: 3.9ms)
2019-07-18T11:03:42 [I|app|649bfc22] Started GET "/tasks/7499f115-2167-4d1e-a46e-e6aa179776fa" for 10.30.42.167 at 2019-07-18 11:03:42 -0400
2019-07-18T11:03:42 [I|app|649bfc22] Processing by TasksController#show as */*
2019-07-18T11:03:42 [I|app|649bfc22]   Parameters: {"id"=>"7499f115-2167-4d1e-a46e-e6aa179776fa"}
2019-07-18T11:03:42 [I|app|649bfc22] Current user set to admin (admin)
2019-07-18T11:03:42 [I|app|649bfc22]   Rendered tasks/_list.html.erb (1.1ms)
2019-07-18T11:03:42 [I|app|649bfc22] Completed 200 OK in 15ms (Views: 6.3ms | ActiveRecord: 1.6ms)
2019-07-18T11:03:46 [I|app|86cea5b2] Started GET "/notification_recipients" for 10.30.42.167 at 2019-07-18 11:03:46 -0400
2019-07-18T11:03:46 [I|app|86cea5b2] Processing by NotificationRecipientsController#index as JSON
2019-07-18T11:03:46 [I|app|86cea5b2] Current user set to admin (admin)
2019-07-18T11:03:46 [I|app|86cea5b2] Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 1.8ms)

This has happened over three different unique installs now, using the same vSphere though, but each instance of foreman (they were not linked) had the same issue.

I have a foreman instance experiencing the exact same issue.
It first started happening once the ansible plugin was installed. I see in your first post you also have the ansible plugin, do all three of instances have it?

I have discovered through some testing that when manually selecting the vSphere computer resource for the creation of a host, through the “Deploy On” dropdown, then manually selecting the cluster information will cause the Storage section to correctly appear and thus can be configured to create a working host.
Logs for the views that successfully get rendered for the storage:

2019-08-07T13:41:52 [I|app|137eeae1]   Rendering api/v2/compute_resources/available_storage_pods.rabl within api/v2/layouts/index_layout
2019-08-07T13:41:52 [I|app|62336ddf]   Rendering api/v2/compute_resources/available_storage_domains.rabl within api/v2/layouts/index_layout
2019-08-07T13:41:52 [I|app|137eeae1]   Rendered api/v2/compute_resources/available_storage_pods.rabl within api/v2/layouts/index_layout (0.6ms)
2019-08-07T13:41:52 [I|app|62336ddf]   Rendered api/v2/compute_resources/available_storage_domains.rabl within api/v2/layouts/index_layout (0.7ms)

When instead creating a host and selecting a compute profile with the compute resource set to vSphere, not matter the configuration of that compute profile, the storage section never renders in the Virtual Machine tab, until a submission cause an error or the compute profile is removed.

I did have the Ansible Plugin installed on those three instances. Since this post I’m on instance 4 without the Ansible Plugin (a shame, I wanted to use it, but basic functionality comes first) and have moved on to other problems. I can confirm that not installing the Ansible Plugin resolves my particular issue with the Storage rendering during deployment.