diff options
author | Tim Rozet <trozet@redhat.com> | 2017-07-28 10:12:07 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-07-28 10:12:07 -0400 |
commit | 64e055560e1f3ed47805d921541d884ea79624cf (patch) | |
tree | 2055d2ea2378ad0ca49cbdede8c2af6e007a98dd /build | |
parent | 0890153eb47fd29abf6ec419096546103aa22616 (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/virtual-environment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |