mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Following the patterns from openQA and relvalconsumer. Just one to go after this! Signed-off-by: Adam Williamson <awilliam@redhat.com>
51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
# This setup is a bit out of the ordinary for a staging system. As the openqa
|
|
# scheduler needs up-to-date information from the wiki and koji, it doesn't
|
|
# 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
|
|
|
|
# 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.stg.fedoraproject.org
|
|
|
|
openqa_dbname: openqa-stg
|
|
openqa_dbhost: db-qa03.qa.fedoraproject.org
|
|
openqa_dbuser: openqastg
|
|
openqa_dbpassword: "{{ stg_openqa_dbpassword }}"
|
|
openqa_assetsize_ppc: 150
|
|
openqa_assetsize_aarch64: 150
|
|
|
|
openqa_key: "{{ stg_openqa_apikey }}"
|
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
|
|
|
# this is because openqa staging isn't really a staging host
|
|
# we don't want to set env_suffix to stg on it because that may
|
|
# break some other plays, but we do need the env suffix for the
|
|
# fedora-messaging bits, so let's make our own
|
|
openqa_env_suffix: .stg
|
|
openqa_env: staging
|
|
|
|
# for now, we have the 'extra' arches (ppc64 and aarch64) on stg
|
|
openqa_extraarches: true
|
|
|
|
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
|
openqa_wikitcms_hostname: stg.fedoraproject.org
|
|
openqa_resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/
|
|
# these should really be secrets, but it's not *that* big a deal that
|
|
# they aren't, just means someone could theoretically block us
|
|
openqa_scheduler_uuid: 47acfdb9-e323-4a13-a940-fdb903934e60
|
|
openqa_wiki_reporter_uuid: 2aa0c3fc-905d-4e59-8557-bfa23fbad28e
|
|
openqa_resultsdb_reporter_uuid: aaf0f9b2-6858-4694-b018-356342761bc0
|
|
|
|
deployment_type: stg
|
|
freezes: false
|
|
|
|
# makes sure it sends stg not prod fedmsgs
|
|
fedmsg_env: stg
|