mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
The current builds are in stable now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
# this is to enable nested virt, which we need for disk image creation
|
|
deployment_type: prod
|
|
external_hostname: openqa.fedoraproject.org
|
|
freezes: false
|
|
openqa_compose_arches: x86_64,aarch64
|
|
openqa_dbname: openqa
|
|
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
|
|
openqa_dbuser: openqa
|
|
openqa_env: production
|
|
openqa_env_prefix:
|
|
# 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:
|
|
openqa_key: "{{ prod_openqa_apikey }}"
|
|
# all our workers need NFS access
|
|
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
|
openqa_resultsdb_url: https://resultsdb.fedoraproject.org/api/v2.0/
|
|
openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
|
|
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
|
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
|
openqa_update_arches: ['x86_64']
|
|
openqa_webapi_plugins: FedoraMessaging
|
|
openqa_wikitcms_hostname: fedoraproject.org
|
|
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
|
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|