Use CentOS8 RDO packages on CentOS8/RHEL8

Change-Id: I41340a0e7c4f8d8c20b09a9019dcdb84a3c7c8b4
This commit is contained in:
Takashi Kajinami 2020-05-11 13:31:45 +09:00
parent 5ee64a6881
commit 18665e1348

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',
},