diff options
author | Tim Flink <tflink@fedoraproject.org> | 2014-07-07 19:39:58 +0000 |
---|---|---|
committer | Tim Flink <tflink@fedoraproject.org> | 2014-07-07 19:39:58 +0000 |
commit | 6f85dfb50c2982eeef54e2ba5d9c3bf5d567945c (patch) | |
tree | 1d02b8cf273ffab578b47cad2ae395fda12afb37 /inventory/group_vars/resultsdb-dev | |
parent | 270871cdf094a21328a5ef48accbac625db861c8 (diff) | |
download | ansible-6f85dfb50c2982eeef54e2ba5d9c3bf5d567945c.tar.gz ansible-6f85dfb50c2982eeef54e2ba5d9c3bf5d567945c.tar.xz ansible-6f85dfb50c2982eeef54e2ba5d9c3bf5d567945c.zip |
moving resultsdb and resultsdb_frontend to separated endpoints for proxying
Diffstat (limited to 'inventory/group_vars/resultsdb-dev')
-rw-r--r-- | inventory/group_vars/resultsdb-dev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/group_vars/resultsdb-dev b/inventory/group_vars/resultsdb-dev index 75d38a48b..652351c35 100644 --- a/inventory/group_vars/resultsdb-dev +++ b/inventory/group_vars/resultsdb-dev @@ -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 |