From b8ea4982595b753c13f955a869e1ad811aa307bc Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:36:26 -0400 Subject: [PATCH] docs: add few todos Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- ansible/setup.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/setup.yml b/ansible/setup.yml index d5f04e7..1a7e795 100644 --- a/ansible/setup.yml +++ b/ansible/setup.yml @@ -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_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