From 6b8ad2ba54f62768072228e6ce7a936185d0ac42 Mon Sep 17 00:00:00 2001 From: Bruno Travouillon Date: Mon, 11 Dec 2023 17:07:30 -0500 Subject: [PATCH] fix: Use Debian cli_parse template for Ubuntu Allow to configure the InfiniBand HCAs with Ubuntu OS. The output of the `mstconfig query` command should be similar for both Debian and Ubuntu, thus we can safely use a symlink. --- templates/ubuntu_mstconfig_query.yaml | 1 + 1 file changed, 1 insertion(+) create mode 120000 templates/ubuntu_mstconfig_query.yaml diff --git a/templates/ubuntu_mstconfig_query.yaml b/templates/ubuntu_mstconfig_query.yaml new file mode 120000 index 0000000..155f443 --- /dev/null +++ b/templates/ubuntu_mstconfig_query.yaml @@ -0,0 +1 @@ +debian_mstconfig_query.yaml \ No newline at end of file