Skip to content

Commit

Permalink
hub: default disk to sda
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Sep 27, 2024
1 parent 72e14fd commit 1719e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agent-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ hosts:
{% elif 'wwn' in host %}
rootDeviceHints:
wwn: "{{ host['wwn'] }}"
{% else %}
rootDeviceHints:
deviceName: "/dev/sda"
{% endif %}
interfaces:
- macAddress: {{ baremetal_macs[loop.index0] }}
Expand Down

0 comments on commit 1719e99

Please sign in to comment.