Merge "Use CentOS8 RDO packages on CentOS8/RHEL8"

This commit is contained in:
Zuul 2020-05-13 15:40:56 +00:00 committed by Gerrit Code Review
commit c3c63710ec
1 changed files with 2 additions and 2 deletions

View File

@ -53,13 +53,13 @@ class openstack_integration::repos {
centos_mirror_url => $::centos_mirror_host,
repo_hash => {
'master-puppet-passed-ci' => {
'baseurl' => pick($::rdo_mirror_host, 'https://trunk.rdoproject.org/centos7-master/puppet-passed-ci/'),
'baseurl' => pick($::rdo_mirror_host, "https://trunk.rdoproject.org/centos${::os['release']['major']}-master/puppet-passed-ci/"),
'descr' => 'master puppet-passed-ci',
'gpgcheck' => 'no',
'priority' => 1,
},
'master-delorean-deps' => {
'baseurl' => pick($::deps_mirror_host, 'https://trunk.rdoproject.org/centos7-master/deps/latest/'),
'baseurl' => pick($::deps_mirror_host, "https://trunk.rdoproject.org/centos${::os['release']['major']}-master/deps/latest/"),
'descr' => 'master delorean-deps',
'gpgcheck' => 'no',
},