Skip to content

Commit

Permalink
fix(ansible): set tmfifo_net0 ip
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 31, 2024
1 parent 0dfffa8 commit ab14ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
- ansible.builtin.shell: lspci | grep BlueField
- 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

- name: Check if firmware image exists locally {{ bfb_local_file }}
ansible.builtin.stat: path={{ bfb_local_file }}
Expand Down

0 comments on commit ab14ecb

Please sign in to comment.