inventory: Add staging machine for retrace

This commit is contained in:
Ernestas Kulik 2020-02-17 08:58:17 +01:00 committed by Pierre-Yves Chibon
parent 45d448ae5b
commit 76cb028f24
2 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,66 @@
---
ansible_ssh_user: ec2-user
ansible_become_user: root
ansible_become: yes
datacenter: aws
faf_server_name: retrace.fedoraproject.org/faf
rs_use_faf_packages: true
# we do not have enough storage on stg
rs_internal_fedora_vers: [32, rawhide]
rs_internal_fedora_vers_removed: []
rs_internal_arch_list: [source, x86_64, i386]
# List of supported operating systems
faf_opsys_list:
- fedora
- centos
# Clean-up packages of following EOLed operating systems
eol_opsys:
- { opsys: "Fedora", release: "30"}
# GDPR SAR variables
sar_script: '/usr/bin/faf sar'
sar_script_user: faf
sar_output_file: faf.json
faf_repos:
- { name: 'fedora-32-source',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/source/tree/', 'http://dl01.fedoraproject.org/pub/fedora/linux/development/32/Everything/source/tree/'],
arch: 'src',
opsys: 'Fedora 32',
}
- { name: 'fedora-32-x86_64',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/', 'http://dl01.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_64/os/'],
arch: 'x86_64',
opsys: 'Fedora 32',
}
- { name: 'fedora-32-x86_64-debug',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/debug/tree/', 'http://dl01.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_64/debug/tree/'],
arch: 'x86_64',
opsys: 'Fedora 32',
}
- { name: 'fedora-32-x86_64-testing-debug',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/32/Everything/x86_64/debug/'],
arch: 'x86_64',
opsys: 'Fedora 32',
}
- { name: 'fedora-32-x86_64-testing',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/32/Everything/x86_64/'],
arch: 'x86_64',
opsys: 'Fedora 32',
}
- { name: 'fedora-32-x86_64-updates-debug',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/32/Everything/x86_64/debug/'],
arch: 'x86_64',
opsys: 'Fedora 32',
}
- { name: 'fedora-32-x86_64-updates',
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/32/Everything/x86_64/'],
arch: 'x86_64',
opsys: 'Fedora 32',
}
...

View file

@ -48,6 +48,11 @@ composer.stg.phx2.fedoraproject.org
[retrace]
retrace01.qa.fedoraproject.org
[retrace_stg_aws]
3.228.218.234
[retrace_stg:children]
retrace_stg_aws
[gdpr_delete]