Cleanup openshift pre.yaml playbook

Setting up nodepool services directories should not be necessary
for openshift functional testing since it uses the testing framework
nodepool (via useNodepool()) and not a shared, running service.

Change-Id: Iff3e026e846327184d4d44d043e42caf84ee1d7d
This commit is contained in:
David Shrewsbury 2019-10-18 10:22:45 -04:00
parent c17fd6ddf8
commit 36fb6e90a5
1 changed files with 0 additions and 9 deletions

View File

@ -13,15 +13,6 @@
roles:
- role: bindep
tasks:
- name: Ensure nodepool services directories
file:
path: '{{ ansible_user_dir }}/{{ item }}'
state: directory
with_items:
- work/logs/nodepool
- work/etc
- work/images
- name: Ensure oc client is installed
package:
name: origin-clients