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 0a8bfcc commit a0569c4Copy full SHA for a0569c4
roles/edpm_ovn/tasks/run.yml
@@ -37,11 +37,9 @@
37
file: healthchecks.yml
38
39
- name: Run ovn_controller container
40
- ansible.builtin.include_role:
41
- name: osp.edpm.edpm_container_standalone
42
- vars:
43
- edpm_container_standalone_service: edpm-compute@ovn_controller
44
- edpm_container_standalone_container_defs:
45
- ovn_controller: "{{ lookup('template', 'ovn_controller.yaml.j2') | from_yaml }}"
46
- edpm_container_standalone_kolla_config_files:
47
- ovn_controller: "{{ lookup('template', 'kolla_ovn_controller.yaml.j2') | from_yaml }}"
+ ansible.builtin.systemd_service:
+ name: edpm-compute@ovn_controller
+ enabled: true
+ state: started
+ become: true
+
0 commit comments