From f62776d53d607bd07b1082582b03475ff6edcfda Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 6 May 2015 09:46:33 +0200 Subject: [PATCH] Use rdo-testing-kilo until publication of rdo-release-kilo Change-Id: I096d0005a935eb524cbb00ade92b1a5e8faa5196 --- ansible/initialize.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/initialize.yaml b/ansible/initialize.yaml index 48bccab..07898fa 100644 --- a/ansible/initialize.yaml +++ b/ansible/initialize.yaml @@ -1,7 +1,6 @@ --- - lineinfile: dest=/etc/yum/pluginconf.d/fastestmirror.conf regexp=^enabled= line=enabled=0 -- yum: name=http://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm state=present -- get_url: url=https://repos.fedorapeople.org/repos/openstack/openstack-trunk/epel-7/rc2/delorean-kilo.repo dest=/etc/yum.repos.d/delorean-kilo.repo mode=0644 +- yum: name=http://rdoproject.org/repos/openstack-kilo/rdo-testing-kilo.rpm state=present - yum: name=* state=latest - yum: name=openstack-selinux state=present - copy: src=files/id_rsa dest=/home/vagrant/.ssh/id_packstack mode=0600 owner=vagrant group=vagrant