From 74fc795eac41eb3b21741edd1c0877487773b236 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 22 Nov 2018 06:42:20 -0500 Subject: [PATCH] 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 --- etc/openstack_deploy/openstack_user_config.yml.aio-nspawn.j2 | 3 --- etc/openstack_deploy/openstack_user_config.yml.aio.j2 | 4 ---- 2 files changed, 7 deletions(-) diff --git a/etc/openstack_deploy/openstack_user_config.yml.aio-nspawn.j2 b/etc/openstack_deploy/openstack_user_config.yml.aio-nspawn.j2 index b9a9f5f86a..c54377a8b1 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.aio-nspawn.j2 +++ b/etc/openstack_deploy/openstack_user_config.yml.aio-nspawn.j2 @@ -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 diff --git a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 index fea2b09050..ba1f093c40 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 +++ b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 @@ -129,7 +129,3 @@ repo-infra_hosts: repo_container: 0 {% endif %} ip: 172.29.236.100 - -log_hosts: - aio1: - ip: 172.29.236.100