Remove the log container in the AIO config
The log container adds IO contention during the AIO deployment, and slows down the deployment. It has very limited value for an AIO given that all journals are on the same host anyway. Change-Id: Ib05794b88770ba5c0d6f85265cc62e76037cbd67
This commit is contained in:
parent
e62606be91
commit
74fc795eac
@ -132,6 +132,3 @@ shared-infra_hosts: *aio_info_block
|
||||
|
||||
# repository (apt cache, python packages, etc)
|
||||
repo-infra_hosts: *aio_info_block
|
||||
|
||||
# rsyslog server
|
||||
log_hosts: *aio_info_block
|
||||
|
@ -129,7 +129,3 @@ repo-infra_hosts:
|
||||
repo_container: 0
|
||||
{% endif %}
|
||||
ip: 172.29.236.100
|
||||
|
||||
log_hosts:
|
||||
aio1:
|
||||
ip: 172.29.236.100
|
||||
|
Loading…
Reference in New Issue
Block a user