Files
fedora-infra_ansible/inventory/group_vars/openqa
Adam Williamson d61631fbe7 More syntax fixin (I hope)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-11-05 16:18:08 -08:00

34 lines
1.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_dbname: openqa
openqa_dbuser: openqa
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
openqa_assetsize: 500
openqa_key: "{{ prod_openqa_apikey }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
# 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_env: production
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
openqa_wikitcms_hostname: fedoraproject.org
openqa_resultsdb_url: http://resultsdb01.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
openqa_compose_arches: x86_64,aarch64
openqa_update_arches: ['x86_64']
# all our workers need NFS access
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
deployment_type: prod
freezes: false