2015-11-18 18:05:38 +00:00
|
|
|
# This setup is a bit out of the ordinary for a staging system. As the openqa
|
2016-03-08 14:52:09 -08:00
|
|
|
# scheduler needs up-to-date information from the wiki and koji, it doesn't
|
2015-11-18 18:05:38 +00:00
|
|
|
# work well as a proper staging host.
|
|
|
|
#
|
|
|
|
# We decided to keep it a pseudo-staging host that will get new versions of
|
|
|
|
# openqa first and will be a staging host for most intensive purposes but from
|
|
|
|
# a firewall rule POV, it will be a staging-friendly production host
|
|
|
|
#
|
|
|
|
# it should still be using the stg proxies and the external hostname will still
|
|
|
|
# be stg.fedoraproject.org
|
|
|
|
|
2016-03-08 14:52:09 -08:00
|
|
|
# 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"
|
|
|
|
|
2015-11-17 19:13:32 -08:00
|
|
|
external_hostname: openqa.stg.fedoraproject.org
|
2015-11-13 09:49:00 -08:00
|
|
|
|
2016-03-19 16:32:15 -07:00
|
|
|
openqa_static_uid: 601
|
2016-03-19 16:28:09 -07:00
|
|
|
|
2015-11-13 09:49:00 -08:00
|
|
|
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-stg
|
2018-11-19 11:33:04 -08:00
|
|
|
openqa_dbhost: db-qa03.qa.fedoraproject.org
|
2015-12-01 22:09:52 +00:00
|
|
|
openqa_dbuser: openqastg
|
2015-11-17 23:00:41 +00:00
|
|
|
openqa_dbpassword: "{{ stg_openqa_dbpassword }}"
|
2018-12-01 08:40:09 -08:00
|
|
|
openqa_assetsize: 500
|
2018-03-22 16:06:42 -07:00
|
|
|
openqa_assetsize_ppc: 150
|
|
|
|
openqa_assetsize_aarch64: 150
|
2018-12-01 08:40:09 -08:00
|
|
|
openqa_assetsize_updates: 100
|
2015-11-13 09:49:00 -08:00
|
|
|
|
2015-11-17 21:17:36 +00:00
|
|
|
openqa_key: "{{ stg_openqa_apikey }}"
|
|
|
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
2015-11-17 21:14:07 +00:00
|
|
|
|
2018-11-30 10:34:04 -08:00
|
|
|
# for now, we have the 'extra' arches (ppc64 and aarch64) on stg
|
|
|
|
openqa_extraarches: true
|
|
|
|
|
2015-11-17 21:17:36 +00:00
|
|
|
wikitcms_password: "{{ stg_wikitcms_password }}"
|
2017-11-16 12:58:11 -08:00
|
|
|
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
2015-11-17 21:14:07 +00:00
|
|
|
|
2015-12-05 13:32:49 -08:00
|
|
|
checkcompose_url: "https://{{ external_hostname }}"
|
2018-12-05 19:33:06 -08:00
|
|
|
checkcompose_greenwaveurl: https://greenwave-web-greenwave.app.os.stg.fedoraproject.org
|
2015-12-05 13:14:16 -08:00
|
|
|
|
2015-11-18 03:33:39 +00:00
|
|
|
deployment_type: stg
|
2016-03-10 14:04:57 -08:00
|
|
|
freezes: false
|
2015-11-18 03:33:39 +00:00
|
|
|
|
2015-11-13 20:48:00 +00:00
|
|
|
# http and NFS
|
|
|
|
tcp_ports: [80, 2049]
|
2016-03-10 14:08:40 -08:00
|
|
|
|
2016-04-06 13:40:13 +00:00
|
|
|
# These people get told when something goes wrong.
|
|
|
|
fedmsg_error_recipients:
|
|
|
|
- adamwill@fedoraproject.org
|
2018-08-27 15:47:15 -07:00
|
|
|
- lruzicka@fedoraproject.org
|
2016-04-06 13:40:13 +00:00
|
|
|
|
2016-03-10 14:08:40 -08:00
|
|
|
# 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:
|
2016-12-09 11:35:04 -08:00
|
|
|
- openqa.comment.create
|
|
|
|
- openqa.comment.update
|
|
|
|
- openqa.comment.delete
|
2016-03-10 14:08:40 -08:00
|
|
|
- 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
|
2018-01-31 00:17:59 +01:00
|
|
|
- service: ci
|
|
|
|
owner: root
|
|
|
|
group: geekotest
|
|
|
|
can_send:
|
|
|
|
- ci.productmd-compose.test.queued
|
|
|
|
- ci.productmd-compose.test.running
|
|
|
|
- ci.productmd-compose.test.complete
|
|
|
|
- ci.productmd-compose.test.error
|
2016-03-10 14:08:40 -08:00
|
|
|
|
2016-03-10 16:35:09 -08:00
|
|
|
# we need this to log with fedmsg-logger
|
|
|
|
fedmsg_active: True
|
|
|
|
|
2016-03-10 14:08:40 -08:00
|
|
|
# makes sure it sends stg not prod fedmsgs
|
|
|
|
fedmsg_env: stg
|