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 <awilliam@redhat.com>
This commit is contained in:
parent
e6746d768b
commit
1d594b13d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue