From 821c02e5758b5c3d1824e4377f9ce00af1dd4f44 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 27 Jun 2019 11:38:12 +0100 Subject: [PATCH] Reduce the amount of nova host reserved memory from 2G to 256M in CI. The CI environment is constrained within 8G memory so reduce the nova host reserved memory accordingly. Change-Id: I3bfe38c74ab5c07db11879706f789d6b701d40e5 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index c055afcbc9..7b622ecb47 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -75,6 +75,7 @@ glance_wsgi_processes_max: 2 glance_wsgi_processes: 2 ## Nova +nova_reserved_host_memory_mb: 256 nova_wsgi_threads: 1 nova_wsgi_processes_max: 2 nova_wsgi_processes: 2