moving resultsdb and resultsdb_frontend to separated endpoints for proxying
This commit is contained in:
parent
270871cdf0
commit
6f85dfb50c
4 changed files with 11 additions and 4 deletions
|
@ -21,8 +21,8 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
|||
|
||||
resultsdb_db_host: db-qa01.qa.fedoraproject.org
|
||||
resultsdb_db_port: 5432
|
||||
resultsdb_endpoint: '/resultsdb'
|
||||
resultsdb_fe_endpoint: '/'
|
||||
resultsdb_endpoint: '/resultsdb_api'
|
||||
resultsdb_fe_endpoint: '/resultsdb'
|
||||
resultsdb_db_name: resultsdb_dev
|
||||
allowed_hosts:
|
||||
- 10.5.124
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue