From 64e055560e1f3ed47805d921541d884ea79624cf Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 28 Jul 2017 10:12:07 -0400 Subject: Increases mininum virtual controller RAM nosdn virtual deployments are hitting OOM on controllers. This patch bumps controller minimum ram from 8 to 10 for nosdn, and 10 to 12 for ODL. Also, the maximum workers for gnocchi are limited to 1 for virtual deployments. JIRA: APEX-496 Change-Id: I50d38c60a682f00c14489c65ee8ee6305bc3dc62 Signed-off-by: Tim Rozet --- build/virtual-environment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'build/virtual-environment.yaml') diff --git a/build/virtual-environment.yaml b/build/virtual-environment.yaml index 399a3120..ac94e1b8 100644 --- a/build/virtual-environment.yaml +++ b/build/virtual-environment.yaml @@ -11,3 +11,4 @@ parameter_defaults: NeutronWorkers: 1 NovaWorkers: 1 SwiftWorkers: 1 + GnocchiMetricdWorkers: 1 -- cgit 1.2.3-korg