Skip to content

Commit cf91519

Browse files
Merge pull request #995 from rabi/drop_logrotate
Drop edpm_logrotate_crond role and it's usage
2 parents 843c754 + 3a8d09c commit cf91519

File tree

32 files changed

+0
-825
lines changed

32 files changed

+0
-825
lines changed

.github/workflows/molecule.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- edpm_derive_pci_device_spec
3030
- edpm_download_cache
3131
- edpm_growvols
32-
- edpm_logrotate_crond
3332
- edpm_multipathd
3433
- edpm_network_config
3534
- edpm_neutron_dhcp

docs/source/roles/role-edpm_logrotate_crond.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

playbooks/configure_os.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
tasks_from: configure.yml
4040
tags:
4141
- edpm_timezone
42-
- name: Configure edpm_logrotate_crond
43-
ansible.builtin.import_role:
44-
name: osp.edpm.edpm_logrotate_crond
45-
tasks_from: configure.yml
46-
tags:
47-
- edpm_logrotate_crond
4842
- name: Configure nftables
4943
ansible.builtin.import_role:
5044
name: osp.edpm.edpm_nftables

playbooks/install_os.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@
2929
become: true
3030
tags:
3131
- dataplane_chrony
32-
- name: Install edpm_logrotate_crond
33-
ansible.builtin.import_role:
34-
name: osp.edpm.edpm_logrotate_crond
35-
tasks_from: install.yml
36-
tags:
37-
- edpm_logrotate_crond

playbooks/run_os.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,3 @@
2626
when: deploy_edpm_openstack_run_firewall | default(True) | bool
2727
tags:
2828
- edpm_firewall
29-
- name: Run edpm_logrotate_crond
30-
ansible.builtin.import_role:
31-
name: osp.edpm.edpm_logrotate_crond
32-
tasks_from: run.yml
33-
tags:
34-
- edpm_logrotate_crond

roles/edpm_download_cache/tasks/container_images.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,3 @@
111111
ansible.builtin.include_role:
112112
name: osp.edpm.edpm_swift
113113
tasks_from: download_cache.yml
114-
115-
- name: Download images for edpm_logrotate_crond role
116-
when: ("install-os" in edpm_download_cache_running_services) or
117-
("configure-os" in edpm_download_cache_running_services) or
118-
("run-os" in edpm_download_cache_running_services)
119-
ansible.builtin.include_role:
120-
name: osp.edpm.edpm_logrotate_crond
121-
tasks_from: download_cache_images.yml
122-
tags:
123-
- edpm_logrotate_crond
124-
- download_cache

roles/edpm_download_cache/tasks/packages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@
4747
- edpm_network_config
4848
- download_cache
4949

50-
- name: Download packages for edpm_logrotate_crond role
51-
when: ("install-os" in edpm_download_cache_running_services) or
52-
("configure-os" in edpm_download_cache_running_services) or
53-
("run-os" in edpm_download_cache_running_services)
54-
ansible.builtin.include_role:
55-
name: osp.edpm.edpm_logrotate_crond
56-
tasks_from: download_cache_packages.yml
57-
tags:
58-
- edpm_logrotate_crond
59-
- download_cache
60-
6150
- name: Download packages for edpm_sshd role
6251
when: ("install-os" in edpm_download_cache_running_services) or
6352
("configure-os" in edpm_download_cache_running_services) or

roles/edpm_logrotate_crond/defaults/main.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

roles/edpm_logrotate_crond/files/healthchecks/logrotate_crond/healthcheck

Lines changed: 0 additions & 58 deletions
This file was deleted.

roles/edpm_logrotate_crond/files/logrotate_crond.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)