Switch to latest RDO repositories

The current-passed-ci repositories are the latest set of stable packages
from the current development cycle.  During release time, we'll need to
switch this to the upstream repositories once they are out (for example
switch this to the Rocky repositories in stable/rocky).

Depends-On: I6c800dcd5b3fc6f7cc1c1e0777d93ab40c6a5e09
Change-Id: Ie9c39a608aa9341e0b569431c5f7a595ea1ed374
This commit is contained in:
Mohammed Naser 2018-06-19 14:53:00 -04:00
parent deeebb6e9b
commit b85ba313be
2 changed files with 13 additions and 12 deletions

View File

@ -138,6 +138,7 @@ openstack_host_sysstat_cron_mode: '0755'
# Set default mirror for CentOS repositories
# NOTE(mhayden): Ensure that the full path to the 'centos' directory is used.
openstack_hosts_centos_mirror_url: 'http://mirror.centos.org/centos'
openstack_hosts_rdo_mirror_url: 'https://trunk.rdoproject.org'
# Ubuntu cloud archive data
uca_repo: "deb {{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }} {{ ansible_lsb.codename }}-updates/queens main"
# Default opensuse mirrors URLs

View File

@ -105,25 +105,25 @@ _package_list:
state: absent
_package_repos:
- file: rdo-qemu-ev
name: rdo-qemu-ev
description: "RDO CentOS-7 - QEMU EV"
baseurl: "{{ openstack_hosts_centos_mirror_url }}/7/virt/x86_64/kvm-common/"
- name: rdo-qemu-ev
description: "RDO CentOS-$releasever - QEMU EV"
baseurl: "{{ openstack_hosts_centos_mirror_url }}/7/virt/$basearch/kvm-common/"
gpgcheck: yes
enabled: yes
- file: rdo-release
name: openstack-queens
description: "OpenStack Queens Repository"
baseurl: "{{ openstack_hosts_centos_mirror_url }}/7/cloud/$basearch/openstack-queens/"
gpgcheck: yes
enabled: yes
- name: rdo-current-passed-ci
description: rdo-current-passed-ci
baseurl: "{{ openstack_hosts_rdo_mirror_url }}/centos7-master/current-passed-ci/"
gpgcheck: no
- name: rdo-deps
description: rdo-deps
baseurl: "{{ openstack_hosts_rdo_mirror_url }}/centos7-master/deps/latest/"
gpgcheck: no
_package_repos_priorities:
- name: base
priority: 50
- name: extras
priority: 50
- name: openstack-queens
- name: rdo-current-passed-ci
priority: 50
- name: rdo-qemu-ev
priority: 50