Skip to content

Commit dd3d198

Browse files
committed
neutron_metadata_agent compat with bootc
Signed-off-by: Brendan Shephard <[email protected]>
1 parent 2569b6b commit dd3d198

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

roles/edpm_neutron_metadata/tasks/run.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@
4141
ovn_metadata_agent: "{{ lookup('template', 'ovn_metadata_agent.yaml.j2') | from_yaml }}"
4242
edpm_container_standalone_kolla_config_files:
4343
ovn_metadata_agent: "{{ lookup('template', 'kolla_ovn_metadata_agent.yaml.j2') | from_yaml }}"
44+
45+
when: not edpm_use_bootc
46+
47+
- name: Run ovn_controller container
48+
ansible.builtin.systemd_service:
49+
name: edpm-compute@ovn_metadata_agent
50+
state: started
51+
become: true
52+
when: edpm_use_bootc

roles/edpm_ovn/tasks/run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@
3636
ansible.builtin.systemd_service:
3737
name: edpm-compute@ovn_controller
3838
state: started
39+
become: true

0 commit comments

Comments
 (0)