Skip to content

Commit

Permalink
docs: add few todos
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Jun 5, 2024
1 parent 70efff8 commit b8ea498
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@
delegate_to: dh2
block:
- ansible.builtin.shell: lspci | grep BlueField
# TODO: for f in $( dpkg --list | grep doca | awk '{print $2}' ); do echo $f ; apt remove --purge $f -y ; done
# TODO: sudo apt-get autoremove
# TODO: wget https://developer.nvidia.com/networking/secure/doca-sdk/doca_2.7/doca-host_2.7.0-204000-24.04-ubuntu2404_amd64.deb
# TODO: sudo dpkg -i doca-host-repo-ubuntu<version>_amd64.deb
# TODO: sudo apt-get update
# TODO: sudo apt install -y doca-runtime doca-sdk
- ansible.builtin.service: name=rshim enabled=yes state=started
- ansible.builtin.shell: cat /dev/rshim0/misc
- ansible.builtin.shell: ifconfig tmfifo_net0 192.168.100.1/30 up
Expand Down

0 comments on commit b8ea498

Please sign in to comment.