|
|
|
@@ -43,6 +43,62 @@ profiles::reposync::repos_list:
|
|
|
|
|
release: '8.9'
|
|
|
|
|
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.9/extras
|
|
|
|
|
gpgkey: 'http://mirror.aarnet.edu.au/pub/almalinux/RPM-GPG-KEY-AlmaLinux'
|
|
|
|
|
centos_8_advanced_virtualization:
|
|
|
|
|
repository: 'virt-advanced-virtualization'
|
|
|
|
|
description: 'CentOS Advanced Virtualization'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8' # Assumed static value for demonstration
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=virt-advanced-virtualization' # Assuming 'stream' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization'
|
|
|
|
|
centos_8_ceph_pacific:
|
|
|
|
|
repository: 'storage-ceph-pacific'
|
|
|
|
|
description: 'CentOS Ceph Pacific'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8' # Assumed static value for demonstration
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=storage-ceph-pacific' # Assuming '8' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Storage'
|
|
|
|
|
centos_8_rabbitmq_38:
|
|
|
|
|
repository: 'messaging-rabbitmq-38'
|
|
|
|
|
description: 'CentOS RabbitMQ 38'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8-stream' # Specified based on the repository name
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=messaging-rabbitmq-38' # Assuming '8' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Messaging'
|
|
|
|
|
centos_8_nfv_openvswitch:
|
|
|
|
|
repository: 'nfv-openvswitch-2'
|
|
|
|
|
description: 'CentOS NFV OpenvSwitch'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8-stream' # Assumed static value for demonstration
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=nfv-openvswitch-2' # Assuming 'stream' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-NFV'
|
|
|
|
|
centos_8_openstack_xena:
|
|
|
|
|
repository: 'cloud-openstack-xena'
|
|
|
|
|
description: 'CentOS OpenStack Xena'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8-stream' # Directly taken from the provided mirrorlist
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=cloud-openstack-xena' # Assuming 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Cloud'
|
|
|
|
|
centos_8_opstools:
|
|
|
|
|
repository: 'opstools-collectd-5'
|
|
|
|
|
description: 'CentOS OpsTools - collectd'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8-stream' # Assumed static value for demonstration
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?arch=x86_64&release=8-stream&repo=opstools-collectd-5' # Assuming 'stream' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-OpsTools'
|
|
|
|
|
centos_8_ovirt45:
|
|
|
|
|
repository: 'virt-ovirt-45'
|
|
|
|
|
description: 'CentOS oVirt 4.5'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8-stream' # Assumed static value for demonstration
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=virt-ovirt-45' # Assuming 'stream' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Virtualization'
|
|
|
|
|
centos_8_stream_gluster10:
|
|
|
|
|
repository: 'storage-gluster-10'
|
|
|
|
|
description: 'CentOS oVirt 4.5 - Glusterfs 10'
|
|
|
|
|
osname: 'centos'
|
|
|
|
|
release: '8-stream' # Assumed static value for demonstration
|
|
|
|
|
mirrorlist: 'http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=storage-gluster-10' # Assuming 'stream' and 'x86_64'
|
|
|
|
|
gpgkey: 'https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Storage'
|
|
|
|
|
epel_8_everything:
|
|
|
|
|
repository: 'Everything'
|
|
|
|
|
description: 'EPEL 8 Everything'
|
|
|
|
|