moving resultsdb and resultsdb_frontend to separated endpoints for proxying

This commit is contained in:
Tim Flink 2014-07-07 19:39:58 +00:00
parent 270871cdf0
commit 6f85dfb50c
4 changed files with 11 additions and 4 deletions

View file

@ -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