From e8fcddedd87d6bc4c2342719ba47e2bca6aab6c2 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Fri, 30 Sep 2016 12:07:13 -0700 Subject: [PATCH] Bump RDO to September 30 build Change-Id: I713ac44ed01f42804bd2c75e567e7961f9ac9b17 --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 948e3a48..52b544c0 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -130,7 +130,7 @@ default['openstack']['apt']['uri'] = 'http://ubuntu-cloud.archive.canonical.com/ default['openstack']['apt']['components'] = ["xenial-proposed/#{node['openstack']['release']}", 'main'] default['openstack']['yum']['rdo_enabled'] = true -default['openstack']['yum']['uri'] = 'https://trunk.rdoproject.org/centos7-master/53/ac/53ac6152735cb1353a3fe0eb91c97a02f541f167_fc22fbaf/' +default['openstack']['yum']['uri'] = 'https://trunk.rdoproject.org/centos7-master/84/8e/848ec9021b5fa528b08b5e4459f461dc51dc9f7c_d5612b91/' default['openstack']['yum']['repo-key'] = "https://github.com/redhat-openstack/rdo-release/raw/#{node['openstack']['release']}/RPM-GPG-KEY-CentOS-SIG-Cloud" # Enforcing GnuPG signature check for RDO repo. Set this to false if you want to disable the check. default['openstack']['yum']['gpgcheck'] = false