Switch tripleo-ci to use trunk.rdoproject.org repos

This is a similar patch to https://review.openstack.org/452174
We still have this custom code for libvirt devmode, so we need to
change the repo here too. This is a good reminder that we need to
remove this custom code and replace it with a call to the repo-setup
role. This patch addresses the major breakage, but I will post a
follow-up to refactor this.

Change-Id: I4d772756a652448203a74f3ca75cacf4ec0d42b6
Closes-Bug: 1678218
This commit is contained in:
John Trowbridge 2017-03-31 18:41:12 +00:00
parent 757fc23980
commit 7a7cb6460c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
with_items:
- url: "https://trunk.rdoproject.org/centos7/current/delorean.repo"
dest: "{{working_dir}}/delorean-current.repo"
- url: "https://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tripleo/delorean.repo"
- url: "https://trunk.rdoproject.org/centos7-master/current-tripleo/delorean.repo"
dest: "{{working_dir}}/delorean.repo"
- url: "https://trunk.rdoproject.org/centos7/delorean-deps.repo"
dest: "{{working_dir}}/delorean-deps.repo"