Update RedHat family deployment
This commit is contained in:
parent
b534f067ce
commit
1fdf1545b7
3 changed files with 33 additions and 29 deletions
|
|
@ -1,13 +0,0 @@
|
|||
# RockyLinux-NFV-OpenvSwitch.repo
|
||||
#
|
||||
# Please see http://wiki.centos.org/SpecialInterestGroup/NFV for more
|
||||
# information
|
||||
|
||||
[centos-nfv-openvswitch]
|
||||
name=CentOS Stream 9 - NFV OpenvSwitch
|
||||
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV
|
||||
module_hotfixes=1
|
||||
|
||||
17
files/etc/yum.repos.d/CentOS-Stream-NFV-OpenvSwitch.repo
Normal file
17
files/etc/yum.repos.d/CentOS-Stream-NFV-OpenvSwitch.repo
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# CentOS-NFV-OpenvSwitch.repo
|
||||
#
|
||||
# Please see http://wiki.centos.org/SpecialInterestGroup/NFV for more
|
||||
# information
|
||||
|
||||
[centos-nfv-openvswitch]
|
||||
name=CentOS Stream {{ ansible_distribution_major_version }} - NFV OpenvSwitch
|
||||
{% if ansible_distribution_major_version == 8 %}
|
||||
baseurl=http://mirror.centos.org/centos/8-stream/nfv/$basearch/openvswitch-2/
|
||||
{% elif ansible_distribution_major_version == 9 %}
|
||||
baseurl=http://mirror.stream.centos.org/SIGs/9-stream/nfv/$basearch/openvswitch-2/
|
||||
{% endif %}
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV
|
||||
module_hotfixes=1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue