Skip to content

Commit

Permalink
Merge branch 'main' into osnet_updt
Browse files Browse the repository at this point in the history
  • Loading branch information
vcandapp authored Aug 5, 2024
2 parents a8c794e + 8bab377 commit 6383aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/edpm_ovn_bgp_agent/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
loop: "{{ edpm_neutron_ovn_secrets.files }}"

- name: Add OVS Manager
become: true
block:
- name: Check if OVS Manager already exists
ansible.builtin.shell: |
Expand Down
3 changes: 2 additions & 1 deletion roles/edpm_ovn_bgp_agent/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
- {'path': "{{ edpm_ovn_bgp_agent_config_basedir }}", 'setype': container_file_t, 'mode': '0750'}

- name: Create directory {{ edpm_ovn_bgp_agent_config_basedir }}
become: true
ansible.builtin.file:
path: "{{ edpm_ovn_bgp_agent_config_basedir }}/etc/ovn-bgp-agent"
recurse: true
state: directory
selevel: s0
setype: container_file_t
owner: "{{ ansible_user | default(ansible_user_id) }}"
group: "{{ ansible_user | default(ansible_user_id) }}"

0 comments on commit 6383aab

Please sign in to comment.