From 6fa266027da8fd94967f02f990fe1b8db2f29c0d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 29 Mar 2016 18:16:33 -0400 Subject: [PATCH] repos: bump rdo to mitaka/current-passed-ci Until Mitaka is out in RDO, let's bump our CI to current-passed-ci repo, that is the latest Mitaka packaging, validated by RDO CI. This patch will be backported to stable/mitaka. This patch will be modified once Mitaka is out to use official repos in CentOS and backported. Change-Id: I0baad8c0329aa8c7762993e7ee640b19eba25798 --- manifests/repos.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/repos.pp b/manifests/repos.pp index 67a4ea75d..883ca8e07 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -24,8 +24,8 @@ class openstack_integration::repos { manage_epel => false, repo_hash => { 'mitaka-current' => { - 'baseurl' => 'https://trunk.rdoproject.org/centos7-mitaka/ca/7d/ca7d0de4abbfd6b4145eba1c91c46d7ccc9c4a4b_67fe128c/', - 'descr' => 'Mitaka Current', + 'baseurl' => 'https://trunk.rdoproject.org/centos7-mitaka/current-passed-ci/', + 'descr' => 'Mitaka current-passed-ci', 'gpgcheck' => 'no', 'priority' => 1, },