openstack-ansible-ops/elk_metrics_7x/tests/test-vars.yml
Duncan Martin Walker 8292628d78 Increase testing ELK 7x Elastic heap size
During zuul testing, Elasticsearch would not always have the memory available
to handle the logs generated on startup by system services in real time. This
would cause test failures due to Elasticsearch buffering, which resulted in
unusually large data transfers. The testing Elasticsearch JVM heap size has
been bumped from 512mb to 1024mb to try and prevent these issues during testing.
This change only affects the CI tests.

Change-Id: I93c57fd0bcf62d5da7f7472dafef75375a63f07f
2020-01-23 12:18:53 +00:00

25 lines
870 B
YAML

---
# Copyright 2018, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
physical_host: localhost
# NOTE(cloudnull): Test configs used to minimize the impact of a
# multi-node install with limited resources.
q_storage: 1
elastic_memory_lower_limit: 1024
elastic_memory_upper_limit: 1024
osa_test_repo: "openstack/openstack-ansible-ops"