2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-14 02:14:18 +00:00

Change the default bmc name to be (node name)-bmc instead of bmc(#)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16194 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi
2013-05-07 02:25:45 +00:00
parent 71862fdff0
commit 90a932fe28
+1 -1
View File
@@ -1,2 +1,2 @@
#node,bmc,username,password,comments,disable
ipmi,"|\D+(\d+).*$|bmc($1)|"
ipmi,"|(.*)|($1)-bmc|"
1 #node bmc username password comments disable
2 ipmi |\D+(\d+).*$|bmc($1)| |(.*)|($1)-bmc|