From 1d594b13d6a0d5d4a41550ab156741943a7b8ab8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 7 Jun 2022 15:43:35 -0700 Subject: [PATCH] openqa_onebox: use different db name for safety Just in case things go horribly wrong and we somehow hit a real db server, let's not use the same db name as staging for safety. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_onebox_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/openqa_onebox_test b/inventory/group_vars/openqa_onebox_test index 61005c7905..5443d7a487 100644 --- a/inventory/group_vars/openqa_onebox_test +++ b/inventory/group_vars/openqa_onebox_test @@ -25,7 +25,7 @@ gw: 10.3.174.254 # Rawhide update testing in prod we can just move this to servers_common openqa_assetsize_updates: 260 openqa_compose_arches: x86_64 -openqa_dbname: openqa-stg +openqa_dbname: openqa-onebox openqa_dbpassword: "{{ stg_openqa_dbpassword }}" openqa_dbuser: openqastg openqa_env: staging