batcave: drop old openstack packages

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-05 17:12:38 -07:00
parent 80fce3afbd
commit d03a311132

View file

@ -97,30 +97,6 @@
- config
- fingerprints
- name: Set up RHOS repo for cloud client stuff
copy: src=rhel7-rhos.repo dest=/etc/yum.repos.d/rhel7-rhos.repo
tags:
- cloud
- batcave
- config
when: datacenter != 'iad2'
- name: install cloud client packages
package: name={{ item }} state=present
with_items:
- python-novaclient
- python-neutronclient
- python-oslo-config
- python-six
- python-keystoneclient
- python-glanceclient
tags:
- cloud
- batcave
- config
when: datacenter != 'iad2'
#
# This is our ansible master, setup ansible
#