ansible/inventory/group_vars/openqa

31 lines
959 B
Text
Raw Normal View History

external_hostname: openqa.fedoraproject.org
openqa_hostname: localhost
openqa_email: adamwill@fedoraproject.org
openqa_nickname: adamwill
openqa_fullname: Adam Williamson
openqa_userid: http://adamwill.id.fedoraproject.org/
openqa_dbname: openqa
openqa_dbhost: db-qa01.qa.fedoraproject.org
openqa_dbuser: openqa
2015-11-18 03:33:39 +00:00
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
openqa_key: "{{ prod_openqa_apikey }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
wikitcms_user: coconut
2015-11-18 03:33:39 +00:00
wikitcms_password: "{{ prod_wikitcms_password }}"
checkcompose_emailfrom: rawhide@fedoraproject.org
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org cloud@lists.fedoraproject.org"
checkcompose_postrelease_emailerror: "true"
checkcompose_smtp: bastion.phx2.fedoraproject.org
checkcompose_url: "https://{{ external_hostname }}"
2015-11-18 03:33:39 +00:00
deployment_type: prod
# http and NFS
tcp_ports: [ 80, 2049 ]