From 2c4a38d88846830dcf26d07e34219fe6a5b076f8 Mon Sep 17 00:00:00 2001 From: liukaixiang Date: Mon, 5 Mar 2018 13:57:52 +0800 Subject: [PATCH] modprobe ipmi_si in rancher os --- data/templates/cloud-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/templates/cloud-config.yaml b/data/templates/cloud-config.yaml index e5a215d51..5c0e24bf1 100755 --- a/data/templates/cloud-config.yaml +++ b/data/templates/cloud-config.yaml @@ -7,6 +7,7 @@ write_files: content: | #!/bin/bash modprobe ipmi_devintf + modprobe ipmi_si wget -O /tmp/micro.tar.xz <%= dockerUri %> while [ $(docker images | grep -c micro) == "0" ]; do xz -cd /tmp/micro.tar.xz | docker load