Skip to content

Commit

Permalink
Add Sushy to ironic job
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdenny committed Sep 27, 2024
1 parent 2520f74 commit 9beaad0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/02-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@
ansible.builtin.include_role:
name: cert_manager

# Deploy Sushy Emulator into OCP
- name: Deploy Sushy Emulator service pod
when: cifmw_use_sushy_emulator | default(false) | bool
vars:
cifmw_sushy_emulator_hypervisor_address: "{{ hostvars['controller'].ansible_host }}"
cifmw_sushy_emulator_hypervisor_target: controller
cifmw_sushy_emulator_install_type: ocp
ansible.builtin.include_role:
name: sushy_emulator

- name: Configure hosts networking using nmstate
when:
- cifmw_config_nmstate is defined
Expand Down

0 comments on commit 9beaad0

Please sign in to comment.