Skip to content
Merged
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
5 changes: 5 additions & 0 deletions Documentation/ips.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Proposal is to use 172.22.0.0/16 network for all ip addresing in the lab, and ha
| 172.22.2.4 | | DH4 iDRAC | <https://172.22.2.4/redfish/v1/> |
| 172.22.4.4 | | Intel DYP imc | |
| | | | |
| 172.22.1.5 | | DPU Host 5 | |
| 172.22.2.5 | | DH5 iDRAC | <https://172.22.2.5/redfish/v1/> |
| 172.22.3.5 | | Nvidia BF3 | |
| 172.22.4.5 | | Nvidia BF3 bmc | <https://172.22.4.5/redfish/v1/> |
| | | | |
| 172.22.1.9 | | DPU Host 9 | |
| 172.22.2.9 | | DH9 ??? | <https://172.22.2.9/redfish/v1/> |
| | | | |
Expand Down
4 changes: 2 additions & 2 deletions Documentation/server-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ansible-playbook -i inventory install_os.yml

We have 2 installation options:

- `Official ISO` - only for `RHEL` and `ESXI`, while `UBUNTU` is still a pull request dell/dellemc-openmanage-ansible-modules#784.
- `Custom ISO` - first prepare and ISO manually as explained here [here](auto_install_ubuntu_iso.md) and then call same [playbook](../ansible/install_os.yml)
* `Official ISO` - only for `RHEL` and `ESXI`, while `UBUNTU` is still a pull request dell/dellemc-openmanage-ansible-modules#784.
* `Custom ISO` - first prepare and ISO manually as explained here [here](auto_install_ubuntu_iso.md) and then call same [playbook](../ansible/install_os.yml)

## Manual

Expand Down
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
3 changes: 3 additions & 0 deletions ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dh1 ansible_host=172.22.1.1 ansible_connection=ssh ansible_user=root
dh2 ansible_host=172.22.1.2 ansible_connection=ssh ansible_user=root
dh3 ansible_host=172.22.1.3 ansible_connection=ssh ansible_user=root
dh4 ansible_host=172.22.1.4 ansible_connection=ssh ansible_user=root
dh5 ansible_host=172.22.1.5 ansible_connection=ssh ansible_user=root
dh9 ansible_host=172.22.1.9 ansible_connection=ssh ansible_user=root

[hostbmcs]
Expand All @@ -19,11 +20,13 @@ amd ansible_host=172.22.3.1 ansible_connection=ssh ansible_user=root
bf2 ansible_host=172.22.3.2 ansible_connection=ssh ansible_user=root
mrv ansible_host=172.22.3.3 ansible_connection=ssh ansible_user=root
mev ansible_host=192.168.0.2 ansible_connection=ssh ansible_user=root ansible_ssh_common_args='-J root@172.22.4.4' proxy_env="{'http_proxy': 'http://192.168.0.1:3128', 'https_proxy': 'http://192.168.0.1:3128'}"
bf3 ansible_host=172.22.3.5 ansible_connection=ssh ansible_user=root

[dpubmcs]
bf2bmc ansible_host=172.22.4.2 ansible_connection=local ansible_user=root
mrvbmc ansible_host=172.22.4.3 ansible_connection=local ansible_user=root
mevbmc ansible_host=172.22.4.4 ansible_connection=ssh ansible_user=root
bf3bmc ansible_host=172.22.4.5 ansible_connection=local ansible_user=root

[tgens]
tgen1 ansible_host=172.22.1.100 ansible_connection=ssh ansible_user=root
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