Merge "Don't install centos repos on RHEL"
This commit is contained in:
commit
634fa42920
@ -1,4 +1,5 @@
|
||||
# Vendored from rdo-release: https://github.com/rdo-infra/rdo-release
|
||||
{% if ansible_distribution == 'CentOS' %}
|
||||
[centos-openstack-queens]
|
||||
name=CentOS OpenStack Queens Repository
|
||||
{% if zuul_site_mirror_fqdn is defined %}
|
||||
@ -9,3 +10,10 @@ baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-queens/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///tmp/RPM-GPG-KEY-CentOS-SIG-Cloud
|
||||
{% elif ansible_distribution == 'RedHat' %}
|
||||
[RDO-RHEL8-deps]
|
||||
name=RedHat Openstack deps repo
|
||||
baseurl=https://trunk.rdoproject.org/rhel8-master/deps/latest/
|
||||
gpgcheck=0
|
||||
enabled=1
|
||||
{% endif %}
|
3
roles/multi-node-bridge/vars/CentOS.yaml
Normal file
3
roles/multi-node-bridge/vars/CentOS.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ovs_package: "openvswitch"
|
||||
ovs_service: "openvswitch"
|
3
roles/multi-node-bridge/vars/Fedora.yaml
Normal file
3
roles/multi-node-bridge/vars/Fedora.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ovs_package: "openvswitch"
|
||||
ovs_service: "openvswitch"
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
ovs_package: "openvswitch"
|
||||
ovs_package: "rhosp-openvswitch"
|
||||
ovs_service: "openvswitch"
|
||||
|
Loading…
Reference in New Issue
Block a user