From b000b8f5769e47a61b4ea45e8e7a735082751940 Mon Sep 17 00:00:00 2001
From: Nate Stephany <nate@redhat.com>
Date: Wed, 11 Mar 2020 14:57:10 +0100
Subject: [PATCH] Add etcd WAL performance test to OCP4 disconnected config (#1294)

---
 ansible/configs/ocp4-disconnected-osp-lab/default_vars.yml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ansible/configs/ocp4-disconnected-osp-lab/env_vars.yml b/ansible/configs/ocp4-disconnected-osp-lab/default_vars.yml
similarity index 99%
rename from ansible/configs/ocp4-disconnected-osp-lab/env_vars.yml
rename to ansible/configs/ocp4-disconnected-osp-lab/default_vars.yml
index ccb3390..0f28280 100644
--- a/ansible/configs/ocp4-disconnected-osp-lab/env_vars.yml
+++ b/ansible/configs/ocp4-disconnected-osp-lab/default_vars.yml
@@ -205,7 +205,13 @@
 # This can be used for function or load testing
 
 test_enable: false
+test_results: false
 test_pull_secret: FROM_SECRET
+test_runs: 50
+test_s3_id: FROM_SECRET
+test_s3_key: FROM_SECRET
+test_s3_bucket: gpte-ocp-perf-test
+test_s3_region: us-east-2
 
 # If you are deploying OpenShift, this should be set to the network that you
 # want to use and will be used to create security groups.

--
Gitblit v1.9.3