switch taskotron production clients over to the taskotron FAS user

This commit is contained in:
Tim Flink 2014-10-13 19:03:29 +00:00
parent e1a9104e0f
commit 1ae8639710
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ mem_size: 8096
num_cpus: 2
slave_user: buildslave
taskotron_fas_user: autoqa
taskotron_fas_user: taskotron
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
# this is proxy01.phx2
bodhi_server: https://admin.fedoraproject.org/updates

View file

@ -92,6 +92,6 @@ fas_password: '{{ dev_taskotron_fas_password}}'
fas_password: '{{ stg_taskotron_fas_password}}'
{% endif %}
{% if deployment_type == 'prod' %}
fas_password: '{{ prod_taskotron_fas_password}}'
fas_password: '{{ taskotron_fas_password }}'
{% endif %}