Merge "Ensure /run/frr is present after (re)boot"

This commit is contained in:
Zuul 2022-09-15 13:02:14 +00:00 committed by Gerrit Code Review
commit a7513f1c10
1 changed files with 5 additions and 0 deletions

View File

@ -424,6 +424,11 @@ outputs:
- { 'path': /run/frr, 'setype': container_file_t, 'mode': '0750' }
- { 'path': /var/log/containers/ovn-bgp-agent, 'setype': container_file_t, 'mode': '0750' }
- { 'path': /var/lib/config-data/ansible-generated/ovn-bgp-agent, 'setype': container_file_t, 'mode': '0750' }
- name: ensure /run/frr is present upon reboot
copy:
dest: /etc/tmpfiles.d/run-frr.conf
content: |
d /run/frr 0750 root root - -
pre_deploy_step_tasks:
- name: Configure FRR
import_role: