Remove RDO repo from role
Now that the external repository management is done in pip-install
role, we don't need this wiring anymore.
Everything will be consistent across all the roles that include
pip-install.
Change-Id: Ied9e3ec9797501baf1922602ec205b3892553d19
(cherry picked from commit c445069023)
This commit is contained in:
committed by
Jean-Philippe Evrard
parent
556b2b8897
commit
16a93e640a
@@ -20,17 +20,6 @@
|
|||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr == 'apt'
|
- ansible_pkg_mgr == 'apt'
|
||||||
|
|
||||||
- name: Install RDO package
|
|
||||||
package:
|
|
||||||
name: "{{ rdo_package }}"
|
|
||||||
state: "present"
|
|
||||||
register: install_cloud_rdo_package
|
|
||||||
until: install_cloud_rdo_package | success
|
|
||||||
retries: 5
|
|
||||||
delay: 2
|
|
||||||
when:
|
|
||||||
- ansible_pkg_mgr == 'yum'
|
|
||||||
|
|
||||||
- name: Install distro packages
|
- name: Install distro packages
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
|||||||
@@ -31,4 +31,3 @@ swift_distro_packages:
|
|||||||
- which
|
- which
|
||||||
|
|
||||||
swift_rsync_service_name: rsyncd
|
swift_rsync_service_name: rsyncd
|
||||||
rdo_package: "https://rdoproject.org/repos/rdo-release.rpm"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user