Merge "Apply rate limit for journald in AIO builds"
This commit is contained in:
commit
94b1534e16
@ -39,6 +39,15 @@ tempest_public_net_physical_name: flat
|
|||||||
tempest_public_net_physical_name: vlan
|
tempest_public_net_physical_name: vlan
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# systemd-journald limitations
|
||||||
|
openstack_hosts_journald_config:
|
||||||
|
RateLimitIntervalSec: 60
|
||||||
|
RateLimitBurst: 600
|
||||||
|
SystemMaxUse: 4G
|
||||||
|
RuntimeMaxUse: 2G
|
||||||
|
SystemMaxFileSize: 100M
|
||||||
|
RuntimeMaxFileSize: 100M
|
||||||
|
|
||||||
## Galera settings
|
## Galera settings
|
||||||
galera_monitoring_allowed_source: "0.0.0.0/0"
|
galera_monitoring_allowed_source: "0.0.0.0/0"
|
||||||
# TODO(noonedeadpunk): This should be enabled, once we will re-work SSL part
|
# TODO(noonedeadpunk): This should be enabled, once we will re-work SSL part
|
||||||
|
Loading…
x
Reference in New Issue
Block a user