From 1719e99aa3300916b5917bdb380a9a8ad89e621b Mon Sep 17 00:00:00 2001 From: karmab Date: Fri, 27 Sep 2024 11:23:00 +0200 Subject: [PATCH] hub: default disk to sda --- agent-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent-config.yaml b/agent-config.yaml index 9d7b912..71a9780 100644 --- a/agent-config.yaml +++ b/agent-config.yaml @@ -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] }}