So I created a new hostgroup called test
, it did save the settings.
And I set only the LCE, CV and CS, which resulted in the following logs:
2020-11-24T00:11:50 [I|app|1299c7a1] Started GET "/hostgroups/new" for 192.168.255.11 at 2020-11-24 00:11:50 +0100
2020-11-24T00:11:50 [I|app|1299c7a1] Processing by HostgroupsController#new as HTML
2020-11-24T00:11:50 [I|app|1299c7a1] Rendering hostgroups/new.html.erb within layouts/application
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common/os_selection/_architecture.html.erb (Duration: 4.9ms | Allocations: 6057)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 23.6ms | Allocations: 13168)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common/os_selection/_initial.html.erb (Duration: 36.7ms | Allocations: 25652)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (Duration: 0.0ms | Allocations: 3)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered puppetclasses/_classes_parameters.html.erb (Duration: 19.3ms | Allocations: 8566)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common_parameters/_parameter.html.erb (Duration: 8.1ms | Allocations: 6812)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common_parameters/_parameters.html.erb (Duration: 16.8ms | Allocations: 13501)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered taxonomies/_loc_org_tabs.html.erb (Duration: 11.2ms | Allocations: 7506)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered hostgroups/_form.html.erb (Duration: 171.3ms | Allocations: 86685)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered hostgroups/new.html.erb within layouts/application (Duration: 172.4ms | Allocations: 86979)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered layouts/_application_content.html.erb (Duration: 4.9ms | Allocations: 6045)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendering layouts/base.html.erb
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered layouts/base.html.erb (Duration: 23.9ms | Allocations: 25505)
2020-11-24T00:11:50 [I|app|1299c7a1] Completed 200 OK in 232ms (Views: 187.5ms | ActiveRecord: 24.0ms | Allocations: 131832)
2020-11-24T00:11:52 [I|app|c89af43a] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:11:52 +0100
2020-11-24T00:11:52 [I|app|c89af43a] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:11:52 [I|app|c89af43a] Completed 200 OK in 17ms (Views: 0.2ms | ActiveRecord: 6.8ms | Allocations: 2327)
2020-11-24T00:11:59 [I|app|99cc1df0] Started GET "/katello/api/v2/content_views/?environment_id=6&full_result=true" for 192.168.255.11 at 2020-11-24 00:11:59 +0100
2020-11-24T00:11:59 [I|app|99cc1df0] Processing by Katello::Api::V2::ContentViewsController#index as */*
2020-11-24T00:11:59 [I|app|99cc1df0] Parameters: {"environment_id"=>"6", "full_result"=>"true", "api_version"=>"v2"}
2020-11-24T00:11:59 [I|app|99cc1df0] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection
2020-11-24T00:12:00 [I|app|99cc1df0] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection (Duration: 1231.7ms | Allocations: 233177)
2020-11-24T00:12:00 [I|app|99cc1df0] Completed 200 OK in 1268ms (Views: 994.4ms | ActiveRecord: 252.6ms | Allocations: 239051)
2020-11-24T00:12:02 [I|app|7e5d28a5] Started GET "/katello/api/v2/environments/6/activation_keys?content_view_id=15" for 192.168.255.11 at 2020-11-24 00:12:02 +0100
2020-11-24T00:12:02 [I|app|cacc5b44] Started GET "/hosts/puppet_environment_for_content_view?content_view_id=15&lifecycle_environment_id=6" for 192.168.255.11 at 2020-11-24 00:12:02 +0100
2020-11-24T00:12:02 [I|app|cacc5b44] Processing by HostsController#puppet_environment_for_content_view as */*
2020-11-24T00:12:02 [I|app|cacc5b44] Parameters: {"content_view_id"=>"15", "lifecycle_environment_id"=>"6"}
2020-11-24T00:12:02 [I|app|7e5d28a5] Processing by Katello::Api::V2::ActivationKeysController#index as */*
2020-11-24T00:12:02 [I|app|7e5d28a5] Parameters: {"content_view_id"=>"15", "api_version"=>"v2", "environment_id"=>"6"}
2020-11-24T00:12:02 [I|app|7e5d28a5] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/activation_keys/index.json.rabl within katello/api/v2/layouts/collection
2020-11-24T00:12:02 [I|app|7e5d28a5] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/activation_keys/index.json.rabl within katello/api/v2/layouts/collection (Duration: 178.1ms | Allocations: 8932)
2020-11-24T00:12:02 [I|app|7e5d28a5] Completed 200 OK in 256ms (Views: 56.2ms | ActiveRecord: 181.3ms | Allocations: 14201)
2020-11-24T00:12:03 [I|app|b8106a6e] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:12:03 +0100
2020-11-24T00:12:03 [I|app|b8106a6e] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:12:03 [I|app|cacc5b44] Completed 200 OK in 610ms (Views: 0.4ms | ActiveRecord: 408.2ms | Allocations: 6001)
2020-11-24T00:12:03 [I|app|b8106a6e] Completed 200 OK in 94ms (Views: 0.2ms | ActiveRecord: 66.6ms | Allocations: 2161)
2020-11-24T00:12:08 [I|app|4e5c4558] Started POST "/hostgroups" for 192.168.255.11 at 2020-11-24 00:12:08 +0100
2020-11-24T00:12:08 [I|app|4e5c4558] Processing by HostgroupsController#create as HTML
2020-11-24T00:12:08 [I|app|4e5c4558] Parameters: {"utf8"=>"✓", "authenticity_token"=>"IOJsc8tUePJDpnvUi1stDHGzJ3shofjtl3cT2SfWfCOSBU1B+o4pnj014bsF26whX3RWPJgwZdgY+csSLh47fQ==", "hostgroup"=>{"parent_id"=>"", "name"=>"test", "description"=>"", "lifecycle_environment_id"=>"6", "content_view_id"=>"15", "content_source_id"=>"1", "environment_id"=>"", "compute_resource_id"=>"", "puppet_proxy_id"=>"", "puppet_ca_proxy_id"=>"", "domain_id"=>"", "realm_id"=>"", "architecture_id"=>"", "operatingsystem_id"=>"", "medium_id"=>"", "ptable_id"=>"", "root_pass"=>"[FILTERED]", "location_ids"=>["", "2"], "organization_ids"=>["", "3"], "id"=>""}, "commit"=>"Submit"}
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on name test
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on environment_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on operatingsystem_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on architecture_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on medium_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on ptable_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on root_pass
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on puppet_ca_proxy_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on use_image
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on image_file
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on ancestry
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on vm_defaults
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on subnet_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on domain_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on puppet_proxy_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on title test
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on realm_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on compute_profile_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on grub_pass
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on lookup_value_matcher hostgroup=test
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on subnet6_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on pxe_loader
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on description
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on compute_resource_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on content_facet_attributes {"id"=>nil, "hostgroup_id"=>nil, "kickstart_repository_id"=>nil, "content_source_id"=>1, "content_view_id"=>15, "lifecycle_environment_id"=>6}
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on organization_ids [3]
2020-11-24T00:12:09 [I|aud|4e5c4558] Hostgroup (36) create event on location_ids [2]
2020-11-24T00:12:09 [I|aud|4e5c4558] Katello::Hostgroup::ContentFacet (1) create event on hostgroup_id 36
2020-11-24T00:12:09 [I|aud|4e5c4558] Katello::Hostgroup::ContentFacet (1) create event on kickstart_repository_id
2020-11-24T00:12:09 [I|aud|4e5c4558] Katello::Hostgroup::ContentFacet (1) create event on content_source_id 1
2020-11-24T00:12:09 [I|aud|4e5c4558] Katello::Hostgroup::ContentFacet (1) create event on content_view_id 15
2020-11-24T00:12:09 [I|aud|4e5c4558] Katello::Hostgroup::ContentFacet (1) create event on lifecycle_environment_id 6
2020-11-24T00:12:09 [I|app|4e5c4558] Redirected to https://foreman.lbhr.htm.lan/hostgroups
2020-11-24T00:12:09 [I|app|4e5c4558] Completed 302 Found in 396ms (ActiveRecord: 236.7ms | Allocations: 31343)
2020-11-24T00:12:09 [I|app|67077b0a] Started GET "/hostgroups" for 192.168.255.11 at 2020-11-24 00:12:09 +0100
2020-11-24T00:12:09 [I|app|67077b0a] Processing by HostgroupsController#index as HTML
2020-11-24T00:12:09 [I|app|67077b0a] Rendering hostgroups/index.html.erb within layouts/application
2020-11-24T00:12:10 [I|app|67077b0a] Rendered common/_pagination.html.erb (Duration: 18.0ms | Allocations: 5780)
2020-11-24T00:12:10 [I|app|67077b0a] Rendered hostgroups/index.html.erb within layouts/application (Duration: 871.5ms | Allocations: 81677)
2020-11-24T00:12:10 [I|app|67077b0a] Rendered common/_searchbar.html.erb (Duration: 5.2ms | Allocations: 6034)
2020-11-24T00:12:10 [I|app|67077b0a] Rendered layouts/_application_content.html.erb (Duration: 20.6ms | Allocations: 12084)
2020-11-24T00:12:10 [I|app|67077b0a] Rendering layouts/base.html.erb
2020-11-24T00:12:10 [I|app|67077b0a] Rendered layouts/base.html.erb (Duration: 66.9ms | Allocations: 25518)
2020-11-24T00:12:10 [I|app|67077b0a] Completed 200 OK in 1028ms (Views: 596.0ms | ActiveRecord: 402.2ms | Allocations: 130442)
2020-11-24T00:12:12 [I|app|a95db2a2] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:12:12 +0100
2020-11-24T00:12:12 [I|app|a95db2a2] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:12:12 [I|app|a95db2a2] Completed 200 OK in 61ms (Views: 0.2ms | ActiveRecord: 40.4ms | Allocations: 2327)
2020-11-24T00:12:12 [I|app|] CONTENT_INDEX type=Katello::Erratum duration=67024.22
2020-11-24T00:12:13 [I|app|] CONTENT_INDEX type=Katello::PackageGroup duration=789.61
2020-11-24T00:12:13 [I|app|] CONTENT_INDEX type=Katello::Srpm duration=294.11
2020-11-24T00:12:13 [I|bac|] Task {label: Actions::Katello::Repository::CapsuleSync, id: 345b45ba-70d5-4f72-bc43-3539e114e266, execution_plan_id: 7f9efddc-1979-4aa9-9309-574c266fc51e} state changed: planning
2020-11-24T00:12:14 [I|bac|] Task {label: Actions::Katello::Repository::CapsuleSync, id: 345b45ba-70d5-4f72-bc43-3539e114e266, execution_plan_id: 7f9efddc-1979-4aa9-9309-574c266fc51e} state changed: planned
2020-11-24T00:12:14 [I|bac|] Task {label: Actions::Katello::Repository::CapsuleSync, id: 345b45ba-70d5-4f72-bc43-3539e114e266, execution_plan_id: 7f9efddc-1979-4aa9-9309-574c266fc51e} state changed: running
2020-11-24T00:12:14 [I|bac|] Task {label: Actions::Katello::Repository::CapsuleSync, id: 345b45ba-70d5-4f72-bc43-3539e114e266, execution_plan_id: 7f9efddc-1979-4aa9-9309-574c266fc51e} state changed: stopped result: success
2020-11-24T00:12:14 [I|bac|] Task {label: Actions::Katello::Repository::CapsuleSync, id: 345b45ba-70d5-4f72-bc43-3539e114e266, execution_plan_id: 7f9efddc-1979-4aa9-9309-574c266fc51e} state changed: stopped result: success
2020-11-24T00:12:14 [I|bac|] Task {label: Actions::Katello::Repository::Sync, id: 6c97fae4-b6c6-42cd-a88a-6f14d7c80931, execution_plan_id: 39b3f9ac-4dbc-4d71-abd3-774b0f31756e} state changed: stopped result: success
2020-11-24T00:12:14 [I|app|239b5c69] Started GET "/rhsm/consumers/7bef9910-a37e-4ffd-8537-c732ed3dedb7/compliance" for 192.168.255.156 at 2020-11-24 00:12:14 +0100
2020-11-24T00:12:14 [I|app|239b5c69] Processing by Katello::Api::Rhsm::CandlepinProxiesController#get as JSON
2020-11-24T00:12:14 [I|app|239b5c69] Parameters: {"id"=>"7bef9910-a37e-4ffd-8537-c732ed3dedb7"}
2020-11-24T00:12:14 [I|bac|] Task {label: Actions::Katello::Repository::Sync, id: 6c97fae4-b6c6-42cd-a88a-6f14d7c80931, execution_plan_id: 39b3f9ac-4dbc-4d71-abd3-774b0f31756e} state changed: stopped result: success
2020-11-24T00:12:14 [E|app|239b5c69] RestClient::NotFound: 404 Not Found
239b5c69 | Body: {"displayMessage":"Consumer with id 7bef9910-a37e-4ffd-8537-c732ed3dedb7 could not be found.","requestUuid":"e7469cb2-90f8-4e1a-b9be-378cc85382f9"}
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/abstract_response.rb:223:in `exception_with_response'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/abstract_response.rb:103:in `return!'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:809:in `process_result'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:725:in `block in transmit'
239b5c69 | /opt/rh/rh-ruby25/root/usr/share/ruby/net/http.rb:910:in `start'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:715:in `transmit'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:145:in `execute'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:52:in `execute'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/resource.rb:51:in `get'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/lib/katello/resources/candlepin/proxy.rb:26:in `get'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:75:in `get'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/base.rb:195:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/rendering.rb:30:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:35:in `repackage_message'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /usr/share/foreman/app/controllers/api/v2/base_controller.rb:181:in `disable_json_root'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.9.0/lib/audited/sweeper.rb:14:in `around'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.9.0/lib/audited/sweeper.rb:14:in `around'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:139:in `run_callbacks'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/callbacks.rb:41:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/rescue.rb:22:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/notifications.rb:180:in `block in instrument'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/notifications.rb:180:in `instrument'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activerecord-6.0.3.1/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/concerns/api/api_controller.rb:40:in `process_action'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/base.rb:136:in `process'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionview-6.0.3.1/lib/action_view/rendering.rb:39:in `process'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal.rb:190:in `dispatch'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal.rb:254:in `dispatch'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:33:in `serve'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:49:in `block in serve'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `each'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `serve'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:834:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `public_send'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `method_missing'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/mapper.rb:48:in `serve'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:49:in `block in serve'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `each'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `serve'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:834:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/lib/katello/middleware/event_daemon.rb:10:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-dsl-2.2.9/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/static_dispatcher.rb:66:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/extractor/recorder.rb:137:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
239b5c69 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
239b5c69 | /usr/share/foreman/lib/foreman/middleware/catch_json_parse_errors.rb:9:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
239b5c69 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/cookies.rb:648:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:101:in `run_callbacks'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:37:in `call_app'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:28:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in `call'
239b5c69 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/lib/katello/prevent_json_parsing.rb:12:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/executor.rb:14:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/host_authorization.rb:76:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/secure_headers-6.3.0/lib/secure_headers/middleware.rb:11:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `public_send'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `method_missing'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/urlmap.rb:74:in `block in call'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `each'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `call'
239b5c69 | /usr/share/passenger/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'
239b5c69 | /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'
239b5c69 | /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'
239b5c69 | /usr/share/passenger/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'
239b5c69 | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2020-11-24T00:12:14 [I|app|239b5c69] Rendering text template
2020-11-24T00:12:14 [I|app|239b5c69] Rendered text template (Duration: 0.0ms | Allocations: 2)
2020-11-24T00:12:14 [I|app|239b5c69] Completed 404 Not Found in 174ms (Views: 0.5ms | ActiveRecord: 19.6ms | Allocations: 4163)
2020-11-24T00:12:16 [I|app|735b30c8] Started GET "/rhsm/consumers/7bef9910-a37e-4ffd-8537-c732ed3dedb7" for 192.168.255.156 at 2020-11-24 00:12:16 +0100
2020-11-24T00:12:16 [I|app|735b30c8] Processing by Katello::Api::Rhsm::CandlepinProxiesController#consumer_show as JSON
2020-11-24T00:12:16 [I|app|735b30c8] Parameters: {"id"=>"7bef9910-a37e-4ffd-8537-c732ed3dedb7"}
2020-11-24T00:12:16 [E|app|735b30c8] RestClient::NotFound: Katello::Resources::Candlepin::Consumer: 404 Not Found {"displayMessage":"Consumer with id 7bef9910-a37e-4ffd-8537-c732ed3dedb7 could not be found.","requestUuid":"820ca6b9-11b2-4744-9aba-9d088cfb7968"} (GET /candlepin/consumers/7bef9910-a37e-4ffd-8537-c732ed3dedb7)
735b30c8 | Body: {"displayMessage":"Consumer with id 7bef9910-a37e-4ffd-8537-c732ed3dedb7 could not be found.","requestUuid":"820ca6b9-11b2-4744-9aba-9d088cfb7968"}
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/abstract_response.rb:223:in `exception_with_response'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/abstract_response.rb:103:in `return!'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:809:in `process_result'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:725:in `block in transmit'
735b30c8 | /opt/rh/rh-ruby25/root/usr/share/ruby/net/http.rb:910:in `start'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:715:in `transmit'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:145:in `execute'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/request.rb:52:in `execute'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-2.0.2/lib/restclient/resource.rb:51:in `get'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/lib/katello/http_resource.rb:87:in `get'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/lib/katello/resources/candlepin/consumer.rb:20:in `get'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:304:in `block in find_host'
735b30c8 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:108:in `as'
735b30c8 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:304:in `find_host'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:428:in `block in make_lambda'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:182:in `block in halting_and_conditional'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:513:in `block in invoke_before'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:513:in `each'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:513:in `invoke_before'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:110:in `block in run_callbacks'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:35:in `repackage_message'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /usr/share/foreman/app/controllers/api/v2/base_controller.rb:181:in `disable_json_root'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.9.0/lib/audited/sweeper.rb:14:in `around'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.9.0/lib/audited/sweeper.rb:14:in `around'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:139:in `run_callbacks'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/callbacks.rb:41:in `process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/rescue.rb:22:in `process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/notifications.rb:180:in `block in instrument'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/notifications.rb:180:in `instrument'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activerecord-6.0.3.1/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/controllers/katello/concerns/api/api_controller.rb:40:in `process_action'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/abstract_controller/base.rb:136:in `process'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionview-6.0.3.1/lib/action_view/rendering.rb:39:in `process'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal.rb:190:in `dispatch'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_controller/metal.rb:254:in `dispatch'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:33:in `serve'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:49:in `block in serve'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `each'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `serve'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:834:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `public_send'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `method_missing'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/mapper.rb:48:in `serve'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:49:in `block in serve'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `each'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/journey/router.rb:32:in `serve'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/routing/route_set.rb:834:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/lib/katello/middleware/event_daemon.rb:10:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-dsl-2.2.9/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/static_dispatcher.rb:66:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/extractor/recorder.rb:137:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
735b30c8 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
735b30c8 | /usr/share/foreman/lib/foreman/middleware/catch_json_parse_errors.rb:9:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
735b30c8 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/cookies.rb:648:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:101:in `run_callbacks'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:37:in `call_app'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:28:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in `call'
735b30c8 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/lib/katello/prevent_json_parsing.rb:12:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/executor.rb:14:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/host_authorization.rb:76:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/secure_headers-6.3.0/lib/secure_headers/middleware.rb:11:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `public_send'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/railties-6.0.3.1/lib/rails/railtie.rb:190:in `method_missing'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/urlmap.rb:74:in `block in call'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `each'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `call'
735b30c8 | /usr/share/passenger/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'
735b30c8 | /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'
735b30c8 | /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'
735b30c8 | /usr/share/passenger/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'
735b30c8 | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2020-11-24T00:12:16 [I|app|735b30c8] Rendering text template
2020-11-24T00:12:16 [I|app|735b30c8] Rendered text template (Duration: 0.0ms | Allocations: 2)
2020-11-24T00:12:16 [I|app|735b30c8] Completed 404 Not Found in 71ms (Views: 0.4ms | ActiveRecord: 9.2ms | Allocations: 4164)
2020-11-24T00:12:16 [I|bac|] Task {label: Actions::Katello::Applicability::Hosts::BulkGenerate, id: 2f3998ea-00e7-4841-aabc-99a21e029411, execution_plan_id: 8df9b41f-fbf0-402f-8aaf-5c64ad7a21cf} state changed: planning
2020-11-24T00:12:16 [I|bac|] Task {label: Actions::Katello::Applicability::Hosts::BulkGenerate, id: 2f3998ea-00e7-4841-aabc-99a21e029411, execution_plan_id: 8df9b41f-fbf0-402f-8aaf-5c64ad7a21cf} state changed: planned
2020-11-24T00:12:16 [I|bac|] Task {label: Actions::Katello::Applicability::Hosts::BulkGenerate, id: 2f3998ea-00e7-4841-aabc-99a21e029411, execution_plan_id: 8df9b41f-fbf0-402f-8aaf-5c64ad7a21cf} state changed: running
2020-11-24T00:12:17 [I|bac|] Task {label: Actions::Katello::Applicability::Hosts::BulkGenerate, id: 2f3998ea-00e7-4841-aabc-99a21e029411, execution_plan_id: 8df9b41f-fbf0-402f-8aaf-5c64ad7a21cf} state changed: stopped result: success
2020-11-24T00:12:17 [I|bac|] Task {label: Actions::Katello::Applicability::Hosts::BulkGenerate, id: 2f3998ea-00e7-4841-aabc-99a21e029411, execution_plan_id: 8df9b41f-fbf0-402f-8aaf-5c64ad7a21cf} state changed: stopped result: success
2020-11-24T00:12:22 [I|app|556a4a4d] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:12:22 +0100
2020-11-24T00:12:22 [I|app|556a4a4d] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:12:22 [I|app|556a4a4d] Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 1.3ms | Allocations: 2155)
2020-11-24T00:12:32 [I|app|cf125bec] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:12:32 +0100
2020-11-24T00:12:32 [I|app|cf125bec] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:12:32 [I|app|cf125bec] Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 1.4ms | Allocations: 2161)
2020-11-24T00:11:50 [I|app|1299c7a1] Started GET "/hostgroups/new" for 192.168.255.11 at 2020-11-24 00:11:50 +0100
2020-11-24T00:11:50 [I|app|1299c7a1] Processing by HostgroupsController#new as HTML
2020-11-24T00:11:50 [I|app|1299c7a1] Rendering hostgroups/new.html.erb within layouts/application
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common/os_selection/_architecture.html.erb (Duration: 4.9ms | Allocations: 6057)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 23.6ms | Allocations: 13168)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common/os_selection/_initial.html.erb (Duration: 36.7ms | Allocations: 25652)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (Duration: 0.0ms | Allocations: 3)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered puppetclasses/_classes_parameters.html.erb (Duration: 19.3ms | Allocations: 8566)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common_parameters/_parameter.html.erb (Duration: 8.1ms | Allocations: 6812)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered common_parameters/_parameters.html.erb (Duration: 16.8ms | Allocations: 13501)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered taxonomies/_loc_org_tabs.html.erb (Duration: 11.2ms | Allocations: 7506)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered hostgroups/_form.html.erb (Duration: 171.3ms | Allocations: 86685)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered hostgroups/new.html.erb within layouts/application (Duration: 172.4ms | Allocations: 86979)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered layouts/_application_content.html.erb (Duration: 4.9ms | Allocations: 6045)
2020-11-24T00:11:50 [I|app|1299c7a1] Rendering layouts/base.html.erb
2020-11-24T00:11:50 [I|app|1299c7a1] Rendered layouts/base.html.erb (Duration: 23.9ms | Allocations: 25505)
2020-11-24T00:11:50 [I|app|1299c7a1] Completed 200 OK in 232ms (Views: 187.5ms | ActiveRecord: 24.0ms | Allocations: 131832)
2020-11-24T00:11:52 [I|app|c89af43a] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:11:52 +0100
2020-11-24T00:11:52 [I|app|c89af43a] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:11:52 [I|app|c89af43a] Completed 200 OK in 17ms (Views: 0.2ms | ActiveRecord: 6.8ms | Allocations: 2327)
2020-11-24T00:11:59 [I|app|99cc1df0] Started GET "/katello/api/v2/content_views/?environment_id=6&full_result=true" for 192.168.255.11 at 2020-11-24 00:11:59 +0100
2020-11-24T00:11:59 [I|app|99cc1df0] Processing by Katello::Api::V2::ContentViewsController#index as */*
2020-11-24T00:11:59 [I|app|99cc1df0] Parameters: {"environment_id"=>"6", "full_result"=>"true", "api_version"=>"v2"}
2020-11-24T00:11:59 [I|app|99cc1df0] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection
2020-11-24T00:12:00 [I|app|99cc1df0] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection (Duration: 1231.7ms | Allocations: 233177)
2020-11-24T00:12:00 [I|app|99cc1df0] Completed 200 OK in 1268ms (Views: 994.4ms | ActiveRecord: 252.6ms | Allocations: 239051)
2020-11-24T00:12:02 [I|app|7e5d28a5] Started GET "/katello/api/v2/environments/6/activation_keys?content_view_id=15" for 192.168.255.11 at 2020-11-24 00:12:02 +0100
2020-11-24T00:12:02 [I|app|cacc5b44] Started GET "/hosts/puppet_environment_for_content_view?content_view_id=15&lifecycle_environment_id=6" for 192.168.255.11 at 2020-11-24 00:12:02 +0100
2020-11-24T00:12:02 [I|app|cacc5b44] Processing by HostsController#puppet_environment_for_content_view as */*
2020-11-24T00:12:02 [I|app|cacc5b44] Parameters: {"content_view_id"=>"15", "lifecycle_environment_id"=>"6"}
2020-11-24T00:12:02 [I|app|7e5d28a5] Processing by Katello::Api::V2::ActivationKeysController#index as */*
I also updated a Hostgroup which existed before the upgrade by filling in the blanks again, still didn’t stick:
2020-11-24T00:16:23 [I|app|26ae8f20] Started GET "/hostgroups/11-CentOS7-Base-Acceptatie/edit" for 192.168.255.11 at 2020-11-24 00:16:23 +0100
2020-11-24T00:16:23 [I|app|26ae8f20] Processing by HostgroupsController#edit as HTML
2020-11-24T00:16:23 [I|app|26ae8f20] Parameters: {"id"=>"11-CentOS7-Base-Acceptatie"}
2020-11-24T00:16:23 [I|app|26ae8f20] Rendering hostgroups/edit.html.erb within layouts/application
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common/os_selection/_architecture.html.erb (Duration: 13.4ms | Allocations: 7179)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common/os_selection/_pxe_loader.html.erb (Duration: 5.5ms | Allocations: 6389)
2020-11-24T00:16:23 [I|app|817e482b] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:16:23 +0100
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 61.7ms | Allocations: 33670)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common/os_selection/_initial.html.erb (Duration: 82.3ms | Allocations: 47281)
2020-11-24T00:16:23 [I|app|817e482b] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (Duration: 0.0ms | Allocations: 3)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered puppetclasses/_classes_parameters.html.erb (Duration: 19.8ms | Allocations: 9383)
2020-11-24T00:16:23 [I|app|817e482b] Completed 200 OK in 12ms (Views: 0.1ms | ActiveRecord: 1.3ms | Allocations: 2157)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 5.6ms | Allocations: 6849)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 5.5ms | Allocations: 6854)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 6.0ms | Allocations: 6853)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 5.5ms | Allocations: 6855)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 5.6ms | Allocations: 6853)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 5.5ms | Allocations: 6851)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 6.9ms | Allocations: 6853)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameter.html.erb (Duration: 6.2ms | Allocations: 6798)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered common_parameters/_parameters.html.erb (Duration: 59.4ms | Allocations: 63299)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered taxonomies/_loc_org_tabs.html.erb (Duration: 28.9ms | Allocations: 16291)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered hostgroups/_form.html.erb (Duration: 279.4ms | Allocations: 172267)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered hostgroups/edit.html.erb within layouts/application (Duration: 283.7ms | Allocations: 178063)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered layouts/_application_content.html.erb (Duration: 4.7ms | Allocations: 6156)
2020-11-24T00:16:23 [I|app|26ae8f20] Rendering layouts/base.html.erb
2020-11-24T00:16:23 [I|app|26ae8f20] Rendered layouts/base.html.erb (Duration: 24.1ms | Allocations: 25505)
2020-11-24T00:16:23 [I|app|26ae8f20] Completed 200 OK in 346ms (Views: 282.4ms | ActiveRecord: 42.5ms | Allocations: 223747)
2020-11-24T00:16:25 [I|app|b2cc5ed0] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:16:25 +0100
2020-11-24T00:16:25 [I|app|b2cc5ed0] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:16:25 [I|app|b2cc5ed0] Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 1.2ms | Allocations: 2327)
2020-11-24T00:16:27 [I|app|c9c1f7d2] Started GET "/katello/api/v2/content_views/?environment_id=6&full_result=true" for 192.168.255.11 at 2020-11-24 00:16:27 +0100
2020-11-24T00:16:27 [I|app|c9c1f7d2] Processing by Katello::Api::V2::ContentViewsController#index as */*
2020-11-24T00:16:27 [I|app|c9c1f7d2] Parameters: {"environment_id"=>"6", "full_result"=>"true", "api_version"=>"v2"}
2020-11-24T00:16:27 [I|app|c9c1f7d2] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection
2020-11-24T00:16:28 [I|app|c9c1f7d2] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/content_views/index.json.rabl within katello/api/v2/layouts/collection (Duration: 603.9ms | Allocations: 232945)
2020-11-24T00:16:28 [I|app|c9c1f7d2] Completed 200 OK in 619ms (Views: 534.4ms | ActiveRecord: 74.9ms | Allocations: 238820)
2020-11-24T00:16:30 [I|app|7fba4777] Started GET "/katello/api/v2/environments/6/activation_keys?content_view_id=15" for 192.168.255.11 at 2020-11-24 00:16:30 +0100
2020-11-24T00:16:30 [I|app|7fba4777] Processing by Katello::Api::V2::ActivationKeysController#index as */*
2020-11-24T00:16:30 [I|app|7fba4777] Parameters: {"content_view_id"=>"15", "api_version"=>"v2", "environment_id"=>"6"}
2020-11-24T00:16:30 [I|app|7fba4777] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/activation_keys/index.json.rabl within katello/api/v2/layouts/collection
2020-11-24T00:16:30 [I|app|7fba4777] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.17.0/app/views/katello/api/v2/activation_keys/index.json.rabl within katello/api/v2/layouts/collection (Duration: 28.4ms | Allocations: 8932)
2020-11-24T00:16:30 [I|app|7fba4777] Completed 200 OK in 44ms (Views: 19.9ms | ActiveRecord: 14.6ms | Allocations: 14200)
2020-11-24T00:16:32 [I|app|fc4442a7] Started POST "/hostgroups/os_selected" for 192.168.255.11 at 2020-11-24 00:16:32 +0100
2020-11-24T00:16:32 [I|app|fc4442a7] Processing by HostgroupsController#os_selected as */*
2020-11-24T00:16:32 [I|app|fc4442a7] Parameters: {"hostgroup"=>{"operatingsystem_id"=>"2", "lifecycle_environment_id"=>"6", "content_view_id"=>"15", "environment_id"=>"6", "content_source_id"=>"1", "architecture_id"=>"1"}}
2020-11-24T00:16:32 [I|app|fc4442a7] Rendered common/os_selection/_pxe_loader.html.erb (Duration: 4.8ms | Allocations: 6378)
2020-11-24T00:16:32 [I|app|fc4442a7] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 103.5ms | Allocations: 45031)
2020-11-24T00:16:32 [I|app|fc4442a7] Completed 200 OK in 140ms (Views: 93.0ms | ActiveRecord: 17.8ms | Allocations: 56858)
2020-11-24T00:16:32 [I|app|2a3493f2] Started POST "/hostgroups/puppetclass_parameters" for 192.168.255.11 at 2020-11-24 00:16:32 +0100
2020-11-24T00:16:32 [I|app|2a3493f2] Processing by HostgroupsController#puppetclass_parameters as */*
2020-11-24T00:16:32 [I|app|2a3493f2] Parameters: {"utf8"=>"✓", "authenticity_token"=>"IFRKX/u4g343LEebp9HF6ob6WW0j9CrWwPEsQtLLeN+Ss2ttymLSEkm/3fQpUUTHqD0oKpplt+NPf/SJ2wM/gQ==", "hostgroup"=>{"parent_id"=>"", "name"=>"CentOS7-Base-Acceptatie", "description"=>"Managed by Ansible, your changes will be lost", "lifecycle_environment_id"=>"6", "content_view_id"=>"15", "content_source_id"=>"1", "environment_id"=>"", "compute_resource_id"=>"", "puppet_proxy_id"=>"", "puppet_ca_proxy_id"=>"", "domain_id"=>"", "realm_id"=>"", "architecture_id"=>"1", "operatingsystem_id"=>"2", "medium_id"=>"", "kickstart_repository_id"=>"147", "ptable_id"=>"", "pxe_loader"=>"PXELinux BIOS", "group_parameters_attributes"=>{"0"=>{"name"=>"autopart_options", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"84"}, "1"=>{"name"=>"enable-epel", "parameter_type"=>"boolean", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"89"}, "2"=>{"name"=>"kt_activation_keys", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"0", "id"=>"83"}, "3"=>{"name"=>"remote_execution_create_user", "parameter_type"=>"boolean", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"85"}, "4"=>{"name"=>"remote_execution_effective_user_method", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"87"}, "5"=>{"name"=>"remote_execution_ssh_keys", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"88"}, "6"=>{"name"=>"remote_execution_ssh_user", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"86"}}, "location_ids"=>["", "4", "5"], "organization_ids"=>["", "3"], "id"=>"11"}, "media_selector"=>"synced_content", "fakepassword"=>"[FILTERED]", "hostgroup_id"=>"11"}
2020-11-24T00:16:32 [I|app|2a3493f2] Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (Duration: 0.0ms | Allocations: 3)
2020-11-24T00:16:32 [I|app|2a3493f2] Rendered puppetclasses/_classes_parameters.html.erb (Duration: 14.0ms | Allocations: 8724)
2020-11-24T00:16:32 [I|app|2a3493f2] Completed 200 OK in 42ms (Views: 11.5ms | ActiveRecord: 8.5ms | Allocations: 19751)
2020-11-24T00:16:34 [I|app|ae4664af] Started PATCH "/hostgroups/11-CentOS7-Base-Acceptatie" for 192.168.255.11 at 2020-11-24 00:16:34 +0100
2020-11-24T00:16:34 [I|app|ae4664af] Processing by HostgroupsController#update as HTML
2020-11-24T00:16:34 [I|app|ae4664af] Parameters: {"utf8"=>"✓", "authenticity_token"=>"IFRKX/u4g343LEebp9HF6ob6WW0j9CrWwPEsQtLLeN+Ss2ttymLSEkm/3fQpUUTHqD0oKpplt+NPf/SJ2wM/gQ==", "hostgroup"=>{"parent_id"=>"", "name"=>"CentOS7-Base-Acceptatie", "description"=>"Managed by Ansible, your changes will be lost", "lifecycle_environment_id"=>"6", "content_view_id"=>"15", "content_source_id"=>"1", "environment_id"=>"", "compute_resource_id"=>"", "puppet_proxy_id"=>"", "puppet_ca_proxy_id"=>"", "domain_id"=>"", "realm_id"=>"", "architecture_id"=>"1", "operatingsystem_id"=>"2", "medium_id"=>"", "kickstart_repository_id"=>"147", "ptable_id"=>"", "pxe_loader"=>"PXELinux BIOS", "group_parameters_attributes"=>{"0"=>{"name"=>"autopart_options", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"84"}, "1"=>{"name"=>"enable-epel", "parameter_type"=>"boolean", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"89"}, "2"=>{"name"=>"kt_activation_keys", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"0", "id"=>"83"}, "3"=>{"name"=>"remote_execution_create_user", "parameter_type"=>"boolean", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"85"}, "4"=>{"name"=>"remote_execution_effective_user_method", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"87"}, "5"=>{"name"=>"remote_execution_ssh_keys", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"88"}, "6"=>{"name"=>"remote_execution_ssh_user", "parameter_type"=>"string", "value"=>"[FILTERED]", "hidden_value"=>"[FILTERED]", "_destroy"=>"false", "id"=>"86"}}, "location_ids"=>["", "4", "5"], "organization_ids"=>["", "3"], "id"=>"11"}, "media_selector"=>"synced_content", "commit"=>"Submit", "id"=>"11-CentOS7-Base-Acceptatie"}
2020-11-24T00:16:34 [E|app|ae4664af] Failed to save: Base The selected kickstart repository is not part of the assigned content view, lifecycle environment,
ae4664af | content source, operating system, and architecture
2020-11-24T00:16:34 [I|app|ae4664af] Rendering hostgroups/edit.html.erb within layouts/application
2020-11-24T00:16:34 [I|app|ae4664af] Rendered common/os_selection/_architecture.html.erb (Duration: 8.8ms | Allocations: 7179)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered common/os_selection/_pxe_loader.html.erb (Duration: 5.8ms | Allocations: 6376)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered common/os_selection/_operatingsystem.html.erb (Duration: 94.2ms | Allocations: 43351)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered common/os_selection/_initial.html.erb (Duration: 110.1ms | Allocations: 56962)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered collection of puppetclasses/_class_parameters.html.erb [0 times] (Duration: 0.0ms | Allocations: 3)
... (had to cut some lines)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered common_parameters/_parameters.html.erb (Duration: 55.6ms | Allocations: 62934)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered taxonomies/_loc_org_tabs.html.erb (Duration: 26.3ms | Allocations: 14376)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered hostgroups/_form.html.erb (Duration: 318.3ms | Allocations: 177997)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered hostgroups/edit.html.erb within layouts/application (Duration: 323.5ms | Allocations: 183791)
2020-11-24T00:16:34 [I|app|ae4664af] Rendered layouts/_application_content.html.erb (Duration: 4.4ms | Allocations: 6025)
2020-11-24T00:16:34 [I|app|ae4664af] Rendering layouts/base.html.erb
2020-11-24T00:16:34 [I|app|ae4664af] Rendered layouts/base.html.erb (Duration: 22.9ms | Allocations: 25501)
2020-11-24T00:16:34 [I|app|ae4664af] Completed 200 OK in 433ms (Views: 324.0ms | ActiveRecord: 47.9ms | Allocations: 248882)
2020-11-24T00:16:36 [I|app|d6617385] Started GET "/notification_recipients" for 192.168.255.11 at 2020-11-24 00:16:36 +0100
2020-11-24T00:16:36 [I|app|d6617385] Processing by NotificationRecipientsController#index as JSON
2020-11-24T00:16:36 [I|app|d6617385] Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 1.2ms | Allocations: 2327)