瀏覽代碼

Issue #494: Updated temp_centos7.cfg

Signed-off-by: abhishek-s-a <a_sa@dellteam.com>
abhishek-s-a 3 年之前
父節點
當前提交
e058ae5c0e
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      control_plane/roles/control_plane_customiso/files/temp_centos7.cfg

+ 6 - 1
control_plane/roles/control_plane_customiso/files/temp_centos7.cfg

@@ -53,4 +53,9 @@ reboot
 %packages
 @core
 net-tools
-%end
+%end
+
+%post --log=/root/ks-post.log
+yum groupinstall "Infiniband Support" -y
+yum install infiniband-diags perftest qperf -y
+%end