Merge "Apply rate limit for journald in AIO builds"

This commit is contained in:
Zuul 2023-09-20 18:39:14 +00:00 committed by Gerrit Code Review
commit 94b1534e16

View File

@ -39,6 +39,15 @@ tempest_public_net_physical_name: flat
tempest_public_net_physical_name: vlan
{% endif %}
# systemd-journald limitations
openstack_hosts_journald_config:
RateLimitIntervalSec: 60
RateLimitBurst: 600
SystemMaxUse: 4G
RuntimeMaxUse: 2G
SystemMaxFileSize: 100M
RuntimeMaxFileSize: 100M
## Galera settings
galera_monitoring_allowed_source: "0.0.0.0/0"
# TODO(noonedeadpunk): This should be enabled, once we will re-work SSL part