Skip to content

Commit

Permalink
fix(ansible): enable spdk service for nvidia bf dpu
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 28, 2024
1 parent aa9aa35 commit 412d32b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
when: inventory_hostname == 'bf2'
block:
- name: Nvidia | make sure emulation is running for temperature
ansible.builtin.systemd:
name: set_emu_param
state: started
ansible.builtin.systemd: state=started name=set_emu_param
- ansible.builtin.systemd: state=stopped name=mlnx_snap
- ansible.builtin.systemd: state=started name=spdk_tgt
- name: Nvidia | Run telegraf container on Nvidia BF
community.docker.docker_container:
name: telegraf
Expand Down

0 comments on commit 412d32b

Please sign in to comment.