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:
Mohammed Naser 2018-11-22 06:42:20 -05:00 committed by Jesse Pretorius (odyssey4me)
parent e62606be91
commit 74fc795eac
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -129,7 +129,3 @@ repo-infra_hosts:
repo_container: 0
{% endif %}
ip: 172.29.236.100
log_hosts:
aio1:
ip: 172.29.236.100