Remove old service cleanups from zuul

These cleanup tasks have all run and we no longer need to carry them.

Change-Id: I6130d1c2fbfe39ea339f1e18f3306b221b0e12e1
This commit is contained in:
James E. Blair 2021-01-22 15:51:06 -08:00
parent 19ed7fd76d
commit bfa60880a1
6 changed files with 0 additions and 85 deletions

View File

@ -42,14 +42,3 @@
- name: Run docker prune to cleanup unneeded images
shell:
cmd: docker image prune -f
- name: Disable old service
service:
name: nodepool-builder
enabled: no
failed_when: false
- name: Remove old init scripts
file:
state: absent
path: /etc/init.d/nodepool-builder

View File

@ -59,14 +59,3 @@
- name: Run docker prune to cleanup unneeded images
shell:
cmd: docker image prune -f
- name: Disable old service
service:
name: nodepool-launcher
enabled: no
failed_when: false
- name: Remove old init scripts
file:
state: absent
path: /etc/init.d/nodepool-launcher

View File

@ -92,17 +92,3 @@
- name: Run docker prune to cleanup unneeded images
shell:
cmd: docker image prune -f
- name: Disable old service
service:
name: zuul-executor
enabled: no
failed_when: false
- name: Remove old init script files
file:
state: absent
path: '{{ item }}'
loop:
- /etc/default/zuul-executor
- /etc/init.d/zuul-executor

View File

@ -56,14 +56,3 @@
- name: Run docker prune to cleanup unneeded images
shell:
cmd: docker image prune -f
- name: Disable old service
service:
name: zuul-merger
enabled: no
failed_when: false
- name: Remove old init scripts
file:
state: absent
path: /etc/init.d/zuul-merger

View File

@ -77,14 +77,3 @@
- name: Run docker prune to cleanup unneeded images
shell:
cmd: docker image prune -f
- name: Disable old service
service:
name: zuul-scheduler
enabled: no
failed_when: false
- name: Remove old init scripts
file:
state: absent
path: /etc/init.d/zuul-scheduler

View File

@ -20,16 +20,6 @@
- cache_socache
- headers
- name: Remove old apache config
file:
state: absent
path: '{{ item }}'
loop:
- 40-zuul.opendev.org.conf
- 40-zuul.opendev.org-http.conf
- 50-zuul.openstack.org.conf
- 50-zuul.openstack.org-http.conf
- name: Copy common log configuration
copy:
src: log-combined-cache.conf
@ -124,20 +114,3 @@
- name: Run docker prune to cleanup unneeded images
shell:
cmd: docker image prune -f
- name: Disable old service
service:
name: 'zuul-{{ item }}'
enabled: no
failed_when: false
loop:
- web
- fingergw
- name: Remove old init scripts
file:
state: absent
path: '/etc/init.d/zuul-{{ item }}'
loop:
- web
- fingergw