Project

General

Profile

« Previous | Next » 

Revision 941e934a

Added by Adam Ruzicka about 3 years ago

Fixes #19494 - Increase open files limit

We did this for standalone smart_proxy_dynflow_core, we need to do it for
all-in-one deployments as well.

View differences:

spec/classes/foreman_proxy__plugin__dynflow_spec.rb
it { should contain_foreman_proxy__plugin('dynflow_core') }
it { should contain_service('smart_proxy_dynflow_core').
with(ensure: false, enable: false) }
it { should contain_systemd__service_limits('foreman-proxy.service') }
it { should_not contain_file("#{etc_dir}/smart_proxy_dynflow_core/settings.d") }
it { should_not contain_file("#{etc_dir}/smart_proxy_dynflow_core/settings.yml") }
......
it { should contain_foreman_proxy__plugin('dynflow_core') }
it { should contain_service('smart_proxy_dynflow_core').
with(ensure: false, enable: false) }
it { should contain_systemd__service_limits('foreman-proxy.service') }
it { should_not contain_file("#{etc_dir}/smart_proxy_dynflow_core/settings.d") }
it { should_not contain_file("#{etc_dir}/smart_proxy_dynflow_core/settings.yml") }

Also available in: Unified diff