From 90a932fe281e66d1dd0bdc65d8b482f1f3051269 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 7 May 2013 02:25:45 +0000 Subject: [PATCH] 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 --- xCAT/templates/e1350/ipmi.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/templates/e1350/ipmi.csv b/xCAT/templates/e1350/ipmi.csv index 064d531c6..ae22e4711 100644 --- a/xCAT/templates/e1350/ipmi.csv +++ b/xCAT/templates/e1350/ipmi.csv @@ -1,2 +1,2 @@ #node,bmc,username,password,comments,disable -ipmi,"|\D+(\d+).*$|bmc($1)|" +ipmi,"|(.*)|($1)-bmc|"