File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
edpm_neutron_metadata/tasks Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3232 name : edpm_container_manage
3333 tasks_from : shutdown.yml
3434
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 : 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 }}"
44+ when : not edpm_use_bootc
45+
3546- name : Run ovn_controller container
3647 ansible.builtin.systemd_service :
3748 name : edpm-compute@ovn_controller
3849 state : started
50+ become : true
51+ when : edpm_use_bootc
You can’t perform that action at this time.
0 commit comments