Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ We manage all passwords in <https://opi-team.1password.com>
- [DH2 - DPU Host 2 - HPE DL360](./hardware/dh2/README.md)
- [DH3 - DPU Host 3 - HP RL300](./hardware/dh3/README.md)
- [DH4 - DPU Host 4 - Dell R760](./hardware/dh4/README.md)
- [DH5 - DPU Host 5 - Dell R760](./hardware/dh5/README.md)
- [DH9 - DPU Host 9 - Dell R760](./hardware/dh9/README.md)
- [A100G - 100G Switch - Arista DCS-7280CR](./hardware/A100G/README.md)
- [TGEN1 - Traffic Generator 1 - Supermicro](./hardware/tgen1/README.md)
- [Running the Test Cases](./Documentation/running-the-tests.md)
Expand Down
14 changes: 6 additions & 8 deletions ansible/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,19 @@
- name: Nvidia | Set Docker socket has appropriate permissions
ansible.builtin.file:
path: /var/run/docker.sock
mode: '0666'
mode: '0666'

- name: Nvidia | Add additional mount for bf2
ansible.builtin.set_fact:
telegraf_mounts: "{{ telegraf_mounts + [
{'type': 'bind',
'source': '/run/emu_param',
'target': '/run/emu_param',
telegraf_mounts: "{{ telegraf_mounts + [{'type': 'bind',
'source': '/run/emu_param',
'target': '/run/emu_param',
'read_only': true},
{'type': 'bind',
'source': '/var/run/docker.sock',
'target': '/var/run/docker.sock',
'read_only': false}
] }}"

'read_only': true}] }}"

- name: Intel | telegraf otel monitoring
when: inventory_hostname == 'mev'
environment: "{{ proxy_env | default({}) }}"
Expand Down
19 changes: 19 additions & 0 deletions hardware/dh5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DPU Host 5

Dell R760ax

# DPU

Nvidia Blue Filed 3

## BIOS settings

- change power to always on

## Otel or telegraf

Run telegraf container:

```bash
sudo docker run -d --restart=always --network=host -v ./telegraf.d/telegraf.conf:/etc/telegraf/telegraf.conf docker.io/library/telegraf:1.31
```
2 changes: 1 addition & 1 deletion images/opi-lab-cabling.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading