mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Staging is running out of space...let's kick it back down to 300, and also create a separate setting for update group asset size. We test lots of updates, and for each update we only need to upload one disk image, so we really don't need 300GB of asset space for update job groups, that just means we'll keep like 300 update disk images lying around. If PPC starts getting incompletions again I'll have to, uh, do something? Yeahhh. Something.
75 lines
2.1 KiB
Plaintext
75 lines
2.1 KiB
Plaintext
# this is to enable nested virt, which we need for disk image creation
|
|
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
|
|
|
external_hostname: openqa.fedoraproject.org
|
|
|
|
openqa_static_uid: 601
|
|
|
|
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
|
|
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
|
|
openqa_assetsize: 300
|
|
openqa_assetsize_updates: 50
|
|
|
|
openqa_key: "{{ prod_openqa_apikey }}"
|
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
|
|
|
wikitcms_user: coconut
|
|
wikitcms_password: "{{ prod_wikitcms_password }}"
|
|
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|
|
|
|
# The checkcompose settings below cause system(s) in this group to
|
|
# send out check-compose reports. This could cause duplicate reports
|
|
# if additional systems were added to this group.
|
|
checkcompose_emailfrom: rawhide@fedoraproject.org
|
|
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
|
|
checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org atomic@lists.fedoraproject.org"
|
|
checkcompose_postrelease_emailerror: "true"
|
|
checkcompose_smtp: bastion.phx2.fedoraproject.org
|
|
checkcompose_url: "https://{{ external_hostname }}"
|
|
|
|
deployment_type: prod
|
|
freezes: false
|
|
|
|
# http and NFS
|
|
tcp_ports: [80, 2049]
|
|
|
|
# These people get told when something goes wrong.
|
|
fedmsg_error_recipients:
|
|
- adamwill@fedoraproject.org
|
|
- tflink@fedoraproject.org
|
|
- pschindl@fedoraproject.org
|
|
|
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
|
fedmsg_certs:
|
|
- service: shell
|
|
owner: root
|
|
group: sysadmin
|
|
can_send:
|
|
- logger.log
|
|
- service: openqa
|
|
owner: root
|
|
group: geekotest
|
|
can_send:
|
|
- openqa.comment.create
|
|
- openqa.comment.update
|
|
- openqa.comment.delete
|
|
- openqa.job.create
|
|
- openqa.job.delete
|
|
- openqa.job.cancel
|
|
- openqa.job.duplicate
|
|
- openqa.job.restart
|
|
- openqa.jobs.restart
|
|
- openqa.job.update.result
|
|
- openqa.job.done
|
|
|
|
# we need this to log with fedmsg-logger
|
|
fedmsg_active: True
|