forked from infra/ansible
Define openqa_env_prefix for servers
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
49f42faa1b
commit
47e4cedcff
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ openqa_dbname: openqa
|
|||
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
|
||||
openqa_dbuser: openqa
|
||||
openqa_env: production
|
||||
openqa_env_prefix:
|
||||
openqa_env_suffix:
|
||||
openqa_key: "{{ prod_openqa_apikey }}"
|
||||
# all our workers need NFS access
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ openqa_dbname: openqa-stg
|
|||
openqa_dbpassword: "{{ stg_openqa_dbpassword }}"
|
||||
openqa_dbuser: openqastg
|
||||
openqa_env: staging
|
||||
openqa_env_prefix: stg-
|
||||
openqa_env_suffix: .stg
|
||||
openqa_key: "{{ stg_openqa_apikey }}"
|
||||
# all our workers need NFS access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue