Skip to content

Commit

Permalink
fix(ansible): add nvidia set_emu_param service
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 23, 2024
1 parent c7fd27d commit 7dc1511
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@

# TODO: create new telegraf container or use same for Marvell card

- name: Nvidia | make sure emulation is running for temperature
when: inventory_hostname == 'bf2'
ansible.builtin.systemd:
name: set_emu_param
state: started

# TODO: see if there is an opportunity to consolidate and code dup removal

- name: Run telegraf container on Nvidia BF
when: inventory_hostname == 'bf2'
community.docker.docker_container:
Expand Down

0 comments on commit 7dc1511

Please sign in to comment.