Description of problem: Requesting the following feature enhancement: implement ironic::rpc_thread_pool_size for undercloud tuning The undercloud allows us to push custom hierdata to make configuration persistent: ~~~ undercloud.conf: hieradata_override = /home/stack/custom_hiera.yaml ~~~ However, for https://access.redhat.com/articles/3597351 , I need to modify a custom ironic parameter for which no puppet manifest exists yet (at least by grepping, I cannot find it): ~~~ ironic::config::ironic_config: DEFAULT/rpc_thread_pool_size: value: 8 ~~~ ironic::config is not included by instack-undercloud and I created BZ1631009 to include this. However, perhaps we can add the same parameter to the ironic class so that e.g. ironic::rpc_thread_pool_size: <x> works?
alternatively executor_thread_pool_size as I think that rpc_thread_pool_size is deprecated and superseded by executor_thread_pool_size
Low hanging fruit, but will need to be exposed in puppet-oslo first (https://github.com/openstack/puppet-oslo/blob/master/manifests/messaging/default.pp), since this option belongs to oslo.messaging, not ironic.