We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb6279 commit 2569b6bCopy full SHA for 2569b6b
roles/edpm_ovn/tasks/run.yml
@@ -33,11 +33,6 @@
33
tasks_from: shutdown.yml
34
35
- 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 }}"
+ ansible.builtin.systemd_service:
+ name: edpm-compute@ovn_controller
+ state: started
0 commit comments