diff --git a/deployment/ovn/ovn-controller-container-puppet.yaml b/deployment/ovn/ovn-controller-container-puppet.yaml index 83e3e7266e..3f2045ab74 100644 --- a/deployment/ovn/ovn-controller-container-puppet.yaml +++ b/deployment/ovn/ovn-controller-container-puppet.yaml @@ -294,6 +294,21 @@ outputs: name: virt_sandbox_use_netlink persistent: yes state: yes + - name: Copy in cleanup script + copy: + content: {get_file: ../neutron/neutron-cleanup} + dest: '/usr/libexec/neutron-cleanup' + force: yes + mode: '0755' + - name: Copy in cleanup service + copy: + content: {get_file: ../neutron/neutron-cleanup.service} + dest: '/usr/lib/systemd/system/neutron-cleanup.service' + force: yes + - name: Enabling the cleanup service + service: + name: neutron-cleanup + enabled: yes upgrade_tasks: - name: Switch ovn remote setting tags: