Remove RDO install in tests repo

This task breaks the neutron gate by trying to install the RDO repo
as a non-root user. This patch removes this task since it's already
done with the pip_install and openstack_hosts roles.

Closes-Bug: 1715743
Change-Id: Ic711a527510a561b83be834bfa621bb027b2f1b7
This commit is contained in:
Major Hayden 2017-09-07 16:10:47 -05:00
parent e8b9340567
commit ae9b5fee08
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 0 additions and 12 deletions

View File

@ -81,18 +81,6 @@
- ansible_pkg_mgr in ['yum', 'dnf']
- nodepool.stat.exists | bool
# NOTE(mhayden): GPG checking for local package installs is normally disabled
# by default in CentOS, but the ansible-hardening role enables GPG
# checking for local packages. The RDO repository package isn't signed, but the
# repos it installs have GPG checking enabled.
- name: Install the RDO release package
package:
name: "https://repos.fedorapeople.org/repos/openstack/openstack-ocata/rdo-release-ocata.rpm"
state: "present"
disable_gpg_check: yes
when:
- ansible_pkg_mgr in ['yum', 'dnf']
- name: Set the files to copy into the container cache for OpenStack-CI instances
set_fact:
lxc_container_cache_files: