Skip to content

Commit b590229

Browse files
committed
Change name of services for bootc
Signed-off-by: Brendan Shephard <[email protected]>
1 parent 0a8bfcc commit b590229

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

roles/edpm_neutron_metadata/tasks/run.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@
3737
file: healthchecks.yml
3838

3939
- name: Run ovn_metadata_agent container
40-
ansible.builtin.include_role:
41-
name: osp.edpm.edpm_container_standalone
42-
vars:
43-
edpm_container_standalone_service: ovn_metadata_agent
44-
edpm_container_standalone_container_defs:
45-
ovn_metadata_agent: "{{ lookup('template', 'ovn_metadata_agent.yaml.j2') | from_yaml }}"
46-
edpm_container_standalone_kolla_config_files:
47-
ovn_metadata_agent: "{{ lookup('template', 'kolla_ovn_metadata_agent.yaml.j2') | from_yaml }}"
40+
ansible.builtin.systemd_service:
41+
name: edpm-compute@ovn_metadata_agent
42+
enabled: true
43+
state: started
44+
become: true

roles/edpm_ovn/tasks/run.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@
3737
file: healthchecks.yml
3838

3939
- 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 }}"
40+
ansible.builtin.systemd_service:
41+
name: edpm-compute@ovn_controller
42+
enabled: true
43+
state: started
44+
become: true
45+

0 commit comments

Comments
 (0)