Skip to content

Commit 2569b6b

Browse files
committed
edpm_ovn support bootc
Signed-off-by: Brendan Shephard <[email protected]>
1 parent 6cb6279 commit 2569b6b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

roles/edpm_ovn/tasks/run.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
tasks_from: shutdown.yml
3434

3535
- name: Run ovn_controller container
36-
ansible.builtin.include_role:
37-
name: osp.edpm.edpm_container_standalone
38-
vars:
39-
edpm_container_standalone_service: edpm-compute@ovn_controller
40-
edpm_container_standalone_container_defs:
41-
ovn_controller: "{{ lookup('template', 'ovn_controller.yaml.j2') | from_yaml }}"
42-
edpm_container_standalone_kolla_config_files:
43-
ovn_controller: "{{ lookup('template', 'kolla_ovn_controller.yaml.j2') | from_yaml }}"
36+
ansible.builtin.systemd_service:
37+
name: edpm-compute@ovn_controller
38+
state: started

0 commit comments

Comments
 (0)