From 543c0d8ce5e3c33c9012bd79d2a10436f8bb6cf0 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Thu, 26 Jan 2017 16:46:17 -0500 Subject: [PATCH] Use RDO centos7-ocata instead of centos7-master centos7-master in RDO no longer tracks Ocata, it has diverged as projects branch and work is starting on Pike. Use centos7-ocata for the puppet-openstack-integration master branch until the Ocata testing repositories are available. Change-Id: I7abde7c457239aec0d1616db054268c5a8e70f53 --- manifests/repos.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repos.pp b/manifests/repos.pp index 068f22312..0e7157ea5 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -25,7 +25,7 @@ class openstack_integration::repos { manage_epel => false, repo_hash => { 'ocata-puppet-passed-ci' => { - 'baseurl' => 'https://trunk.rdoproject.org/centos7-master/puppet-passed-ci/', + 'baseurl' => 'https://trunk.rdoproject.org/centos7-ocata/puppet-passed-ci/', 'descr' => 'Ocata puppet-passed-ci', 'gpgcheck' => 'no', 'priority' => 1,